aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2019-08-22[release-branch.go1.13] strconv: update documentationEmmanuel T Odeke
2019-08-21[release-branch.go1.13] go1.13rc1go1.13rc1Andrew Bonventre
2019-08-21Revert "encoding/json: avoid work when unquoting strings"Filippo Valsorda
2019-08-21cmd/go: accept GOSUMDB=sum.golang.google.cnRuss Cox
2019-08-20doc/go1.13: mention '-o <directory>' support for 'go build'Bryan C. Mills
2019-08-20cmd/go: fix "go help build -o" docsFilippo Valsorda
2019-08-19doc: rewrite reference to plan9.bell-labs.com to 9p.ioWagner Riffel
2019-08-18encoding/json: fix format string in the Fuzz funcDmitry Vyukov
2019-08-16time: update TestSub to avoid future regressionsJoe Tsai
2019-08-16cmd/gofmt: update TestRewrite to avoid future regressionsJoe Tsai
2019-08-16Revert "time: optimize Sub"Joe Tsai
2019-08-15doc: document Go 1.12.9Dmitri Shuralyov
2019-08-15doc: document Go 1.12.8 and Go 1.11.13Dmitri Shuralyov
2019-08-14reflect: align first argument in callMethodCherry Zhang
2019-08-14doc/go1.13: add missing periodsToshihiro Shiino
2019-08-12net/url: make Hostname and Port predictable for invalid Host valuesFilippo Valsorda
2019-08-12src/go.mod: sync golang.org/x/net with h2_bundle.goFilippo Valsorda
2019-08-11net: document that a keep-alive failure also returns a timeoutIan Lance Taylor
2019-08-11doc/asm: document go_asm.h only works in the runtime packagePure White
2019-08-10doc/go1.13: mention faster sync.Mutex/RWMutex/OnceCarlo Alberto Ferraris
2019-08-09doc/install-source: create distinction between steps that involve "git clone"K. "pestophagous" Heller
2019-08-09cmd/link: increase the function call limit in stkcheckIan Lance Taylor
2019-08-09doc/install-source.html: add new GOOS and GOARCHesAgniva De Sarker
2019-08-09cmd/go: query each path only once in 'go get'Bryan C. Mills