aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/operand.go
AgeCommit message (Expand)Author
2021-08-04[dev.typeparams] go/types: print constraint info for type param operandsRob Findley
2021-08-04[dev.typeparams] go/types: use type terms to represent unionsRob Findley
2021-07-16[dev.typeparams] go/types: remove unused *Checker arguments (cleanup)Rob Findley
2021-06-17[dev.typeparams] go/types: replace Sum type with Union typeRob Findley
2021-03-18go/types: minor simplification in assignableTo (cleanup)Robert Griesemer
2021-03-02go/parser,go/types: hide API changes related to type parametersRob Findley
2021-01-20[dev.typeparams] go/types: refactor untyped conversion for typeparamsRob Findley
2021-01-11[dev.typeparams] import operand.go changes from dev.go2goRob Findley
2020-11-19go/types: report an error for invalid constant valuesRobert 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-08-28go/types: factor out usage of implicit typeRob 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-24go/types: improve error message for pointer receiver errorsRebecca Stambler
2020-04-23go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
2020-04-16go/types: add detail to missing method error messagesRebecca Stambler
2020-04-14go/types: use same local variable consistently (minor cleanup)Robert Griesemer
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-06-22go/types: more robust operand printingRobert 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-07-15go/types: fix internal inInteger operand predicateRobert Griesemer
2015-06-30go/types: change {Type,Object,Selection}String to accept a Qualifier functionAlan Donovan
2015-05-11go/constant: rename go/constantsAlan Donovan
2015-04-22go/constants: rename go/exact to go/constantsAlan Donovan
2015-04-22go/exact: future-proof API: permit setting precision limitRobert Griesemer
2015-04-15go/importer: added go/importer package, adjusted go/typesRobert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer