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
*
[dev.cc] cmd/8g: work around "out of fixed registers" on Plan 9
David du Colombier
2014-11-16
1
-4
/
+6
*
[dev.cc] runtime: fix _sfloat thunk
Dave Cheney
2014-11-15
1
-2
/
+3
*
[dev.cc] runtime: fix bus error accessing auxv random data on arm5
Dave Cheney
2014-11-15
1
-2
/
+5
*
[dev.cc] liblink: fix warnings on Plan 9
David du Colombier
2014-11-14
3
-8
/
+4
*
[dev.cc] runtime: change set_sec to take int64
Russ Cox
2014-11-14
12
-22
/
+22
*
[dev.cc] runtime: fix lfstack for amd64 addresses in top half of addr space
Russ Cox
2014-11-14
4
-25
/
+60
*
[dev.cc] runtime: fix linux build
Russ Cox
2014-11-14
4
-2
/
+14
*
[dev.cc] runtime: convert dragonfly/amd64 port to Go
Joel Sing
2014-11-15
10
-470
/
+393
*
[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc
Russ Cox
2014-11-14
399
-68724
/
+21902
|
\
|
*
[dev.cc] runtime: convert openbsd/386 port to Go
Joel Sing
2014-11-15
5
-52
/
+82
|
*
[dev.cc] runtime: fix nil pointer crash handler bug on Solaris
Aram H?v?rneanu
2014-11-14
1
-1
/
+1
|
*
[dev.cc] runtime: convert netpoll_windows.c to Go
Alex Brainman
2014-11-14
3
-167
/
+156
|
*
[dev.cc] runtime: convert openbsd/amd64 port to Go
Joel Sing
2014-11-14
10
-457
/
+409
|
*
[dev.cc] runtime: make SIGSYS notifiable on freebsd (again)
Joel Sing
2014-11-14
1
-1
/
+1
|
*
[dev.cc] runtime: convert Solaris port to Go
Aram H?v?rneanu
2014-11-13
22
-1231
/
+914
|
*
[dev.cc] runtime: convert mem_windows.c to Go
Alex Brainman
2014-11-13
2
-132
/
+119
|
*
[dev.cc] runtime: add missing cb_max const
Alex Brainman
2014-11-13
1
-0
/
+8
|
*
[dev.cc] [dev.cc] runtime: fix freebsd cgo __progname export
Joel Sing
2014-11-12
1
-2
/
+2
|
*
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
Russ Cox
2014-11-12
36
-422
/
+259
|
*
[dev.cc] runtime/cgo: add comment about import _ "unsafe"
Russ Cox
2014-11-12
6
-6
/
+6
|
*
[dev.cc] runtime/cgo: fix freebsd build?
Russ Cox
2014-11-11
1
-0
/
+3
|
*
[dev.cc] runtime: fix arm5 build
Russ Cox
2014-11-11
1
-1
/
+1
|
*
[dev.cc] runtime/cgo: add missing import _ "unsafe" for //go:linkname
Russ Cox
2014-11-11
3
-0
/
+6
|
*
[dev.cc] runtime: convert freebsd to Go
Russ Cox
2014-11-11
25
-1008
/
+639
|
*
[dev.cc] runtime: convert softfloat_arm.c to Go + build fixes
Russ Cox
2014-11-11
6
-707
/
+662
|
*
[dev.cc] runtime: bring back mgc0.h
Russ Cox
2014-11-11
1
-0
/
+20
|
*
[dev.cc] runtime: convert arch-specific .c and .h files to Go
Russ Cox
2014-11-11
16
-1223
/
+298
|
*
[dev.cc] runtime: convert operating system support code from C to Go
Russ Cox
2014-11-11
21
-1501
/
+1248
|
*
[dev.cc] runtime: convert scheduler from C to Go
Russ Cox
2014-11-11
12
-3553
/
+3215
|
*
[dev.cc] runtime: convert race implementation from C to Go
Russ Cox
2014-11-11
6
-389
/
+307
|
*
[dev.cc] runtime: convert parallel support code from C to Go
Russ Cox
2014-11-11
7
-366
/
+281
|
*
[dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to Go
Russ Cox
2014-11-11
47
-4143
/
+3914
|
*
[dev.cc] runtime: convert basic library routines from C to Go
Russ Cox
2014-11-11
7
-649
/
+540
|
*
[dev.cc] build: disable API check until all systems build
Russ Cox
2014-11-11
1
-2
/
+2
|
*
[dev.cc] runtime: convert assembly files for C to Go transition
Russ Cox
2014-11-11
35
-49
/
+124
|
*
[dev.cc] runtime: convert signal handlers from C to Go
Russ Cox
2014-11-11
27
-829
/
+882
|
*
[dev.cc] runtime/cgo: convert from C to Go
Russ Cox
2014-11-11
12
-146
/
+186
|
*
[dev.cc] runtime: convert header files to Go
Russ Cox
2014-11-11
9
-1321
/
+821
|
*
[dev.cc] runtime: convert memory allocator and garbage collector to Go
Russ Cox
2014-11-11
30
-5690
/
+4922
|
*
[dev.cc] runtime: convert panic and stack code from C to Go
Russ Cox
2014-11-11
10
-1223
/
+1106
|
*
[dev.cc] cmd/dist: adjust for build process without cmd/cc
Russ Cox
2014-11-11
4
-408
/
+68
|
*
[dev.cc] liblink: resolve bss vs other conflict regardless of order found
Russ Cox
2014-11-11
1
-9
/
+24
|
*
[dev.cc] cmd/go: adjust go, cgo builds & disable cc
Russ Cox
2014-11-11
1
-32
/
+22
|
*
[dev.cc] cmd/gc: changes for removing runtime C code
Russ Cox
2014-11-11
7
-52
/
+287
|
*
[dev.cc] cmd/cgo: generate only Go source files
Russ Cox
2014-11-11
2
-85
/
+70
|
*
[dev.cc] reflect: interfaces contain only pointers
Russ Cox
2014-11-11
2
-15
/
+7
|
*
[dev.cc] cmd/5c, cmd/6c, cmd/8c, cmd/cc: remove
Russ Cox
2014-11-10
59
-42713
/
+0
|
*
cmd/internal/objfile: minor edits
Russ Cox
2014-11-09
1
-9
/
+14
|
*
runtime: fix sudog leak in syncsemrelease
Russ Cox
2014-11-09
1
-0
/
+1
|
*
runtime/cgo: add +build tags to files named for $GOOS
Russ Cox
2014-11-09
4
-0
/
+8
[next]