index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-01-19
[release-branch.go1.8] go1.8rc2
go1.8rc2
Chris Broadfoot
2017-01-19
[release-branch.go1.8] all: merge master into release-branch.go1.8
Chris Broadfoot
2017-01-19
go/ast: fix Object's doc comment about Data
Hironao OTSUBO
2017-01-18
runtime: force workers out before checking mark roots
Austin Clements
2017-01-18
testing: make parallel t.Run safe again
Russ Cox
2017-01-18
crypto/x509: revert SystemCertPool implementation for Windows
Brad Fitzpatrick
2017-01-18
doc/go1.8: document Plan 9 requirements
David du Colombier
2017-01-17
runtime: for plugins, don't add duplicate itabs
Keith Randall
2017-01-17
README.md: update and simplify
Alberto Donizetti
2017-01-17
cmd/go: fix bug help message
gulyasm
2017-01-17
crypto/tls: disable CBC cipher suites with SHA-256 by default
Filippo Valsorda
2017-01-16
cmd/compile: add ZeroWB case in writebarrier
Cherry Zhang
2017-01-16
doc: 2017 is the Year of the Gopher
Brad Fitzpatrick
2017-01-16
cmd/compile: lvalues are only required for == when calling runtime fns
Josh Bleecher Snyder
2017-01-16
vendor/golang_org/x/crypto/poly1305: revendor to pick up fix for #18673
Shenghou Ma
2017-01-14
net/http: skip TestServerHijackGetsBackgroundByte on Plan 9
David du Colombier
2017-01-14
net/http: skip TestServerHijackGetsBackgroundByte_big on Plan 9
David du Colombier
2017-01-14
net/http: add another hijack-after-background-read test
Brad Fitzpatrick
2017-01-14
all: test adjustments for the iOS builder
David Crawshaw
2017-01-13
net/http: make sure Hijack's bufio.Reader includes pre-read background byte
Brad Fitzpatrick
2017-01-13
cmd/go, misc: rework cwd handling for iOS tests
David Crawshaw
2017-01-13
syscall: export Fsid.X__val on s390x
Michael Munday
2017-01-13
doc/gdb: mention GOTRACEBACK=crash
Alberto Donizetti
2017-01-13
misc/cgo/testplugin: test that types and itabs are unique
Keith Randall
2017-01-13
reflect: keep makeFuncImpl live across makeFuncStub
Austin Clements
2017-01-12
cmd/link: only exclude C-only symbols on darwin
David Crawshaw
2017-01-12
compress/flate: avoid large stack growth in fillDeflate
Joe Tsai
2017-01-12
cmd/go: add comment about SIGUSR2 on iOS
David Crawshaw
2017-01-12
cmd/go, misc: switch from breakpoint to SIGUSR2
David Crawshaw
2017-01-12
doc/go1.8: update timezone database version
Shenghou Ma
2017-01-12
misc/cgo/testshared: test that types and itabs are unique
Keith Randall
2017-01-12
runtime: avoid clobbering C callee-save register in cgoSigtramp
Bryan C. Mills
2017-01-11
cmd/compile: hide testdclstack behind debug flag
Josh Bleecher Snyder
2017-01-11
compress/gzip: skip TestGZIPFilesHaveZeroMTimes on non-builders
Joe Tsai
2017-01-11
crypto/dsa: gofmt
Austin Clements
2017-01-11
net/http: deflake TestRetryIdempotentRequestsOnError
Brad Fitzpatrick
2017-01-10
doc: remove inline styles
Jaana Burcu Dogan
2017-01-10
[release-branch.go1.8] go1.8rc1
go1.8rc1
Chris Broadfoot
2017-01-10
cmd/compile: disable flaky test
David Chase
2017-01-10
runtime: debug prints for spanBytesAlloc underflow
Austin Clements
2017-01-09
cmd/compile: insert scheduling checks on loop backedges
David Chase
2017-01-09
cmd/compile: file line number for //go:xxx directives
Robert Griesemer
2017-01-09
net/http: preserve original HTTP method when possible
Joe Tsai
2017-01-08
runtime: add table of size classes in a comment
Austin Clements
2017-01-07
go/types: fix typo
gulyasm
2017-01-07
os/user: document the difference between Username and Name
Kevin Burke
2017-01-07
all: fix misspellings
shawnps
2017-01-07
net/http: don't do a background read if we've already done one
Ian Lance Taylor
2017-01-07
cmd/go: add link to env varible guide to set custom GOPATH
Jaana Burcu Dogan
2017-01-07
vendor: update golang.org/x/crypto/chacha20poly1305
Mikio Hara
[next]