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-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
2017-01-06
doc: update CONTRIBUTING.md a bit, mention proposal process
Brad Fitzpatrick
2017-01-06
net: disable RFC 6724 Rule 9 for IPv4 addresses
Matthew Dempsky
2017-01-06
cmd/compile: rewrite literal.method to ensure full initialization
David Chase
2017-01-06
doc: explain how to set GOPATH to a custom value
Jaana Burcu Dogan
2017-01-06
runtime: fix corruption crash/race between select and stack growth
Russ Cox
2017-01-06
runtime: expand HACKING.md
Austin Clements
2017-01-06
runtime: update big mgc.go comment
Austin Clements
2017-01-06
net/http: better failure in TestTransportPersistConnLeak
Russ Cox
2017-01-06
runtime: use 4K as the boundary of legal pointers
Austin Clements
2017-01-06
net: Fix grammar error
Kevin Burke
2017-01-06
net: display the complete BUGS section on every platform
Mikio Hara
2017-01-05
cmd/compile: avoid n.Right nil dereference on non-existent interface methods
Emmanuel Odeke
2017-01-05
doc: add go get -insecure change to go1.8.html
Brad Fitzpatrick
2017-01-05
cmd/go: use ProxyFromEnvironment in -insecure mode also
Brad Fitzpatrick
2017-01-05
x/crypto/chacha20poly1305: fix detection of BMI on AMD64
Lion Yang
2017-01-05
crypto: detect BMI usability on AMD64 for sha1 and sha256
Lion Yang
2017-01-05
.gitignore: fix attempt at rooted paths
Russ Cox
2017-01-05
lib/time: update tzdata to 2016j
Brad Fitzpatrick
2017-01-05
cmd/go: retain test binary when go test is run with -mutexprofile
Kale Blankenship
2017-01-04
net/http/httputil: make DumpRequest and DumpRequestOut recognize http.NoBody
Brad Fitzpatrick
2017-01-04
net/http: make Server cancel its ReadTimeout between requests
Brad Fitzpatrick
2017-01-04
testing: add missing newlines to error messages
Ian Lance Taylor
2017-01-04
cmd/go: add sync/atomic dependency when needed by test coverage
Russ Cox
2017-01-04
doc: in Go 1.8 notes, mention lack of RWMutex in contention profile
Russ Cox
2017-01-04
cmd/link: use 64k segment alignment on linux/arm
Russ Cox
2017-01-03
runtime: check sched_getaffinity return value
Michael Marineau
2017-01-03
cmd/vet: include function name or value in copylock message
Rob Pike
2017-01-03
cmd/dist: enable extLink tests for s390x
Michael Munday
2017-01-03
cmd/dist: enable extLink tests for mips{,le}
Vladimir Stefanovic
2017-01-03
runtime: fix SP alignment in mips{,le} sigfwd
Vladimir Stefanovic
2017-01-02
database/sql: fix typo and wording
Kevin Burke
2017-01-02
database/sql: prevent Tx.rollback from racing Tx.close
Daniel Theophanes
2017-01-02
cmd/link: don't suggest using nm to find -X name
Ian Lance Taylor
2016-12-31
net/http: update bundled http2 for Server WriteTimeout change
Brad Fitzpatrick
2016-12-30
net/http: add test for http2 Server WriteTimeout
Kale Blankenship
2016-12-29
net/http/httputil: clarify the contract on ReverseProxy's Director.
Mike Wiacek
2016-12-28
cmd/go: fix two formatting issues in documentation of testing flags
Dmitri Shuralyov
[next]