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
/
pkg
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
412
-81043
/
+0
*
build: adjustments for move from src/pkg to src
Russ Cox
2014-09-08
5
-33
/
+33
*
runtime: implement time.now in assembly on plan9, solaris, windows
Russ Cox
2014-09-07
9
-43
/
+95
*
runtime: fix semacquire->acquireSudog->malloc->gogc->semacquire loop
Russ Cox
2014-09-07
1
-1
/
+13
*
runtime: save g to TLS more aggressively
Russ Cox
2014-09-07
3
-25
/
+57
*
runtime: fix nacl/amd64p32 build
Russ Cox
2014-09-07
1
-13
/
+3
*
runtime: fix windows syscalls for copying stacks
Russ Cox
2014-09-06
4
-138
/
+184
*
runtime: eliminate Go -> C -> block paths for Solaris
Russ Cox
2014-09-06
3
-5
/
+33
*
runtime: increase stack split limit again
Russ Cox
2014-09-06
2
-94
/
+2
*
runtime/cgo: use just #include "textflag.h"
Russ Cox
2014-09-06
5
-5
/
+5
*
runtime: move stubs.goc code into runtime.c
Russ Cox
2014-09-06
2
-57
/
+48
*
runtime, syscall: rewrite syscall_solaris.goc in Go
Aram H?v?rneanu
2014-09-06
4
-374
/
+433
*
runtime: fix panic/wrapper/recover math
Russ Cox
2014-09-06
12
-99
/
+51
*
runtime: badreflectcall runs on the G stack - convert to Go.
Keith Randall
2014-09-06
2
-6
/
+4
*
runtime: get rid of other Go->C calls in test exports.
Keith Randall
2014-09-06
5
-30
/
+33
*
runtime: move gostringw and gogobytes test stubs to Go.
Keith Randall
2014-09-05
2
-16
/
+14
*
runtime: run getgcmask on the M stack.
Keith Randall
2014-09-05
3
-10
/
+14
*
runtime: disable StackCopyAlways
Russ Cox
2014-09-05
1
-1
/
+1
*
runtime: use reflect.call during panic instead of newstackcall
Russ Cox
2014-09-05
11
-277
/
+172
*
runtime: handle nil ptr load/store in arm software floating point
Russ Cox
2014-09-05
2
-15
/
+66
*
runtime: clean up sigqueue.go
Russ Cox
2014-09-05
1
-59
/
+53
*
runtime: convert panic/recover to Go
Keith Randall
2014-09-05
7
-207
/
+242
*
runtime: use cas loop to coordinate with sigprof
Russ Cox
2014-09-04
1
-5
/
+9
*
runtime: use new #include "textflag.h"
Russ Cox
2014-09-04
106
-106
/
+106
*
runtime: do not stop traceback at onM
Russ Cox
2014-09-04
4
-5
/
+18
*
runtime: mark sysAlloc nosplit
Russ Cox
2014-09-04
10
-4
/
+46
*
runtime: more C to Go conversion adjustments
Russ Cox
2014-09-04
15
-280
/
+477
*
runtime: make more functions safe for Go
Russ Cox
2014-09-04
19
-220
/
+274
*
runtime: convert cgocall to Go
Dmitriy Vyukov
2014-09-04
3
-182
/
+150
*
runtime: use C for readgstatus, goroutine status values
Russ Cox
2014-09-04
2
-28
/
+3
*
runtime: reconvert sigqueue.goc from C to Go
Russ Cox
2014-09-04
13
-266
/
+257
*
runtime: fix solaris netpoll
Dmitriy Vyukov
2014-09-04
1
-1
/
+1
*
runtime: fix netbsd build
Dmitriy Vyukov
2014-09-04
3
-3
/
+3
*
runtime: fix typos
Mikio Hara
2014-09-04
1
-3
/
+3
*
runtime: fix Plan 9 build
David du Colombier
2014-09-04
2
-6
/
+4
*
runtime: fix arm build
Dmitriy Vyukov
2014-09-04
1
-1
/
+1
*
runtime: convert netpoll to Go
Dmitriy Vyukov
2014-09-04
27
-767
/
+746
*
runtime: fix nacl/amd64p32 build
Russ Cox
2014-09-04
1
-2
/
+2
*
runtime: fix int64 reconstruction in semasleep
Russ Cox
2014-09-04
1
-1
/
+1
*
runtime: fix onM test for curg on arm
Russ Cox
2014-09-04
1
-1
/
+1
*
runtime: fix sigtrampPC on Windows
Russ Cox
2014-09-04
1
-1
/
+1
*
runtime: correct various Go -> C function calls
Russ Cox
2014-09-04
21
-152
/
+297
*
runtime: reject onM calls from gsignal stack
Russ Cox
2014-09-04
5
-20
/
+90
*
runtime: refactor/fix asmcgocall/asmcgocall_errno
Russ Cox
2014-09-04
3
-16
/
+25
*
runtime: give 2 words back in notetsleep_internal
Russ Cox
2014-09-03
1
-5
/
+11
*
runtime: make entersyscall/exitsyscall safe for stack splits
Russ Cox
2014-09-03
3
-59
/
+141
*
runtime: convert symtab.c into symtab.go
Russ Cox
2014-09-03
9
-459
/
+275
*
runtime: relax flaky GC pause test
Brad Fitzpatrick
2014-09-03
1
-3
/
+6
*
runtime: remove guard against uninitialized forcegc.g
Russ Cox
2014-09-03
1
-6
/
+3
*
runtime: adopt race detector for runtime written in Go
Dmitriy Vyukov
2014-09-03
3
-10
/
+18
[next]