aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-25[release-branch.go1.13-security] net/textproto: don't normalize headers with ...Filippo Valsorda
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] encoding/json: revert Compact HTML escaping documenta...Tom Thorogood
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-25[release-branch.go1.13] doc/go1.13: document fmt's number syntax updatesEmmanuel 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-21Revert "encoding/json: avoid work when unquoting strings"Filippo Valsorda
2019-08-21cmd/go: accept GOSUMDB=sum.golang.google.cnRuss Cox
2019-08-20cmd/go: fix "go help build -o" docsFilippo Valsorda
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-14reflect: align first argument in callMethodCherry Zhang
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-09cmd/link: increase the function call limit in stkcheckIan Lance Taylor
2019-08-09cmd/go: query each path only once in 'go get'Bryan C. Mills
2019-08-08cmd/go: improve 'go mod download' and 'go list -m' error messagesJay Conrod
2019-08-08Revert "go/ast: fix SortImports to handle block comments"Joe Tsai
2019-08-08path: fix mismatch between error message and corresponding test functionDerek Phan
2019-08-07runtime/pprof: Mention goroutine label heritabilityDavid Finkel
2019-08-06cmd/go: improve error message for missing import starting with cmd/Jay Conrod
2019-08-06cmd/go: look for __go_buildinfo section when looking for Mach-O versionJay Conrod
2019-08-06net: fix the docs in IPNet.StringBharath Thiruveedula
2019-08-06errors: improve docJonathan Amsterdam
2019-08-05syscall: include complete prototype of system callsKeith Randall
2019-08-05cmd/go: adjust expected error message in TestScript/mod_invalid_versionBryan C. Mills
2019-08-05cmd/go: look for .go.buildinfo section when looking for ELF versionMark Glines
2019-08-05net/http: fix typo in Response.Body's docShivani Singhal
2019-08-02os: change Readdirnames doc to follow that of ReaddirIan Lance Taylor
2019-08-02os: don't consult Is methods on non-syscall error typesDamien Neil
2019-08-02cmd/go: report loading errors from 'go mod tidy' and 'go mod vendor'Bryan C. Mills
2019-08-02cmd/compile: fix crash on write barrier insertionKeith Randall
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01os: enable the close-on-exec flag for openFdAtBaokun Lee
2019-08-01net/http: fix a typo in spelling of MultiPartFormDarren McCleary
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-08-01cmd/compile: don't eliminate all registers when restricting to desired onesKeith Randall
2019-07-31cmd/go: only pass -fsplit-stack to gccgo if supportedIan Lance Taylor
2019-07-31encoding/json: clarify Marshal behavior for string keys of mapsEli Bendersky
2019-07-31net/http: return nil from Header.Clone if the receiver is nilAndrew Bonventre