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
*
cmd/go: detect import cycle caused by test code
Russ Cox
2014-05-12
8
-2
/
+81
*
cmd/go: link SWIG objects directly rather than using a shared library
Ian Lance Taylor
2014-05-12
4
-112
/
+26
*
cmd/gc: fix escape analysis for slice of array
Russ Cox
2014-05-12
1
-2
/
+5
*
net/http: fix flaky test
Fabrizio Milo
2014-05-12
1
-3
/
+5
*
cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1
Russ Cox
2014-05-12
2
-2
/
+4
*
undo CL 92210044 / 5cb21eee2d35
Brad Fitzpatrick
2014-05-12
1
-6
/
+1
*
net: make use of SO_LINGER_SEC on darwin
Mikio Hara
2014-05-13
1
-1
/
+6
*
cmd/go: better error for install of 'test-only' package
Russ Cox
2014-05-12
3
-12
/
+26
*
runtime: add copy of math.sqrt for use by arm softfloat
Russ Cox
2014-05-12
2
-2
/
+152
*
cmd/objdump: works with windows pe executables now
Alex Brainman
2014-05-12
2
-8
/
+149
*
unicode: fix doc typo
P?ter Sur?nyi
2014-05-11
1
-1
/
+1
*
cmd/nm: do not write to GOROOT testdata directories during TestNM
Alex Brainman
2014-05-12
1
-5
/
+12
*
net/rpc: do not leak client socket on closed connection
David Crawshaw
2014-05-11
2
-6
/
+44
*
cmd/go: simplify code, reduce allocations.
Dmitri Shuralyov
2014-05-10
1
-1
/
+1
*
cmd/go: remove merge markers
Robert Hencke
2014-05-10
1
-11
/
+5
*
cmd/addr2line: accept optional "0x" prefix for addresses.
Shenghou Ma
2014-05-10
1
-10
/
+42
*
undo CL 100330043 / e4248ed0037c
Brad Fitzpatrick
2014-05-09
1
-1
/
+1
*
runtime/race: fix the link for the race detector.
Bill Neubauer
2014-05-09
1
-1
/
+1
*
runtime: be a lot more lenient on smhasher avalanche test.
Keith Randall
2014-05-09
1
-3
/
+3
*
net/url: correct documentation of Values.Add
Ian Lance Taylor
2014-05-09
1
-1
/
+1
*
bytes: fix typos
Rui Ueyama
2014-05-10
1
-3
/
+3
*
encoding/binary: document that Read requires exported struct fields
Ian Lance Taylor
2014-05-09
2
-0
/
+25
*
cmd/go: accept build flags in clean and list
Russ Cox
2014-05-09
5
-40
/
+32
*
math/cmplx: specify which square root Sqrt returns
Russ Cox
2014-05-09
1
-0
/
+1
*
cmd/gc: disable link-time copying of un-Go-initialized globals
Russ Cox
2014-05-09
1
-2
/
+2
*
crypto/aes: fix overrun in assembly encrypt/decrypt
Russ Cox
2014-05-09
3
-0
/
+42
*
cmd/gc: fix ... escape analysis bug
Russ Cox
2014-05-09
2
-1
/
+3
*
cmd/gc: don't give credit for NOPs during register allocation
Josh Bleecher Snyder
2014-05-09
3
-29
/
+31
*
cmd/go: mark regexp as dependency of testmain
Robert Hencke
2014-05-09
3
-1
/
+26
*
testing: write profiles on failure
Russ Cox
2014-05-09
1
-0
/
+1
*
net: drop flakey TestDialFailPDLeak
Mikio Hara
2014-05-09
1
-54
/
+0
*
runtime: write memory profile statistics to the heap dump.
Keith Randall
2014-05-08
3
-0
/
+84
*
encoding/json: add example for Indent, clarify the docs.
Stephen McQuay
2014-05-08
2
-2
/
+35
*
cmd/objdump: actually accept hex address without "0x" prefix.
Shenghou Ma
2014-05-08
1
-4
/
+5
*
runtime: use duff zero and copy to initialize memory
Keith Randall
2014-05-07
10
-37
/
+568
*
database/sql: fix accounting of open connections
Brad Fitzpatrick
2014-05-07
1
-1
/
+4
*
runtime: optimize markspan
Dmitriy Vyukov
2014-05-07
1
-2
/
+12
*
runtime: fix bug in cpu profiler
Dmitriy Vyukov
2014-05-07
1
-2
/
+1
*
net/mail: propagate unsupported charset error
David Crawshaw
2014-05-07
2
-4
/
+13
*
race.bash,race.bat: unset GOROOT_FINAL during tests
Alex Brainman
2014-05-07
2
-0
/
+12
*
cmd/addr2line: skip broken TestAddr2Line on plan9 (fixes build)
Alex Brainman
2014-05-07
1
-0
/
+107
*
cmd/go: add go build -i
David Crawshaw
2014-05-06
4
-5
/
+53
*
cmd/ld: correct pe section number in symbol table
Alex Brainman
2014-05-06
1
-18
/
+17
*
syscall: add missing TIOCGSID for openbsd/386
Mikio Hara
2014-05-06
1
-0
/
+1
*
archive/zip: Document ModTime is always UTC
Tyler Bunnell
2014-05-04
1
-2
/
+2
*
std lib: fix various typos in comments
Robert Griesemer
2014-05-02
22
-26
/
+26
*
runtime: fix bug in GOTRACEBACK=crash causing suppression of core dumps.
Alan Donovan
2014-05-02
1
-8
/
+11
*
runtime: do not set m->locks around memory allocation
Dmitriy Vyukov
2014-05-02
1
-9
/
+5
*
runtime: make MemStats.LastGC Unix time again
Dmitriy Vyukov
2014-05-02
7
-1
/
+35
*
os: cut limited read to 1 GB
Russ Cox
2014-05-02
1
-1
/
+3
[next]