aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/union.go
AgeCommit message (Expand)Author
2021-08-04[dev.typeparams] go/types: use type terms to represent unionsRob Findley
2021-07-19[dev.typeparams] go/types: embedding stand-alone type parameters is not permi...Rob Findley
2021-07-17[dev.typeparams] go/types: clean up index expr implementation for type parame...Rob Findley
2021-06-17[dev.typeparams] go/types: disallow ~T where T is a defined type or an interfaceRob Findley
2021-06-17[dev.typeparams] go/types: clean up type set/union intersectionRob 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