aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/self_test.go
AgeCommit message (Expand)Author
2023-05-23go/types: update TestStdlib to type-check concurrentlyRob Findley
2022-10-18go/types: migrate importer usage in testsMichael Matloob
2022-10-13go/types: remove mode argument from the pkgFiles helperRobert Findley
2021-12-08go/types: sort to reduce computational complexity of initOrderRobert Findley
2021-08-31go/types: address some TODOs (cleanup)Robert Findley
2020-10-30go/types: add internal error codesRob Findley
2020-10-01go/types: turn TestBenchmark into a normal benchmarkRob Findley
2020-08-27go/types: fix missing Importer for TestBenchmarkRob Findley
2015-08-04go/types: remove the renaming import of go/constantRob Pike
2015-05-14go/types: remove _ imports that are not needed anymoreRobert Griesemer
2015-05-11go/constant: rename go/constantsAlan Donovan
2015-04-22go/constants: rename go/exact to go/constantsAlan Donovan
2015-04-15go/importer: added go/importer package, adjusted go/typesRobert Griesemer
2015-04-11go/types: move go/types/internal/gcimport => go/internal/gcimporterRobert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer