aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/named_test.go
AgeCommit message (Expand)Author
2024-04-05cmd/compile: export/import materialized aliasesAlan Donovan
2024-02-08go/types, types2: document deterministic method index order and add testRobert Griesemer
2023-04-28go/types, types2: extract package name from test sources automaticallyRobert Griesemer
2023-01-20go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2023-01-20types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer
2022-10-19go/types, types2: replace typecheck with mustTypecheck almost everywhere (cle...Robert Griesemer
2022-10-19go/types, types2: consolidate helper functions for tests (cleanup)Robert Griesemer
2022-10-18go/types: remove pkgForMode in favor of pkgFor (cleanup)Robert Griesemer
2022-06-06go/types, types2: ensure that named types never expand infinitelyRobert Findley
2022-06-06go/types, types2: remove Named.once in favor of monotonic stateRobert Findley