index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: correct test for when to poll network
Ian Lance Taylor
2013-10-17
1
-1
/
+1
*
runtime: correct parameter name in MCentral_AllocList comment
Ian Lance Taylor
2013-10-17
1
-1
/
+1
*
encoding/xml: accept chains of interfaces and pointers
Russ Cox
2013-10-17
2
-6
/
+43
*
database/sql: make tests repeatable with -cpu=n,n
Alberto Garc?a Hierro
2013-10-17
1
-0
/
+2
*
database/sql: fix some test fmt verbs
Brad Fitzpatrick
2013-10-16
2
-4
/
+4
*
database/sql: Fix connection leak and potential deadlock
Alberto Garc?a Hierro
2013-10-16
3
-3
/
+63
*
database/sql: fix double decrement of numOpen count; test for connection leaks
Alberto Garc?a Hierro
2013-10-16
2
-5
/
+18
*
cmd/cgo: simpler fix for issue 6506.
Shenghou Ma
2013-10-15
1
-46
/
+9
*
cmd/cgo: print the builtin prolog after the per-file preamble
Russ Cox
2013-10-15
1
-3
/
+3
*
undo CL 14231047 / 2f4c2dde2756
Alex Brainman
2013-10-15
1
-1
/
+1
*
cmd/cgo: fix Xcode 5 incompatibility for #defined expressions
Russ Cox
2013-10-15
1
-0
/
+13
*
cmd/cgo: work around bug in clang debug info for builtins like memset
Russ Cox
2013-10-15
1
-2
/
+46
*
runtime/pprof: disable flaky TestGoroutineSwitch on windows
Alex Brainman
2013-10-15
1
-0
/
+3
*
cmd/gc: fix comment about performing indexing at compile time.
Keith Randall
2013-10-14
1
-2
/
+2
*
net/http: skip content-type sniffing if the header is explicitly unset.
Michael Piatek
2013-10-15
4
-10
/
+34
*
debug/dwarf: report the value of an unrecognized attribute format
Ian Lance Taylor
2013-10-14
1
-2
/
+5
*
cmd/api: make it work even when cgo is disabled
Shenghou Ma
2013-10-14
1
-3
/
+11
*
go/build: add GOOS and GOARCH to name of gccgo pkg directory
Ian Lance Taylor
2013-10-11
1
-1
/
+1
*
go/build: fix test if built with CGO_ENABLED=0
Ian Lance Taylor
2013-10-11
1
-0
/
+3
*
cmd/gc: re-word some error messages
Shenghou Ma
2013-10-10
1
-5
/
+5
*
net: fix TestDialFailPDLeak to work when GOMAXPROCS is large
Ian Lance Taylor
2013-10-09
1
-2
/
+3
*
runtime: markfreed's error reports should be prefixed with "markfreed", not "...
Keith Randall
2013-10-09
1
-2
/
+2
*
cmd/go: add any .c/.cc files to the SWIG shared library
Ian Lance Taylor
2013-10-09
1
-7
/
+34
*
runtime/cgo: mark callback functions as NOSPLIT
Ian Lance Taylor
2013-10-09
1
-0
/
+3
*
debug/dwarf: handle surprising clang encoding
Russ Cox
2013-10-09
1
-12
/
+31
*
net: fix typo in failure message in test
Ian Lance Taylor
2013-10-09
1
-1
/
+1
*
compress/flate: fix infinite loop on malformed data
Russ Cox
2013-10-09
3
-0
/
+35
*
encoding/gob: add examples
Rob Pike
2013-10-08
4
-0
/
+210
*
cmd/go, runtime: express armv5t architecture constraint differently
Carl Shapiro
2013-10-08
2
-1
/
+8
*
math: the trig functions work in radians; document that
Rob Pike
2013-10-07
4
-6
/
+6
*
os/user: fix user lookups on dragonfly
Joel Sing
2013-10-07
1
-4
/
+4
*
os/user: enable tests on all supported platforms
Joel Sing
2013-10-07
1
-6
/
+0
*
os/signal: make test logs reflect reality
Joel Sing
2013-10-07
1
-4
/
+4
*
runtime: fix bug in maps at the intersection of iterators, growing, and NaN keys
Keith Randall
2013-10-04
3
-15
/
+91
*
runtime: remove 3 unused declarations.
Keith Randall
2013-10-04
1
-3
/
+0
*
reflect: test using a MakeFunc value in a couple of different ways
Ian Lance Taylor
2013-10-04
2
-1
/
+19
*
runtime: collect profiles even while on g0 stack
Alex Brainman
2013-10-04
1
-1
/
+1
*
reflect: add a test that gccgo mishandled
Ian Lance Taylor
2013-10-03
1
-0
/
+9
*
gofmt: explain why lower bounds aren't automatically simplified
Robert Hencke
2013-10-03
1
-0
/
+4
*
sync/atomic: explain how to subtract an unsigned constant
Rob Pike
2013-10-03
1
-0
/
+4
*
go/doc: update ToHTML doc comment
Russ Cox
2013-10-03
1
-3
/
+8
*
runtime: change default stack segment size to 8 kB
Russ Cox
2013-10-03
1
-2
/
+2
*
cmd/gc: support -installsuffix in the compiler and builder
Dave Day
2013-10-03
9
-11
/
+36
*
net: use original argument in lookup error
Russ Cox
2013-10-02
1
-0
/
+6
*
cmd/go: document relative imports
Russ Cox
2013-10-02
4
-69
/
+129
*
crypto/tls: document ConnectionState fields
Russ Cox
2013-10-02
1
-14
/
+8
*
runtime: remove syscall.NewCallbackCDecl on Windows
Russ Cox
2013-10-02
1
-0
/
+5
*
encoding/json: add an example for RawMessage
Josh Bleecher Snyder
2013-10-03
1
-0
/
+46
*
net/http: be clear that HTTPS is supported
Russ Cox
2013-10-02
1
-1
/
+1
*
runtime: fix finalizer test on amd64
Russ Cox
2013-10-02
1
-8
/
+11
[next]