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