aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/union.go
AgeCommit message (Expand)Author
2023-10-19go: add available godoc linkcui fliter
2023-09-15go/types, types2: introduce `isValid` predicate and use throughoutRobert Griesemer
2023-01-20go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2022-10-10go/types: use internal/types/errors instead of local error codesRobert Griesemer
2022-04-04go/types, types2: fix overlap test for union termlistRobert Griesemer
2022-03-31go/types, types2: better error message for invalid type parameter termRobert Griesemer
2022-03-21go/types, types2: improved tracing output throughout (debugging support)Robert Griesemer
2022-03-07go/types, types2: correctly include comparable in type set intersectionRobert Griesemer
2021-12-20go/types: better error message when using comparable in unionRobert Griesemer
2021-12-14go/types: record types for union subexpressionsRobert Findley
2021-12-14go/types: externalize union type setsRobert Findley
2021-12-14go/types, types2: record (top-level) union typesRobert Griesemer
2021-11-16go/types: remove asTypeParam and simplify some codeRobert Findley
2021-11-15go/types: assign error codes to new errors for Go 1.18Robert Findley
2021-10-28go/types, types2, go/ast, go/parser: remove support for type listsRobert Findley
2021-09-24go/types: delay union element checksRobert Griesemer
2021-08-31go/types, types2: union terms must be instantiatedRobert Griesemer
2021-08-16go/types: expand is only required for *Named typesRobert Findley
2021-08-16go/types: limit termlist lengthsRobert Findley
2021-08-16go/types: change types2.Union API to accept a list of TermsRobert 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: 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