1. f8ae30c cmd/compile/internal/parser: improved a couple of error messages by Robert Griesemer · 8 years ago
  2. efb3cab cmd/compile/internal/syntax: generalize error about var decls in init clauses by Robert Griesemer · 8 years ago
  3. 3c22e5c cmd/compile/internal/parser: improved syntax error for incorrect if/for/switch header by Robert Griesemer · 8 years ago
  4. 9799622 cmd/compile/internal/syntax: differentiate between ';' and '\n' in syntax errors by Robert Griesemer · 8 years ago
  5. adda7ad cmd/compile/internal/gc: enable new parser by default by Matthew Dempsky · 9 years ago
  6. 70544c9 cmd/compile/internal/syntax: match old parser errors and line numbers by Matthew Dempsky · 9 years ago
  7. 53fd522 all: make copyright headers consistent with one space after period by Emmanuel Odeke · 9 years ago
  8. 5aa5db7 cmd/compile: use bufio.Reader directly in lexer by David Crawshaw · 9 years ago
  9. 64cd867 cmd/compile: better syntax error recovery by Robert Griesemer · 9 years ago
  10. b569b87 cmd/compile/internal/gc: recursive-descent parser by Robert Griesemer · 9 years ago
  11. 161a45a test: match gccgo error messages by Ian Lance Taylor · 11 years ago
  12. 17e5539 test: fix build (update for new error message) by Russ Cox · 12 years ago
  13. a8fe176 test: fix build by Rob Pike · 12 years ago
  14. 8a68679 gc: improve error message for composite literals with unexpected newlines by Ryan Hitchman · 13 years ago
  15. 57eb06f test: use testlib (final 61) by Russ Cox · 13 years ago
  16. d5b7c51 test: match gccgo error messages by Ian Lance Taylor · 13 years ago
  17. 9fc6873 gc: clean up if grammar by Russ Cox · 14 years ago
  18. 469a747 test: avoid undefined error in syntax/if.go. by Ian Lance Taylor · 14 years ago
  19. 0bc37a6 test: match gccgo error messages for syntax/chan.go. by Ian Lance Taylor · 14 years ago
  20. 52943bf gc: require if condition by Russ Cox · 14 years ago
  21. 05b9050 gc: handle invalid name in type switch by Russ Cox · 14 years ago
  22. cb58470 gc: remove non-blocking send, receive syntax by Russ Cox · 14 years ago
  23. f980577 gc: syntax error for incomplete chan type by Ryan Hitchman · 14 years ago
  24. b2d540a test: Match gccgo error messages. by Ian Lance Taylor · 15 years ago
  25. c30b570 test: Match gccgo error messages. by Ian Lance Taylor · 15 years ago
  26. a0fc33a test: remove slice syntax test by Scott Lawrence · 15 years ago
  27. ea941f0 gc: more accurate error description by Russ Cox · 15 years ago
  28. d6e4e18 gc: more specific error for statements at top level by Russ Cox · 15 years ago
  29. 78c27ed gc: more syntax errors by Russ Cox · 15 years ago
  30. db3ec4f Match gccgo error messages. by Ian Lance Taylor · 15 years ago
  31. 288c1c8 gc: tweak error messages, avoid internalization settings in bison by Russ Cox · 15 years ago
  32. 2a01d72 gc: improved syntax errors by Russ Cox · 15 years ago