aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/instantiate_test.go
AgeCommit message (Expand)Author
2023-04-28go/types, types2: extract package name from test sources automaticallyRobert 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-09-03go/types, types2: use strings.Builder instead of bytes.Buffer where possibleRobert Griesemer
2021-11-17cmd/compile/internal/types2: when type hashing, canonicalize interfacesRobert Griesemer
2021-11-17cmd/compile/internal/types2: deduplicate signatures with the contextRobert Griesemer
2021-11-06cmd/compile/internal/types2: always parse tests assuming generic codeRobert Griesemer
2021-09-29go/types, types2: rename Environment to ContextRobert Findley
2021-09-21cmd/compile/internal/types2: instantiate methods when instantiating Named typesRobert Griesemer
2021-09-08cmd/compile/internal/types2: implement deduplication of instances using the E...Robert Griesemer