aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/conversions.go
AgeCommit message (Expand)Author
2021-07-16[dev.typeparams] go/types: remove unused *Checker arguments (cleanup)Rob Findley
2021-05-01go/types: slice-to-array-pointer conversion requires go1.17Rob Findley
2021-04-21go/types: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-02-23go/types: minor updates to comments to align with types2Rob Findley
2021-02-08[dev.typeparams] merge dev.regabi (618e3c1) into dev.typeparamsRob Findley
2021-02-08[dev.regabi] go/types: consistently report nil type as "untyped nil"Rob Findley
2021-01-11[dev.typeparams] go/types: import expr changes from dev.go2goRob Findley
2020-11-24[dev.typeparams] go/types, cmd/compile/internal/types2: fix incorrect string(...Robert Griesemer
2020-11-24go/types: fix incorrect string(int) conversion (regression)Robert Griesemer
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-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-09-17go/types: make sure interfaces are complete before comparing themRobert Griesemer
2018-10-05go/types: prepare for delayed type-checking of methods to when they are usedRobert Griesemer
2017-09-25go/types: don't accept incorrect shift expression argumentsgriesemer
2016-10-12go/types: expose Default function, which converts untyped T to TAlan Donovan
2016-10-04go/types: ignore struct tags when converting structsRobert Griesemer
2015-12-14go/constant: switch to floating-point representation when fractions become to...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-23go/types: in string(x) conversions, x must be of integer typeRobert Griesemer
2015-05-11go/constant: rename go/constantsAlan Donovan
2015-04-22go/constants: rename go/exact to go/constantsAlan Donovan
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer