aboutsummaryrefslogtreecommitdiff
path: root/internal/typeparams/typeparams_go117.go
AgeCommit message (Expand)Author
2022-02-08internal/typeparams: add a generic form of types.AssignableToRobert Findley
2022-01-19internal/typeparams: simplify the IndexExpr APIRobert Findley
2021-12-02go/types/typeutil: add support for mapping generic typesRobert Findley
2021-10-25go/analysis/passes/composite: update for genericsRobert Findley
2021-10-25go/internal/gcimporter: add support for the Go 1.18 export data versionRobert Findley
2021-10-15go/internal/gcimporter: normalize implicit interfaces in export testsRobert Findley
2021-10-12go/analysis/passes/usesgenerics: a new analysis to detect generic codeRobert Findley
2021-10-01internal/typeparams: use alias rather than indirection for IndexListExprRobert Findley
2021-10-01go/ast/inspector: add support for the new IndexListExpr nodeRobert Findley
2021-10-01internal/typeparams: use NewSignatureType, IsMethodSet, and ContextRobert Findley
2021-09-29internal/lsp/analysis: quick-fix to remove unnecessary type argumentsRobert Findley
2021-09-28Revert "internal/typeparams: hide go1.18 API usage behind a build constraint"Robert Findley
2021-09-28internal/typeparams: hide go1.18 API usage behind a build constraintRobert Findley
2021-09-22internal/lsp/analysis: add a useany analyzerRobert Findley
2021-09-21internal/typeparams: update to the new Instances APIRobert Findley
2021-09-21go/internal/gcimporter: add support for exporting the 1.18 export formatRobert Findley
2021-09-15go/internal/gcimporter: update iimport.go to support type parametersRobert Findley