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
/
pkg
Age
Commit message (
Expand
)
Author
2013-11-01
[release-branch.go1.2] cmd/5l, runtime: fix divide for profiling tracebacks o...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] database/sql: document Result methods
Andrew Gerrand
2013-11-01
[release-branch.go1.2] database/sql: Fix typos in doc
Andrew Gerrand
2013-11-01
[release-branch.go1.2] time: correct path to time zone zip file on Unix
Andrew Gerrand
2013-11-01
[release-branch.go1.2] encoding/xml: fix doc comment
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net/http/httputil: fix DumpRequestOut with ContentLeng...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] os: do not return Lstat errors from Readdir
Andrew Gerrand
2013-11-01
[release-branch.go1.2] debug/dwarf: add DWARF 4 form constants
Andrew Gerrand
2013-11-01
[release-branch.go1.2] runtime: relax preemption assertion during stack split
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net: handle single-line non-\n-terminated files correc...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net/url: fix Encode doc comment
Andrew Gerrand
2013-11-01
[release-branch.go1.2] strings: fix Replacer bug with prefix matches
Andrew Gerrand
2013-11-01
[release-branch.go1.2] database/sql: link to wiki in package docs
Andrew Gerrand
2013-11-01
[release-branch.go1.2] time: fix ParseDuration overflow when given more than ...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] math: remove unnecessary source file
Andrew Gerrand
2013-11-01
[release-branch.go1.2] go/build: document the go1.2 build tag
Andrew Gerrand
2013-11-01
[release-branch.go1.2] crypto/x509: name constraints should be a disjunction.
Andrew Gerrand
2013-11-01
[release-branch.go1.2] crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 ...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net/mail: fix minor doc typo.
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net: make sure failed Dial returns nil Conn
Andrew Gerrand
2013-11-01
[release-branch.go1.2] runtime: remove nomemprof
Andrew Gerrand
2013-10-17
net/url: fix regression when serializing relative URLs
Brad Fitzpatrick
2013-10-17
runtime: correct test for when to poll network
Ian Lance Taylor
2013-10-17
runtime: correct parameter name in MCentral_AllocList comment
Ian Lance Taylor
2013-10-17
encoding/xml: accept chains of interfaces and pointers
Russ Cox
2013-10-17
database/sql: make tests repeatable with -cpu=n,n
Alberto García Hierro
2013-10-16
database/sql: fix some test fmt verbs
Brad Fitzpatrick
2013-10-16
database/sql: Fix connection leak and potential deadlock
Alberto García Hierro
2013-10-16
database/sql: fix double decrement of numOpen count; test for connection leaks
Alberto García Hierro
2013-10-15
undo CL 14231047 / 2f4c2dde2756
Alex Brainman
2013-10-15
runtime/pprof: disable flaky TestGoroutineSwitch on windows
Alex Brainman
2013-10-15
net/http: skip content-type sniffing if the header is explicitly unset.
Michael Piatek
2013-10-14
debug/dwarf: report the value of an unrecognized attribute format
Ian Lance Taylor
2013-10-11
go/build: add GOOS and GOARCH to name of gccgo pkg directory
Ian Lance Taylor
2013-10-11
go/build: fix test if built with CGO_ENABLED=0
Ian Lance Taylor
2013-10-09
net: fix TestDialFailPDLeak to work when GOMAXPROCS is large
Ian Lance Taylor
2013-10-09
runtime: markfreed's error reports should be prefixed with "markfreed", not "...
Keith Randall
2013-10-09
runtime/cgo: mark callback functions as NOSPLIT
Ian Lance Taylor
2013-10-09
debug/dwarf: handle surprising clang encoding
Russ Cox
2013-10-09
net: fix typo in failure message in test
Ian Lance Taylor
2013-10-09
compress/flate: fix infinite loop on malformed data
Russ Cox
2013-10-08
encoding/gob: add examples
Rob Pike
2013-10-08
cmd/go, runtime: express armv5t architecture constraint differently
Carl Shapiro
2013-10-07
math: the trig functions work in radians; document that
Rob Pike
2013-10-07
os/user: fix user lookups on dragonfly
Joel Sing
2013-10-07
os/user: enable tests on all supported platforms
Joel Sing
2013-10-07
os/signal: make test logs reflect reality
Joel Sing
2013-10-04
runtime: fix bug in maps at the intersection of iterators, growing, and NaN keys
Keith Randall
2013-10-04
runtime: remove 3 unused declarations.
Keith Randall
2013-10-04
reflect: test using a MakeFunc value in a couple of different ways
Ian Lance Taylor
[next]