aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/initorder.go
AgeCommit message (Expand)Author
2024-04-03go/types: include link to source in generated filesAlan Donovan
2024-03-28cmd/compile: put constants before variables in initialization orderKeith Randall
2024-02-28go/types: generate initorder.go from types2 sourceRobert Griesemer
2024-02-27go/types, types2: call error handler for each sub-error as neededRobert Griesemer
2022-10-10go/types: use internal/types/errors instead of local error codesRobert Griesemer
2022-09-29go/types, types2: more concise error messages for cycle errorsRobert Griesemer
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-08go/types: sort to reduce computational complexity of initOrderRobert 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
2019-10-08go/types: remove objSet type in favor of explicit map type (cleanup)Robert Griesemer
2016-08-16go/types: minor cleanupsRobert Griesemer
2016-08-16go/types: fix computation of initialization orderRobert Griesemer
2016-05-27go/types: better debugging output for init order computationRobert Griesemer
2016-03-02all: single space after period.Brad Fitzpatrick
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer