aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/labels.go
AgeCommit message (Expand)Author
2024-03-18go/types, types2: quote user-supplied names in error messagesRobert Griesemer
2024-02-29go/types, types2: consistently use error_ type for sub-errors (cleanup)Robert Griesemer
2022-10-12go/types, types2: remove need for invalidAST prefix in error callsRobert Griesemer
2022-10-11go/types: replace invalid(AST|Arg|Op) with errorf and message prefixRobert Griesemer
2022-10-10go/types: use internal/types/errors instead of local error codesRobert Griesemer
2022-09-27go/types, types2: use "and not used" instead of "but not used" in error messagesRobert Griesemer
2021-07-16[dev.typeparams] go/types: port lazy import resolution from types2Rob Findley
2020-11-05go/types: add unexported start and end positions to type checker errorsRob Findley
2020-10-30go/types: add internal error codesRob Findley
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-06-15go/types: port recent x/tools/go/types fixesRobert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer