aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-01[release-branch.go1.11] go1.11.1go1.11.1Katie Hockman
2018-10-01[release-branch.go1.11] doc: document Go 1.11.1Katie Hockman
2018-10-01[release-branch.go1.11] encoding/json: fix UnmarshalTypeError without field a...Taesu Pyo
2018-10-01[release-branch.go1.11] net: concatenate multiple TXT strings in single TXT r...Matthew Waters
2018-10-01[release-branch.go1.11] reflect: fix s390x reflect method callsKeith Randall
2018-10-01[release-branch.go1.11] reflect: ensure correct scanning of return valuesKeith Randall
2018-10-01[release-branch.go1.11] reflect: use correct write barrier operations for met...Keith Randall
2018-09-28[release-branch.go1.11] doc: add go1.11 to contrib.htmlChris Broadfoot
2018-09-27[release-branch.go1.11] cmd/go: add GOMIPS value to build id for mipsleIan Lance Taylor
2018-09-27[release-branch.go1.11] net: fail fast for DNS rcode success with no answers ...Ian Gudger
2018-09-27[release-branch.go1.11] runtime: ignore races between close and len/capKeith Randall
2018-09-24[release-branch.go1.11] net/http: ensure null body in Fetch response is not readJohan Brandhorst
2018-09-18[release-branch.go1.11] doc/go1.11, cmd/go: elaborate on new GOFLAGS environm...Dmitri Shuralyov
2018-09-13[release-branch.go1.11] cmd/compile: prevent overflow in walkinrangeAlberto Donizetti
2018-09-12[release-branch.go1.11] go/types: handle nil pointer when panic is written ou...Rebecca Stambler
2018-09-11[release-branch.go1.11] cmd/compile: count nil check as use in dead auto elimCherry Zhang
2018-09-11[release-branch.go1.11] runtime/trace: fix syntax errors in NewTask doc exampleCharles Kenney
2018-09-07[release-branch.go1.11] crypto/x509: allow ":" in Common Name hostnamesFilippo Valsorda
2018-09-07[release-branch.go1.11] cmd/go: add -Wl,--export-dynamic to linker flag white...Ian Lance Taylor
2018-09-07[release-branch.go1.11] runtime: in semasleep, subtract time spent so far fro...Keith Randall
2018-09-01[release-branch.go1.11] cmd/compile: in prove, fix fence-post implications fo...Giovanni Bajo
2018-08-30[release-branch.go1.11] net: refactor readerAtEOF splice testAndrei Tudor Călin
2018-08-30[release-branch.go1.11] doc: add Go 1.11 to release history pageJoe Cortopassi
2018-08-26[release-branch.go1.11] cmd/go: don't let script grep commands match $WORKIan Lance Taylor
2018-08-24[release-branch.go1.11] doc/go1.11: fix typoShenghou Ma
2018-08-24[release-branch.go1.11] runtime: mark sigInitIgnored nosplitgo1.11Ian Lance Taylor
2018-08-24[release-branch.go1.11] go1.11Andrew Bonventre
2018-08-24[release-branch.go1.11] doc: document Go 1.10.4Andrew Bonventre
2018-08-23[release-branch.go1.11] doc/go1.11: add link to new WebAssembly wiki pageDmitri Shuralyov
2018-08-23[release-branch.go1.11] doc/go1.11: remove draft statusAndrew Bonventre
2018-08-22[release-branch.go1.11] go1.11rc2go1.11rc2Andrew Bonventre
2018-08-22[release-branch.go1.11] internal/poll, net: fix sendfile on Windows, add testBrad Fitzpatrick
2018-08-22[release-branch.go1.11] crypto/tls: make ConnectionState.ExportKeyingMaterial...Filippo Valsorda
2018-08-22[release-branch.go1.11] cmd/go: fix list -compiled of package with only testsRuss Cox
2018-08-22[release-branch.go1.11] cmd/go: fix 'go help go.mod' exampleRuss Cox
2018-08-22[release-branch.go1.11] cmd/go: add go.sum entries to go mod download -json o...Russ Cox
2018-08-22[release-branch.go1.11] cmd/go: fix modload response for std-vendored packagesRuss Cox
2018-08-21[release-branch.go1.11] cmd/go: fix modload infinite directory loopDaniel Martí
2018-08-20[release-branch.go1.11] Merge branch 'master' into release-branch.go1.11Brad Fitzpatrick
2018-08-20cmd/go: add missing newlines in printf formatsDaniel Martí
2018-08-20doc/go1.11: Delve 1.1.0 added support for method callsAustin Clements
2018-08-18cmd/go: fix module get -insecureRuss Cox
2018-08-18cmd/go/internal/modconv: fix TestConvertLegacyConfig expectationsRuss Cox
2018-08-18cmd/go: fix go mod tidy crash on empty moduleRuss Cox
2018-08-18cmd/go: allow 'go run x.go' to use nearby internal imports in module modeRuss Cox
2018-08-18cmd/go: fix and reenable TestAccidentalGitCheckoutRuss Cox
2018-08-18cmd/go: update TestGoGetUpdateWithWildcard expected behaviorRuss Cox
2018-08-18cmd/go: treat VCS errors as hard errors in module searchRuss Cox
2018-08-18cmd/go: remove go mod fix, add go help go.modRuss Cox
2018-08-17cmd/go/internal/modfetch: correct TestCodeRepo expectationRuss Cox