aboutsummaryrefslogtreecommitdiff
path: root/test/syntax
AgeCommit message (Expand)Author
2022-09-01go/parser: adjustments to error messagesRobert Griesemer
2022-03-31cmd/compile/internal/syntax: better errors for syntax errors in listsRobert Griesemer
2021-04-06test/syntax: remove interface.goRobert Griesemer
2020-12-02test: match gofrontend error messagesIan Lance Taylor
2020-11-30test: update gofrontend expected errorsIan Lance Taylor
2020-11-28test: match gofrontend error messagesIan Lance Taylor
2020-02-21cmd/compile/internal/syntax: better error when an assignment is used in value...Robert Griesemer
2018-04-03cmd/compile: better handling of incorrect type switchesRobert Griesemer
2017-02-24cmd/compile/internal/parser: improved a couple of error messagesRobert Griesemer
2017-02-13cmd/compile/internal/syntax: generalize error about var decls in init clausesRobert Griesemer
2017-02-09cmd/compile/internal/parser: improved syntax error for incorrect if/for/switc...Robert Griesemer
2017-02-09cmd/compile/internal/syntax: differentiate between ';' and '\n' in syntax errorsRobert Griesemer
2016-10-25cmd/compile/internal/gc: enable new parser by defaultMatthew Dempsky
2016-08-19cmd/compile/internal/syntax: match old parser errors and line numbersMatthew Dempsky
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-03-11cmd/compile: use bufio.Reader directly in lexerDavid Crawshaw
2015-11-20cmd/compile: better syntax error recoveryRobert Griesemer
2015-11-13cmd/compile/internal/gc: recursive-descent parserRobert Griesemer
2013-12-12test: match gccgo error messagesIan Lance Taylor
2013-09-06test: fix build (update for new error message)Russ Cox
2013-08-19test: fix buildRob Pike
2012-04-02gc: improve error message for composite literals with unexpected newlinesRyan Hitchman
2012-02-16test: use testlib (final 61)Russ Cox
2012-01-26test: match gccgo error messagesIan Lance Taylor
2011-09-12gc: clean up if grammarRuss Cox
2011-03-29test: avoid undefined error in syntax/if.go.Ian Lance Taylor
2011-03-29test: match gccgo error messages for syntax/chan.go.Ian Lance Taylor
2011-02-22gc: require if conditionRuss Cox
2011-02-01gc: handle invalid name in type switchRuss Cox
2011-01-31gc: remove non-blocking send, receive syntaxRuss Cox
2010-12-09gc: syntax error for incomplete chan typeRyan Hitchman
2010-09-10test: Match gccgo error messages.Ian Lance Taylor
2010-09-09test: Match gccgo error messages.Ian Lance Taylor
2010-09-09test: remove slice syntax testScott Lawrence
2010-05-24gc: more accurate error descriptionRuss Cox
2010-04-26gc: more specific error for statements at top levelRuss Cox
2010-03-25gc: more syntax errorsRuss Cox
2010-02-04Match gccgo error messages.Ian Lance Taylor
2010-01-28gc: tweak error messages, avoid internalization settings in bisonRuss Cox
2010-01-26gc: improved syntax errorsRuss Cox