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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-12-01
api: promote next.txt to go1.8.txt, update go tool
go1.8beta1
Chris Broadfoot
2016-12-01
cmd/cgo: fix cgo checking when fetching errno value
Ian Lance Taylor
2016-12-01
encoding/binary: document the new bool support
Brad Fitzpatrick
2016-11-30
cmd/go: document GOPATH default exception
Russ Cox
2016-11-30
doc, cmd/go: adjust documentation for default GOPATH
Russ Cox
2016-11-30
cmd/compile: generate code that type checks when inlining variadic functions
David Lazar
2016-11-30
database/sql: deflake query cancel tests
Daniel Theophanes
2016-11-30
runtime: fix undead arguments in cgocall
Austin Clements
2016-11-30
runtime: use standard comment style in cgocall
Austin Clements
2016-11-30
database/sql: rename NamedParam to NamedArg and Param to Named
Daniel Theophanes
2016-11-30
net/http: document how headers are forwarded by Client
Joe Tsai
2016-11-30
net/http: fix test TestServeMuxHandlerRedirects
Shenghou Ma
2016-11-30
net/http: remove logging on bad client requests
Kenny Grant
2016-11-30
cmd/compile/internal/gc: document variables and functions
Kevin Burke
2016-11-29
go/ast: fix doc string for ast.GenDecl
Robert Griesemer
2016-11-29
net: expand nss myhostname fallback detection
Dan Peterson
2016-11-29
crypto/tls: update CBC Lucky13 warning a bit
Brad Fitzpatrick
2016-11-29
cmd/compile/internal/syntax: remove unused node field
Robert Griesemer
2016-11-29
database/sql: do not bypass the driver locks with Context methods
Daniel Theophanes
2016-11-29
cmd/go: report position info in package errors
Dhananjay Nakrani
2016-11-29
internal/pprof/profile: parse mutex profile including comments
Hana Kim
2016-11-29
net/http/httptest: fix typo in doc comment
Michal Bohuslávek
2016-11-29
cmd/compile: don't panic on syntax error in select statement
Robert Griesemer
2016-11-29
runtime: fall back to /proc/self/auxv in Android libs
Austin Clements
2016-11-29
runtime: extract Linux auxv handling
Austin Clements
2016-11-29
cmd/link: handle STT_COMMON symbols
Ian Lance Taylor
2016-11-29
os: fix handling of Windows Unicode console input and ^Z
Russ Cox
2016-11-29
os: Executable can use /proc/self/exe on android
David Crawshaw
2016-11-28
net/http, net/http/httptest: cross-reference the two NewRequest funcs
Brad Fitzpatrick
2016-11-28
internal/pprof: don't discard allocations called by reflect.Call
Ian Lance Taylor
2016-11-28
net/http: document restrictions on ETag as expected by ServeContent
Joe Tsai
2016-11-28
net: document that Header.Get key is case insensitive
Kaviraj
2016-11-28
cmd/asm: fix parsing of the s390x instructions VSTE{G,F,H,B}
Michael Munday
2016-11-28
net: add missing comma on BUGS section for consistency
Mikio Hara
2016-11-26
net: update documentation on Conn and PacketConn
Joe Tsai
2016-11-25
testing: comment out flag.Parse from example
Daniel MartĂ
2016-11-24
database/sql: force users of NamedParam to name struct literals fields
Brad Fitzpatrick
2016-11-24
net/http: fix receiver for Server.Shutdown and Server.Close
Dan Peterson
2016-11-23
runtime/cgo: save correct floating point registers on s390x
Michael Munday
2016-11-23
math/rand: export Source64, mainly for documentation value
Russ Cox
2016-11-23
cmd/gofmt: don't call Chmod on windows
Brad Fitzpatrick
2016-11-23
reflect: fix typo in comment
Ian Lance Taylor
2016-11-23
reflect: fix size of StructOf ending in zero-sized field
Ian Lance Taylor
2016-11-22
database/sql: fix TestPendingConnsAfterErr
Daniel Theophanes
2016-11-22
cmd/go: print CC environment variables on Plan 9
David du Colombier
2016-11-22
runtime/pprof/internal/protopprof: fix test on s390x
Michael Munday
2016-11-22
runtime: do not print runtime panic frame at top of user stack
Russ Cox
2016-11-22
runtime/pprof: generate heap profiles in compressed proto format
Michael Matloob
2016-11-22
time: make Parse validate day's lower bound in addition to upper bound
Brad Fitzpatrick
2016-11-22
net/http: fix parallel tests using global DefaultTransport
Brad Fitzpatrick
[next]