aboutsummaryrefslogtreecommitdiff
path: root/src/go/ast/walk.go
AgeCommit message (Expand)Author
2021-09-08go/ast: rename MultiIndexExpr to IndexListExprRobert Findley
2021-09-08go/ast: rename TParams fields to TypeParamsRobert Findley
2021-07-16[dev.typeparams] go/*: switch from ListExpr to MultiIndexExprRob Findley
2021-06-17[dev.typeparams] go/ast: remove the typeparams build constraintRob Findley
2021-05-05go/parser: don't parse a nil IndexExpr.IndexRob Findley
2021-04-14go/ast: fix broken build with typeparams build constraintRob Findley
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-03-30go/ast: add missing handling for ListExpr in WalkRob Findley
2020-10-22go/ast: import AST changes supporting typeparams from dev.go2goRob Findley
2016-11-05Revert "go/ast, go/parser: parse alias declarations"Robert Griesemer
2016-10-04go/ast, go/parser: parse alias declarationsRobert Griesemer
2015-05-02go/ast: fix formatting of error messageDmitry Vyukov
2015-04-02go/ast: fix ast.Inspect doc stringRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox