aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/typeparam.go
AgeCommit message (Expand)Author
2021-09-08cmd/compile/internal/types2: move NewTypeParam off of CheckerRobert Griesemer
2021-09-08go/types: spell out 'Type' in type parameter APIsRobert Findley
2021-09-08go/types: move NewTypeParam off of CheckerRobert Findley
2021-08-23go/types: use a TypeList type to hold type argumentsRobert Findley
2021-08-23go/types: use []*TypeParam rather than []*TypeName type param listsRobert Findley
2021-08-23go/types: add the TypeParam.Obj methodRobert Findley
2021-08-16go/types: rename TypeParams to TParamListRobert Findley
2021-08-16go/types: cleanup panic callsRobert Findley
2021-08-16go/types: implement type sets with term listsRobert Findley
2021-08-04[dev.typeparams] go/types: (TypeParam) SetBound -> SetConstraintRob Findley
2021-08-04[dev.typeparams] go/types: implement TypeParam.ConstraintRob Findley
2021-07-29[dev.typeparams] go/types,cmd/compile/internal/types2: fix TypeParams.At docsMatthew Dempsky
2021-07-22[dev.typeparams] go/types: set type parameter indices when they are boundRob Findley
2021-07-22[dev.typeparams] go/types: merge instance and Named to eliminate sanitizationRob Findley
2021-07-19[dev.typeparams] go/types: update TypeParam APIs to match types2Rob Findley
2021-07-19[dev.typeparams] go/types: add some missing APIs for the importerRob Findley
2021-07-17[dev.typeparams] go/types: clean up index expr implementation for type parame...Rob Findley
2021-07-16[dev.typeparams] go/types: move (remaining) type decls into their own files (...Rob Findley