..
386
runtime: speed up cgo calls
2011-08-18 12:17:09 -04:00
amd64
runtime: add runtime· prefix to showframe
2011-08-29 10:55:21 -04:00
arm
runtime: add runtime· prefix to showframe
2011-08-29 10:55:21 -04:00
cgo
cgo: note that CString result must be freed
2011-08-31 06:44:55 -03:00
darwin
runtime: faster chan creation on Linux/FreeBSD/Plan9
2011-08-04 08:31:03 -04:00
debug
gc: use more Go-like names for methods
2011-07-27 17:56:13 -04:00
freebsd
runtime: faster chan creation on Linux/FreeBSD/Plan9
2011-08-04 08:31:03 -04:00
linux
runtime: make arm work on Ubuntu Natty qemu
2011-08-31 07:02:46 -04:00
openbsd
runtime: fix openbsd 386 raisesigpipe
2011-09-05 13:05:57 -04:00
plan9
runtime: faster chan creation on Linux/FreeBSD/Plan9
2011-08-04 08:31:03 -04:00
pprof
runtime/pprof: enable test on windows
2011-09-17 18:00:32 +10:00
windows
runtime: implement pprof support for windows
2011-09-17 17:57:59 +10:00
Makefile
runtime: windows/amd64 callbacks fixed and syscall fixed to allow using it in callbacks
2011-08-30 22:02:02 +10:00
append_test.go
runtime: make TestSideEffectOrder work twice
2011-07-14 23:43:03 -04:00
cgocall.c
runtime: use cgo runtime functions to call windows syscalls
2011-08-27 23:17:00 +10:00
cgocall.h
…
chan.c
runtime: fix void warnings
2011-08-23 13:13:27 -04:00
chan_test.go
runtime: add test for multiple concurrent channel consumers
2011-09-05 07:40:50 -04:00
closure_test.go
…
complex.c
…
cpuprof.c
gc: fix pprof deadlock
2011-07-28 21:03:40 -04:00
debug.go
…
error.go
gc: descriptive panic for nil pointer -> value method call
2011-06-17 15:23:27 -04:00
export_test.go
runtime: faster entersyscall, exitsyscall
2011-07-19 11:01:17 -04:00
extern.go
…
float.c
…
goc2c.c
runtime: handle string + char literals in goc2c
2011-08-31 07:11:31 -04:00
hashmap.c
gc: implement nil map support
2011-08-17 14:56:27 -04:00
hashmap.h
runtime: replace runtime.mcpy with runtime.memmove
2011-07-12 17:30:40 -07:00
iface.c
runtime: remove rnd calls that pass a second argument of 1
2011-07-24 22:03:17 -07:00
malloc.goc
runtime: make arm work on Ubuntu Natty qemu
2011-08-31 07:02:46 -04:00
malloc.h
runtime: add per-M caches for MemStats
2011-07-18 14:56:22 -04:00
mcache.c
runtime: add per-M caches for MemStats
2011-07-18 14:52:57 -04:00
mcentral.c
…
mem.go
runtime: add UpdateMemStats, use in tests
2011-07-22 00:55:01 -04:00
mfinal.c
…
mfixalloc.c
…
mgc0.c
runtime: eliminate handle churn when churning channels on Windows
2011-09-14 20:23:21 -04:00
mheap.c
runtime: track HeapIdle
2011-09-14 11:29:01 -04:00
mkasmh.sh
runtime: use cgo runtime functions to call windows syscalls
2011-08-27 23:17:00 +10:00
mkgodefs.sh
…
mkversion.c
…
mprof.goc
…
msize.c
…
print.c
runtime: fix data race on runtime·maxstring
2011-07-12 01:21:06 -04:00
proc.c
runtime: fix void warnings
2011-08-23 13:13:27 -04:00
proc.p
runtime: faster entersyscall/exitsyscall
2011-07-23 12:22:55 -04:00
proc_test.go
runtime: faster entersyscall, exitsyscall
2011-07-19 11:01:17 -04:00
rune.c
…
runtime-gdb.py
runtime: gdb support: gracefully handle not being able to find types
2011-09-23 10:28:02 +02:00
runtime.c
runtime: fix void warnings
2011-08-23 13:13:27 -04:00
runtime.h
runtime: implement pprof support for windows
2011-09-17 17:57:59 +10:00
runtime1.goc
…
sema.goc
runtime: simplify stack traces
2011-08-22 23:26:39 -04:00
sema_test.go
runtime: add Semacquire/Semrelease benchmarks
2011-06-28 11:15:24 -04:00
sig.go
…
sigqueue.goc
…
slice.c
gc: zero-width struct, zero-length array fixes
2011-07-27 16:47:45 -04:00
softfloat64.go
…
softfloat64_test.go
…
stack.h
runtime: increase stack system space on windows/amd64
2011-09-17 20:39:29 +10:00
string.goc
cgo: fix GoBytes
2011-08-30 14:33:16 -03:00
symtab.c
runtime: add runtime· prefix to showframe
2011-08-29 10:55:21 -04:00
symtab_test.go
runtime: fix data race in findfunc()
2011-07-29 13:47:24 -04:00
syscall_windows_test.go
runtime: syscall to return both AX and DX for windows/386
2011-09-14 16:19:45 +10:00
type.go
…
type.h
gc: implement nil chan support
2011-08-17 15:54:17 -04:00