aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12-05[release-branch.go1.11] cmd/link: close input files when copying to temporary...Ian Lance Taylor
2018-12-03[release-branch.go1.11] cmd/go: don't fail if requested Go version is later t...Ian Lance Taylor
2018-12-03[release-branch.go1.11] cmd/cgo: use field alignment when setting field offsetIan Lance Taylor
2018-11-27[release-branch.go1.11] go/types: avoid certain problems with recursive alias...Robert Griesemer
2018-11-27[release-branch.go1.11] cmd/compile/internal/gc: OMUL should be evaluated whe...Milan Knezevic
2018-11-26[release-branch.go1.11] cmd/compile: reintroduce work-around for cyclic alias...Robert Griesemer
2018-11-26runtime: when using explicit argmap, also use arglenKeith Randall
2018-11-21[release-branch.go1.11] cmd/compile: don't deadcode eliminate labelsKeith Randall
2018-11-14[release-branch.go1.11] cmd/go: don't panic when go run is passed ... under n...Mark Rushakoff
2018-11-14[release-branch.go1.11] runtime: avoid arm64 8.1 atomics on AndroidElias Naur
2018-11-12[release-branch.go1.11] runtime: never call into race detector with retaken PNikhil Benesch
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