summaryrefslogtreecommitdiff
path: root/src/go/ast
Commit message (Expand)AuthorAgeFilesLines
* go/ast: add IsGenerated(*File) predicateAlan Donovan2023-04-252-0/+134
* go/ast: add File.GoVersionRuss Cox2023-04-113-2/+4
* go/ast: record start and end of file in File.File{Start,End}Alan Donovan2022-09-283-18/+34
* go/ast: use strings.Buildercui fliter2022-09-094-9/+8
* go/ast: using strings.Buildercuiweixie2022-09-062-3/+4
* go/ast: add Range token.Pos to RangeStmtcuiweixie2022-09-051-0/+1
* go/ast, go/printer: recognize export and extern line directivesRuss Cox2022-04-112-1/+6
* all: gofmt main repoRuss Cox2022-04-111-1/+0
* go/printer: format doc commentsRuss Cox2022-04-111-0/+1
* all: remove trailing blank doc comment linesRuss Cox2022-04-018-45/+0
* all: fix TODO comment hanging indentsRuss Cox2022-04-011-1/+1
* go/ast: mention that FieldLists can now be enclosed by bracketsRobert Findley2022-01-121-3/+4
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-134-15/+15
* go/types, types2, go/ast, go/parser: remove support for type listsRobert Findley2021-10-281-6/+2
* all: use reflect.{Pointer,PointerTo}Cuong Manh Le2021-10-261-2/+2
* go/ast, go/types: remove some stale TODOsRobert Findley2021-10-081-2/+0
* go/ast: rename MultiIndexExpr to IndexListExprRobert Findley2021-09-082-6/+6
* go/ast: rename TParams fields to TypeParamsRobert Findley2021-09-082-14/+14
* Revert "go/ast: clarify when Ident.Obj is nil"Tim King2021-09-031-1/+1
* go/ast: clarify when Ident.Obj is nilCuong Manh Le2021-09-031-1/+1
* [dev.typeparams] go/*: switch from ListExpr to MultiIndexExprRob Findley2021-07-162-37/+30
* [dev.typeparams] go/ast: remove the typeparams build constraintRob Findley2021-06-176-147/+64
* go/ast: remove FuncDecl.IsMethod for Go 1.17Rob Findley2021-05-281-5/+1
* go/parser: don't parse a nil IndexExpr.IndexRob Findley2021-05-051-5/+1
* go/ast: print CommentMap contents in source orderRobert Griesemer2021-04-301-1/+9
* go/ast: fix broken build with typeparams build constraintRob Findley2021-04-142-3/+13
* go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley2021-04-136-62/+141
* go/ast: add missing handling for ListExpr in WalkRob Findley2021-03-301-0/+3
* [dev.typeparams] go/types: use a new ast.ListExpr for multi-type instancesRob Findley2021-02-182-32/+48
* [dev.typeparams] go/*: add TODOs from CLs importing dev.go2go changesRob Findley2020-12-081-1/+5
* [dev.typeparams] Merge branch 'master' into dev.typeparamsRobert Griesemer2020-11-191-0/+5
|\
| * go/ast: document invalid comment end positions with CRLF line endingsRebecca Stambler2020-11-181-0/+5
* | [dev.typeparams] merge master into dev.typeparamsRob Findley2020-11-031-1/+28
|\ \ | |/
| * go/ast: add test for FilterHeisenberg2020-11-031-1/+28
* | go/ast: import AST changes supporting typeparams from dev.go2goRob Findley2020-10-223-32/+54
|/
* go/ast: note that in BasicLit CHARs and STRINGs are quotedAlberto Donizetti2020-09-061-0/+6
* go/ast: drop //directive comments from doc.TextRuss Cox2020-04-292-6/+70
* go/ast: fix inflection in comments to match pluralityAllen Li2020-03-231-4/+4
* go/ast: fix a few incorrect "an" articlesDaniel Martí2019-12-091-3/+3
* go/ast: fix SortImports to handle block comments (take 2)Agniva De Sarker2019-10-281-23/+65
* go/parser, go/ast: correctly take into account presence of } in blockRobert Griesemer2019-10-282-2/+52
* cmd/doc: make -src mode deterministicIvan Trubach2019-09-021-2/+5
* Revert "go/ast: fix SortImports to handle block comments"Joe Tsai2019-08-081-58/+23
* go/token: add IsIdentifier, IsKeyword, and IsExportedDaniel Martí2019-04-151-11/+4
* go/ast: fix SortImports to handle block commentsAgniva De Sarker2019-03-281-23/+58
* go/ast: break out after first variable in ExampleCommentMapgo1012019-02-271-1/+2
* ast: refer to "embedded" rather than "anonymous" fields inRowan Marshall2018-06-261-3/+5
* go/ast: hide unexported fields in composite literalsAgniva De Sarker2018-05-012-4/+34
* go/ast: improve documentation for channel directionsRobert Griesemer2017-11-291-2/+2
* go/*: use sort.Slice to simplify some codeDaniel Martí2017-09-121-29/+19