aboutsummaryrefslogtreecommitdiff
path: root/src/go/ast/ast.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-09-03Revert "go/ast: clarify when Ident.Obj is nil"Tim King
2021-09-03go/ast: clarify when Ident.Obj is nilCuong Manh Le
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-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob 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-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/parser, go/ast: correctly take into account presence of } in blockRobert Griesemer
2019-04-15go/token: add IsIdentifier, IsKeyword, and IsExportedDaniel Martí
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-08-06all: remove some manual hyphenationJosh Bleecher Snyder
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-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
2015-03-24debug/dwarf, encoding/asn1, go/ast: fix old commentsMatthew Dempsky
2015-02-24go/ast, go/parser: correct End() position for *ast.EmptyStmtRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox