aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/conversions.go
AgeCommit message (Expand)Author
2022-04-22go/types: use error_.errorf for reporting related error informationRobert Findley
2022-03-21go/types, types2: factor out isInterface(x) && !isTypeParam(x) (cleanup)Robert Griesemer
2022-02-28go/types, types2: fix string to type parameter conversionsRobert Griesemer
2022-01-18go/types, types2: report error for invalid string(1 << s)Robert Griesemer
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-29go/types, types2: handle case of no specific target types in conversionRobert Findley
2021-11-17go/types: underlying type of a type parameter is its constraint interfaceRobert Findley
2021-11-17go/types: match Go 1.17 compiler error messages more closelyRobert Findley
2021-11-16go/types: remove asTypeParam and simplify some codeRobert Findley
2021-11-16go/types: use type variables consistently in Checker.conversionRobert Findley
2021-11-10go/types: remove most asX converters (cleanup)Robert Findley
2021-11-09go/types: check non-generic conversions firstRobert Findley
2021-11-09go/types: rename is_X predicates back to isX (step 2 of 2)Robert Findley
2021-11-09go/types: rename isX predicates to allX, add simple is_X (step 1 of 2)Robert Findley
2021-11-03go/types: report cause for failing const conversionsRobert Findley
2021-11-03go/types: fix conversions of constants to type parameterRobert Findley
2021-11-02go/types: clean up asT converters (step 2 of 2)Robert Findley
2021-11-02go/types: clean up asT converters (step 1 of 2)Robert Findley
2021-11-02go/types: clarify is/underIs semantics and implementationRobert Findley
2021-10-28go/types: implement generic conversionsRobert Findley
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