aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/termlist_test.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-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,types2: superficial changes to align types and types2Robert Findley
2021-08-16go/types: add defined type to term/termlist testsRobert Findley
2021-08-16go/types: better names for things (cleanup)Robert Findley
2021-08-16go/types: implement term listsRobert Findley