aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-04[release-branch.go1.13] net/http: update bundled http2 for memory leak fixBrad Fitzpatrick
2019-10-04[release-branch.go1.13] runtime: monitor for suspend/resume to kick timeoutsJason A. Donenfeld
2019-10-03[release-branch.go1.13] cmd/go/internal/modfetch: update TestCodeRepo for gop...Tobias Klauser
2019-10-03[release-branch.go1.13] net: avoid an infinite loop in LookupAddrMichael Hendricks
2019-10-02[release-branch.go1.13] runtime: fix lock acquire cycles related to scavenge....Michael Anthony Knyszek
2019-10-01[release-branch.go1.13] cmd/go: don't include package dir in cache key when -...Jay Conrod
2019-09-27[release-branch.go1.13] net/http: remove TestTimeoutHandlerAndFlusher due to ...Emmanuel T Odeke
2019-09-27[release-branch.go1.13] net/http, doc/go1.13.html: revert TimeoutHandler.FlushEmmanuel T Odeke
2019-09-26[release-branch.go1.13] all: merge release-branch.go1.13-security into releas...Filippo Valsorda
2019-09-26[release-branch.go1.13] net/http: remove http2 connections when no longer cachedMichael Fraenkel
2019-09-26[release-branch.go1.13] cmd/go/internal/modload: annotate replacements in Pac...Bryan C. Mills
2019-09-25[release-branch.go1.13-security] go1.13.1go1.13.1Filippo Valsorda
2019-09-25[release-branch.go1.13-security] doc: add Go 1.13 to release historyAndrew
2019-09-25[release-branch.go1.13-security] net/textproto: don't normalize headers with ...Filippo Valsorda
2019-09-25[release-branch.go1.13-security] doc: document Go 1.13.1 and Go 1.12.10Filippo Valsorda
2019-09-25[release-branch.go1.13] syscall: disable sysctl on iOSElias Naur
2019-09-25[release-branch.go1.13] net/http: fix HTTP/2 idle pool tracingTom Thorogood
2019-09-25[release-branch.go1.13] cmd/go/internal/modfetch/codehost: work around an app...Bryan C. Mills
2019-09-25[release-branch.go1.13] cmd/go: don't split internal test main packages twiceJay Conrod
2019-09-25[release-branch.go1.13] cmd/go: fix link error for -coverpkg in GOPATH modeJay Conrod
2019-09-25[release-branch.go1.13] cmd/go: suppress errors in package-to-module queries ...Bryan C. Mills
2019-09-24[release-branch.go1.13] cmd/cover: skip go list when profile is emptyRhys Hiltner
2019-09-20[release-branch.go1.13] doc/go1.13: add id tag to note about removal of NaCl ...Andrew
2019-09-11[release-branch.go1.13] cmd/go: strip trailing slash from versioned argumentsJay Conrod
2019-09-11[release-branch.go1.13] cmd/go/internal/get: avoid panic in metaImportsForPre...Bryan C. Mills
2019-09-05[release-branch.go1.13] cmd/go/internal/test: prepend -test.timeout rather th...Bryan C. Mills
2019-09-04[release-branch.go1.13] errors: fix wrong code in package docJonathan Amsterdam
2019-09-03[release-branch.go1.13] doc: add Go 1.13 to release historyAndrew
2019-09-03[release-branch.go1.13] go1.13go1.13Andrew Bonventre
2019-09-03[release-branch.go1.13] doc/go1.13: remove announcements of arm64 support on ...Bryan C. Mills
2019-09-03[release-branch.go1.13] os: skip TestPipeThreads on GOOS=darwinEmmanuel Odeke
2019-09-02[release-branch.go1.13] net/http: make docs refer to Context.Value as a gette...Kevin Gillette
2019-09-02[release-branch.go1.13] doc: document Go 1.13Andrew
2019-09-02[release-branch.go1.13] doc/1.13: remove draft note and make various fixesAndrew Bonventre
2019-09-02[release-branch.go1.13] encoding/json: revert Compact HTML escaping documenta...Tom Thorogood
2019-08-29[release-branch.go1.13] go1.13rc2go1.13rc2Andrew Bonventre
2019-08-28[release-branch.go1.13] CONTRIBUTORS: second round of updates for Go 1.13Dmitri Shuralyov
2019-08-27[release-branch.go1.13] cmd/go/internal/modload: fix swapped paths in error m...Bryan C. Mills
2019-08-27[release-branch.go1.13] cmd/go/internal/get: remove '--' separator from 'git ...Bryan C. Mills
2019-08-27[release-branch.go1.13] crypto/tls: make SSLv3 again disabled by defaultFilippo Valsorda
2019-08-27[release-branch.go1.13] net/http: fix wantConnQueue memory leaks in TransportBryan C. Mills
2019-08-26[release-branch.go1.13] cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1Cherry Zhang
2019-08-26[release-branch.go1.13] doc: align documents linkobei
2019-08-26[release-branch.go1.13] doc/go1.13: add information about using private modul...Katie Hockman
2019-08-25[release-branch.go1.13] doc/go1.13: add missing slashesToshihiro Shiino
2019-08-25[release-branch.go1.13] doc/go1.13: fix bad URLs to strconv identifiersEmmanuel T Odeke
2019-08-25[release-branch.go1.13] doc/go1.13: document fmt's number syntax updatesEmmanuel T Odeke
2019-08-23[release-branch.go1.13] doc/go1.13: document _ between digits for math/big, s...Emmanuel T Odeke
2019-08-23[release-branch.go1.13] net/http: update bundled golang.org/x/net/http2 to im...Filippo Valsorda
2019-08-22[release-branch.go1.13] net/http: change TimeoutHandler's docs to match its n...Jeff Hodges