aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/errors_test.go
AgeCommit message (Expand)Author
2024-04-03go/types: include link to source in generated filesAlan Donovan
2024-02-23go/types: generate errors_test.go from types2 sourceRobert Griesemer
2024-02-23go/types, types2: make error handling more similarRobert Griesemer
2024-01-24go/types, types2: better error msg when type inference fails in a callRobert Griesemer
2023-01-17go/types: use nopos instead of token.NoPos to match types2Robert Griesemer
2022-04-22go/types: introduce the error_ type to match types2Robert Findley
2021-09-14go/types: eliminate Named.instPosRobert Findley
2021-02-04[dev.typeparams] go/types: add missing test from dev.go2goRob Findley