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-12-01
api: promote next.txt to go1.8.txt, update go tool
go1.8beta1
Chris Broadfoot
2016-12-01
api: update next.txt (remove database/sql.NamedParam)
Chris Broadfoot
2016-12-01
cmd/cgo: fix cgo checking when fetching errno value
Ian Lance Taylor
2016-12-01
doc: go1.8.html review feedback
Brad Fitzpatrick
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
doc: document default GOPATH in go1.8.html
Brad Fitzpatrick
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
doc: update go1.8.html to remove mention of logging of bad requests
Brad Fitzpatrick
2016-11-30
doc: remove two go1.8.txt items
Brad Fitzpatrick
2016-11-30
doc: more go1.8.html
Brad Fitzpatrick
2016-11-30
doc: remove some TODOs from go1.8.html
Brad Fitzpatrick
2016-11-30
net/http: fix test TestServeMuxHandlerRedirects
Shenghou Ma
2016-11-30
doc: add tool sections to go1.8.html
Brad Fitzpatrick
2016-11-30
doc: add release notes for os and os/signal packages
Ian Lance Taylor
2016-11-30
doc: more go1.8.html additions
Brad Fitzpatrick
2016-11-30
doc: remove remaining cmd/go entries from go1.8.txt
Ian Lance Taylor
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-30
doc: note net/UnixListener.SetUnlinkOnClose in go1.8.html
Dan Peterson
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
doc: add note about gccgo go go1.8.html
Ian Lance Taylor
2016-11-29
doc: add notes about cgo to go1.8.html
Ian Lance Taylor
2016-11-29
crypto/tls: update CBC Lucky13 warning a bit
Brad Fitzpatrick
2016-11-29
doc: more additions to go1.8.html
Brad Fitzpatrick
2016-11-29
doc: more go1.8.html tweaks and new context additions section
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
doc: more go1.8.html updates
Brad Fitzpatrick
2016-11-29
doc: update go1.8.html after feedback from Russ
Brad Fitzpatrick
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
[next]