aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/termlist.go
AgeCommit message (Expand)Author
2024-04-03go/types: include link to source in generated filesAlan Donovan
2023-01-20go/types: add a test that generated files match types2Robert Findley
2023-01-17go/types: generate various source files from types2 filesRobert Griesemer
2022-09-03go/types, types2: use strings.Builder instead of bytes.Buffer where possibleRobert Griesemer
2022-09-02go/types, types2: consistently write "x | y" rather than "x|y" for unionsRobert Griesemer
2022-06-07go/types, types2: use | rather than ∪ when printing term listsRobert Griesemer
2022-02-24go/types, types2: implement adjCoreType using TypeParam.isRobert Griesemer
2021-11-02go/types: implement singleType and structure (type)Robert Findley
2021-08-16go/types: better names for things (cleanup)Robert Findley
2021-08-16go/types: implement type sets with term listsRobert Findley
2021-08-16go/types: implement term listsRobert Findley