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
2013-10-18
go1.2rc2
go1.2rc2
Andrew Gerrand
2013-10-18
api: add go1.2.txt, use in tests
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
cmd/cgo: simpler fix for issue 6506.
Shenghou Ma
2013-10-15
cmd/cgo: print the builtin prolog after the per-file preamble
Russ Cox
2013-10-15
undo CL 14231047 / 2f4c2dde2756
Alex Brainman
2013-10-15
cmd/cgo: fix Xcode 5 incompatibility for #defined expressions
Russ Cox
2013-10-15
cmd/cgo: work around bug in clang debug info for builtins like memset
Russ Cox
2013-10-15
runtime/pprof: disable flaky TestGoroutineSwitch on windows
Alex Brainman
2013-10-14
cmd/gc: fix comment about performing indexing at compile time.
Keith Randall
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-14
cmd/api: make it work even when cgo is disabled
Shenghou Ma
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-10
cmd/gc: re-word some error messages
Shenghou Ma
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
cmd/go: add any .c/.cc files to the SWIG shared library
Ian Lance Taylor
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
2013-10-04
runtime: collect profiles even while on g0 stack
Alex Brainman
2013-10-03
reflect: add a test that gccgo mishandled
Ian Lance Taylor
2013-10-03
gofmt: explain why lower bounds aren't automatically simplified
Robert Hencke
2013-10-03
sync/atomic: explain how to subtract an unsigned constant
Rob Pike
2013-10-03
go/doc: update ToHTML doc comment
Russ Cox
2013-10-03
runtime: change default stack segment size to 8 kB
Russ Cox
2013-10-03
cmd/gc: support -installsuffix in the compiler and builder
Dave Day
2013-10-02
net: use original argument in lookup error
Russ Cox
2013-10-02
cmd/go: document relative imports
Russ Cox
2013-10-02
crypto/tls: document ConnectionState fields
Russ Cox
2013-10-02
runtime: remove syscall.NewCallbackCDecl on Windows
Russ Cox
[next]