aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/api_test.go
AgeCommit message (Expand)Author
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-07-27go/types: preserve untyped constants on the RHS of a shift expressionRob Findley
2021-07-22[dev.typeparams] go/types: set type parameter indices when they are boundRob Findley
2021-07-19[dev.typeparams] go/types: replace types2.Instantiate with Checker.InstantiateRob Findley
2021-07-19[dev.typeparams] go/types: add some missing APIs for the importerRob Findley
2021-07-19[dev.typeparams] go/types: recursive substitution must terminate (bug fix)Rob Findley
2021-07-16[dev.typeparams] go/internal/typeparams: remove the Enabled guardRob Findley
2021-07-16[dev.typeparams] go/types: remove typeparams wrappers and aliasesRob Findley
2021-06-17[dev.typeparams] go/types: disallow type list handlingRob Findley
2021-06-04[dev.typeparams] go/types: use Checker-provided type parameter IDs when possibleRob Findley
2021-04-28go/types: better errors for invalid short var declsRob Findley
2021-04-28go/types: use a global atomic counter for type parameter idsRob Findley
2021-04-21go/types: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-20go/types: support type parameters in NewMethodSetRob Findley
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-03-18go/types: add test case for issue #45096Robert Griesemer
2021-03-02go/parser,go/types: hide API changes related to type parametersRob Findley
2021-02-18[dev.typeparams] go/types: use a new ast.ListExpr for multi-type instancesRob Findley
2021-02-12[dev.typeparams] go/types: make predeclared "any" alias for interface{}Rob 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-22[dev.typeparams] go/types: import api_test.go changes from dev.go2goRob Findley
2020-08-28go/types: factor out usage of implicit typeRob Findley
2020-08-27go/types: add untyped test cases for AssignableTo APIRob Findley
2020-08-24go/types: add tests for AssignableTo and ConvertibleToRob Findley
2018-10-22go/types: report error for invalid use of ... in parameter listsRobert Griesemer
2018-10-19go/types: collect type info for type ...T in variadic functionsRobert Griesemer
2018-08-30go/types: fix crash following misuse of [...]T in composite literalRebecca Stambler
2018-08-30go/types: handle nil pointer when panic is written outside of a functionRebecca Stambler
2018-08-09go/types: fix errors in recording type informationRebecca Stambler
2018-07-12go/types: record type information after detecting errorRebecca Stambler
2017-12-01go/types: don't use directory foo which might exist under GOPATHRobert Griesemer
2017-10-19go/types: add test verifying corner-case behavior of iotagriesemer
2017-09-25go/types: don't accept incorrect shift expression argumentsgriesemer
2017-09-01go/types: fix Info.Implicits entriesgriesemer
2017-03-06go/types: continue type-checking with fake packages if imports failedRobert Griesemer
2017-01-10[dev.typealias] go/types: remove some more vestiges of prior alias implementa...Robert Griesemer
2016-11-04go/types: revert user-visible changes related to aliasesRobert Griesemer
2016-11-01go/importer: handle multiple imports of the same objectRobert Griesemer
2016-11-01go/types: handle imported aliasesRobert Griesemer
2016-10-31go/types: basic Defs/Uses test for aliasesRobert Griesemer
2016-08-18go/types: better doc string for Object.Parent and testRobert Griesemer
2016-08-18go/types: fix scope extents for range and type switch variablesRobert Griesemer
2016-08-18go/types: set Info.Types.Type for array composite literals of the form [...]TRobert Griesemer
2016-08-17go/types: enable disabled test for comma-ok expressionsRobert Griesemer
2016-08-16go/types: fix computation of initialization orderRobert Griesemer
2016-05-27go/types: better debugging output for init order computationRobert Griesemer
2016-04-14go/types: record CallExpr result type even if argument is invalidAlan Donovan
2016-04-07go/types: make Identical(nil, T) == Identical(T, nil)Alan Donovan
2015-12-14go/constant: switch to floating-point representation when fractions become to...Robert Griesemer