aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/instantiate_test.go
AgeCommit message (Expand)Author
2024-04-03go/types: include link to source in generated filesAlan Donovan
2023-04-28go/types, types2: extract package name from test sources automaticallyRobert Griesemer
2023-01-20go/types: add a test that generated files match types2Robert Findley
2023-01-20types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer
2023-01-17go/types: generate more files from types2 sourcesRobert Griesemer
2023-01-17go/types: use nopos instead of token.NoPos to match types2Robert 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-09-03go/types, types2: use strings.Builder instead of bytes.Buffer where possibleRobert Griesemer
2021-11-13go/types: when type hashing, canonicalize interfacesRobert Findley
2021-11-13go/types: deduplicate signatures with the contextRobert Findley
2021-09-29go/types, types2: rename Environment to ContextRobert Findley
2021-09-21go/types: fixes for pointer receivers of instantiated methodsRobert Griesemer
2021-09-17go/types: ensure that we always get a new signature in expandNamedRobert Findley
2021-09-15go/types: instantiate methods when instantiating Named typesRobert Findley
2021-09-08go/types: implement deduplication of instances using the EnvironmentRobert Findley