aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-02[dev.boringcrypto.go1.9] all: merge go1.9.7 into dev.boringcrypto.go1.9dev.boringcrypto.go1.9Filippo Valsorda
2018-06-06[release-branch.go1.9] go1.9.7go1.9.7Filippo Valsorda
2018-06-06[release-branch.go1.9] doc: document Go 1.9.7Filippo Valsorda
2018-06-04[release-branch.go1.9] cmd/go: fix 'go get' compatibility for direct download...Russ Cox
2018-06-04[release-branch.go1.9] cmd/go: add minimal module-awareness for legacy operationRuss Cox
2018-05-31[release-branch.go1.9] cmd/go: accept more safe CFLAGS/LDFLAGSIan Lance Taylor
2018-05-26[release-branch.go1.9] strings: fix encoding of \u0080 in mapMartin Möhrmann
2018-05-09[release-branch.go1.9] crypto/x509: copy and use adjusted syscall.CertChainPo...Alex Brainman
2018-05-08[release-branch.go1.9] misc/cgo/testcshared: use file descriptor 30 for TestU...Ian Lance Taylor
2018-04-30[release-branch.go1.9] go1.9.6go1.9.6Andrew Bonventre
2018-04-30[release-branch.go1.9] doc: document Go 1.9.6Andrew Bonventre
2018-04-30[release-branch.go1.9] cmd/compile: permit go:cgo_import_dynamic anywhereIan Lance Taylor
2018-04-27[release-branch.go1.9] cmd/compile: fix evaluation of "" < sJosh Bleecher Snyder
2018-03-29[release-branch.go1.9] go1.9.5go1.9.5Andrew Bonventre
2018-03-29[release-branch.go1.9] cmd/go: add more C compiler/linker options to whitelistIan Lance Taylor
2018-03-29[release-branch.go1.9] cmd/go: permit pkg-config flags in any argument positionIan Lance Taylor
2018-03-29[release-branch.go1.9] cmd/go: add options to security whitelistIan Lance Taylor
2018-03-29[release-branch.go1.9] cmd/compile: use unsigned loads for multi-element comp...Keith Randall
2018-03-29[release-branch.go1.9] doc: update 1.9.5 release notes to include net/http/pprofAndrew Bonventre
2018-03-29[release-branch.go1.9] doc: update release notes for Go 1.9.5Andrew Bonventre
2018-03-29[release-branch.go1.9] doc: document Go 1.9.5Andrew Bonventre
2018-03-29[release-branch.go1.9] net/http/pprof: harden handler responsesAndrew Bonventre
2018-03-29[release-branch.go1.9] cmd/go: restrict meta imports to valid schemesIan Lance Taylor
2018-03-29[release-branch.go1.9] cmd/compile: fix constant folding of right shifts on s...Keith Randall
2018-03-29[release-branch.go1.9] cmd/compile: fix constant folding of right shiftsKeith Randall
2018-02-09[dev.boringcrypto.go1.9] all: merge go1.9.4 into dev.boringcryptoRuss Cox
2018-02-07[release-branch.go1.9] go1.9.4go1.9.4Russ Cox
2018-02-07[release-branch.go1.9] doc: document Go 1.9.4Russ Cox
2018-02-07[release-branch.go1.9] cmd/go: accept only limited compiler and linker flags ...Russ Cox
2018-02-01all: merge go1.9.3 into dev.boringcrypto.go1.9Russ Cox
2018-01-23[release-branch.go1.9] doc: document Go 1.8.6Andrew Bonventre
2018-01-22[release-branch.go1.9] go1.9.3go1.9.3Andrew Bonventre
2018-01-22[release-branch.go1.9] doc/contrib.html: fix outdated linkStanislav Afanasev
2018-01-22[release-branch.go1.9] doc: update 1.9.3 release dateAndrew Bonventre
2018-01-22[release-branch.go1.9] doc: change anchor URLs from golang.org/dl/ to /dl/Andrew Bonventre
2018-01-22[release-branch.go1.9] net/http: update bundled http2Andrew Bonventre
2018-01-22[release-branch.go1.9] cmd/compile: fix mapassign_fast* routines for pointer ...Keith Randall
2018-01-22[release-branch.go1.9] net/url: reject invalid userinfo values when parsing URLsBrad Fitzpatrick
2018-01-22[release-branch.go1.9] runtime: call amd64 VDSO entry points on large stackIan Lance Taylor
2018-01-22[release-branch.go1.9] runtime: use MAP_ANON in sigstack checkAustin Clements
2018-01-22[release-branch.go1.9] runtime: restore the Go-allocated signal stack in unminitAustin Clements
2018-01-22[release-branch.go1.9] cmd/compile: fix decomposition of 1-element arraysKeith Randall
2018-01-22[release-branch.go1.9] doc: document Go 1.9.3Andrew Bonventre
2018-01-22[release-branch.go1.9] cmd/compile: fix large load/store offsets on 386Keith Randall
2018-01-22[release-branch.go1.9] database/sql: fix transaction leakkirk
2018-01-22[release-branch.go1.9] math/big: protect against aliasing in nat.divLargeAlberto Donizetti
2018-01-22[release-branch.go1.9] runtime: fix gctrace STW CPU time and CPU fractionAustin Clements
2018-01-22[release-branch.go1.9] cmd/compile: fix runtime.KeepAliveKeith Randall
2018-01-22[release-branch.go1.9] cmd/compile: make sure not to use SP as an index registerKeith Randall
2018-01-20doc: hide content blocked by GFW when served in CNAndrew Bonventre