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-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
2016-07-11
gofmt: remove unneeded call to os.Exit
Francesc Campoy
2016-07-11
doc/go1.7.html: no concurrent calls of math/rand methods
Ian Lance Taylor
2016-07-11
math/rand: fix raciness in Rand.Read
Ian Lance Taylor
2016-07-11
net/http: fix vet warning of leaked context in error paths
Brad Fitzpatrick
2016-07-08
syscall: add another output for TestGroupCleanupUserNamespace
Ian Lance Taylor
2016-07-08
runtime: fix case in KeepAlive comment
Ian Lance Taylor
2016-07-08
doc/go1.7.html: fix name of IsExist
Ian Lance Taylor
2016-07-08
[release-branch.go1.7] runtime: fix nanotime for macOS Sierra
go1.7rc1
Ian Lance Taylor
2016-07-08
runtime: fix nanotime for macOS Sierra
Ian Lance Taylor
2016-07-08
[release-branch.go1.7] go1.7rc1
Chris Broadfoot
2016-07-08
runtime: handle selects with duplicate channels in shrinkstack
Ian Lance Taylor
2016-07-07
lib/time: update to IANA release 2016f (July 2016)
Brad Fitzpatrick
2016-07-07
net/http: deflake TestClientRedirectContext
Brad Fitzpatrick
2016-07-07
path/filepath: fix typo in comment
Ian Lance Taylor
2016-07-06
path/filepath: document Clean behavior for each function
Ian Lance Taylor
2016-07-06
cmd/compile, syscall: add //go:uintptrescapes comment, and use it
Ian Lance Taylor
2016-07-06
encoding/xml: update docs to follow convention
Sam Whited
2016-07-05
encoding/gob: document Encode, EncodeValue nil pointer panics
Emmanuel Odeke
[next]