1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:21:22 -06:00
go/src/pkg/runtime
2011-11-15 12:05:25 -05:00
..
386 cgo: fix g0 stack guard 2011-11-09 23:11:48 +03:00
amd64 cgo: fix g0 stack guard 2011-11-09 23:11:48 +03:00
arm runtime: lock the main goroutine to the main OS thread during init 2011-10-27 18:04:12 -07:00
cgo cgo: fix g0 stack guard 2011-11-09 23:11:48 +03:00
darwin runtime, syscall: convert from godefs to cgo 2011-11-10 19:08:28 -05:00
debug gc: use more Go-like names for methods 2011-07-27 17:56:13 -04:00
freebsd runtime, syscall: convert from godefs to cgo 2011-11-10 19:08:28 -05:00
linux runtime, syscall: convert from godefs to cgo 2011-11-10 19:08:28 -05:00
openbsd runtime: remove no longer used enums for openbsd 2011-11-13 03:58:24 +11:00
plan9 runtime: add timer support, use for package time 2011-11-09 15:17:05 -05:00
pprof src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
windows runtime, syscall: convert from godefs to cgo 2011-11-10 19:08:28 -05: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 runtime: scheduler, cgo reorganization 2011-03-07 10:37:42 -05:00
chan_test.go runtime: add test for multiple concurrent channel consumers 2011-09-05 07:40:50 -04:00
chan.c runtime: unify mutex code across OSes 2011-11-02 16:42:01 +03:00
closure_test.go gc: make merely referencing an outer variable in a closure not force heapallocation. 2011-06-01 17:02:43 +02:00
complex.c runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
cpuprof.c runtime: faster finalizers 2011-10-06 18:42:51 +03:00
debug.go runtime: lock the main goroutine to the main OS thread during init 2011-10-27 18:04:12 -07:00
error.go all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
export_test.go runtime: add windows callback tests 2011-11-08 16:53:31 +11:00
extern.go runtime: faster finalizers 2011-10-06 18:42:51 +03:00
float.c runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
gc_test.go reflect: make unsafe use of SliceHeader gc-friendly 2011-10-18 10:03:37 -04:00
goc2c.c runtime: handle string + char literals in goc2c 2011-08-31 07:11:31 -04:00
hashmap.c gc: remove m[k] = x, false 2011-11-11 16:48:25 -05:00
hashmap.h runtime: random offset for map iteration 2011-10-17 18:49:02 -04:00
iface.c runtime: faster finalizers 2011-10-06 18:42:51 +03:00
lock_futex.c runtime: add timer support, use for package time 2011-11-09 15:17:05 -05:00
lock_sema.c runtime: add timer support, use for package time 2011-11-09 15:17:05 -05:00
Makefile time: faster Nanoseconds call 2011-11-03 17:35:28 -04:00
malloc.goc runtime: fix crash if user sets MemProfileRate=0 2011-10-16 10:49:24 +03:00
malloc.h runtime: faster finalizers 2011-10-06 18:42:51 +03:00
mcache.c runtime: faster finalizers 2011-10-06 18:42:51 +03:00
mcentral.c runtime: faster finalizers 2011-10-06 18:42:51 +03:00
mem.go runtime: add UpdateMemStats, use in tests 2011-07-22 00:55:01 -04:00
mfinal_test.go runtime: faster finalizers 2011-10-06 18:42:51 +03:00
mfinal.c runtime: faster finalizers 2011-10-06 18:42:51 +03:00
mfixalloc.c runtime: faster finalizers 2011-10-06 18:42:51 +03:00
mgc0.c runtime: fix memory leak in parallel garbage collector 2011-10-12 13:23:34 -04:00
mheap.c runtime: faster finalizers 2011-10-06 18:42:51 +03:00
mkasmh.sh runtime: use cgo runtime functions to call windows syscalls 2011-08-27 23:17:00 +10:00
mkgodefs.sh runtime: generate Go defs for C types. 2011-01-31 12:27:28 +01:00
mkversion.c runtime: fix mkversion to output valid path separators 2011-04-27 15:47:12 -04:00
mprof.goc runtime: faster finalizers 2011-10-06 18:42:51 +03:00
msize.c runtime: faster finalizers 2011-10-06 18:42:51 +03:00
print.c runtime: parallelize garbage collector mark + sweep 2011-09-30 09:40:01 -04:00
proc_test.go runtime: faster entersyscall, exitsyscall 2011-07-19 11:01:17 -04:00
proc.c syscall: take over env implementation 2011-11-14 14:06:50 -05:00
proc.p runtime: faster entersyscall/exitsyscall 2011-07-23 12:22:55 -04:00
rune.c runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
runtime1.goc runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
runtime-gdb.py runtime: fix map memory leak 2011-10-01 13:00:53 -04:00
runtime.c syscall: take over env implementation 2011-11-14 14:06:50 -05:00
runtime.h runtime: add timer support, use for package time 2011-11-09 15:17:05 -05:00
sema_test.go runtime: add Semacquire/Semrelease benchmarks 2011-06-28 11:15:24 -04:00
sema.goc runtime: faster finalizers 2011-10-06 18:42:51 +03:00
sig.go runtime: split extern.go into debug.go, extern.go, sig.go. 2010-06-21 20:53:49 -07:00
sigqueue.goc runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
slice.c runtime: avoid allocation for make([]T, 0) 2011-11-15 12:05:25 -05:00
softfloat64_test.go renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00
softfloat64.go go/printer, gofmt: fix alignment of "=" in const/var declarations 2011-05-09 15:16:34 -07:00
stack.h runtime: increase stack system space on windows/amd64 2011-09-17 20:39:29 +10:00
string.goc gc: introduce rune 2011-10-25 22:19:39 -07:00
symtab_test.go runtime: fix data race in findfunc() 2011-07-29 13:47:24 -04:00
symtab.c runtime: add runtime· prefix to showframe 2011-08-29 10:55:21 -04:00
syscall_windows_test.go runtime: fix syscall test to satisfy new error 2011-11-14 20:54:47 +11:00
time.goc runtime: fix timers crash 2011-11-14 21:59:48 +03:00
type.go reflect: allow Slice of arrays 2011-04-18 20:00:42 -04:00
type.h gc: implement nil chan support 2011-08-17 15:54:17 -04:00