summaryrefslogtreecommitdiff
path: root/src/go/types/methodset_test.go
Commit message (Expand)AuthorAgeFilesLines
* go/types, types2: extract package name from test sources automaticallyRobert Griesemer2023-04-281-1/+1
* go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer2023-01-201-4/+4
* types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer2023-01-201-1/+1
* go/types, types2: replace typecheck with mustTypecheck almost everywhere (cle...Robert Griesemer2022-10-191-5/+1
* go/types, types2: consolidate helper functions for tests (cleanup)Robert Griesemer2022-10-191-1/+1
* go/types: remove pkgForMode in favor of pkgFor (cleanup)Robert Griesemer2022-10-181-1/+1
* all: fix spellingJohn Bampton2022-05-171-1/+1
* go/types, types2: use a type lookup by identity in method lookupRobert Findley2022-05-091-8/+59
* [dev.typeparams] go/types: embedded type cannot be a (pointer to) a type para...Rob Findley2021-08-041-5/+7
* [dev.typeparams] go/types: disallow "free" type parameter as RHS of a type de...Rob Findley2021-07-171-2/+3
* [dev.typeparams] go/internal/typeparams: remove the Enabled guardRob Findley2021-07-161-5/+2
* go/types: support type parameters in NewMethodSetRob Findley2021-04-201-0/+109