aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-13[release-branch.go1.11-security] go1.11.3go1.11.3Dmitri Shuralyov
2018-12-13[release-branch.go1.11-security] cmd/go: set user and email in test-local git...Bryan C. Mills
2018-12-12[release-branch.go1.11-security] doc: document Go 1.11.3 and Go 1.10.6Dmitri Shuralyov
2018-12-07[release-branch.go1.11-security] cmd/go/internal/get: relax pathOK check to a...Bryan C. Mills
2018-12-07[release-branch.go1.11-security] cmd/go/internal/get: use a strings.Replacer ...Bryan C. Mills
2018-12-07[release-branch.go1.11-security] cmd/go/internal/get: reject Windows shortnam...Bryan C. Mills
2018-12-07[release-branch.go1.11-security] cmd/go: reject 'get' of paths containing lea...Bryan C. Mills
2018-12-07[release-branch.go1.11-security] crypto/x509: limit number of signature check...Filippo Valsorda
2018-11-02[release-branch.go1.11] go1.11.2go1.11.2Andrew Bonventre
2018-11-02[release-branch.go1.11] doc: document Go 1.11.2Andrew Bonventre
2018-11-02[release-branch.go1.11] doc: document Go 1.10.5Andrew Bonventre
2018-11-01[release-branch.go1.11] go/types: use correct receiver types for embedded int...Robert Griesemer
2018-11-01[release-branch.go1.11] database/sql: correctly report MaxIdleClosed statDaniel Theophanes
2018-11-01[release-branch.go1.11] cmd/trace: don't drop sweep slice detailsHana Kim
2018-11-01[release-branch.go1.11] cmd/go/internal/modcmd: remove non-existent -dir flagAgniva De Sarker
2018-10-30[release-branch.go1.11] internal/poll: advance file position in windows sendfileAlex Brainman
2018-10-29[release-branch.go1.11] cmd/go, cmd/link: silence bogus Apple Xcode warningRuss Cox
2018-10-24[release-branch.go1.11] cmd/go: ensure git attributes are setJason Keene
2018-10-24[release-branch.go1.11] doc: update docs.html with new tour import pathAndrew Bonventre
2018-10-04[release-branch.go1.11] cmd/go: don't mention -mod=releaseMark Rushakoff
2018-10-03[release-branch.go1.11] cmd/compile: fix type of OffPtr in some optimization ...Cherry Zhang
2018-10-03[release-branch.go1.11] cmd/compile: don't crash reporting misuse of shadowed...taylorza
2018-10-02[release-branch.go1.11] misc/wasm: add mention of polyfill for Edge supportRichard Musiol
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