- 6a585a2 x/tools/internal/typeparams: use regexp to match wanted result by Robert Griesemer · 2 years, 5 months ago
- 6bfd3a4 Revert "internal: temporarily disable tests so we can land CL 410955" by Robert Griesemer · 2 years, 7 months ago
- 5ca4cc8 internal: temporarily disable tests so we can land CL 410955 by Robert Griesemer · 2 years, 7 months ago
- 960b4ce internal/typeparams: adds core type implementation by Tim King · 2 years, 8 months ago
- 033cbfc internal/typeparams: run go generate with go1.18.2 by Hana (Hyang-Ah) Kim · 2 years, 8 months ago
- bc0e26e internal/typeparams: remove examples in favor of x/exp/typeparams by Robert Findley · 2 years, 8 months ago
- d5f48fc all: gofmt by Russ Cox · 2 years, 9 months ago
- caecc2b internal/typeparams: add a generic form of types.AssignableTo by Robert Findley · 3 years ago
- ea5e1dc internal/typeparams: add a helper to return the origin method by Robert Findley · 3 years ago
- 84f205d internal/typeparams/example: start adding a guide to generics for tools by Robert Findley · 3 years ago
- 7c251d6 internal/typeparams: improve the package documentation by Robert Findley · 3 years ago
- 2762b18 internal/typeparams: simplify the IndexExpr API by Robert Findley · 3 years ago
- 2ac48c6 go/types/typeutil: add support for mapping generic types by Robert Findley · 3 years, 3 months ago
- 43b469a go/analysis/passes/printf: update logic now that type parameters are interfaces by Robert Findley · 3 years, 2 months ago
- 4adea50 internal/typeparams: normalize the underlying constraint interface by Robert Findley · 3 years, 2 months ago
- 1050b5c go/analysis/passes/composite: update for generics by Robert Findley · 3 years, 3 months ago
- bcc6fa8 internal/typeparams: guard against generics in stdlib tests by Robert Findley · 3 years, 3 months ago
- 18096c5 go/internal/gcimporter: add support for the Go 1.18 export data version by Robert Findley · 3 years, 3 months ago
- ce04ca3 go/internal/gcimporter: normalize implicit interfaces in export tests by Robert Findley · 3 years, 3 months ago
- 3a269dc internal/typeparams: copy the term list algorithm from go/types by Robert Findley · 3 years, 4 months ago
- 074820e go/analysis/passes/usesgenerics: a new analysis to detect generic code by Robert Findley · 3 years, 3 months ago
- 942994f internal/typeparams: use alias rather than indirection for IndexListExpr by Robert Findley · 3 years, 4 months ago
- 13c407c go/ast/inspector: add support for the new IndexListExpr node by Robert Findley · 3 years, 4 months ago
- 2189684 internal/typeparams: use NewSignatureType, IsMethodSet, and Context by Robert Findley · 3 years, 4 months ago
- 1c35f2a internal/lsp/analysis: quick-fix to remove unnecessary type arguments by Robert Findley · 3 years, 4 months ago
- 5dbd5e4 internal/typeparams: filter out API diffs related to types.Environment by Robert Findley · 3 years, 4 months ago
- df9a164 Revert "internal/typeparams: hide go1.18 API usage behind a build constraint" by Robert Findley · 3 years, 4 months ago
- 0df0ca0 internal/typeparams: hide go1.18 API usage behind a build constraint by Robert Findley · 3 years, 4 months ago v0.1.7
- 2847958 internal/lsp/analysis: add a useany analyzer by Robert Findley · 3 years, 4 months ago
- 0d12d39 internal/typeparams: update to the new Instances API by Robert Findley · 3 years, 4 months ago
- 91c880c go/internal/gcimporter: add support for exporting the 1.18 export format by Robert Findley · 3 years, 4 months ago
- 0cffec9 go/internal/gcimporter: update iimport.go to support type parameters by Robert Findley · 3 years, 4 months ago
- 076821b internal/typeparams: update MultiIndexExpr to IndexListExpr by Robert Findley · 3 years, 4 months ago
- 2cae65c internal/typeparams: follow changes to Type in the go/ast and go/types by Koichi Shiraishi · 3 years, 4 months ago
- 3e0d083 internal/typeparams: update for recent API changes in go/types by Koichi Shiraishi · 3 years, 5 months ago
- 758a1a1 internal/typeparams: fix undefined *types.Named.TArgs method by Koichi Shiraishi · 3 years, 5 months ago
- 3228160 internal/typeparams: update x/tools for recent typeparams changes by Rob Findley · 3 years, 6 months ago
- 13cf844 go/ast/astutil: fix panic when rewriting multi-argument type instances by Rob Findley · 3 years, 7 months ago v0.1.3
- 18795da internal/typeparams: a new helper library for working with generic code by Rob Findley · 3 years, 9 months ago