aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-05doc/go1.16: reformat the minor changes section as a definition listAinar Garipov
2020-09-05src/go.mod, net/http: update bundled and latest golang.org/x/netPaschalis Tsilias
2020-09-05cmd/compile: ensure that ssa.Func constant cache is consistentDavid Chase
2020-09-05testing: make TempDir idempotent for both Cleanup and BenchmarkChangkun Ou
2020-09-03runtime: opportunistically rotate map key seedBenjamin Barenblat
2020-09-03cmd/link: pass darwin/amd64-specific flags only on AMD64Cherry Zhang
2020-09-03cmd/link: MACHOPLT is executableCherry Zhang
2020-09-03cmd/compile: store the comparison pseudo-ops of arm64 conditional instruction...fanzha02
2020-09-03cmd/go: define an asm macro for GOEXPERIMENT=regabiAustin Clements
2020-09-03cmd/internal/objabi: add regabi GOEXPERIMENTAustin Clements
2020-09-03image/gif: have BenchmarkEncodeRealisticRGBA convert to RGBANigel Tao
2020-09-03cmd/compile: do not declare func nodesCuong Manh Le
2020-09-03cmd/compile: do not push functions literal node to Func.DclCuong Manh Le
2020-09-02cmd/go: add -Wl,-Bsymbolic-functions to cgo flags whitelistDan Kortschak
2020-09-02net/http: reject negative suffix-length Range:bytes=--N with 416 status codeEmmanuel T Odeke
2020-09-02cmd/compile/internal/gc: remove unparenCuong Manh Le
2020-09-02testing: flush test summaries to stdout atomically when streaming outputBryan C. Mills
2020-09-02runtime: add file copyright header declarationHeisenberg
2020-09-02net/http/fcgi: fix race in child.serve connection readTzu-Chiao Yeh
2020-09-01runtime: fix panic if newstack at runtime.acquireLockRankchainhelen
2020-09-01cmd/cgo: document #include <> search path behaviourKJ Tsanaktsidis
2020-09-01net/smtp: adds support for the SMTPUTF8 extensionDaniel Cormier
2020-09-01cmd/go: simplify and document lazy-loading test casesBryan C. Mills
2020-09-01net/http/cgi: don't pass nil Body to the child handlerMarco
2020-09-01cmd/go: remove TestScript/get_unicode and an internal get test caseMichael Matloob
2020-09-01testing: fail Example tests that invoke runtime.GoexitChangkun Ou
2020-09-01cmd/go/internal/get: add GOINSECURE supportwitchard
2020-09-01cmd/go/internal/get: disallow non-ASCII unicode letters from import pathsMichael Matloob
2020-09-01cmd: update vendored golang.org/x/modMichael Matloob
2020-09-01doc/asm: add BP is callee-save paragraphEgon Elbre
2020-09-01runtime: remove remnants of signal stack workaroundHeisenberg
2020-09-01net/http: refactor ResponseWriter.ReadFrom to permit splice on LinuxPaul Forgey
2020-08-31debug/elf: support relocations relative to sections with non-zero addressesVictor Michel
2020-08-31cmd/compile: adjust some AMD64 rewrite rules to use typed aux fieldsDavid Finkel
2020-08-31cmd/compile,cmd/asm: simplify recording of branch targets, take 2Keith Randall
2020-08-30debug/elf: run relocation tests in parallelIan Lance Taylor
2020-08-29database/sql: shortestIdleTimeLocked correct min comparisonShinnosuke Sawada
2020-08-29cmd/compile,runtime: skip zero'ing order array for select statementsCuong Manh Le
2020-08-28test: add test that gccgo failed to compileIan Lance Taylor
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2020-08-28test: document specifying individual test files as operandszdjones
2020-08-28testing: run a Cleanup registered by a CleanupIan Lance Taylor
2020-08-28go/types: add tests for conversion of non-constant untyped valuesRob Findley
2020-08-28go/types: factor out usage of implicit typeRob Findley
2020-08-28math/big: tune addVW/subVW performance on arm64Xiangdong Ji
2020-08-28cmd/compile: Install testcases for flag constant OpsXiangdong Ji
2020-08-28cmd/asm: Always use go-style arrangement specifiers on ARM64Xiangdong Ji
2020-08-28math/big: add a comment for SetMantExpsurechen
2020-08-28doc: add linux/riscv64 valid combinationSantiago De la Cruz
2020-08-28testing: restore os.Exit(0) after every call to (*M).RunBryan C. Mills