| Age | Commit message (Expand) | Author |
| 2013-06-03 | runtime: add stackguard0 to G | Dmitriy Vyukov |
| 2013-05-29 | runtime: make notetsleep() return false if timeout happens | Dmitriy Vyukov |
| 2013-05-28 | cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument... | Carl Shapiro |
| 2013-05-28 | runtime: allocate internal symbol table eagerly | Dmitriy Vyukov |
| 2013-05-22 | runtime: detect deadlocks in programs using cgo | Dmitriy Vyukov |
| 2013-05-20 | runtime: change PollDesc.fd from int32 to uintptr | Alex Brainman |
| 2013-04-06 | runtime: make CgoMal alloc field void* | Ian Lance Taylor |
| 2013-04-06 | runtime: change Note from union to struct | Dmitriy Vyukov |
| 2013-04-06 | runtime: change Lock from union to struct | Dmitriy Vyukov |
| 2013-04-06 | runtime: reset dangling typed pointer | Dmitriy Vyukov |
| 2013-04-02 | runtime: Implement faster equals for strings and bytes. | Keith Randall |
| 2013-03-28 | cmd/ld, runtime: restrict stack root scan to locals and arguments | Carl Shapiro |
| 2013-03-25 | net: band-aid for windows network poller | Dmitriy Vyukov |
| 2013-03-21 | runtime: explicitly remove fd's from epoll waitset before close() | Dmitriy Vyukov |
| 2013-03-20 | runtime: faster hashmap implementation. | Keith Randall |
| 2013-03-15 | runtime: accept GOTRACEBACK=crash to mean 'crash after panic' | Russ Cox |
| 2013-03-15 | os/signal: add Stop, be careful about SIGHUP | Russ Cox |
| 2013-03-14 | runtime: revert UseSpanType back to 1 | Dmitriy Vyukov |
| 2013-03-14 | runtime: integrated network poller for darwin | Dmitriy Vyukov |
| 2013-03-12 | runtime: faster & safer hash function | Keith Randall |
| 2013-03-12 | runtime: add network polling support into scheduler | Dmitriy Vyukov |
| 2013-03-12 | runtime: fix deadlock detector false negative | Dmitriy Vyukov |
| 2013-03-10 | runtime: fix misaligned 64-bit atomic | Dmitriy Vyukov |
| 2013-03-09 | runtime: fix integer overflow in amd64 memmove. | Rémy Oudompheng |
| 2013-03-08 | syscall: Plan 9: use lightweight errstr in entersyscall mode | Akshat Kumar |
| 2013-03-05 | undo CL 7301062 / 9742f722b558 | Russ Cox |
| 2013-03-05 | runtime: add atomic xchg64 | Dmitriy Vyukov |
| 2013-03-05 | runtime: declare addtimer/deltimer in runtime.h | Dmitriy Vyukov |
| 2013-03-04 | runtime: restrict stack root scan to locals and arguments | Carl Shapiro |
| 2013-03-01 | runtime: add atomics to fix arm | Russ Cox |
| 2013-03-01 | runtime: start all threads with runtime.mstart | Russ Cox |
| 2013-03-01 | runtime: more build fixing | Russ Cox |
| 2013-03-01 | runtime: fix new scheduler on freebsd, windows | Russ Cox |
| 2013-03-01 | runtime: improved scheduler | Dmitriy Vyukov |
| 2013-02-27 | runtime: more changes in preparation to the new scheduler | Dmitriy Vyukov |
| 2013-02-25 | runtime: precise garbage collection of channels | Jan Ziak |
| 2013-02-23 | runtime: implement local work queues (in preparation for new scheduler) | Dmitriy Vyukov |
| 2013-02-22 | cmd/6g, cmd/8g: switch to DX for indirect call block | Russ Cox |
| 2013-02-21 | cmd/gc, reflect, runtime: switch to indirect func value representation | Russ Cox |
| 2013-02-21 | cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo... | Carl Shapiro |
| 2013-02-21 | runtime: split minit() to mpreinit() and minit() | Dmitriy Vyukov |
| 2013-02-20 | runtime: allow cgo callbacks on non-Go threads | Russ Cox |
| 2013-02-20 | runtime: introduce entersyscallblock() | Dmitriy Vyukov |
| 2013-02-19 | runtime: add conversion specifier to printf for char values | Carl Shapiro |
| 2013-02-15 | runtime: fix build on linux | Russ Cox |
| 2013-02-15 | runtime: fix running under nohup | Russ Cox |
| 2013-02-06 | runtime/race: switch to explicit race context instead of goroutine id's | Dmitriy Vyukov |
| 2013-02-01 | runtime: cgo-related fixes | Russ Cox |
| 2013-01-30 | runtime: local allocation in mprof.goc | Jan Ziak |
| 2013-01-30 | runtime: add support for panic/recover in Plan 9 note handler | Akshat Kumar |