- eff2b26 runtime: make it possible to exit Go-created threads by Austin Clements · 8 years ago
- 6f3e5e6 cmd/compile: intrinsify runtime.getcallersp by Cherry Zhang · 7 years ago
- 229aaac runtime: remove getcallerpc argument by Austin Clements · 8 years ago
- 6cac100 cmd/compile: add intrinsic for reading caller's pc by David Chase · 8 years ago
- e7e4a4f runtime: improve fastrand with a better generator by Giovanni Bajo · 8 years ago
- 3216e0c cmd/compile: replace eqstring with memequal by Martin Möhrmann · 8 years ago
- 0392998 runtime: fix getclosureptr doc by Austin Clements · 8 years ago
- 733567a runtime: use integer math for hashmap overLoadFactor by Josh Bleecher Snyder · 8 years ago
- 57bf6ac runtime, cmd/compile: add intrinsic getclosureptr by Cholerae Hu · 8 years ago
- e9348ab runtime: move mincore from stubs.go to os_linux.go by Hiroshi Ioka · 8 years ago
- 7045e6f runtime: remove unused prefetch functions by Martin Möhrmann · 8 years ago
- 1a033b1 runtime: separate spans of noscan objects by Austin Clements · 9 years ago
- c310c68 cmd/compile, runtime: simplify multiway select implementation by Matthew Dempsky · 8 years ago
- d089a6c runtime: remove stack barriers by Austin Clements · 8 years ago
- 46a7587 runtime: speed up fastrand() % n by Josh Bleecher Snyder · 8 years ago
- 663226d runtime: make fastrand to generate 32bit values by Sokolov Yura · 8 years ago
- d03c124 runtime: implement fastrand in go by Sokolov Yura · 8 years ago
- e4371fb time: optimize Now on darwin, windows by Russ Cox · 8 years ago
- 0e33559 time: record monotonic clock reading in time.Now, for more accurate comparisons by Russ Cox · 8 years ago
- ba048f7 sync: enable Pool when using race detector by Russ Cox · 8 years ago
- 87e48c5 runtime, cmd/compile: rename memclr -> memclrNoHeapPointers by Austin Clements · 8 years ago
- aa581f5 runtime: use typedmemclr for typed memory by Austin Clements · 8 years ago
- a73d68e runtime: fix call* signatures and deferArgs with siz=0 by Austin Clements · 8 years ago
- d211c2d runtime: implement getcallersp in Go by Austin Clements · 9 years ago
- 2b74de3 runtime: rename fastrand1 to fastrand by Josh Bleecher Snyder · 9 years ago
- 0d7a224 runtime: update a few comments by Keith Randall · 9 years ago
- 71ab9fa all: fix assembly vet issues by Josh Bleecher Snyder · 9 years ago
- b30814b runtime: add ctxt parameter to cgocallback called from Go by Ian Lance Taylor · 9 years ago
- bd70bd9 runtime: unify memeq and memequal by Keith Randall · 9 years ago
- 3583a44 runtime: check that masks and shifts are correct aligned by Shenghou Ma · 10 years ago
- 432cb66 runtime: break out system-specific constants into package sys by Michael Matloob · 9 years ago
- 67faca7 runtime: break atomics out into package runtime/internal/atomic by Michael Matloob · 9 years ago
- ad73188 runtime: call goexit1 instead of goexit by Austin Clements · 10 years ago
- fde3926 runtime: ignore arguments in cgocallback_gofunc frame by Russ Cox · 10 years ago
- 1125cd4 cmd/compile: define func value symbols at declaration by Michael Hudson-Doyle · 10 years ago
- f5d494b runtime: ensure GC sees type-safe memory on weak machines by Austin Clements · 10 years ago
- 9d968cb runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall by Alex Brainman · 10 years ago
- 2858b73 runtime: remove cgocall and asmcgocall by Alex Brainman · 10 years ago
- faa7a7e runtime: implement GC stack barriers by Austin Clements · 10 years ago
- fb9fd2b runtime: atomic ops for int64 by Austin Clements · 10 years ago
- c1c6675 runtime: fix dangling pointer in readyExecute by Austin Clements · 10 years ago
- 92c826b cmd/internal/gc: inline runtime.getg by Russ Cox · 10 years ago
- 846ee04 runtime: add support for linux/arm64 by Aram Hăvărneanu · 10 years ago
- 484f801 runtime: reorganize memory code by Russ Cox · 10 years ago
- 67f8a81 reflect: cache call frames by Dmitry Vyukov · 10 years ago
- 6482fe6 runtime: delete dead code called from C. by Russ Cox · 10 years ago
- df027ac reflect: add write barriers by Russ Cox · 10 years ago
- 7b4df8f runtime, sync/atomic: add write barrier for atomic write of pointer by Russ Cox · 10 years ago
- b2a950b runtime: rename gothrow to throw by Keith Randall · 10 years ago
- 7a524a1 runtime: remove thunk.s by Russ Cox · 10 years ago
- b8540fc [dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbage by Russ Cox · 10 years ago
- 8c3f640 [dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, prefetchnta for GC by Russ Cox · 10 years ago
- 50e0749 [dev.cc] all: merge default (e4ab8f908aac) into dev.cc by Russ Cox · 10 years ago
- 55f19ed runtime: fix getcallersp documentation by Alex Brainman · 10 years ago
- e088e16 [dev.cc] runtime: convert Solaris port to Go by Aram Hăvărneanu · 10 years ago
- 656be31 [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack by Russ Cox · 10 years ago
- 9204821 [dev.cc] runtime: convert arch-specific .c and .h files to Go by Russ Cox · 10 years ago
- 39bcbb3 runtime: avoid gentraceback of self on user goroutine stack by Russ Cox · 10 years ago
- b60d5e1 runtime: warn that cputicks() might not be monotonic. by Keith Randall · 10 years ago
- cb6f5ac runtime: remove hand-generated ptr bitmaps for reflectcall by Russ Cox · 10 years ago
- b4380a3 runtime: delete unused variables. by Keith Randall · 10 years ago
- 7283e08 runtime: keep g->syscallsp consistent after cgo->Go callbacks by Hector Martin Cantero · 11 years ago
- da8cf54 runtime: always run semacquire on the G stack by Keith Randall · 11 years ago
- 15a5c35 runtime: move gosched to Go, to add stack frame information by Russ Cox · 11 years ago
- 1d550b8 runtime: allow crash from gsignal stack by Russ Cox · 11 years ago
- 1a5e394 runtime: more cleanups by Keith Randall · 11 years ago
- 15b76ad runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames by Russ Cox · 11 years ago
- c81a0ed liblink, runtime: diagnose and fix C code running on Go stack by Russ Cox · 11 years ago
- 5263198 runtime: a few cleanups. by Keith Randall · 11 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/stubs.go]
- 8473695 runtime: fix panic/wrapper/recover math by Russ Cox · 11 years ago
- f8f630f runtime: use reflect.call during panic instead of newstackcall by Russ Cox · 11 years ago
- 8217b4a runtime: convert panic/recover to Go by Keith Randall · 11 years ago
- db58ab9 runtime: more C to Go conversion adjustments by Russ Cox · 11 years ago
- f545b05 runtime: make more functions safe for Go by Russ Cox · 11 years ago
- c08d883 runtime: convert cgocall to Go by Dmitriy Vyukov · 11 years ago
- 91a670d runtime: convert netpoll to Go by Dmitriy Vyukov · 11 years ago
- e3edfea runtime: correct various Go -> C function calls by Russ Cox · 11 years ago
- 32ecf57 runtime: reject onM calls from gsignal stack by Russ Cox · 11 years ago
- 97f8386 runtime: convert symtab.c into symtab.go by Russ Cox · 11 years ago
- f440737 runtime: deferproc/deferreturn in Go by Keith Randall · 11 years ago
- 012ceed runtime: make onM and mcall take Go func values by Russ Cox · 11 years ago
- 7ba41e9 runtime: convert a few traceback-related functions from proc.c to traceback.go by Russ Cox · 11 years ago
- 3306d11 runtime: unify fastrand1 and fastrand2 by Keith Randall · 11 years ago
- fa2af44 runtime: convert traceback*.c to Go by Russ Cox · 11 years ago
- 60447c2 runtime: convert clearpools/registerPoolCleanup to Go by Dmitriy Vyukov · 11 years ago
- 548d080 runtime: convert mprof.goc to mprof.go by Russ Cox · 11 years ago
- 50199d7 runtime: translate env*.c to Go by Russ Cox · 11 years ago
- 47d6af2 runtime: convert chanrecv to Go by Keith Randall · 11 years ago
- d4df63c runtime: convert type algorithms to Go by Dmitriy Vyukov · 11 years ago
- 3a7f664 runtime: convert lock*.c to Go by Russ Cox · 11 years ago
- 9f38b6c runtime: clean up GC code by Dmitriy Vyukov · 11 years ago
- ef64d9f runtime: don't allocate a new string in printf by Keith Randall · 11 years ago
- 597b266 runtime: convert print.c to Go by Russ Cox · 11 years ago
- c46bcd4 runtime: move finalizer thread to Go. by Keith Randall · 11 years ago
- 2c1fde0 runtime: fix arm build by David Crawshaw · 11 years ago
- 8ecb9a7 runtime: rename Lock to Mutex by Russ Cox · 11 years ago
- d21638b cmd/cc, runtime: preserve C runtime type names in generated Go by Russ Cox · 11 years ago
- 9a5654a runtime: restore header to first goroutine in Stack by Brad Fitzpatrick · 11 years ago
- 25f6b02 cmd/cc, runtime: convert C compilers to use Go calling convention by Russ Cox · 11 years ago