aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/call.go
AgeCommit message (Expand)Author
2021-08-04[dev.typeparams] go/types: (TypeParam) SetBound -> SetConstraintRob Findley
2021-07-22[dev.typeparams] go/types: use the TParams API consistentlyRob Findley
2021-07-22[dev.typeparams] go/types: set type parameter indices when they are boundRob Findley
2021-07-19[dev.typeparams] go/types: replace types2.Instantiate with Checker.InstantiateRob Findley
2021-07-16[dev.typeparams] go/types: make Interface.obj a *TypeNameRob Findley
2021-07-16[dev.typeparams] go/types: remove unused *Checker arguments (cleanup)Rob Findley
2021-07-16[dev.typeparams] go/types: introduce type set abstraction for interfacesRob Findley
2021-07-16[dev.typeparams] go/*: switch from ListExpr to MultiIndexExprRob Findley
2021-06-22[dev.typeparams] go/types: adjust logic for method expression arg namingRob Findley
2021-06-04[dev.typeparams] go/types: better recv Var for method expressionsRob Findley
2021-04-28go/types: use combined type and ordinary args for type inferenceRob Findley
2021-04-28go/types: split out function instantiation from index exprRob Findley
2021-04-21go/types: combine all type inference in a single functionRob Findley
2021-04-21go/types: simplify Checker.CallRob Findley
2021-04-21go/types: simplify Checker.funcInstRob Findley
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-03-04go/types: use correct recv for parameterized embedded methodsRob Findley
2021-03-02all: fix spellingJohn Bampton
2021-03-02go/parser,go/types: hide API changes related to type parametersRob Findley
2021-02-24go/types: review of call.goRob Findley
2021-02-18[dev.typeparams] go/types: use a new ast.ListExpr for multi-type instancesRob Findley
2021-01-20[dev.typeparams] go/types: add tests from dev.go2goRob Findley
2021-01-19[dev.typeparams] go/types: fix some merge errors in call.goRob Findley
2021-01-11[dev.typeparams] go/types: import expr changes from dev.go2goRob Findley
2021-01-07[dev.typeparams] go/types: move use and useLHS to match dev.go2goRob Findley
2021-01-06[dev.typeparams] go/types: import typexpr.go from dev.go2goRob Findley
2020-12-14go/types: report invalid ... in conversionsRob Findley
2020-11-05go/types: add unexported start and end positions to type checker errorsRob Findley
2020-10-30go/types: add internal error codesRob Findley
2020-05-01go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
2020-04-28go/types: improve errors for method calls with pointer receiversRebecca Stambler
2020-04-27Revert "go/types: add UsesCgo config to support _cgo_gotypes.go"Andrew Bonventre
2020-04-23go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
2020-01-31go/types: unexport Checker.LookupFieldOrMethodRobert Griesemer
2019-09-17go/types: make sure interfaces are complete before comparing themRobert Griesemer
2019-09-08all: fix typosAinar Garipov
2019-08-26go/types: allow embedding overlapping interfacesRobert Griesemer
2019-04-29all: remove a few unused parametersDaniel Martí
2019-01-09go/types: don't create new context string for each argument of each callRobert Griesemer
2018-12-06go/types: better error messages for field lookup errorsRobert Griesemer
2018-10-05go/types: prepare for delayed type-checking of methods to when they are usedRobert Griesemer
2018-08-09go/types: fix errors in recording type informationRebecca Stambler
2018-07-12go/types: record type information after detecting errorRebecca Stambler
2018-04-25go/types: fix format errorsRuss Cox
2018-04-02go/types: fix column reporting of invalid selector namesGiovanni Bajo
2018-02-12go/types: add lookup method to context and factor out LookupParent callsRobert Griesemer
2018-01-23go/types: more robust behavior in the presence errors (due to import "C")Robert Griesemer
2017-08-18all: unindent some big chunks of codeDaniel Martí
2017-05-15go/types: fewer spurious "declared but not used" follow-on errorsRobert Griesemer
2017-02-07go/types: permit f(nil...) for variadic argumentsAlan Donovan