aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/errors.go
AgeCommit message (Expand)Author
2021-09-14go/types: eliminate Named.instPosRobert Findley
2021-08-20go/types: change Checker.verify to return an errorRobert Findley
2021-08-16go/types: cleanup panic callsRobert Findley
2021-06-25go/types: fix a bug in package qualification logicRob Findley
2021-04-27go/types: walk all imports when determining package name ambiguityRob Findley
2021-01-19[dev.typeparams] go/types: strip annotations from errorsRob Findley
2020-12-08go/types: correct error position for inherited const init expressionsRob 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
2020-08-25go/types: factor out some methods that compute a single errorRob Findley
2019-12-06go/types: print package path in error messages if package name is not uniqueRobert Griesemer
2019-08-26go/types: allow embedding overlapping interfacesRobert Griesemer
2018-12-06go/types: better error messages for field lookup errorsRobert Griesemer
2018-06-06go/types: don't report errors referring to invalid types or operandsRobert Griesemer
2015-09-18go/types: unified handling of assignment errorsRobert Griesemer
2015-09-18go/types: report detailed reason in error messages for invalid assignmentsRobert Griesemer
2015-06-30go/types: change {Type,Object,Selection}String to accept a Qualifier functionAlan Donovan
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer