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-26
[release-branch.go1.8] go1.8rc3
go1.8rc3
Chris Broadfoot
2017-01-26
[release-branch.go1.8] all: merge master into release-branch.go1.8
Chris Broadfoot
2017-01-26
cmd/go: don't reject ./... matching top-level file outside GOPATH
Ian Lance Taylor
2017-01-26
database/sql: fix race when canceling queries immediately
Daniel Theophanes
2017-01-26
go/printer: fix format with leading comments in composite literal
Robert Griesemer
2017-01-25
runtime: reorder modules so main.main comes first
David Crawshaw
2017-01-25
database/sql: let tests wait for db pool to come to expected state
Daniel Theophanes
2017-01-24
doc: update gccgo docs
Ian Lance Taylor
2017-01-24
doc: clarify what to do with Go 1.4 when installing from source
Ian Lance Taylor
2017-01-24
doc: note that plugins are not fully baked
Brad Fitzpatrick
2017-01-24
net/http: don't send body on redirects for 301, 302, 303 when GetBody is set
Brad Fitzpatrick
2017-01-24
net/http: fix a nit
Mikio Hara
2017-01-24
cmd/link: mark DWARF function symbols as reachable
Ian Lance Taylor
2017-01-24
doc: mention testing.MainStart signature change
Brad Fitzpatrick
2017-01-23
runtime: amd64, use 4-byte ops for memmove of 4 bytes
Keith Randall
2017-01-21
cmd/compile: fix constant propagation through s390x MOVDNE instructions
Michael Munday
2017-01-20
misc/cgo/test: pass current environment to syscall.Exec
Ian Lance Taylor
2017-01-20
misc/cgo/test: fix test when using GCC 7
Ian Lance Taylor
2017-01-20
cmd/compile: don't use nilcheck information until the next block
Keith Randall
2017-01-20
cmd/compile: fix compilebench -alloc
Josh Bleecher Snyder
2017-01-19
runtime: check for nil g and m in msanread
Bryan C. Mills
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
[next]