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
*
all: merge default branch into dev.garbage
Russ Cox
2014-10-16
104
-831
/
+1810
|
\
|
*
cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming confl...
Chris Manghane
2014-10-15
1
-1
/
+1
|
*
cmd/gc: do not copy via temporary for writebarrierfat{2,3,4}
Russ Cox
2014-10-15
1
-1
/
+5
|
*
reflect: shorten value to 3 words
Russ Cox
2014-10-15
3
-290
/
+91
|
*
reflect: add fast path for FieldByIndex with len(index) = 1
Russ Cox
2014-10-15
1
-0
/
+3
|
*
runtime: remove hand-generated ptr bitmaps for reflectcall
Russ Cox
2014-10-15
5
-170
/
+151
|
*
database/sql: add Drivers, returning list of registered drivers
Russ Cox
2014-10-15
2
-0
/
+33
|
*
os/exec: document that Stdin goroutine must finish in Wait
Russ Cox
2014-10-15
1
-2
/
+9
|
*
cmd/gc: blank methods are not permitted in interface types
Chris Manghane
2014-10-15
1
-0
/
+3
|
*
net/http: don't send implicit gzip Accept-Encoding on Range requests
Brad Fitzpatrick
2014-10-15
3
-2
/
+70
|
*
net/http: don't reuse a server connection after any Write errors
Brad Fitzpatrick
2014-10-15
2
-3
/
+126
|
*
crypto/x509: correct field name in comment
Ian Lance Taylor
2014-10-15
1
-1
/
+1
|
*
liblink: require DATA lines to be ordered by offset, with no overlap
Russ Cox
2014-10-14
4
-0
/
+5
|
*
go/build: Return MultiplePackageError on importing a dir containing multiple ...
Jens Frederich
2014-10-14
5
-1
/
+38
|
*
cmd/gc, runtime: fix race, nacl for writebarrier changes
Russ Cox
2014-10-14
5
-18
/
+17
|
*
encoding/gob: make encoding structs a little faster
Rob Pike
2014-10-14
1
-4
/
+6
|
*
cmd/gc: check for initialization cycles in method values
Chris Manghane
2014-10-14
1
-1
/
+1
|
*
runtime: handle all windows exception (second attempt)
Alex Brainman
2014-10-15
9
-76
/
+230
|
*
math/big: Allow non-prime modulus for ModInverse
Keith Randall
2014-10-14
2
-17
/
+34
|
*
cmd/gc: add 2-, 3-, 4-word write barrier specializations
Russ Cox
2014-10-14
4
-11
/
+50
|
*
cmd/gc: fix 'make' in cmd/gc directory
Russ Cox
2014-10-14
1
-0
/
+2
|
*
runtime: a few optimizations of scanblock.
Keith Randall
2014-10-14
1
-17
/
+18
|
*
crypto/x509: continue to recognise MaxPathLen of zero as "no value".
Adam Langley
2014-10-13
2
-1
/
+77
|
*
math/big: Fixes issue 8920
Casey Marshall
2014-10-13
2
-0
/
+4
|
*
os: handle 'no parent' error as IsNotExist on Plan 9
David du Colombier
2014-10-13
1
-1
/
+2
|
*
net/rpc: fix mutex comment
Rob Pike
2014-10-13
1
-6
/
+6
|
*
reflect: generated unrolled GC bitmask directly
Ian Lance Taylor
2014-10-13
2
-19
/
+43
|
*
cmd/ld: do not assume that only pe section names start with '.'
Alex Brainman
2014-10-11
1
-5
/
+12
|
*
cmd/ld: correct pe section names if longer then 8 chars
Alex Brainman
2014-10-11
1
-0
/
+9
|
*
cmd/ld: fix off-by-one error when emitting symbol names
Shenghou Ma
2014-10-10
1
-2
/
+1
|
*
net: link skipped TestReadFromUDP to the issue
Alex Brainman
2014-10-10
1
-1
/
+1
|
*
encoding/asn1: fix explicitly tagged Times.
Adam Langley
2014-10-09
2
-2
/
+50
|
*
net: skip new TestReadFromUDP on nacl and plan9 (fixes build)
Alex Brainman
2014-10-10
1
-0
/
+5
|
*
net: disable SIO_UDP_CONNRESET behavior on windows.
Ron Hashimoto
2014-10-10
3
-0
/
+49
|
*
debug/elf: add comments explaining applyRelocations for amd64/arm64
Ian Lance Taylor
2014-10-09
1
-0
/
+8
|
*
runtime: add comment to mgc0.h
Dmitriy Vyukov
2014-10-09
1
-0
/
+2
|
*
net/rpc: fix build
David du Colombier
2014-10-09
1
-0
/
+1
|
*
net/rpc: skip TestGobError on Plan 9
David du Colombier
2014-10-09
1
-0
/
+3
|
*
undo CL 145150043 / 8b3d26697b8d
Alex Brainman
2014-10-09
9
-224
/
+76
|
*
runtime: handle all windows exception
Alex Brainman
2014-10-09
9
-76
/
+224
|
*
runtime: zero a few more dead pointers.
Keith Randall
2014-10-08
2
-4
/
+8
|
*
cmd/ld: don't add line number info for the final address of an FDE
Ian Lance Taylor
2014-10-08
1
-2
/
+12
|
*
reflect: add direct call tests to TestMakeFuncVariadic
Michael Hudson-Doyle
2014-10-08
1
-1
/
+22
|
*
runtime: delay freeing of shrunk stacks until gc is done.
Keith Randall
2014-10-08
3
-1
/
+40
|
*
reflect: add tests for variadic method calls
Ian Lance Taylor
2014-10-08
1
-5
/
+49
|
*
runtime: faster GC scan
Dmitriy Vyukov
2014-10-08
1
-32
/
+18
|
*
runtime: clear Defer.fn before removing from the G.defer list
Russ Cox
2014-10-08
1
-0
/
+13
|
*
runtime: fix windows/amd64 build
Russ Cox
2014-10-07
1
-2
/
+8
|
*
runtime: change Windows M.thread from void* to uintptr
Russ Cox
2014-10-07
6
-8
/
+22
|
*
runtime: clear Defer.panic before removing from G.defer list
Russ Cox
2014-10-07
2
-0
/
+10
[next]