aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/mono.go
AgeCommit message (Expand)Author
2024-04-03go/types: include link to source in generated filesAlan Donovan
2024-02-28go/types: generate mono.go from types2 sourceRobert Griesemer
2024-02-27go/types, types2: call error handler for each sub-error as neededRobert Griesemer
2023-11-13go/types, types2: implement Alias proposal (export API)Robert Griesemer
2023-11-09go/types, types2: introduce _Alias type nodeRobert Griesemer
2023-01-17go/types, types2: factor out position comparison, share more codeRobert Griesemer
2022-10-11go/types: add errorcalls_test, apply it, and fix errorf call sitesRobert Griesemer
2022-10-10go/types: use internal/types/errors instead of local error codesRobert Griesemer
2021-11-29go/types: better error position for instantiation failureRobert Griesemer
2021-11-02go/types: avoid closure allocations in mono checkMatthew Dempsky
2021-11-02go/types: add check that code is monomorphizableMatthew Dempsky