aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-01-12doc/go1.8: update timezone database versionShenghou Ma
2017-01-12misc/cgo/testshared: test that types and itabs are uniqueKeith Randall
2017-01-12runtime: avoid clobbering C callee-save register in cgoSigtrampBryan C. Mills
2017-01-11cmd/compile: hide testdclstack behind debug flagJosh Bleecher Snyder
2017-01-11compress/gzip: skip TestGZIPFilesHaveZeroMTimes on non-buildersJoe Tsai
2017-01-11crypto/dsa: gofmtAustin Clements
2017-01-11net/http: deflake TestRetryIdempotentRequestsOnErrorBrad Fitzpatrick
2017-01-10doc: remove inline stylesJaana Burcu Dogan
2017-01-10[release-branch.go1.8] go1.8rc1go1.8rc1Chris Broadfoot
2017-01-10cmd/compile: disable flaky testDavid Chase
2017-01-10runtime: debug prints for spanBytesAlloc underflowAustin Clements
2017-01-09cmd/compile: insert scheduling checks on loop backedgesDavid Chase
2017-01-09cmd/compile: file line number for //go:xxx directivesRobert Griesemer
2017-01-09net/http: preserve original HTTP method when possibleJoe Tsai
2017-01-08runtime: add table of size classes in a commentAustin Clements
2017-01-07go/types: fix typogulyasm
2017-01-07os/user: document the difference between Username and NameKevin Burke
2017-01-07all: fix misspellingsshawnps
2017-01-07net/http: don't do a background read if we've already done oneIan Lance Taylor
2017-01-07cmd/go: add link to env varible guide to set custom GOPATHJaana Burcu Dogan
2017-01-07vendor: update golang.org/x/crypto/chacha20poly1305Mikio Hara