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
*
syscall: prepare for 64-bit ints
Russ Cox
2012-09-24
15
-16
/
+26
*
text/template: allow .Field access to parenthesized expressions
Rob Pike
2012-09-24
9
-88
/
+268
*
time: prepare for 64-bit ints
Russ Cox
2012-09-23
1
-1
/
+1
*
net/http: use r.Body.Close to close connection during TestServeFileFromCWD
Alex Brainman
2012-09-24
1
-5
/
+1
*
pkg/go/ast: Avoid doing zero-length writes to the fd.
Akshat Kumar
2012-09-24
1
-2
/
+4
*
cmd/6g: fix internal error with SSE registers.
R?my Oudompheng
2012-09-23
1
-5
/
+5
*
cmd/5g: fix build
Shenghou Ma
2012-09-23
1
-1
/
+1
*
cmd/gc: fix use of nil interface, slice
Russ Cox
2012-09-22
5
-0
/
+56
*
cmd/5g: fix register opt bug
Russ Cox
2012-09-22
4
-8
/
+54
*
reflect: add Type.ConvertibleTo, Value.Convert (API CHANGE)
Russ Cox
2012-09-22
4
-4
/
+814
*
cmd/cgo: use debug data for enums on windows
Joel Sing
2012-09-22
1
-4
/
+14
*
debug/pe: add symbol support
Joel Sing
2012-09-22
3
-4
/
+85
*
cmd/gc: fix a spurious -u compile error
Russ Cox
2012-09-21
3
-3
/
+6
*
cgo: set alignment to 1 for unions and classes; avoids crash from divide-by-zero
Rob Pike
2012-09-22
1
-1
/
+2
*
cmd/6g: cosmetic improvements to regopt debugging.
R?my Oudompheng
2012-09-21
1
-2
/
+13
*
cmd/6g: use all 16 float registers, optimize float moves
Russ Cox
2012-09-21
4
-13
/
+59
*
runtime: fix typos in comments
Jan Ziak
2012-09-21
1
-2
/
+2
*
runtime: fix mmap comments
Shenghou Ma
2012-09-21
4
-3
/
+6
*
all: match asm variable names to Go func declarations
Russ Cox
2012-09-21
17
-132
/
+132
*
unicode: performance improvements (API change)
Russ Cox
2012-09-21
6
-30
/
+232
*
cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signatures
Joel Sing
2012-09-21
5
-40
/
+136
*
net: fix comment
Mikio Hara
2012-09-21
4
-4
/
+4
*
sync: add Once test with panic
Dmitriy Vyukov
2012-09-20
1
-3
/
+26
*
cmd/ld: remove unused assignment
Lucio De Re
2012-09-20
1
-1
/
+0
*
runtime: reset parfor stats
Dmitriy Vyukov
2012-09-20
1
-0
/
+5
*
crypto/x509: Use ExtKeyUsage and UnknownExtKeyUsage fields from template in C...
Andrew Harding
2012-09-20
2
-25
/
+79
*
crypto/x509: ignore non-critical email constraints
Adam Langley
2012-09-20
1
-3
/
+1
*
cgo: process DWARF info even when debug data is used for value
Joel Sing
2012-09-20
1
-4
/
+5
*
vet: fix rangeloop.
David Symonds
2012-09-20
1
-2
/
+15
*
gofmt: added testcase for files containing \r\n line endings
Robert Griesemer
2012-09-19
3
-0
/
+46
*
encoding/gob: fix comment
Robert Griesemer
2012-09-19
1
-1
/
+1
*
src/all.bat: fix banner
Shenghou Ma
2012-09-20
1
-1
/
+4
*
misc/cgo/stdio: make it work on Windows and also test it
Shenghou Ma
2012-09-20
1
-5
/
+4
*
cmd/ld: consistent binary for cgo programs
Shenghou Ma
2012-09-20
3
-6
/
+3
*
os: use small writes during console io
Alex Brainman
2012-09-19
2
-2
/
+41
*
misc/cgo/test and test/bench/go1: enable these tests on windows
Alex Brainman
2012-09-19
1
-10
/
+8
*
cmd/api: fix signatures like func(x, y, z int)
Mikio Hara
2012-09-19
3
-3
/
+32
*
vet: add range variable misuse detection
Andrew Gerrand
2012-09-18
3
-10
/
+122
*
go/doc: synthesize "package main" for examples
Andrew Gerrand
2012-09-18
1
-0
/
+92
*
race: linker changes
Dmitriy Vyukov
2012-09-19
2
-1
/
+10
*
cmd/api: allow extension of interfaces with unexported methods
Russ Cox
2012-09-18
3
-7
/
+45
*
race: build system changes
Dmitriy Vyukov
2012-09-18
6
-3
/
+43
*
race: cmd/cgo changes
Dmitriy Vyukov
2012-09-18
2
-2
/
+7
*
bytes, strings: add Fields benchmarks
Russ Cox
2012-09-18
2
-0
/
+89
*
runtime: hide the semaphore table from garbage collector
Jan Ziak
2012-09-18
1
-3
/
+5
*
reflect: use []unsafe.Pointer instead of []*int
Jan Ziak
2012-09-18
1
-3
/
+3
*
encoding/json: do not read beyond array literal
Russ Cox
2012-09-18
2
-1
/
+23
*
reflect: add Select
Russ Cox
2012-09-18
4
-8
/
+654
*
builtin: Changed documentation for rune type.
Anthony Eufemio
2012-09-18
1
-2
/
+1
*
runtime: refactor goroutine blocking
Dmitriy Vyukov
2012-09-18
6
-53
/
+32
[next]