aboutsummaryrefslogtreecommitdiff
path: root/src/go/parser
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02go/parser: ignore subdirectories in ParseDirCarlos Alexandro Becker
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-03-05cmd/doc: fix merging comments in -src modeIvan Trubach
2019-10-29go/parser: use valid position when reporting an error (copy-paste bug)Robert Griesemer
2019-10-28go/parser, go/ast: correctly take into account presence of } in blockRobert Griesemer
2019-10-22go/parser: remove superfluous case from switch statementajz01
2019-10-21go/parser: better error (recovery) for Allman/BSD-style func declsRobert Griesemer
2019-09-18go/parser: return partial result from ParseExpr in case of errorRobert Griesemer
2019-09-15go/parser: fix ignored errors in ParseExprFromBen Shi
2019-07-08Revert "go/parser: include more comments in a struct or interface"Agniva De Sarker
2019-03-06go/parser: include more comments in a struct or interfaceAgniva De Sarker
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-05-18go/parser: make sure we have a valid AST when 'if' condition is missingRobert Griesemer
2018-02-12go/parser: improved error message for unexpected literalsRobert Griesemer
2018-02-12go/parser: remove newly introduced TODO (cleanup)Robert Griesemer
2018-02-12go/parser: improved error recovery after missing typeRobert Griesemer
2018-02-12go/parser: more robust error handling for 'if' headersRobert Griesemer
2018-02-12go/parser: simplify code to read from an io.Reader (cleanup)Robert Griesemer
2017-08-06all: remove some manual hyphenationJosh Bleecher Snyder
2017-06-12go/parser: handle last line commentsHiroshi Ioka
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2017-04-03go/parser: fix example to run on the playgroundDaniel Martí
2017-03-04Revert "all: test adjustments for the iOS builder"Elias Naur
2017-01-31all: merge dev.typealias into masterRuss Cox
2017-01-14all: test adjustments for the iOS builderDavid Crawshaw
2017-01-09[dev.typealias] go/ast, go/parser, go/printer, go/types: initial type alias s...Robert Griesemer
2016-12-21go/parser: fix reference in ParseExprFrom docsTakuya Ueda
2016-11-05Revert "go/ast, go/parser: parse alias declarations"Robert Griesemer
2016-10-27cmd/compile, go/parser: disallow "type T = p.T" - must use "=>"Robert Griesemer
2016-10-04go/ast, go/parser: parse alias declarationsRobert Griesemer
2016-06-10go/parser: document that parse functions need valid token.FileSetRobert Griesemer
2016-02-26cmd/compile, go/parser: simpler binary expression parsingMatthew Dempsky
2015-12-07go/parser, go/types: report invalid else branch in if statementsRobert Griesemer
2015-09-16go/parser: better error message for incorrect type switch headerRobert Griesemer
2015-09-16go/parser: comma is not permitted at the end of a struct field listRobert Griesemer
2015-09-14go/parser: better error message for unexpected ',' in struct typeRobert Griesemer
2015-06-18go/parser: document that parser accepts a wider language than specifiedRobert Griesemer
2015-06-12go/parser: add ParseExprFrom functionRobert Griesemer
2015-05-20go/parser: parse incomplete selection "fmt." as a blank selection "fmt._"Alan Donovan
2015-05-15go/parser: better error message for missing ',' in listsRobert Griesemer
2015-04-01go/scanner: Stabilize (*ErrorList).SortJan Mercl
2015-03-20go/parser: permit type elision from composite literal map keysRobert Griesemer
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-02-24go/ast, go/parser: correct End() position for *ast.EmptyStmtRobert Griesemer
2015-01-23go/parser: report error for var/const decls with missing init exprsRobert Griesemer
2014-12-30go/parser: add {map,chan,interface} to expression lookahead tokensAlan Donovan
2014-11-20go/parser: Use test-specific filesets to avoid races.Robert Griesemer