aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-07[release-branch.go1.8] go1.8.1go1.8.1Chris Broadfoot
2017-04-07[release-branch.go1.8] doc: document go1.8.1Chris Broadfoot
2017-04-05[release-branch.go1.8] cmd/go: add test for test -race -i behaviorRuss Cox
2017-04-05[release-branch.go1.8] cmd/go: do not install broken libraries during 'go tes...Russ Cox
2017-04-05[release-branch.go1.8] cmd/compile: added special case for reflect header fie...David Chase
2017-04-05[release-branch.go1.8] cmd/compile: add missing WBs for reflect.{Slice,String...Matthew Dempsky
2017-04-05[release-branch.go1.8] cmd/link: skip TestDWARF when cgo is disabledJosh Bleecher Snyder
2017-04-05[release-branch.go1.8] cmd/link: skip TestDWARF on Plan 9David du Colombier
2017-04-05[release-branch.go1.8] encoding/xml: disable checking of attribute syntax, li...Russ Cox
2017-04-05[release-branch.go1.8] reflect: fix out-of-bounds pointers calling no-result ...Austin Clements
2017-04-05[release-branch.go1.8] cmd/link: emit a mach-o dwarf segment that dsymutil wi...Russ Cox
2017-04-05[release-branch.go1.8] cmd/link: make mach-o dwarf segment properly alignedRuss Cox
2017-04-05[release-branch.go1.8] cmd/link: disable mach-o dwarf munging with -w (in add...Russ Cox
2017-04-05[release-branch.go1.8] cmd/compile: don't crash when slicing non-sliceJosh Bleecher Snyder
2017-04-05[release-branch.go1.8] runtime: print user stack on other threads during GOTR...Austin Clements
2017-04-05[release-branch.go1.8] test/fixedbugs: add test for #19403Quentin Smith
2017-04-05[release-branch.go1.8] cmd/compile: mark MOVWF/MOVFW clobbering F15 on ARMCherry Zhang
2017-04-05[release-branch.go1.8] cmd/compile,runtime: fix atomic And8 for mipsleVladimir Stefanovic
2017-04-05[release-branch.go1.8] cmd/compile: repaired loop-finder to handle trickier n...David Chase
2017-04-05[release-branch.go1.8] cmd/compile: add opcode flag hasSideEffects for do-not...David Chase
2017-04-05[release-branch.go1.8] cmd/link: do not pass -s through to host linker on macOSRuss Cox
2017-04-05[release-branch.go1.8] text/template: fix handling of empty blocksRob Pike
2017-04-05[release-branch.go1.8] image/png: restore Go 1.7 rejection of transparent gra...Russ Cox
2017-03-29[release-branch.go1.8] net, net/http: adjust time-in-past constant even earlierBrad Fitzpatrick
2017-03-27[release-branch.go1.8] cmd/compile/internal/ssa: don't schedule values after ...Ilya Tocar
2017-03-25[release-branch.go1.8] os/exec: deflake TestStdinCloseRaceIan Lance Taylor
2017-03-23[release-branch.go1.8] cmd/link: put plt stubs first in Textp on ppc64xLynn Boger
2017-03-16[release-branch.go1.8] doc: reorganize the contribution guidelines into a guideSteve Francia
2017-03-09[release-branch.go1.8] time: make the ParseInLocation test more robustAlberto Donizetti
2017-03-08[release-branch.go1.8] crypto/tls: make Config.Clone also clone the GetClient...Mike Danese
2017-03-03[release-branch.go1.8] cmd/compile: do not fold offset into load/store for ar...Cherry Zhang
2017-03-03[release-branch.go1.8] cmd/compile: check both syms when folding address into...Cherry Zhang
2017-03-03[release-branch.go1.8] cmd/compile: add zero-extension before right shift whe...Cherry Zhang
2017-03-02[release-branch.go1.8] cmd/compile: fix merging of s390x conditional moves in...Michael Munday
2017-03-02[release-branch.go1.8] cmd/compile: remove unnecessary type conversions on s390xMichael Munday
2017-02-27[release-branch.go1.8] runtime: avoid O(n) semaphore list walk in contention ...Russ Cox
2017-02-23[release-branch.go1.8] website: mention go1.8 in project pageAlberto Donizetti
2017-02-23[release-branch.go1.8] doc: fix broken link in go1.8.htmlBrad Fitzpatrick
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