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/debug: fix build (missing Makefile)
Rob Pike
2011-01-19
1
-0
/
+11
*
runtime/debug: new package
Rob Pike
2011-01-19
2
-0
/
+145
*
windows: implement exception handling
Hector Chu
2011-01-19
9
-7
/
+271
*
runtime: add per-pause gc stats
Russ Cox
2011-01-19
3
-7
/
+14
*
gc, runtime: make range on channel safe for multiple goroutines
Russ Cox
2011-01-18
3
-5
/
+26
*
runtime: print signal information during panic
Russ Cox
2011-01-18
10
-1
/
+16
*
runtime: fix arm reflect.call boundary case
Russ Cox
2011-01-14
6
-109
/
+124
*
runtime/cgo: Don't define crosscall2 in dummy _cgo_main.c.
Ian Lance Taylor
2011-01-14
1
-1
/
+0
*
runtime: revert 6974:1f3c3696babb
Alex Brainman
2011-01-12
10
-19
/
+121
*
runtime/cgo: Add callbacks to support SWIG.
Ian Lance Taylor
2011-01-11
3
-0
/
+81
*
runtime: Restore scheduler stack position if cgo callback panics.
Ian Lance Taylor
2011-01-08
1
-0
/
+33
*
runtime/cgo: fix stackguard on FreeBSD/amd64
Anthony Martin
2011-01-06
1
-0
/
+6
*
fix cgo build
Russ Cox
2010-12-17
1
-0
/
+4
*
misc/cgo/life: fix, add to build
Russ Cox
2010-12-17
1
-2
/
+7
*
darwin, freebsd: ignore write failure (during print, panic)
Russ Cox
2010-12-16
4
-8
/
+0
*
runtime: move windows goargs implementation from runtime and into os package
Alex Brainman
2010-12-16
5
-91
/
+4
*
fix freebsd build
Russ Cox
2010-12-15
4
-6
/
+19
*
remove nacl
Russ Cox
2010-12-15
16
-711
/
+1
*
[68]l and runtime: GDB support for interfaces and goroutines.
Luuk van Dijk
2010-12-15
2
-32
/
+252
*
runtime: write only to standard error
Russ Cox
2010-12-14
4
-23
/
+18
*
runtime: remove paranoid mapping at 0
Russ Cox
2010-12-13
3
-21
/
+0
*
gc: align structs according to max alignment of fields
Russ Cox
2010-12-13
5
-2
/
+24
*
runtime/linux/386: set FPU to 64-bit precision
Russ Cox
2010-12-13
1
-0
/
+8
*
Fix windows build.
Wei Guangjing
2010-12-13
2
-20
/
+20
*
arm floating point simulation
Ken Thompson
2010-12-09
2
-336
/
+416
*
arm: more fixes
Russ Cox
2010-12-08
3
-0
/
+30
*
runtime/cgo: adapt files copied from libcgo
Russ Cox
2010-12-08
5
-13
/
+18
*
libcgo: delete (replaced by runtime/cgo)
Russ Cox
2010-12-08
5
-0
/
+235
*
runtime/cgo: take 2
Russ Cox
2010-12-08
11
-0
/
+705
*
runtime/cgo: runtime changes for new cgo
Russ Cox
2010-12-08
4
-5
/
+13
*
runtime: fix windows build
Alex Brainman
2010-12-08
1
-0
/
+1
*
runtime: add Goroutines
Keith Rarick
2010-12-07
2
-0
/
+10
*
runtime: debugging help on 386
Russ Cox
2010-12-07
1
-1
/
+3
*
8l : add dynimport to import table in Windows PE, initial make cgo dll work.
Wei Guangjing
2010-12-07
4
-84
/
+40
*
runtime: fix build for nacl
Andrew Gerrand
2010-12-07
1
-5
/
+5
*
8l, runtime: fix Plan 9 386 build.
Yuval Pavel Zholkover
2010-12-06
4
-9
/
+38
*
[68]l: generate debug info for builtin structured types. prettyprinting in gdb.
Luuk van Dijk
2010-12-03
1
-0
/
+174
*
runtime: fix windows breakage
Luuk van Dijk
2010-12-01
1
-0
/
+2
*
runtime: parallel definitions in Go for all C structs.
Luuk van Dijk
2010-11-30
16
-18
/
+621
*
runtime: fix SysFree to really free memory on Windows
Alex Brainman
2010-11-24
1
-2
/
+21
*
Makefiles: Don't define _64BIT now that 6c does it by default.
Ian Lance Taylor
2010-11-18
1
-3
/
+1
*
last of the arm conversions
Ken Thompson
2010-11-11
1
-4
/
+25
*
runtime: free memory allocated by windows CommandLineToArgv
Alex Brainman
2010-11-11
1
-1
/
+3
*
runtime: omit runtime? prefix from static functions (in ARM code).
Ian Lance Taylor
2010-11-10
1
-21
/
+21
*
runtime: Add some missing runtime? prefixes to ARM asm code.
Ian Lance Taylor
2010-11-10
2
-3
/
+3
*
runtime: explain nacl closure failure
Russ Cox
2010-11-05
1
-0
/
+2
*
runtime: fix windows build
Alex Brainman
2010-11-05
1
-1
/
+1
*
Small addition to previous optimization of memequal as discussed here: http:/...
Graham Miller
2010-11-04
1
-0
/
+2
*
runtime: ,s/[a-zA-Z0-9_]+/runtime?&/g, almost
Russ Cox
2010-11-04
111
-3071
/
+3010
*
add hardware floating point.
Ken Thompson
2010-11-03
1
-1
/
+1
[next]