1. 897f7a3 cmd/gc: comma-ok assignments produce untyped bool as 2nd result by Chris Manghane · 11 years ago
  2. 80a9783 test/[n-z]*.go: add documentation by Rob Pike · 13 years ago
  3. e29d3df gc: new, less strict bool rules by Russ Cox · 13 years ago
  4. a457fa5 gc: return of ideal bool by Russ Cox · 13 years ago
  5. 126d475 gc: drop ideal bool by Russ Cox · 13 years ago
  6. 57eb06f test: use testlib (final 61) by Russ Cox · 13 years ago
  7. e14d1d7 gc: use inferred type rather than original one when reporting non-assignability. by Luuk van Dijk · 13 years ago
  8. 6e3e380 allow direct conversion between string and named []byte, []rune by Russ Cox · 13 years ago
  9. 5fc3771 gc: remove m[k] = x, false by Russ Cox · 13 years ago
  10. 50110c9 gc: clean up printing. by Luuk van Dijk · 13 years ago
  11. 3f915f5 go code: replace closed(c) with x, ok := <-c by Russ Cox · 14 years ago
  12. f4e76d8 replace non-blocking send, receive syntax with select by Russ Cox · 14 years ago
  13. c23657e test: Match gccgo error messages. by Ian Lance Taylor · 15 years ago
  14. 565b5dc gc: new typechecking rules by Russ Cox · 15 years ago
  15. fbba532 gccgo does not distinguish "use" and "assign" in these error by Ian Lance Taylor · 15 years ago
  16. 78ebe2b test: comparisons have type bool by Russ Cox · 16 years ago