aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/unify.go
AgeCommit message (Expand)Author
2021-09-12go/types: remove some unnecessary loading/expansion of Named typesRobert Findley
2021-08-31go/types: use a typeWriter to write types (cleanup)Robert 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-16go/types: define Identical for instancesRobert 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: implement type sets with term listsRobert Findley
2021-08-04[dev.typeparams] go/types: move instance.go contents into named.go (cleanup)Rob Findley
2021-07-19[dev.typeparams] go/types: interface identity must consider full type setRob Findley
2021-07-17[dev.typeparams] go/types: disallow "free" type parameter as RHS of a type de...Rob Findley
2021-07-16[dev.typeparams] go/types: remove unused *Checker arguments (cleanup)Rob Findley
2021-07-16[dev.typeparams] go/types: remove typeparams wrappers and aliasesRob Findley
2021-07-16[dev.typeparams] go/types: introduce type set abstraction for interfacesRob Findley
2021-06-17[dev.typeparams] go/types: replace Sum type with Union typeRob Findley
2021-06-17[dev.typeparams] go/types: accept embedded interface elementsRob Findley
2021-04-28go/types: fix type inferenceRob Findley
2021-03-02go/parser,go/types: hide API changes related to type parametersRob Findley
2020-12-15[dev.typeparams] go/types: import unify.go and infer.go from dev.go2goRob Findley