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
2015-07-07
cmd/go: disable vendoredImportPath for code outside $GOPATH
go1.5beta1
Russ Cox
2015-07-07
cmd/compile: allow static init for unsafe.Pointer(&x) where x is global
Russ Cox
2015-07-07
net/http: fix MaxBytesReader at EOF
Brad Fitzpatrick
2015-07-07
net/http: revert overly-strict part of earlier smuggling defense
Brad Fitzpatrick
2015-07-07
cmd/compile: initialize line number properly for temporaries
David Chase
2015-07-07
runtime: randomize scheduling in -race mode
Russ Cox
2015-07-07
cmd/go: ignore volume name case when checking vendor path
Daniel Theophanes
2015-07-07
cmd/go: create executable when installing to working directory
Ross Light
2015-07-07
cmd/go: do not panic on invalid import path containing "/vendor/"
Daniel Theophanes
2015-07-07
net/http/httputil: make ReverseProxy support Trailers
Brad Fitzpatrick
2015-07-06
doc: tools for go1.5.html
Rob Pike
2015-07-05
doc/go1.5.html: fix typo
Elias Naur
2015-07-05
cmd/go: delete references to old tools (5a etc.) from cmd/go docs
Rob Pike
2015-07-03
math/rand: improve NewZipf documentation
Josh Bleecher Snyder
2015-07-03
image/draw: fix double-draw when the dst is paletted.
Nigel Tao
2015-07-02
doc: finish the small library changes in go1.5.html; start work on tools
Rob Pike
2015-07-02
cmd/trace: log errors to console in AJAX handler
Dmitry Vyukov
2015-07-02
Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn"
Mikio Hara
2015-07-02
mime/multipart: fix bug when body contains prefix of the boundary
Brad Fitzpatrick
2015-07-02
internal/trace: add comment for stable sort
Dmitry Vyukov
2015-07-02
crypto: fix non-sentence in documentation for Decrypter
Rob Pike
2015-07-02
internal/trace: stable sort events
Dmitry Vyukov
2015-07-02
doc: add most major changes and most net changes to go1.5.html
Rob Pike
2015-07-01
encoding/xml: minor changes
Roger Peppe
2015-07-01
cmd/trace: fix time scale
Dmitry Vyukov
2015-07-01
doc: more library in go1.5.html
Rob Pike
2015-06-30
database/sql: make Register safe for concurrent use
Brad Fitzpatrick
2015-06-30
net/http: harden Server against request smuggling
Brad Fitzpatrick
2015-06-30
internal/singleflight: deflake test
Brad Fitzpatrick
2015-06-30
go/types: change {Type,Object,Selection}String to accept a Qualifier function
Alan Donovan
2015-06-30
cmd/link: reject data size > 2 GB
Russ Cox
2015-06-30
cmd/compile: allow linker to drop string headers when not needed
Russ Cox
2015-06-30
cmd/compile: fix race detector handling of OBLOCK nodes
Russ Cox
2015-06-30
net/textproto: don't treat spaces as hyphens in header keys
Brad Fitzpatrick
2015-06-30
cmd/trace: sort procs
Dmitry Vyukov
2015-06-30
net/http: harden, document func SetCookie and type Cookie
Brad Fitzpatrick
2015-06-30
net/url: only record RawPath when it is needed
Russ Cox
2015-06-30
cmd/compile/internal/gc: give OASWB name
Dmitry Vyukov
2015-06-30
encoding/xml: fix xmlns= behavior
Roger Peppe
2015-06-30
cmd/go: use GOOS and GOARCH from build context for "go generate"
Andrew Gerrand
2015-06-30
image/gif: accept LZW encodings that do not have an explicit end marker.
Nigel Tao
2015-06-30
compress/lzw: return the partial decoding for a truncated input.
Nigel Tao
2015-06-30
archive/tar: move round-trip reading into common os file
Alex Brainman
2015-06-30
net/http: add a Request.Cancel channel.
Aaron Jacobs
2015-06-29
cmd/compile: reject large floating point exponents without math/big
Russ Cox
2015-06-29
io: tweak Reader comment
Russ Cox
2015-06-29
path/filepath: document and test behavior of SkipDir on files
Russ Cox
2015-06-29
cmd/link: detect -X setting non-string variable
Russ Cox
2015-06-29
doc: finish listing the non-crypto non-net small API changes
Rob Pike
2015-06-29
go/types: go/types: add an API test of the Scope type
Alan Donovan
[next]