aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/signature.go
AgeCommit message (Expand)Author
2021-09-14go/types: merge Named type loading and expansionRobert Findley
2021-09-09go/types, types2: rename RParams -> RecvTypeParamsRobert Findley
2021-09-09go/types: handle recursive type parameter constraintsRobert Findley
2021-09-08go/ast: rename MultiIndexExpr to IndexListExprRobert Findley
2021-09-08go/types: spell out 'Type' in type parameter APIsRobert Findley
2021-09-08go/ast: rename TParams fields to TypeParamsRobert Findley
2021-08-31go/types: do not declare new methods on instantiated typesRobert Findley
2021-08-31go/types: address some TODOs (cleanup)Robert Findley
2021-08-31go/internal/typeparams: remove typeparams.{Get,Set} (cleanup)Robert Findley
2021-08-23go/types: use []*TypeParam rather than []*TypeName type param listsRobert Findley
2021-08-16go/types: rename TypeParams to TParamListRobert Findley
2021-08-16go/types: merge Instantiate and InstantiateLazyRobert Findley
2021-08-16go/types: expand is only required for *Named typesRobert Findley
2021-08-16go/types: cleanup panic callsRobert Findley
2021-07-22[dev.typeparams] go/types: set type parameter indices when they are boundRob Findley
2021-07-19[dev.typeparams] go/types: cleanups around receiver type checksRob Findley
2021-07-19[dev.typeparams] go/types: add some missing APIs for the importerRob Findley
2021-07-16[dev.typeparams] go/types: move Signature type decl into signature.go (cleanup)Rob Findley
2021-07-16[dev.typeparams] go/types: remove typeparams wrappers and aliasesRob Findley
2021-07-16[dev.typeparams] go/types: port lazy import resolution from types2Rob Findley
2021-07-16[dev.typeparams] go/*: switch from ListExpr to MultiIndexExprRob Findley
2021-06-07[dev.typeparams] go/types: move signature checking into separate fileRob Findley