| Commit message (Expand) | Author | Age | Files | Lines |
* | go/ast: add IsGenerated(*File) predicate | Alan Donovan | 2023-04-25 | 2 | -0/+134 |
* | go/ast: add File.GoVersion | Russ Cox | 2023-04-11 | 3 | -2/+4 |
* | go/ast: record start and end of file in File.File{Start,End} | Alan Donovan | 2022-09-28 | 3 | -18/+34 |
* | go/ast: use strings.Builder | cui fliter | 2022-09-09 | 4 | -9/+8 |
* | go/ast: using strings.Builder | cuiweixie | 2022-09-06 | 2 | -3/+4 |
* | go/ast: add Range token.Pos to RangeStmt | cuiweixie | 2022-09-05 | 1 | -0/+1 |
* | go/ast, go/printer: recognize export and extern line directives | Russ Cox | 2022-04-11 | 2 | -1/+6 |
* | all: gofmt main repo | Russ Cox | 2022-04-11 | 1 | -1/+0 |
* | go/printer: format doc comments | Russ Cox | 2022-04-11 | 1 | -0/+1 |
* | all: remove trailing blank doc comment lines | Russ Cox | 2022-04-01 | 8 | -45/+0 |
* | all: fix TODO comment hanging indents | Russ Cox | 2022-04-01 | 1 | -1/+1 |
* | go/ast: mention that FieldLists can now be enclosed by brackets | Robert Findley | 2022-01-12 | 1 | -3/+4 |
* | all: gofmt -w -r 'interface{} -> any' src | Russ Cox | 2021-12-13 | 4 | -15/+15 |
* | go/types, types2, go/ast, go/parser: remove support for type lists | Robert Findley | 2021-10-28 | 1 | -6/+2 |
* | all: use reflect.{Pointer,PointerTo} | Cuong Manh Le | 2021-10-26 | 1 | -2/+2 |
* | go/ast, go/types: remove some stale TODOs | Robert Findley | 2021-10-08 | 1 | -2/+0 |
* | go/ast: rename MultiIndexExpr to IndexListExpr | Robert Findley | 2021-09-08 | 2 | -6/+6 |
* | go/ast: rename TParams fields to TypeParams | Robert Findley | 2021-09-08 | 2 | -14/+14 |
* | Revert "go/ast: clarify when Ident.Obj is nil" | Tim King | 2021-09-03 | 1 | -1/+1 |
* | go/ast: clarify when Ident.Obj is nil | Cuong Manh Le | 2021-09-03 | 1 | -1/+1 |
* | [dev.typeparams] go/*: switch from ListExpr to MultiIndexExpr | Rob Findley | 2021-07-16 | 2 | -37/+30 |
* | [dev.typeparams] go/ast: remove the typeparams build constraint | Rob Findley | 2021-06-17 | 6 | -147/+64 |
* | go/ast: remove FuncDecl.IsMethod for Go 1.17 | Rob Findley | 2021-05-28 | 1 | -5/+1 |
* | go/parser: don't parse a nil IndexExpr.Index | Rob Findley | 2021-05-05 | 1 | -5/+1 |
* | go/ast: print CommentMap contents in source order | Robert Griesemer | 2021-04-30 | 1 | -1/+9 |
* | go/ast: fix broken build with typeparams build constraint | Rob Findley | 2021-04-14 | 2 | -3/+13 |
* | go/*,cmd/gofmt: guard AST changes with the typeparams build tag | Rob Findley | 2021-04-13 | 6 | -62/+141 |
* | go/ast: add missing handling for ListExpr in Walk | Rob Findley | 2021-03-30 | 1 | -0/+3 |
* | [dev.typeparams] go/types: use a new ast.ListExpr for multi-type instances | Rob Findley | 2021-02-18 | 2 | -32/+48 |
* | [dev.typeparams] go/*: add TODOs from CLs importing dev.go2go changes | Rob Findley | 2020-12-08 | 1 | -1/+5 |
* | [dev.typeparams] Merge branch 'master' into dev.typeparams | Robert Griesemer | 2020-11-19 | 1 | -0/+5 |
|\ |
|
| * | go/ast: document invalid comment end positions with CRLF line endings | Rebecca Stambler | 2020-11-18 | 1 | -0/+5 |
* | | [dev.typeparams] merge master into dev.typeparams | Rob Findley | 2020-11-03 | 1 | -1/+28 |
|\ \
| |/ |
|
| * | go/ast: add test for Filter | Heisenberg | 2020-11-03 | 1 | -1/+28 |
* | | go/ast: import AST changes supporting typeparams from dev.go2go | Rob Findley | 2020-10-22 | 3 | -32/+54 |
|/ |
|
* | go/ast: note that in BasicLit CHARs and STRINGs are quoted | Alberto Donizetti | 2020-09-06 | 1 | -0/+6 |
* | go/ast: drop //directive comments from doc.Text | Russ Cox | 2020-04-29 | 2 | -6/+70 |
* | go/ast: fix inflection in comments to match plurality | Allen Li | 2020-03-23 | 1 | -4/+4 |
* | go/ast: fix a few incorrect "an" articles | Daniel Martí | 2019-12-09 | 1 | -3/+3 |
* | go/ast: fix SortImports to handle block comments (take 2) | Agniva De Sarker | 2019-10-28 | 1 | -23/+65 |
* | go/parser, go/ast: correctly take into account presence of } in block | Robert Griesemer | 2019-10-28 | 2 | -2/+52 |
* | cmd/doc: make -src mode deterministic | Ivan Trubach | 2019-09-02 | 1 | -2/+5 |
* | Revert "go/ast: fix SortImports to handle block comments" | Joe Tsai | 2019-08-08 | 1 | -58/+23 |
* | go/token: add IsIdentifier, IsKeyword, and IsExported | Daniel Martí | 2019-04-15 | 1 | -11/+4 |
* | go/ast: fix SortImports to handle block comments | Agniva De Sarker | 2019-03-28 | 1 | -23/+58 |
* | go/ast: break out after first variable in ExampleCommentMap | go101 | 2019-02-27 | 1 | -1/+2 |
* | ast: refer to "embedded" rather than "anonymous" fields in | Rowan Marshall | 2018-06-26 | 1 | -3/+5 |
* | go/ast: hide unexported fields in composite literals | Agniva De Sarker | 2018-05-01 | 2 | -4/+34 |
* | go/ast: improve documentation for channel directions | Robert Griesemer | 2017-11-29 | 1 | -2/+2 |
* | go/*: use sort.Slice to simplify some code | Daniel Martí | 2017-09-12 | 1 | -29/+19 |