summaryrefslogtreecommitdiff
path: root/src/go/types/initorder.go
Commit message (Expand)AuthorAgeFilesLines
* go/types: use internal/types/errors instead of local error codesRobert Griesemer2022-10-101-4/+5
* go/types, types2: more concise error messages for cycle errorsRobert Griesemer2022-09-291-0/+7
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* go/types: sort to reduce computational complexity of initOrderRobert Findley2021-12-081-21/+41
* go/types: add unexported start and end positions to type checker errorsRob Findley2020-11-051-3/+3
* go/types: add internal error codesRob Findley2020-10-301-3/+3
* go/types: remove objSet type in favor of explicit map type (cleanup)Robert Griesemer2019-10-081-6/+6
* go/types: minor cleanupsRobert Griesemer2016-08-161-2/+2
* go/types: fix computation of initialization orderRobert Griesemer2016-08-161-88/+142
* go/types: better debugging output for init order computationRobert Griesemer2016-05-271-12/+33
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* go/types, go/exact: "vendor" go/types into std repoRobert Griesemer2015-04-081-0/+222