aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/builtins.go
AgeCommit message (Expand)Author
2021-08-10[dev.typeparams] go/types: don't expose the TypeSet API for 1.18Rob Findley
2021-08-04[dev.typeparams] go/types: (TypeParam) SetBound -> SetConstraintRob Findley
2021-08-04[dev.typeparams] go/types: adjust unsafe.Alignof/Offsetof/SizeofRob Findley
2021-07-22[dev.typeparams] go/types: set type parameter indices when they are boundRob Findley
2021-07-19[dev.typeparams] go/types: fix the type parameter index in applyTypeFuncRob Findley
2021-07-19[dev.typeparams] go/types: implement delete(m, k) where m is of type paramete...Rob Findley
2021-07-19[dev.typeparams] go/types: implement close(ch) where ch is of type parameter ...Rob Findley
2021-07-19[dev.typeparams] go/types: update TypeParam APIs to match types2Rob Findley
2021-07-17[dev.typeparams] go/types: replace optype() with under() in various cases (cl...Rob 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-06-17[dev.typeparams] go/types: eliminate need for unpack and asUnion functionsRob Findley
2021-06-17[dev.typeparams] go/types: replace Sum type with Union typeRob Findley
2021-06-17[dev.typeparams] go/types: accept embedded interface elementsRob Findley
2021-06-04cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newerMatthew Dempsky
2021-04-28go/types: use combined type and ordinary args for type inferenceRob Findley
2021-04-23go/types: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-03-02go/parser,go/types: hide API changes related to type parametersRob Findley
2021-02-17[dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley
2021-02-09[dev.regabi] go/types: convert untyped arguments to deleteRob Findley
2021-01-20[dev.typeparams] go/types: add tests from dev.go2goRob 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-10-30go/types: add internal error codesRob Findley
2020-02-24go/types: report correct argument types for make() built-in callsRobert Griesemer
2020-02-24go/types: report correct number of arguments for make() built-in callsRobert Griesemer
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
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-05go/types: prepare for delayed type-checking of methods to when they are usedRobert Griesemer
2018-08-30go/types: handle nil pointer when panic is written outside of a functionRebecca Stambler
2018-05-31go/types: better cycle reporting for some cyclic composite literalsRobert Griesemer
2018-04-25go/types: fix format errorsRuss Cox
2018-02-13go/types: better handle arrays whose length expression is invalidRobert Griesemer
2018-02-12go/types: correctly determine if panic call refers to built-inRobert Griesemer
2017-11-29go/types: report error when recognizing issue #18395.Robert Griesemer
2016-10-12go/types: expose Default function, which converts untyped T to TAlan Donovan
2016-08-16go/types: fix bad printf verbsJosh Bleecher Snyder
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-12-14go/constant: switch to floating-point representation when fractions become to...Robert Griesemer
2015-09-18go/types: unified handling of assignment errorsRobert 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-26go/types: fix real(a) and imag(a) for untyped argumentsRobert Griesemer
2015-08-21go/types: fix complex(a, b) for untyped arguments a, bRobert Griesemer
2015-08-04go/types: remove the renaming import of go/constantRob Pike
2015-07-21go/types: make types.Typ a slice, unexport UniverseByte/RuneRobert Griesemer
2015-07-12all: link to https for golang subdomains tooBrad Fitzpatrick