aboutsummaryrefslogtreecommitdiff
path: root/src/go/types
AgeCommit message (Expand)Author
2021-12-01[release-branch.go1.17] go/types: break cycles in invalid typesRobert Griesemer
2021-09-01[release-branch.go1.17] go/types: don't override x.mode before using itRobert Griesemer
2021-09-01[release-branch.go1.17] go/types: fix panic with nil package nameRob Findley
2021-07-27go/types: preserve untyped constants on the RHS of a shift expressionRob Findley
2021-06-25go/types: in TestCheck/issues.src, import regexp/syntax instead of cmd/compil...Bryan C. Mills
2021-06-25go/types: in TestStdlib, import from source instead of export dataBryan C. Mills
2021-06-25go/types: fix a bug in package qualification logicRob Findley
2021-06-22go/types: guard against checking instantiation when generics is disabledRob Findley
2021-06-22go/parser: parse an ast.IndexExpr for a[]Rob Findley
2021-06-04cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newerMatthew Dempsky
2021-05-30go/types: don't declare 'comparable' when typeparams are disabledRob Findley
2021-05-30go/types: unexport the GoVersion configuration option for Go 1.17Rob Findley
2021-05-28go/ast: remove FuncDecl.IsMethod for Go 1.17Rob Findley
2021-05-27go/types: guard against check==nil in newNamedRob Findley
2021-05-26go/types: ensure that Named.check is nilled out once it is expandedRob Findley
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