aboutsummaryrefslogtreecommitdiff
path: root/src/go
AgeCommit message (Expand)Author
2022-07-13[dev.boringcrypto.go1.17] all: merge go1.17.12 into dev.boringcrypto.go1.17Michael Anthony Knyszek
2022-07-12[release-branch.go1.17] go/parser: limit recursion depthRoland Shoemaker
2021-12-03[dev.boringcrypto.go1.17] all: merge go1.17.4 into dev.boringcrypto.go1.17Michael Anthony Knyszek
2021-12-01[release-branch.go1.17] go/types: break cycles in invalid typesRobert Griesemer
2021-10-07[dev.boringcrypto.go1.17] all: merge go1.17.2 into dev.boringcrypto.go1.17Heschi Kreinick
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-08-10[dev.boringcrypto.go1.17] all: merge go1.17rc2 into dev.boringcrypto.go1.17Filippo Valsorda
2021-07-27go/types: preserve untyped constants on the RHS of a shift expressionRob Findley
2021-07-14go/build, runtime/internal/sys: reserve GOARCH=loong64WANG Xuerui
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-21go/scanner: fall back to next() when encountering 0 bytes in parseIdentifierRob Findley
2021-06-15cmd/go: ignore UTF8 BOM when reading source codeunbyte
2021-06-15cmd/go, go/build: update docs to use //go:build syntaxDamien Neil
2021-06-10net/http: remove test-only private key from production binariesDamien Neil
2021-06-05go/internal/gcimporter: don't waste CPU copying bytes in `io.ReadAll`Sergey Zagursky
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-18go/build/constraint: fix parsing of "// +build" (with no args)Russ Cox
2021-05-17go/token: correct the interval notation used in some panic messagesRob Findley
2021-05-13[dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr...Filippo Valsorda
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