aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-16[release-branch.go1.8] go1.8go1.8Chris Broadfoot
2017-02-16[release-branch.go1.8] doc: document go1.8Chris Broadfoot
2017-02-16[release-branch.go1.8] runtime: do not call wakep from enlistWorker, to avoid...Russ Cox
2017-02-15[release-branch.go1.8] doc: update Code of Conduct wording and scopeSarah Adams
2017-02-15[release-branch.go1.8] encoding/xml: fix incorrect indirect code in chardata,...Russ Cox
2017-02-13[release-branch.go1.8] database/sql: convert test timeouts to explicit waits ...Daniel Theophanes
2017-02-10[release-branch.go1.8] reflect: clear ptrToThis in Ptr when allocating result...Michael Hudson-Doyle
2017-02-10[release-branch.go1.8] database/sql: ensure driverConns are closed if not ret...Daniel Theophanes
2017-02-10[release-branch.go1.8] database/sql: do not exhaust connection pool on conn r...Daniel Theophanes
2017-02-09[release-branch.go1.8] database/sql: record the context error in Rows if canc...Daniel Theophanes
2017-02-08[release-branch.go1.8] crypto/x509: check for new tls-ca-bundle.pem lastRuss Cox
2017-02-07[release-branch.go1.8] cmd/go, go/build: better defenses against GOPATH=GOROOTRuss Cox
2017-02-07[release-branch.go1.8] cmd/compile: do not use "oaslit" for globalCherry Zhang
2017-02-07[release-branch.go1.8] cmd/compile/internal/syntax: avoid follow-up error for...Robert Griesemer
2017-02-07[release-branch.go1.8] cmd/compile/internal/syntax: make a parser error "1.7 ...Robert Griesemer
2017-02-07[release-branch.go1.8] cmd/link: use external linking for PIE by defaultDavid Crawshaw
2017-02-07[release-branch.go1.8] doc: remove inactive members of the CoC working groupAndrew Gerrand
2017-02-06[release-branch.go1.8] vendor/golang.org/x/crypto/curve25519: avoid loss of R...Russ Cox
2017-02-06[release-branch.go1.8] cmd/compile: do not fold large offset on ARM64Cherry Zhang
2017-02-06[release-branch.go1.8] cmd/compile: fix type propagation through s390x SSA rulesMichael Munday
2017-02-02[release-branch.go1.8] testing: stop timeout-timer after running testsAlberto Donizetti
2017-02-01[release-branch.go1.8] doc: mention SHA-256 CBC suites are off by defaultFilippo Valsorda
2017-01-31[release-branch.go1.8] all: final merge of master into Go 1.8 release branchRuss Cox
2017-01-30cmd/dist: really skip the testsanitizers tests on AndroidElias Naur
2017-01-30runtime: add explicit (void) in C to avoid GCC 7 problemIan Lance Taylor
2017-01-29cmd/dist: use the target GOOS to skip the test for issue 18153Elias Naur
2017-01-29doc: update go1.8 release notes after TxOptions changeDaniel Theophanes
2017-01-28cmd/go: update alldocs after CL 35150Alberto Donizetti
2017-01-27cmd/compile: use CMPWU for 32-bit or smaller unsigned Geq on ppc64{,le}Michael Munday
2017-01-26[release-branch.go1.8] go1.8rc3go1.8rc3Chris Broadfoot
2017-01-26doc: document go1.7.5Chris Broadfoot
2017-01-26[release-branch.go1.8] all: merge master into release-branch.go1.8Chris Broadfoot
2017-01-26cmd/go: don't reject ./... matching top-level file outside GOPATHIan Lance Taylor
2017-01-26database/sql: fix race when canceling queries immediatelyDaniel Theophanes
2017-01-26go/printer: fix format with leading comments in composite literalRobert Griesemer
2017-01-25runtime: reorder modules so main.main comes firstDavid Crawshaw
2017-01-25database/sql: let tests wait for db pool to come to expected stateDaniel Theophanes
2017-01-24doc: update gccgo docsIan Lance Taylor
2017-01-24doc: clarify what to do with Go 1.4 when installing from sourceIan Lance Taylor
2017-01-24doc: note that plugins are not fully bakedBrad Fitzpatrick
2017-01-24net/http: don't send body on redirects for 301, 302, 303 when GetBody is setBrad Fitzpatrick
2017-01-24net/http: fix a nitMikio Hara
2017-01-24cmd/link: mark DWARF function symbols as reachableIan Lance Taylor
2017-01-24doc: mention testing.MainStart signature changeBrad Fitzpatrick
2017-01-23runtime: amd64, use 4-byte ops for memmove of 4 bytesKeith Randall
2017-01-21cmd/compile: fix constant propagation through s390x MOVDNE instructionsMichael Munday
2017-01-20misc/cgo/test: pass current environment to syscall.ExecIan Lance Taylor
2017-01-20misc/cgo/test: fix test when using GCC 7Ian Lance Taylor
2017-01-20cmd/compile: don't use nilcheck information until the next blockKeith Randall
2017-01-20cmd/compile: fix compilebench -allocJosh Bleecher Snyder