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
2016-08-02
go1.7rc4
go1.7rc4
Chris Broadfoot
2016-08-01
all: merge master into release-branch.go1.7
Chris Broadfoot
2016-08-02
net: prevent cancelation goroutine from adjusting fd timeout after connect
Brad Fitzpatrick
2016-08-02
doc/go1.7.html: mention Server.Serve HTTP/2 behavior change
Brad Fitzpatrick
2016-08-02
net/http: update bundled http2
Brad Fitzpatrick
2016-07-29
cmd/compile: fix possible spill of invalid pointer with DUFFZERO on AMD64
Cherry Zhang
2016-07-28
doc/go1.7.html: add known issues section for FreeBSD crashes
Brad Fitzpatrick
2016-07-27
runtime: reduce GC assist extra credit
Rhys Hiltner
2016-07-27
net/http: fix data race with concurrent use of Server.Serve
Brad Fitzpatrick
2016-07-26
crypto/x509: detect OS X version for FetchPEMRoots at run time
Brad Fitzpatrick
2016-07-26
net/http: update bundled http2
Brad Fitzpatrick
2016-07-26
runtime/pprof: document use of pprof package
Austin Clements
2016-07-26
crypto/x509: use Go 1.6 implementation for FetchPEMRoots for OS X 10.8
Brad Fitzpatrick
2016-07-26
context: add test for WithDeadline in the past
Jack Lindamood
2016-07-26
net/http: make Transport.RoundTrip return raw Conn.Read error on peek failure
Brad Fitzpatrick
2016-07-26
doc: add s390x information to asm.html
Michael Munday
2016-07-25
compress/flate: document HuffmanOnly
Joe Tsai
2016-07-22
net/http: fix potential for-select spin with closed Context.Done channel
Brad Fitzpatrick
2016-07-21
go1.7rc3
go1.7rc3
Chris Broadfoot
2016-07-21
all: merge master into release-branch.go1.7
Chris Broadfoot
2016-07-21
misc/trace: disable trace resolution warning
Brad Fitzpatrick
2016-07-21
cmd/compile: change phi location to be optimistic at backedges
David Chase
2016-07-21
cmd/compile: move phi args which are constants closer to the phi
Keith Randall
2016-07-21
runtime: add explicit `INT $3` at end of Darwin amd64 sigtramp
Ian Lance Taylor
2016-07-20
runtime: support smaller physical pages than PhysPageSize
Austin Clements
2016-07-20
runtime/race: fix memory leak
Dmitry Vyukov
2016-07-20
runtime: add as many extra M's as needed
Ian Lance Taylor
2016-07-20
net/smtp: document that the smtp package is frozen
Brad Fitzpatrick
2016-07-18
doc/go1.7.html: start sentence on a new line
Austin Clements
2016-07-18
doc/go1.7.html: avoid term of art
Austin Clements
2016-07-18
doc/go1.7.html: the 1.6.3 release supports Sierra
Ian Lance Taylor
2016-07-18
[release-branch.go1.7] go1.7rc2
go1.7rc2
Chris Broadfoot
2016-07-18
doc: document go1.6.3
Chris Broadfoot
2016-07-18
[release-branch.go1.7] net/http, net/http/cgi: fix for CGI + HTTP_PROXY secur...
Brad Fitzpatrick
2016-07-18
net/http, net/http/cgi: fix for CGI + HTTP_PROXY security issue
Brad Fitzpatrick
2016-07-18
doc/go1.7.html: mention specific runtime improvements
Austin Clements
2016-07-17
net: demote TestDialerDualStack to a flaky test
Brad Fitzpatrick
2016-07-16
fmt: properly handle early io.EOF Reads in readRune.readByte
Joe Tsai
2016-07-15
doc/go1.7.html: remove erroneous note about ppc64 and power8
Ian Lance Taylor
2016-07-14
runtime/internal/atomic: fix assembly arg sizes
Josh Bleecher Snyder
2016-07-13
runtime/pprof: don't print extraneous 0 after goexit
Ian Lance Taylor
2016-07-13
all: rename vendored golang.org/x/net packages to golang_org
Brad Fitzpatrick
2016-07-13
doc/go1.7.html: earlier Go versions don't work on macOS Sierra
Ian Lance Taylor
2016-07-13
doc/go1.7.html: document that http.Server now enforces request versions
Emmanuel Odeke
2016-07-13
doc/effective_go: clarify advice on returning interfaces
Bryan C. Mills
2016-07-12
cmd/go: don't fail on invalid GOOS/GOARCH pair when using gccgo
Brad Fitzpatrick
2016-07-12
runtime: add ctxt parameter to cgocallback called from Go
Ian Lance Taylor
2016-07-12
reflect: an unnamed type has no PkgPath
Ian Lance Taylor
2016-07-12
Revert "regexp: add the Fanout benchmark
Ian Lance Taylor
2016-07-11
regexp: add the Fanout benchmark
Michael Matloob
[next]