aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-26[release-branch.go1.8] go1.8rc3go1.8rc3Chris 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
2017-01-19runtime: check for nil g and m in msanreadBryan C. Mills
2017-01-19[release-branch.go1.8] go1.8rc2go1.8rc2Chris Broadfoot
2017-01-19[release-branch.go1.8] all: merge master into release-branch.go1.8Chris Broadfoot
2017-01-19go/ast: fix Object's doc comment about DataHironao OTSUBO
2017-01-18runtime: force workers out before checking mark rootsAustin Clements
2017-01-18testing: make parallel t.Run safe againRuss Cox
2017-01-18crypto/x509: revert SystemCertPool implementation for WindowsBrad Fitzpatrick
2017-01-18doc/go1.8: document Plan 9 requirementsDavid du Colombier
2017-01-17runtime: for plugins, don't add duplicate itabsKeith Randall
2017-01-17README.md: update and simplifyAlberto Donizetti
2017-01-17cmd/go: fix bug help messagegulyasm
2017-01-17crypto/tls: disable CBC cipher suites with SHA-256 by defaultFilippo Valsorda
2017-01-16cmd/compile: add ZeroWB case in writebarrierCherry Zhang
2017-01-16doc: 2017 is the Year of the GopherBrad Fitzpatrick
2017-01-16cmd/compile: lvalues are only required for == when calling runtime fnsJosh Bleecher Snyder
2017-01-16vendor/golang_org/x/crypto/poly1305: revendor to pick up fix for #18673Shenghou Ma
2017-01-14net/http: skip TestServerHijackGetsBackgroundByte on Plan 9David du Colombier
2017-01-14net/http: skip TestServerHijackGetsBackgroundByte_big on Plan 9David du Colombier
2017-01-14net/http: add another hijack-after-background-read testBrad Fitzpatrick
2017-01-14all: test adjustments for the iOS builderDavid Crawshaw
2017-01-13net/http: make sure Hijack's bufio.Reader includes pre-read background byteBrad Fitzpatrick
2017-01-13cmd/go, misc: rework cwd handling for iOS testsDavid Crawshaw
2017-01-13syscall: export Fsid.X__val on s390xMichael Munday
2017-01-13doc/gdb: mention GOTRACEBACK=crashAlberto Donizetti
2017-01-13misc/cgo/testplugin: test that types and itabs are uniqueKeith Randall
2017-01-13reflect: keep makeFuncImpl live across makeFuncStubAustin Clements
2017-01-12cmd/link: only exclude C-only symbols on darwinDavid Crawshaw
2017-01-12compress/flate: avoid large stack growth in fillDeflateJoe Tsai
2017-01-12cmd/go: add comment about SIGUSR2 on iOSDavid Crawshaw
2017-01-12cmd/go, misc: switch from breakpoint to SIGUSR2David Crawshaw