| Age | Commit message (Expand) | Author |
| 2014-11-11 | [dev.cc] runtime: convert scheduler from C to Go | Russ Cox |
| 2014-11-06 | runtime: fix initial gp->sched.pc in newextram | Russ Cox |
| 2014-10-29 | runtime: change top-most return PC from goexit to goexit+PCQuantum | Russ Cox |
| 2014-10-29 | runtime: fix line number in first stack frame in printed stack trace | Russ Cox |
| 2014-10-27 | runtime: add fake time support back. | Shenghou Ma |
| 2014-10-17 | undo CL 159990043 / 421fadcef39a | Russ Cox |
| 2014-10-16 | runtime: make pprof a little nicer | Russ Cox |
| 2014-10-03 | cmd/cc, runtime: disallow structs without tags | Russ Cox |
| 2014-09-29 | runtime: initialize traceback variables earlier | Keith Randall |
| 2014-09-24 | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects | Russ Cox |
| 2014-09-24 | runtime: keep g->syscallsp consistent after cgo->Go callbacks | Hector Martin Cantero |
| 2014-09-18 | runtime: rename SchedType to SchedT | Russ Cox |
| 2014-09-18 | runtime: delete panicstring; move its checks into gopanic | Russ Cox |
| 2014-09-17 | runtime: change minimum stack size to 2K. | Keith Randall |
| 2014-09-16 | runtime: always run semacquire on the G stack | Keith Randall |
| 2014-09-12 | runtime: remove a few untyped allocations | Russ Cox |
| 2014-09-11 | runtime: move gosched to Go, to add stack frame information | Russ Cox |
| 2014-09-11 | runtime: allow crash from gsignal stack | Russ Cox |
| 2014-09-09 | runtime: call rfork on scheduler stack on Plan 9 | Anthony Martin |
| 2014-09-09 | runtime: avoid read overrun in heapdump | Russ Cox |
| 2014-09-09 | runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames | Russ Cox |
| 2014-09-09 | runtime: merge mallocgc, gomallocgc | Russ Cox |
| 2014-09-08 | liblink, runtime: diagnose and fix C code running on Go stack | Russ Cox |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2009-06-06 | move src/runtime -> src/lib/runtime; | Russ Cox |
| 2009-06-02 | 32-bit fixes in lessstack. | Russ Cox |
| 2009-05-26 | 32-bit stack switching bug fix | Russ Cox |
| 2009-05-08 | move things out of sys into os and runtime | Russ Cox |
| 2009-04-13 | runtime nits: variable name and comments | Russ Cox |
| 2009-04-02 | clarification suggested by rob | Russ Cox |
| 2009-04-01 | fix runtime stack overflow bug that gri ran into: | Russ Cox |
| 2009-03-30 | more 386 runtime - can run tiny c programs. | Russ Cox |
| 2009-01-28 | Use explicit allspan list instead of | Russ Cox |
| 2009-01-27 | pragma textflag | Ken Thompson |
| 2009-01-27 | various race conditions. | Russ Cox |
| 2009-01-27 | defer | Ken Thompson |
| 2009-01-26 | gc #0. mark and sweep collector. | Russ Cox |
| 2009-01-16 | casify, cleanup sys | Russ Cox |
| 2008-12-19 | malloc bug fixes. | Russ Cox |
| 2008-12-18 | malloc in runtime (not used by default) | Russ Cox |
| 2008-12-08 | use Note sched.stopped correctly | Russ Cox |
| 2008-12-05 | add support for ref counts to memory allocator. | Russ Cox |
| 2008-12-04 | add stub routines stackalloc() and stackfree(). | Russ Cox |
| 2008-11-25 | change meaning of $GOMAXPROCS to number of cpus to use, | Russ Cox |
| 2008-09-26 | go/acid/go | Russ Cox |
| 2008-09-24 | get rid of per-G Note, avoids per-G kernel semaphore on Mac. | Russ Cox |
| 2008-09-18 | proper handling of signals. | Russ Cox |
| 2008-09-17 | add network listening & tests | Russ Cox |
| 2008-09-09 | go threads for OS X | Russ Cox |
| 2008-09-08 | fix bug in stack limit calculation - was setting limit reg in wrong place. | Rob Pike |