Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go/parser: remove (internal) ability to disable generic code | Robert Griesemer | 2022-08-19 | 1 | -4/+0 |
* | [dev.typeparams] go/internal/typeparams: remove the Enabled guard | Rob Findley | 2021-07-16 | 1 | -5/+1 |
* | go/parser: move type params in scope for the function signature | Rob Findley | 2021-04-16 | 1 | -1/+2 |
* | go/*,cmd/gofmt: guard AST changes with the typeparams build tag | Rob Findley | 2021-04-13 | 1 | -1/+6 |
* | go/parser: add resolution tests for type params | Rob Findley | 2021-03-31 | 1 | -1/+5 |
* | go/parser: add data-driven tests for object resolution | Rob Findley | 2021-03-30 | 1 | -0/+170 |