aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/methodset.go
AgeCommit message (Expand)Author
2021-08-04[dev.typeparams] go/types: (TypeParam) SetBound -> SetConstraintRob Findley
2021-07-16[dev.typeparams] go/types: remove unused *Checker arguments (cleanup)Rob Findley
2021-07-16[dev.typeparams] go/types: remove typeparams wrappers and aliasesRob Findley
2021-07-16[dev.typeparams] go/types: introduce type set abstraction for interfacesRob Findley
2021-04-20go/types: support type parameters in NewMethodSetRob Findley
2020-12-15[dev.typeparams] go/types: import lookup logic from dev.go2goRob Findley
2020-03-02go/types: simplify method set computationRobert Griesemer
2020-03-02go/types: fix method set computationRobert Griesemer
2019-09-17go/types: make sure interfaces are complete before comparing themRobert Griesemer
2019-08-26go/types: allow embedding overlapping interfacesRobert Griesemer
2018-10-05go/types: fix recvPtr helper (follow-up on https://golang.org/cl/139422)Robert Griesemer
2018-10-04go/types: determine hasPtrRecv property from source rather than typeRobert Griesemer
2018-05-10go/types: adopt spec terminology, use 'embedded' rather then 'anonyous' fieldRobert Griesemer
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2017-09-12go/*: use sort.Slice to simplify some codeDaniel Martí
2017-01-10[dev.typealias] go/types: implement type aliasesRobert Griesemer
2015-07-20go/types: remove non-existing mention of MethodSetCache from commentRobert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer