aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/assignments.go
AgeCommit message (Expand)Author
2021-07-22[dev.typeparams] go/types: set type parameter indices when they are boundRob Findley
2021-04-28go/types: better errors for invalid short var declsRob Findley
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-02-18[dev.typeparams] go/types: use a new ast.ListExpr for multi-type instancesRob Findley
2021-02-17[dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley
2021-02-17go/types: revert "no 'declared but not used' errors for invalid var decls"Rob Findley
2021-02-08[dev.typeparams] merge dev.regabi (618e3c1) into dev.typeparamsRob Findley
2021-02-04[dev.regabi] go/types: no "declared but not used" errors for invalid var declsRob Findley
2021-01-20[dev.typeparams] go/types: add tests from dev.go2goRob Findley
2021-01-20[dev.typeparams] go/types: refactor untyped conversion for typeparamsRob Findley
2021-01-11[dev.typeparams] go/types: import expr changes from dev.go2goRob Findley
2020-11-05go/types: add unexported start and end positions to type checker errorsRob Findley
2020-11-05go/types: simplify error messages for untyped value assignabilityRob Findley
2020-10-30go/types: add internal error codesRob Findley
2020-08-28go/types: factor out usage of implicit typeRob Findley
2020-08-27go/types: better error when converting untyped values in assignmentsRob Findley
2020-05-01go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
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
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-02-22go/types: fix regression with short variable declarationsRobert Griesemer
2018-02-12go/types: use check.lookup consistently where possible (cleanup)Robert Griesemer
2018-01-23go/types: more robust behavior in the presence errors (due to import "C")Robert Griesemer
2017-03-17go/types: better error for assignment count mismatchesRobert Griesemer
2016-10-12go/types: expose Default function, which converts untyped T to TAlan Donovan
2016-05-24cmd/compile, go/types: omit needless word in error messageRuss Cox
2016-04-04go/types: better error when assigning to struct field in mapCaio Marcelo de Oliveira Filho
2015-09-18go/types: unified handling of assignment errorsRobert Griesemer
2015-09-18go/types: cleanup handling of multi-valued expressionsRobert Griesemer
2015-09-18go/types: better error message when using multi-valued expressions in single-...Robert Griesemer
2015-09-18go/types: report detailed reason in error messages for invalid assignmentsRobert Griesemer
2015-08-04go/types: remove the renaming import of go/constantRob Pike
2015-06-15go/types: port recent x/tools/go/types fixesRobert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer