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-18
[release-branch.go1.7] go1.7rc2
go1.7rc2
Chris Broadfoot
2016-07-18
[release-branch.go1.7] net/http, net/http/cgi: fix for CGI + HTTP_PROXY secur...
Brad Fitzpatrick
2016-07-08
[release-branch.go1.7] runtime: fix nanotime for macOS Sierra
go1.7rc1
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
2016-07-04
cmd/vet: remove copylock warning about result types and calls
Ian Lance Taylor
2016-07-04
syscall: fix missing use of use function in Getfsstat
Mikio Hara
2016-07-03
cmd/go: remove noVCSSuffix check for OpenStack
Monty Taylor
2016-07-02
cmd/compile: mark live heap-allocated pparamout vars as needzero
Ian Lance Taylor
2016-07-01
cmd/compile: don't lose //go:nointerface pragma in export data
Robert Griesemer
2016-07-01
cmd/compile: don't set line number to 0 when building SSA
Cherry Zhang
2016-06-30
net/http: update bundled http2
Brad Fitzpatrick
2016-06-30
cmd/vet: lostcancel: treat naked return as a use of named results
Alan Donovan
2016-06-30
all: be consistent about spelling of cancelation
Brad Fitzpatrick
2016-06-30
context: cancel the context in ExampleWithTimeout, with explanation
Alan Donovan
2016-06-30
runtime/internal/sys: implement Ctz and Bswap in assembly for 386
Austin Clements
2016-06-30
os/exec: start checking for context cancelation in Start
Ian Lance Taylor
2016-06-30
syscall: accept more variants of id output when testing as root
Ian Lance Taylor
2016-06-30
net/http: update bundled http2
Brad Fitzpatrick
2016-06-29
net/http: be consistent about spelling of HTTP/1.x
Brad Fitzpatrick
2016-06-29
crypto/ecdsa: Update documentation for Sign
Nick Harper
2016-06-29
crypto/tls: Use the same buffer size in the client and server in the TLS thro...
Tom Bergan
2016-06-29
runtime: fix race atomic operations on external memory
Dmitry Vyukov
2016-06-29
runtime: correct printing of blocked field in scheduler trace
Ian Lance Taylor
2016-06-29
runtime: better error message for newosproc failure
Ian Lance Taylor
2016-06-29
net/http: update bundled http2
Brad Fitzpatrick
2016-06-28
cmd/vet: make checking example names in _test packages more robust
Konstantin Shaposhnikov
2016-06-28
database/sql: deflake TestPendingConnsAfterErr and fix races, panics
Brad Fitzpatrick
2016-06-28
cmd/go: restore support for git submodules and update docs
Andrew Gerrand
2016-06-28
strconv: clarify doc for Atoi return type
Justyn Temme
2016-06-28
net/http: conditionally configure HTTP/2 in Server.Serve(Listener)
Brad Fitzpatrick
2016-06-28
doc: update 1.7 release notes on Unicode upgrade
Marcel van Lohuizen
2016-06-28
doc/go1.7.html: mention recent changes to Rand.Read
Joe Tsai
2016-06-28
unicode: upgrade to version 9.0.0
Marcel van Lohuizen
2016-06-28
reflect, runtime: optimize Name method
David Crawshaw
2016-06-28
runtime/internal/atomic: Use power5 compatible instructions for ppc64
Lynn Boger
2016-06-28
net/http/pprof: remove comments pointing to gperftools
Raul Silvera
2016-06-28
encoding/gob: avoid allocating string for map key
David Crawshaw
2016-06-27
math/rand: fix io.Reader implementation
Dmitri Popov
2016-06-27
compress/flate: don't ignore dict in Reader.Reset
Vladimir Mihailenco
2016-06-27
crypto/tls: don't copy Mutex or Once values
Ian Lance Taylor
2016-06-27
net/http/httptest: show usage of httptest.NewRequest in example
Konstantin Shaposhnikov
2016-06-27
net/http: reject faux HTTP/0.9 and HTTP/2+ requests
Brad Fitzpatrick
[next]