summaryrefslogtreecommitdiff
path: root/src/go/types/instantiate_test.go
Commit message (Expand)AuthorAgeFilesLines
* go/types, types2: extract package name from test sources automaticallyRobert Griesemer2023-04-281-5/+5
* go/types: add a test that generated files match types2Robert Findley2023-01-201-1/+1
* types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer2023-01-201-5/+5
* go/types: generate more files from types2 sourcesRobert Griesemer2023-01-171-5/+2
* go/types: use nopos instead of token.NoPos to match types2Robert Griesemer2023-01-171-3/+2
* go/types, types2: replace typecheck with mustTypecheck almost everywhere (cle...Robert Griesemer2022-10-191-20/+5
* go/types, types2: consolidate helper functions for tests (cleanup)Robert Griesemer2022-10-191-5/+5
* go/types: remove pkgForMode in favor of pkgFor (cleanup)Robert Griesemer2022-10-181-5/+5
* go/types, types2: use strings.Builder instead of bytes.Buffer where possibleRobert Griesemer2022-09-031-4/+4
* go/types: when type hashing, canonicalize interfacesRobert Findley2021-11-131-0/+33
* go/types: deduplicate signatures with the contextRobert Findley2021-11-131-26/+92
* go/types, types2: rename Environment to ContextRobert Findley2021-09-291-7/+7
* go/types: fixes for pointer receivers of instantiated methodsRobert Griesemer2021-09-211-2/+2
* go/types: ensure that we always get a new signature in expandNamedRobert Findley2021-09-171-0/+43
* go/types: instantiate methods when instantiating Named typesRobert Findley2021-09-151-0/+39
* go/types: implement deduplication of instances using the EnvironmentRobert Findley2021-09-081-0/+72