aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-02-16[release-branch.go1.10] cmd/go: add options to security whitelistIan Lance Taylor
2018-02-16[release-branch.go1.10] cmd/compile: permit go:cgo_import_dynamic anywhereIan Lance Taylor
2018-02-16[release-branch.go1.10] doc: add note about invalid flag errors to 1.10 relea...Ian Lance Taylor
2018-02-15[release-branch.go1.10] doc: mention net/http Server Content-Type changeBrad Fitzpatrick
2018-02-15[release-branch.go1.10] doc: remove draft notice from Go 1.10 release notesIan Lance Taylor
2018-02-15[release-branch.go1.10] cmd/compile: fix constant folding of right shifts on ...Keith Randall
2018-02-15[release-branch.go1.10] cmd/compile: fix constant folding of right shiftsKeith Randall
2018-02-12all: restore changes from faulty merge/revertAndrew Bonventre
2018-02-12Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"Andrew Bonventre
2018-02-12[release-branch.go1.10] all: merge master into release-branch.go1.10Andrew Bonventre
2018-02-12doc: note that x509 cert parsing rejects some more certs nowBrad Fitzpatrick
2018-02-11CONTRIBUTING: remove Pull Request bitBrad Fitzpatrick
2018-02-09cmd/fix: fix cast checkKeith Randall
2018-02-09doc: minor wording improvement to the diagnostics guideJBD
2018-02-09all: remove PULL_REQUEST_TEMPLATE from .githubAndrew Bonventre
2018-02-08doc: remove Pull Request note in README.mdAndrew Bonventre
2018-02-07doc: document Go 1.9.4 and Go 1.8.7Russ Cox
2018-02-07[release-branch.go1.10] go1.10rc2go1.10rc2Russ Cox
2018-02-07[release-branch.go1.10] all: merge master into release-branch.go1.10, for go1...Russ Cox
2018-02-07cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox
2018-02-07all: merge master into release-branch.go1.10, for go1.10rc2Russ Cox
2018-02-07cmd/link/internal/loadelf: fix logic for computing ELF flags on ARMMichael Hudson-Doyle