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
*
runtime: fix void warnings
Russ Cox
2011-08-23
5
-19
/
+19
*
runtime: simplify stack traces
Russ Cox
2011-08-22
9
-57
/
+163
*
runtime: Remove extraneous word in comment.
Ian Lance Taylor
2011-08-22
1
-1
/
+1
*
runtime: ctrlhandler for windows amd64
Wei Guangjing
2011-08-18
2
-2
/
+37
*
runtime: speed up cgo calls
Alex Brainman
2011-08-18
5
-35
/
+38
*
gc: implement nil chan support
Russ Cox
2011-08-17
3
-73
/
+61
*
gc: implement nil map support
Russ Cox
2011-08-17
3
-50
/
+64
*
runtime: fix GC bitmap corruption
Dmitriy Vyukov
2011-08-16
3
-6
/
+12
*
runtime: fix pseudo-randomness on some selects
Gustavo Niemeyer
2011-08-15
2
-1
/
+35
*
runtime: better checks for syscall.NewCallback parameter
Alex Brainman
2011-08-11
1
-7
/
+17
*
build: allow builds without cgo
Russ Cox
2011-08-10
1
-19
/
+2
*
runtime: correct seh installation during callbacks
Alex Brainman
2011-08-10
2
-14
/
+15
*
runtime: openbsd amd64 runtime support
Joel Sing
2011-08-08
10
-0
/
+977
*
runtime: add more specialized type algorithms
Dmitriy Vyukov
2011-08-08
2
-11
/
+159
*
runtime: faster chan creation on Linux/FreeBSD/Plan9
Dmitriy Vyukov
2011-08-04
9
-26
/
+34
*
runtime: remove unnecessary locking
Hector Chu
2011-08-04
1
-3
/
+0
*
runtime: correct Note documentation
Dmitriy Vyukov
2011-08-03
1
-3
/
+6
*
runtime: fix scheduling race
Hector Chu
2011-07-29
1
-1
/
+9
*
runtime: fix data race in findfunc()
Dmitriy Vyukov
2011-07-29
6
-2
/
+78
*
runtime: improve Linux mutex
Dmitriy Vyukov
2011-07-29
12
-91
/
+272
*
gc: fix pprof deadlock
Russ Cox
2011-07-28
2
-4
/
+17
*
cgo: add GoBytes, fix gmp example
Russ Cox
2011-07-28
2
-0
/
+11
*
gc: use more Go-like names for methods
Russ Cox
2011-07-27
1
-2
/
+2
*
gc: zero-width struct, zero-length array fixes
Russ Cox
2011-07-27
1
-1
/
+1
*
runtime: higher goroutine arg limit, clearer error
Russ Cox
2011-07-27
1
-2
/
+7
*
gc, runtime: fix range+panic line number bugs
Russ Cox
2011-07-26
4
-7
/
+46
*
runtime: fix freebsd build
Mikio Hara
2011-07-26
2
-0
/
+4
*
runtime: Plan 9, skip calling runtime?ldt0setup.
Yuval Pavel Zholkover
2011-07-25
1
-2
/
+5
*
runtime: fix compilation of send select cases
Dmitriy Vyukov
2011-07-25
1
-0
/
+16
*
runtime: remove rnd calls that pass a second argument of 1
Ian Lance Taylor
2011-07-24
3
-5
/
+5
*
runtime: replace byte-at-a-time zeroing loop with memclr
Quan Yong Zhai
2011-07-23
3
-12
/
+13
*
runtime: faster entersyscall/exitsyscall
Russ Cox
2011-07-23
2
-52
/
+47
*
runtime: add UpdateMemStats, use in tests
Russ Cox
2011-07-22
2
-1
/
+22
*
gc: select functions are no longer special
Russ Cox
2011-07-21
1
-0
/
+12
*
runtime: faster select
Dmitriy Vyukov
2011-07-21
1
-149
/
+87
*
runtime: replace centralized ncgocall counter with a distributed one
Dmitriy Vyukov
2011-07-21
3
-4
/
+10
*
runtime: apply minor tweaks to channels
Dmitriy Vyukov
2011-07-20
1
-25
/
+9
*
runtime: improve performance of sync channels
Dmitriy Vyukov
2011-07-20
2
-65
/
+313
*
runtime: make goc2c build on Plan 9
Lucio De Re
2011-07-19
2
-47
/
+51
*
runtime: faster entersyscall, exitsyscall
Russ Cox
2011-07-19
4
-100
/
+857
*
cgo: windows amd64 port
Wei Guangjing
2011-07-19
3
-4
/
+12
*
runtime: fix select pass 3
Hector Chu
2011-07-18
1
-3
/
+6
*
runtime: track running goroutine count
Russ Cox
2011-07-18
1
-4
/
+5
*
runtime: add per-M caches for MemStats
Dmitriy Vyukov
2011-07-18
1
-1
/
+1
*
runtime: add per-M caches for MemStats
Dmitriy Vyukov
2011-07-18
5
-49
/
+79
*
runtime: fix data race in Plan9 sysalloc
Dmitriy Vyukov
2011-07-18
1
-1
/
+10
*
runtime: fix panic for make(chan [0]byte).
Nigel Tao
2011-07-18
1
-1
/
+1
*
runtime: native xadd for 386/amd64
Dmitriy Vyukov
2011-07-15
4
-14
/
+41
*
runtime: make TestSideEffectOrder work twice
Russ Cox
2011-07-14
1
-1
/
+2
*
runtime: correct FixedStack value (fixes windows build)
Alex Brainman
2011-07-14
1
-1
/
+1
[next]