summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.16] go1.16.12go1.16.12Alexander Rakoczy2021-12-091-1/+1
* [release-branch.go1.16] net/http: update bundled golang.org/x/net/http2Filippo Valsorda2021-12-094-5/+13
* [release-branch.go1.16] syscall: avoid writing to p when Pipe(p) failsRuss Cox2021-12-0917-51/+105
* [release-branch.go1.16] syscall: fix ForkLock spurious close(0) on pipe failureRuss Cox2021-12-091-14/+6
* Revert "[release-branch.go1.16] cmd/link: support more load commands on Mach-O"Alex Rakoczy2021-12-092-14/+2
* [release-branch.go1.16] cmd/link: support more load commands on Mach-OCherry Zhang2021-12-022-2/+14
* [release-branch.go1.16] go1.16.11go1.16.11Heschi Kreinick2021-12-021-1/+1
* [release-branch.go1.16] cmd/compile: only update source type when processing ...Cuong Manh Le2021-12-023-0/+82
* [release-branch.go1.16] net/http: update bundled golang.org/x/net/http2Michael Anthony Knyszek2021-12-024-36/+53
* [release-branch.go1.16] net/http/httptest: wait for user ConnState hooksDamien Neil2021-12-011-0/+7
* [release-branch.go1.16] net/http: do not send Transfer-Encoding: identity in ...Damien Neil2021-12-012-3/+38
* [release-branch.go1.16] net/http: do not cancel request context on response b...Damien Neil2021-12-012-1/+27
* [release-branch.go1.16] runtime: keep //go:cgo_unsafe_args arguments alive to...Jason A. Donenfeld2021-12-017-29/+138
* [release-branch.go1.16] time: fix looking for zone offset when date is close ...zhouguangyuan2021-11-292-7/+49
* [release-branch.go1.16] cmd/go: forward the MallocNanoZone variable to script...Bryan C. Mills2021-11-221-0/+1
* [release-branch.go1.16] cmd/go: fix mod_get_directCuong Manh Le2021-11-091-1/+1
* [release-branch.go1.16] go1.16.10go1.16.10Than McIntosh2021-11-041-1/+1
* [release-branch.go1.16] archive/zip: don't panic on (*Reader).OpenJason76022021-11-032-2/+136
* [release-branch.go1.16] net/http: update bundled golang.org/x/net/http2Dmitri Shuralyov2021-11-014-730/+952
* [release-branch.go1.16] debug/macho: fail on invalid dynamic symbol table com...Roland Shoemaker2021-10-293-0/+17
* [release-branch.go1.16] cmd/link: increase reserved space for passing env on ...Richard Musiol2021-10-282-5/+6
* [release-branch.go1.16] runtime: consistently access pollDesc r/w Gs with ato...Michael Pratt2021-10-281-17/+26
* [release-branch.go1.16] cmd/compile: ensure constant shift amounts are in ran...Keith Randall2021-10-275-68/+318
* [release-branch.go1.16] cmd/compile: fix simplification rules on arm/arm64Keith Randall2021-10-275-324/+276
* [release-branch.go1.16] go1.16.9go1.16.9Michael Anthony Knyszek2021-10-071-1/+1
* [release-branch.go1.16] misc/wasm, cmd/link: do not let command line args ove...Michael Knyszek2021-10-072-1/+17
* [release-branch.go1.16] text/template: initialize template before locking itIan Lance Taylor2021-09-232-1/+11
* [release-branch.go1.16] runtime: in adjustTimers back up as far as necessaryIan Lance Taylor2021-09-152-10/+87
* [release-branch.go1.16] go1.16.8go1.16.8Than McIntosh2021-09-091-1/+1
* [release-branch.go1.16] text/template: add lock for Template.tmpl to fix data...Ian Lance Taylor2021-09-094-7/+51
* [release-branch.go1.16] all: update golang.org/x/net to pull in CL 346890Damien Neil2021-09-024-4/+13
* [release-branch.go1.16] archive/zip: prevent preallocation check from overflo...Roland Shoemaker2021-09-012-1/+19
* [release-branch.go1.16] runtime: drop SIGPROF while in ARM < 7 kernel helpersMichael Pratt2021-08-131-1/+8
* [release-branch.go1.16] go/internal/gccgoimporter: fix up gccgo installation ...Than McIntosh2021-08-111-1/+1
* [release-branch.go1.16] go1.16.7go1.16.7David Chase2021-08-041-1/+1
* [release-branch.go1.16] net/http: speed up and deflake TestCancelRequestWhenS...Damien Neil2021-08-041-26/+51
* [release-branch.go1.16] runtime: fix crash during VDSO calls on PowerPCDerek Parker2021-08-032-14/+74
* [release-branch.go1.16] cmd/go: use path.Dir instead of filepath.Dir for pack...Yasuhiro Matsumoto2021-08-031-1/+2
* [release-branch.go1.16] cmd/go: remove hint when no module is suggestedConstantin Konstantinidis2021-08-022-4/+11
* [release-branch.go1.16] cmd/compile: mark R16, R17 clobbered for non-standard...Cherry Zhang2021-08-023-31/+31
* [release-branch.go1.16] cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh2021-08-025-1/+121
* [release-branch.go1.16] cmd/go/internal/load: always set IsImportCycle when i...Roland Shoemaker2021-08-022-0/+20
* [release-branch.go1.16] net/http/httputil: close incoming ReverseProxy reques...Damien Neil2021-08-022-0/+48
* [release-branch.go1.16] runtime: remove adjustTimers counterIan Lance Taylor2021-07-303-52/+8
* [release-branch.go1.16] runtime: don't clear timerModifiedEarliest if adjustT...Ian Lance Taylor2021-07-223-6/+35
* [release-branch.go1.16] go1.16.6go1.16.6Dmitri Shuralyov2021-07-121-1/+1
* [release-branch.go1.16] crypto/tls: test key type when castingRoland Shoemaker2021-07-121-1/+5
* [release-branch.go1.16] net: filter bad names from Lookup functions instead o...Roland Shoemaker2021-07-082-68/+235
* [release-branch.go1.16] net: don't reject null mx recordsRoland Shoemaker2021-07-082-1/+43
* [release-branch.go1.16] net/http: fix ResponseWriter.ReadFrom with short readsDamien Neil2021-06-292-55/+107