aboutsummaryrefslogtreecommitdiff
path: root/src/go/ast
AgeCommit message (Expand)Author
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-28go/ast: remove FuncDecl.IsMethod for Go 1.17Rob Findley
2021-05-05go/parser: don't parse a nil IndexExpr.IndexRob Findley
2021-04-30go/ast: print CommentMap contents in source orderRobert Griesemer
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
2021-02-18[dev.typeparams] go/types: use a new ast.ListExpr for multi-type instancesRob Findley
2020-12-08[dev.typeparams] go/*: add TODOs from CLs importing dev.go2go changesRob Findley
2020-11-19[dev.typeparams] Merge branch 'master' into dev.typeparamsRobert Griesemer
2020-11-18go/ast: document invalid comment end positions with CRLF line endingsRebecca Stambler
2020-11-03[dev.typeparams] merge master into dev.typeparamsRob Findley
2020-11-03go/ast: add test for FilterHeisenberg
2020-10-22go/ast: import AST changes supporting typeparams from dev.go2goRob Findley
2020-09-06go/ast: note that in BasicLit CHARs and STRINGs are quotedAlberto Donizetti
2020-04-29go/ast: drop //directive comments from doc.TextRuss Cox
2020-03-23go/ast: fix inflection in comments to match pluralityAllen Li
2019-12-09go/ast: fix a few incorrect "an" articlesDaniel Martí
2019-10-28go/ast: fix SortImports to handle block comments (take 2)Agniva De Sarker
2019-10-28go/parser, go/ast: correctly take into account presence of } in blockRobert Griesemer
2019-09-02cmd/doc: make -src mode deterministicIvan Trubach
2019-08-08Revert "go/ast: fix SortImports to handle block comments"Joe Tsai
2019-04-15go/token: add IsIdentifier, IsKeyword, and IsExportedDaniel Martí
2019-03-28go/ast: fix SortImports to handle block commentsAgniva De Sarker
2019-02-27go/ast: break out after first variable in ExampleCommentMapgo101
2018-06-26ast: refer to "embedded" rather than "anonymous" fields inRowan Marshall
2018-05-01go/ast: hide unexported fields in composite literalsAgniva De Sarker
2017-11-29go/ast: improve documentation for channel directionsRobert Griesemer
2017-09-12go/*: use sort.Slice to simplify some codeDaniel Martí
2017-08-06all: remove some manual hyphenationJosh Bleecher Snyder
2017-07-16ast: make ExampleCommentMap a runnable examplecloss
2017-06-28go/ast: improve comment on FuncDecl.BodyAlan Donovan
2017-06-21go/ast: improved documentation for comments associated with an ASTRobert Griesemer
2017-01-31all: merge dev.typealias into masterRuss Cox
2017-01-19go/ast: fix Object's doc comment about DataHironao OTSUBO
2017-01-09[dev.typealias] go/ast, go/parser, go/printer, go/types: initial type alias s...Robert Griesemer
2016-11-29go/ast: fix doc string for ast.GenDeclRobert Griesemer
2016-11-05Revert "go/ast, go/parser: parse alias declarations"Robert Griesemer
2016-10-04go/ast, go/parser: parse alias declarationsRobert Griesemer
2016-09-26go/ast: better documentation for CallExpr nodeRobert Griesemer
2016-06-15go/ast: fix comments misinterpreted as documentationMatthew Dempsky
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-02go/ast: fix typo in commentIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-12-04go/ast: remove many blank lines in SortImportsSokolov Yura
2015-05-02go/ast: fix formatting of error messageDmitry Vyukov
2015-04-02go/ast: fix ast.Inspect doc stringRobert Griesemer
2015-03-24debug/dwarf, encoding/asn1, go/ast: fix old commentsMatthew Dempsky