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
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: account for tiny allocs, for testing.AllocsPerRun
Russ Cox
2014-09-17
6
-3
/
+14
*
runtime: change minimum stack size to 2K.
Keith Randall
2014-09-17
2
-13
/
+16
*
sync/atomic: add Value
Dmitriy Vyukov
2014-09-16
1
-0
/
+6
*
runtime: always run semacquire on the G stack
Keith Randall
2014-09-16
9
-132
/
+114
*
runtime: reenable TestStackGrowth on 32-bit systems
Russ Cox
2014-09-16
1
-4
/
+0
*
liblink: make GO_ARGS the default for functions beginning with ?
Russ Cox
2014-09-16
3
-18
/
+9
*
runtime: make it clear that Goexit cannot be recover'd.
Keith Randall
2014-09-16
1
-1
/
+2
*
runtime: fix 386 build
Russ Cox
2014-09-16
1
-0
/
+1
*
runtime: remove uses of ScanConservatively
Russ Cox
2014-09-16
2
-9
/
+47
*
runtime: remove untyped allocation of ParFor
Russ Cox
2014-09-16
6
-32
/
+9
*
runtime: use traceback to traverse defer structures
Russ Cox
2014-09-16
10
-175
/
+298
*
runtime: remove duplicated Go constants
Russ Cox
2014-09-16
25
-127
/
+67
*
runtime: test Goexit/defer iteraction.
Keith Randall
2014-09-15
1
-0
/
+16
*
runtime: try harder to get different iteration orders.
Keith Randall
2014-09-15
1
-2
/
+3
*
runtime: fix parameter checking in syscall.NewCallback
Alex Brainman
2014-09-15
2
-1
/
+40
*
runtime: fix solaris build, part 2
Russ Cox
2014-09-14
1
-14
/
+15
*
runtime: fix solaris build
Russ Cox
2014-09-14
2
-50
/
+50
*
runtime: convert syscall_windows.c to Go
Russ Cox
2014-09-14
5
-177
/
+137
*
runtime: fix traceback of trap on ARM
Russ Cox
2014-09-14
2
-3
/
+4
*
runtime: mark asmcgocall<>(SB) as having no arguments
Russ Cox
2014-09-14
3
-1
/
+4
*
runtime: test iteration order of sparse maps
Josh Bleecher Snyder
2014-09-12
1
-0
/
+35
*
runtime: remove a few untyped allocations
Russ Cox
2014-09-12
6
-52
/
+40
*
runtime: fix typo in comment
Ian Lance Taylor
2014-09-12
1
-1
/
+1
*
cmd/cc, cmd/gc: stop generating 'argsize' PCDATA
Russ Cox
2014-09-12
1
-7
/
+1
*
runtime: stop scanning stack frames/args conservatively
Russ Cox
2014-09-12
8
-100
/
+64
*
runtime: tell the truth about BitVector type
Russ Cox
2014-09-12
4
-20
/
+20
*
runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback
Russ Cox
2014-09-12
5
-8
/
+31
*
runtime: save correct pid for new m's on plan9/amd64
Anthony Martin
2014-09-12
1
-1
/
+1
*
cmd/gc: turn Go prototypes into ptr liveness maps for assembly functions
Russ Cox
2014-09-12
2
-0
/
+40
*
runtime: fix cgo to handle the case where the G stack is copied.
Keith Randall
2014-09-11
3
-6
/
+19
*
runtime: make gostringnocopy update maxstring
Keith Randall
2014-09-11
3
-1
/
+22
*
runtime: get rid of copyable check - all G frames are copyable.
Keith Randall
2014-09-11
1
-156
/
+31
*
runtime: make Gosched nosplit
Russ Cox
2014-09-11
1
-0
/
+2
*
runtime: move gosched to Go, to add stack frame information
Russ Cox
2014-09-11
5
-16
/
+3
*
cmd/gc: emit write barriers
Russ Cox
2014-09-11
1
-0
/
+33
*
runtime: allow crash from gsignal stack
Russ Cox
2014-09-11
9
-2
/
+104
*
reflect: use runtime's memmove instead of its own
Keith Randall
2014-09-10
1
-0
/
+3
*
runtime: stop plan9/amd64 build from crashing
Anthony Martin
2014-09-10
1
-0
/
+1
*
runtime: cleanup openbsd semasleep implementation
Matthew Dempsky
2014-09-09
1
-33
/
+22
*
runtime: call rfork on scheduler stack on Plan 9
Anthony Martin
2014-09-09
7
-71
/
+69
*
runtime: more cleanups
Keith Randall
2014-09-09
9
-19
/
+10
*
runtime: map iterators: always use intrabucket randomess
Keith Randall
2014-09-09
2
-32
/
+31
*
runtime: fix plan9/amd64 build?
Russ Cox
2014-09-09
1
-1
/
+1
*
runtime: fix windows/386 build
Russ Cox
2014-09-09
3
-1
/
+5
*
runtime: avoid read overrun in heapdump
Russ Cox
2014-09-09
1
-0
/
+2
*
runtime: fix build failures after CL 137410043
Russ Cox
2014-09-09
9
-19
/
+36
*
runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames
Russ Cox
2014-09-09
45
-2664
/
+330
*
undo CL 140110043 / 17b5fc2aa130
Alex Brainman
2014-09-09
1
-4
/
+4
*
runtime: merge mallocgc, gomallocgc
Russ Cox
2014-09-09
13
-44
/
+33
*
runtime: let stack copier update Panic structs for us
Russ Cox
2014-09-08
3
-15
/
+13
[next]