aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-06[release-branch.go1.10] go1.10.3go1.10.3Filippo Valsorda
2018-06-06[release-branch.go1.10] doc: document Go 1.10.3Filippo Valsorda
2018-06-06[release-branch.go1.10] doc: document Go 1.9.7Filippo Valsorda
2018-06-04[release-branch.go1.10] cmd/go: fix 'go get' compatibility for direct downloa...Russ Cox
2018-05-31[release-branch.go1.10] cmd/go: accept more safe CFLAGS/LDFLAGSIan Lance Taylor
2018-05-30[release-branch.go1.10] cmd/go: add minimal module-awareness for legacy opera...Russ Cox
2018-05-30[release-branch.go1.10] cmd/go: remove import path debugging hooksRuss Cox
2018-05-26[release-branch.go1.10] strings: fix encoding of \u0080 in mapMartin Möhrmann
2018-05-26[release-branch.go1.10] doc: sync with masterFilippo Valsorda
2018-05-24[release-branch.go1.10] crypto/x509: check EKUs like 1.9.Adam Langley
2018-05-23[release-branch.go1.10] doc: update Code of ConductAndrew Bonventre
2018-05-08[release-branch.go1.10] misc/cgo/testcshared: use file descriptor 30 for Test...Ian Lance Taylor
2018-05-07[release-branch.go1.10] crypto/tls: copy and use adjusted syscall.CertChainPo...Alex Brainman
2018-04-30[release-branch.go1.10] go1.10.2go1.10.2Andrew Bonventre
2018-04-30[release-branch.go1.10] doc: document Go 1.10.2Andrew Bonventre
2018-04-30[release-branch.go1.10] doc: document Go 1.9.6Andrew Bonventre
2018-04-28[release-branch.go1.10] cmd/internal/obj/mips: load/store even float register...James Cowgill
2018-04-27[release-branch.go1.10] cmd/internal/test2json: support subtests containing c...Daniel Martí
2018-04-27[release-branch.go1.10] cmd/compile: fix evaluation of "" < sJosh Bleecher Snyder
2018-04-27[release-branch.go1.10] cmd/go: fix go list .Stale computationRuss Cox
2018-04-27[release-branch.go1.10] cmd/link: do not pass -no-pie to host linker when -li...Michael Hudson-Doyle
2018-03-29[release-branch.go1.10] cmd/go: skip TestVetWithOnlyCgoFiles when cgo is disa...David du Colombier
2018-03-29[release-branch.go1.10] go1.10.1go1.10.1Andrew Bonventre
2018-03-29[release-branch.go1.10] runtime: identify special functions by flag instead o...Keith Randall
2018-03-29[release-branch.go1.10] doc: update 1.9.5 release notes to include net/http/p...Andrew Bonventre
2018-03-29[release-branch.go1.10] doc: update release notes for Go 1.9.5Andrew Bonventre
2018-03-29[release-branch.go1.10] doc: document Go 1.10.1Andrew Bonventre
2018-03-29[release-branch.go1.10] doc: document Go 1.9.5Andrew Bonventre
2018-03-29[release-branch.go1.10] net/http/pprof: harden handler responsesAndrew Bonventre
2018-03-29[release-branch.go1.10] cmd/go: add more C compiler/linker options to whitelistIan Lance Taylor
2018-03-29[release-branch.go1.10] cmd/go: if -race, don't run coverage on runtime packagesIan Lance Taylor
2018-03-29[release-branch.go1.10] crypto/x509: matching any requested EKU should be suf...Adam Langley
2018-03-29[release-branch.go1.10] go/internal/srcimporter: simplify and fix package fil...Hiroshi Ioka
2018-03-29[release-branch.go1.10] cmd/compile: mark LAA and LAAG as clobbering flags on...Michael Munday
2018-03-29[release-branch.go1.10] net: don't let cancelation of a DNS lookup affect ano...Ian Lance Taylor
2018-03-29[release-branch.go1.10] syscall: use Android O friendly fstatat syscall to im...Tobias Klauser
2018-03-29[release-branch.go1.10] runtime: use Android O friendly faccessat syscall on ...Tobias Klauser
2018-03-29[release-branch.go1.10] runtime: add symbol for AT_FDCWD on Linux amd64 and m...Tobias Klauser
2018-03-29[release-branch.go1.10] runtime: use Android O friendly syscalls on 64-bit ma...Jason A. Donenfeld
2018-03-29[release-branch.go1.10] cmd/cover: don't crash on non-gofmt'ed inputIan Lance Taylor
2018-03-29[release-branch.go1.10] cmd/go: run vet on packages with only cgo filesIan Lance Taylor
2018-03-29[release-branch.go1.10] encoding/json: avoid assuming side-effect free reflec...Joe Tsai
2018-03-29[release-branch.go1.10] crypto/x509: parse invalid DNS names and email addres...Adam Langley
2018-03-29[release-branch.go1.10] archive/zip: fix handling of Info-ZIP Unix extended t...Joe Tsai
2018-03-29[release-branch.go1.10] runtime: don't check for String/Error methods in prin...Ian Lance Taylor
2018-03-29[release-branch.go1.10] crypto/x509: tighten EKU checking for requested EKUs.Adam Langley
2018-03-29[release-branch.go1.10] cmd/go: permit pkg-config flags in any argument positionIan Lance Taylor
2018-03-29[release-branch.go1.10] cmd/go: restrict meta imports to valid schemesIan Lance Taylor
2018-02-17[release-branch.go1.10] doc: update devel/release.html to add Go 1.10Andrew Bonventre
2018-02-16[release-branch.go1.10] go1.10go1.10Andrew Bonventre