aboutsummaryrefslogtreecommitdiff
path: root/src/go
AgeCommit message (Expand)Author
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2021-05-10go/build: include files with parse errors in GoFiles and other listsJay Conrod
2021-05-10go/build: avoid duplicates in InvalidGoFilesBryan C. Mills
2021-05-09crypto/elliptic: import fiat-crypto P-521 field implementationFilippo Valsorda
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-05go/parser: don't parse a nil IndexExpr.IndexRob 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-30go/ast: print CommentMap contents in source orderRobert Griesemer
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-28testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias
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/scanner: optimize scanIdentifierRob Findley
2021-04-27go/scanner: improve variety in benchmarks for file scanningRob Findley
2021-04-27go/parser: add benchmarks for syntax-only parsing and object resolutionRob Findley
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-20all: remove redundant spaces before . and ,Yury Smolsky
2021-04-20go/types: fix panic when using multiple type argumentsRob Findley
2021-04-19go/types: remove the concept of finalsRob Findley