aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/methodset_test.go
AgeCommit message (Expand)Author
2023-06-08go/types: fix method set computation if receiver is a named pointerRobert 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-10-18go/types: remove pkgForMode in favor of pkgFor (cleanup)Robert Griesemer
2022-05-17all: fix spellingJohn Bampton
2022-05-09go/types, types2: use a type lookup by identity in method lookupRobert Findley
2021-08-04[dev.typeparams] go/types: embedded type cannot be a (pointer to) a type para...Rob Findley
2021-07-17[dev.typeparams] go/types: disallow "free" type parameter as RHS of a type de...Rob Findley
2021-07-16[dev.typeparams] go/internal/typeparams: remove the Enabled guardRob Findley
2021-04-20go/types: support type parameters in NewMethodSetRob Findley