aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/named_test.go
AgeCommit message (Expand)Author
2024-04-16types2: flip the default value of GODEBUG=gotypesalias=1Robert Griesemer
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-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