aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-07cmd/compile/internal/types2: add test case for issue 45985Robert Griesemer
2021-05-07internal/poll: cast off the last reference of SplicePipe in testAndy Pan
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-06runtime: call unlockOSThread directly in Windows syscall functionsCherry Mui
2021-05-06cmd/link: split large text sections on Darwin/ARM64 when external linkingCherry Mui
2021-05-06crypto/tls: enforce ALPN overlap when negotiated on both sidesRoland Shoemaker
2021-05-06cmd/compile: fix intrinsic setting for mul64, add64 on ppc64leLynn Boger
2021-05-06crypto/x509: rewrite certificate parserRoland Shoemaker
2021-05-06math/big: check for excessive exponents in Rat.SetStringRobert Griesemer
2021-05-06text/template: fix type bug in eqRuss Cox
2021-05-06text/template/parse: rename DeferFuncCheck to SkipFuncCheckRuss Cox
2021-05-06runtime: gofmt proc_test.gosivchari
2021-05-06cmd/compile: set unsayable "names" for regabi testing triggersDavid Chase
2021-05-06crypto/ecdsa,crypto/elliptic: improve tests and benchmarksFilippo Valsorda
2021-05-06crypto/ed25519: skip allocations test on -noopt builderFilippo Valsorda
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-05cmd/compile/internal/types2: fix potential bugs in santitizer passRobert Griesemer
2021-05-05net/http: ignore directory path when parsing multipart formsKatie Hockman
2021-05-05cmd/compile: do not substitute OGOTO inside a closure when inliningCuong Manh Le
2021-05-05cmd/go: spot-check the explicit requirements of root module dependencies when...Bryan C. Mills
2021-05-05cmd/go: skip TestExecInDeletedDir on aix and solaris-based platformsBryan C. Mills
2021-05-05cmd/compile/internal/types2: make TestManual work for directoriesRobert Griesemer
2021-05-05runtime: implement runqdrain() for GC mark worker goroutinesAndy Pan
2021-05-05all: update vendored dependencies for Go 1.17Alexander Rakoczy
2021-05-05runtime: remove redundant save_g call in mcall for armJoel Sing
2021-05-05cmd/compile/internal/types2: implement types2.InstantiateRobert Griesemer
2021-05-05cmd/compile: debug trace output for -N variable location genThan McIntosh
2021-05-05cmd/compile: handle degenerate entry blocks in -N debug genThan McIntosh
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-05-05cmd/go.sum: remove untidy checksumsBryan C. Mills
2021-05-04embed/internal/embedtest: add test for embedded path starting with dashIan Lance Taylor
2021-05-04go/types: expose more API under -tags=typeparamsMatthew Dempsky
2021-05-04cmd/go/internal/modload: only check root-promotion during tidy for lazy modulesBryan C. Mills
2021-05-04cmd/go: add a test that reproduces the internal error in #45952Bryan C. Mills
2021-05-04runtime: abort when receiving a signal on a non-Go thread on WindowsMichael Anthony Knyszek
2021-05-04cmd/go: update x/mod to fix "//indirect" comment editingBryan C. Mills
2021-05-04cmd/compile: establish regabi name/value mapping for small in-paramsThan McIntosh
2021-05-04os: skip TestExecutableDeleted on plan9Richard Miller
2021-05-04internal/buildcfg: set Error instead of panickingAustin Clements
2021-05-04os/signal: increase test timeouts on ppc64*/linuxPaul E. Murphy
2021-05-04cmd/dist,cmd/go: set GOTRACEBACK to "system" for testingMichael Anthony Knyszek
2021-05-04database/sql: add NullInt16 and NullByteAriel Mashraki
2021-05-04net/url: avoid string concatenation in resolvePathIan Lance Taylor
2021-05-04cmd: update x/tools to pull in CL 315570Bryan C. Mills
2021-05-04cmd/go/internal/modload: remove outdated comments and redundant testsBryan C. Mills
2021-05-04all: update x/crypto to pull in CL 316109Bryan C. Mills