aboutsummaryrefslogtreecommitdiff
path: root/src/go/parser/interface.go
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.17] go/parser: limit recursion depthRoland Shoemaker
2021-04-16go/parser: add a SkipObjectResolution mode to bypass object resolutionRob Findley
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-03-31go/parser: switch to resolving objects as a post-processing passRob Findley
2021-03-02go/parser,go/types: hide API changes related to type parametersRob Findley
2020-12-14[dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'Robert Griesemer
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-11-24[dev.typeparams] import go2go changes to parse type parametersRob Findley
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-09-18go/parser: return partial result from ParseExpr in case of errorRobert Griesemer
2019-09-15go/parser: fix ignored errors in ParseExprFromBen Shi
2018-02-12go/parser: simplify code to read from an io.Reader (cleanup)Robert Griesemer
2016-12-21go/parser: fix reference in ParseExprFrom docsTakuya Ueda
2016-06-10go/parser: document that parse functions need valid token.FileSetRobert Griesemer
2015-06-12go/parser: add ParseExprFrom functionRobert Griesemer
2015-05-20go/parser: parse incomplete selection "fmt." as a blank selection "fmt._"Alan Donovan
2014-09-08build: move package sources from src/pkg to srcRuss Cox