| Commit message (Expand) | Author | Age | Files | Lines |
* | go/parser: report //go:build-derived Go version in ast.File.GoVersion | Russ Cox | 2023-04-13 | 1 | -6/+24 |
* | all: fix misuses of "a" vs "an" | cui fliter | 2023-04-04 | 1 | -1/+1 |
* | go/parser: allow trailing commas in embedded instantiated types | cia-rana | 2022-11-17 | 1 | -2/+10 |
* | go/parser: add missing parenthesis in a comment | ishwargowda | 2022-11-02 | 1 | -1/+1 |
* | go/parser: simplify code (cleanup) | Park Zhou | 2022-10-11 | 1 | -2/+1 |
* | go/ast: record start and end of file in File.File{Start,End} | Alan Donovan | 2022-09-28 | 1 | -6/+8 |
* | go/scanner: emit implicit semicolon tokens in correct order | Alan Donovan | 2022-09-27 | 1 | -17/+24 |
* | go/ast: add Range token.Pos to RangeStmt | cuiweixie | 2022-09-05 | 1 | -0/+1 |
* | go/parser: match syntax parser error for unnamed type parameters | Robert Griesemer | 2022-09-02 | 1 | -2/+2 |
* | go/parser: more tolerant parsing of import declarations | Robert Griesemer | 2022-09-02 | 1 | -13/+21 |
* | go/parser: parse import specs the same way as the syntax parser | Robert Griesemer | 2022-09-02 | 1 | -3/+10 |
* | go/parser: leave checking of LHS in short var decls to type checker | Robert Griesemer | 2022-09-01 | 1 | -18/+2 |
* | go/parser: check that go/defer expressions are not parenthesized | Robert Griesemer | 2022-09-01 | 1 | -0/+4 |
* | go/parser: remove validation of expression syntax, leave to type checker | Robert Griesemer | 2022-09-01 | 1 | -108/+26 |
* | go/parser: match go/defer error message of syntax package | Robert Griesemer | 2022-08-25 | 1 | -1/+1 |
* | go/types: match types2 errors for missing index expressions | Robert Griesemer | 2022-08-19 | 1 | -3/+3 |
* | go/parser: match const/var decl parsing of syntax package | Robert Griesemer | 2022-08-19 | 1 | -14/+18 |
* | go/parser: fix spelling in error message | Robert Griesemer | 2022-08-19 | 1 | -1/+1 |
* | go/parser: remove (internal) ability to disable generic code | Robert Griesemer | 2022-08-19 | 1 | -44/+12 |
* | go/parser: remove import path string syntax checking | Robert Griesemer | 2022-08-19 | 1 | -17/+0 |
* | go/parser: disallow parenthesizing embedded types in structs | Robert Griesemer | 2022-08-19 | 1 | -6/+42 |
* | go/parser: limit recursion depth | Roland Shoemaker | 2022-07-12 | 1 | -4/+50 |
* | go/parser: remove unused method checkBinaryExpr | Robert Griesemer | 2022-06-16 | 1 | -17/+0 |
* | go/parser: accept all valid type parameter lists | Robert Griesemer | 2022-05-04 | 1 | -71/+83 |
* | go/parser: parser to accept ~x as unary expression | Robert Griesemer | 2022-05-04 | 1 | -1/+1 |
* | all: gofmt main repo | Russ Cox | 2022-04-11 | 1 | -1/+0 |
* | all: remove trailing blank doc comment lines | Russ Cox | 2022-04-01 | 1 | -6/+0 |
* | go/parser, go/printer: fix parsing of ambiguous type parameter lists | Robert Findley | 2022-02-15 | 1 | -25/+136 |
* | go/parser, go/types: don't parse type parameters on methods | Robert Findley | 2022-02-04 | 1 | -8/+17 |
* | all: gofmt -w -r 'interface{} -> any' src | Russ Cox | 2021-12-13 | 1 | -1/+1 |
* | go/parser: allow parsing aliases with type parameters | Robert Findley | 2021-11-10 | 1 | -2/+4 |
* | go/parser: simplify parsing of array or slice constraint types | Robert Findley | 2021-10-31 | 1 | -52/+46 |
* | go/types, types2, go/ast, go/parser: remove support for type lists | Robert Findley | 2021-10-28 | 1 | -12/+0 |
* | go/parser: fix parsing of array or slice constraint types | Robert Findley | 2021-10-28 | 1 | -29/+52 |
* | go/parser: allow eliding interface in constraint literals | Robert Findley | 2021-10-11 | 1 | -47/+79 |
* | go/parser: clean up unnecessary arguments and replace an if statement | Robert Findley | 2021-10-11 | 1 | -7/+8 |
* | go/ast: rename MultiIndexExpr to IndexListExpr | Robert Findley | 2021-09-08 | 1 | -2/+2 |
* | go/ast: rename TParams fields to TypeParams | Robert Findley | 2021-09-08 | 1 | -9/+9 |
* | go/internal/typeparams: remove typeparams.{Get,Set} (cleanup) | Robert Findley | 2021-08-31 | 1 | -4/+8 |
* | [dev.typeparams] go/internal/typeparams: remove the Enabled guard | Rob Findley | 2021-07-16 | 1 | -1/+1 |
* | [dev.typeparams] go/*: switch from ListExpr to MultiIndexExpr | Rob Findley | 2021-07-16 | 1 | -6/+16 |
* | [dev.typeparams] all: merge master (37f9a8f) into dev.typeparams | Cuong Manh Le | 2021-06-25 | 1 | -1/+6 |
|\ |
|
| * | go/parser: parse an ast.IndexExpr for a[] | Rob Findley | 2021-06-22 | 1 | -1/+6 |
* | | [dev.typeparams] go/parser: accept embedded type literals | Rob Findley | 2021-06-17 | 1 | -5/+22 |
* | | [dev.typeparams] go/parser: accept "~" and "|" interface elements | Rob Findley | 2021-06-17 | 1 | -7/+67 |
|/ |
|
* | go/parser: don't parse a nil IndexExpr.Index | Rob Findley | 2021-05-05 | 1 | -0/+1 |
* | go: various minor cleanups with the help of Goland | kumakichi | 2021-04-27 | 1 | -1/+1 |
* | all: remove redundant spaces before . and , | Yury Smolsky | 2021-04-20 | 1 | -1/+1 |
* | go/parser: add a SkipObjectResolution mode to bypass object resolution | Rob Findley | 2021-04-16 | 1 | -1/+3 |
* | go/*,cmd/gofmt: guard AST changes with the typeparams build tag | Rob Findley | 2021-04-13 | 1 | -18/+24 |