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
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: add Signer
Adam Langley
2014-08-29
7
-16
/
+114
*
text/template/parse: restore pointer-only receivers for Type on Dot and Nil
Rob Pike
2014-08-29
1
-0
/
+14
*
runtime: run runtime.init
Russ Cox
2014-08-29
1
-0
/
+2
*
cmd/gc: allow runtime to define a hex integer type for printing
Russ Cox
2014-08-29
4
-11
/
+19
*
runtime: implement 64 bit division in Go
Josh Bleecher Snyder
2014-08-29
4
-33
/
+170
*
text/template: add back pointer to Nodes for better error generation
Rob Pike
2014-08-29
8
-168
/
+272
*
runtime: clean up GC code
Dmitriy Vyukov
2014-08-29
7
-111
/
+19
*
runtime: fix sprintf index out of bounds
Russ Cox
2014-08-29
1
-1
/
+1
*
runtime: allow sysvicall functions to be called from Go
Aram H?v?rneanu
2014-08-29
5
-59
/
+116
*
runtime: allow to call stdcall from Go on windows
Dmitriy Vyukov
2014-08-29
5
-60
/
+149
*
image/png: do not apply filters if level is NoCompression
Rui Ueyama
2014-08-29
2
-7
/
+13
*
runtime: convert forcegc helper to Go
Dmitriy Vyukov
2014-08-29
4
-36
/
+40
*
runtime: don't allocate a new string in printf
Keith Randall
2014-08-28
3
-1
/
+3
*
runtime: convert closechan/chanlen/chancap to Go
Keith Randall
2014-08-28
3
-82
/
+77
*
net: add more cases to lookup API test
Mikio Hara
2014-08-29
1
-35
/
+129
*
runtime: convert print.c to Go
Russ Cox
2014-08-28
14
-600
/
+388
*
test: add test that caused gccgo to crash on valid code
Ian Lance Taylor
2014-08-28
1
-0
/
+34
*
misc/cgo/test: disable issue 8428 regress test on darwin
Matthew Dempsky
2014-08-28
1
-0
/
+4
*
runtime: remove holes in FUNCDATA tables
Matthew Dempsky
2014-08-28
1
-6
/
+6
*
runtime: fix Plan 9 build for new C calling convention
Anthony Martin
2014-08-28
2
-27
/
+29
*
cmd/internal/objfile: fix dissassembly of Plan 9 object files
Anthony Martin
2014-08-28
1
-0
/
+15
*
crypto/md5: use go generate to create md5block.go
ChaiShushan
2014-08-28
3
-5
/
+22
*
compress/flate: use go generate to create fixedhuff.go
ChaiShushan
2014-08-28
3
-16
/
+43
*
strconv: use go generate to create isprint.go
ChaiShushan
2014-08-28
3
-25
/
+49
*
image/color/palette: use go generate to create palette.go
ChaiShushan
2014-08-28
3
-40
/
+67
*
runtime: fix openbsd/386
Matthew Dempsky
2014-08-28
4
-12
/
+10
*
runtime: move finalizer thread to Go.
Keith Randall
2014-08-28
9
-280
/
+299
*
go/token: implement PositionFor accessors
Robert Griesemer
2014-08-28
2
-36
/
+116
*
mime: style, perf, and test updates to case-insensitive lookups
Brad Fitzpatrick
2014-08-28
2
-28
/
+71
*
database/sql: use a value type instead of a pointer
Brad Fitzpatrick
2014-08-28
1
-6
/
+6
*
runtime: compare only until min(len(s1), len(s2))
David Crawshaw
2014-08-28
1
-2
/
+2
*
spec: move Method expr/value section near selectors
Robert Griesemer
2014-08-28
1
-227
/
+228
*
cmd/api: more runtime fixes
Russ Cox
2014-08-28
1
-1
/
+1
*
database/sql: use slices rather than container/list
Alberto Garc?a Hierro
2014-08-28
2
-68
/
+67
*
runtime: fix arm build
David Crawshaw
2014-08-28
1
-1
/
+0
*
runtime: fix build
Russ Cox
2014-08-28
1
-0
/
+13
*
mime: Make filename extensions case-insensitive
Jeff R. Allen
2014-08-28
5
-24
/
+50
*
runtime: convert runtime1.goc, noasm_arm.goc to Go
Russ Cox
2014-08-28
12
-201
/
+167
*
runtime: finish converting iface.goc to iface.go
Russ Cox
2014-08-28
0
-0
/
+0
*
png: make the encoder configurable
Jeff R. Allen
2014-08-28
2
-10
/
+68
*
runtime: fix nacl/386 build
Russ Cox
2014-08-27
1
-23
/
+101
*
cmd/cc: translate C Eface type as Go interface{}
Russ Cox
2014-08-27
1
-3
/
+5
*
cmd/api: fix for Lock?Mutex change
Russ Cox
2014-08-27
2
-2
/
+2
*
runtime: rename Lock to Mutex
Russ Cox
2014-08-27
31
-106
/
+96
*
debug/elf: support arm64 relocations
Michael Hudson-Doyle
2014-08-27
4
-44
/
+350
*
cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug
Russ Cox
2014-08-27
3
-10
/
+10
*
runtime: fix nacl build
Russ Cox
2014-08-27
6
-85
/
+210
*
runtime: fix arm5 softfloat build
Dave Cheney
2014-08-28
1
-2
/
+3
*
runtime: fix arm build
Russ Cox
2014-08-27
1
-1
/
+1
*
cmd/cc, runtime: preserve C runtime type names in generated Go
Russ Cox
2014-08-27
34
-340
/
+247
[next]