aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/typelists.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-01-28go/types, types2: delete TypeList.StringRobert Griesemer
2021-12-06go/types, types2: unexport NewTypeListRobert Findley
2021-09-08go/types: spell out 'Type' in type parameter APIsRobert Findley
2021-08-31go/types: use a typeWriter to write types (cleanup)Robert Findley
2021-08-31go/types: implement TypeList.String (debugging support)Robert Findley
2021-08-25go/types: implement NewTypeList and use it instead of composite literalsRobert Griesemer
2021-08-23go/types: use a TypeList type to hold type argumentsRobert Findley