aboutsummaryrefslogtreecommitdiff
path: root/src/go/types
AgeCommit message (Expand)Author
2021-05-07go/types,cmd/compile/internal/types2: unskip std and cmd in TestStdlibRob Findley
2021-05-07go/types: add a test case for issue 45985Rob Findley
2021-05-07go/types: expose types.Info.Inferred with -tags=typeparamsRob Findley
2021-05-05crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519Filippo Valsorda
2021-05-05go/types: fix potential bugs in santitizer passRob Findley
2021-05-04go/types: expose more API under -tags=typeparamsMatthew Dempsky
2021-05-01go/types: list errors by default in TestManualRob Findley
2021-05-01go/types: simplify use of TestManualRob Findley
2021-05-01go/types: slice-to-array-pointer conversion requires go1.17Rob Findley
2021-04-30math: increase precision of math.SmallestNonzeroFloat64Robert Griesemer
2021-04-29go/types: add additional test data from types2Rob Findley
2021-04-29go/types: improve error messages for unexpected ListExprsRob Findley
2021-04-29go/types: ensure that error code values do not change in 1.17Rob Findley
2021-04-29go/types: nest all test data under the testdata directoryRob Findley
2021-04-28go/types: respect IgnoreFuncBodies for function literalsRob Findley
2021-04-28go/types: better errors for invalid short var declsRob Findley
2021-04-28go/types: fix type inferenceRob Findley
2021-04-28go/types: use a global atomic counter for type parameter idsRob Findley
2021-04-28go/types: add example test for type inferenceRob Findley
2021-04-28go/types: use combined type and ordinary args for type inferenceRob Findley
2021-04-28go/types: split out function instantiation from index exprRob Findley
2021-04-27go/types: factor out index/slice expr handlingRob Findley
2021-04-27go: various minor cleanups with the help of Golandkumakichi
2021-04-27go/types: don't panic when checking a ListExpr in exprInternalRob Findley
2021-04-27go/types: walk all imports when determining package name ambiguityRob Findley
2021-04-23go/types: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-22go/types: suppress index-out-of-bounds error on Unknown constantsMatthew Dempsky
2021-04-22go/types: cleanup and fix Checker.indexMatthew Dempsky
2021-04-22go/types: re-enable a commented out testRob Findley
2021-04-22go/types: combine two loops (cleanup of TODO)Rob Findley
2021-04-21go/types: combine all type inference in a single functionRob Findley
2021-04-21go/types: simplify Checker.CallRob Findley
2021-04-21go/types: simplify Checker.funcInstRob Findley
2021-04-21go/types: add sizeof testRob Findley
2021-04-21go/types: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-20go/types: support type parameters in NewMethodSetRob Findley
2021-04-20go/types: fix panic when using multiple type argumentsRob Findley
2021-04-19go/types: remove the concept of finalsRob Findley
2021-04-19go/types: remove stale commented-out testdataRob Findley
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-03-29go/types: remove use of ioutil (cleanup)Robert Griesemer
2021-03-29go/types: remove outdated commentRobert Griesemer
2021-03-23go/types: remove superfluous code for shift checkingRobert Griesemer
2021-03-23go/types, types2: add a test case for shifts that used to failRobert Griesemer
2021-03-18go/types: minor simplification in assignableTo (cleanup)Robert Griesemer
2021-03-18go/types: add test case for issue #45096Robert Griesemer
2021-03-13all: remove duplicate wordsJohn Bampton
2021-03-10go/types: add missing build tag to api_go1.18_test.goRob Findley
2021-03-09go/types: improve the positioning of broken import errorsRob Findley