| Age | Commit message (Expand) | Author |
| 2015-10-17 | runtime: merge stack{1,2}.go -> stack.go | Nodir Turakulov |
| 2015-10-15 | runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x) | Matthew Dempsky |
| 2015-08-28 | runtime: check explicitly for short unwinding of stacks | Russ Cox |
| 2015-08-25 | runtime: add a missing hex conversion | Shenghou Ma |
| 2015-07-28 | runtime: fix out-of-bounds in stack debugging | Dmitry Vyukov |
| 2015-06-29 | runtime: don't free stack spans during GC | Austin Clements |
| 2015-06-17 | runtime: fix races in stack scan | Russ Cox |
| 2015-06-16 | runtime: account for stack guard when shrinking the stack | Austin Clements |
| 2015-06-15 | runtime: add GODEBUG gcshrinkstackoff, gcstackbarrieroff, and gcstoptheworld ... | Russ Cox |
| 2015-06-02 | runtime: implement GC stack barriers | Austin Clements |
| 2015-06-02 | runtime: avoid double-scanning of stacks | Austin Clements |
| 2015-06-02 | runtime: steal space for stack barrier tracking from stack | Austin Clements |
| 2015-06-02 | runtime: decouple stack bounds and stack allocation size | Austin Clements |
| 2015-05-21 | runtime: eliminate write barrier from adjustpointers | Austin Clements |
| 2015-05-11 | runtime: use 2-bit heap bitmap (in place of 4-bit) | Russ Cox |
| 2015-05-02 | runtime: fix stackDebug comment | Alex Brainman |
| 2015-05-01 | cmd/internal/gc, runtime: use 1-bit bitmap for stack frames, data, bss | Russ Cox |
| 2015-04-20 | runtime: replace func-based write barrier skipping with type-based | Russ Cox |
| 2015-03-16 | runtime: add support for linux/arm64 | Aram Hăvărneanu |
| 2015-02-03 | runtime: use 2*regSize for saved frame pointer check | Austin Clements |
| 2015-02-03 | runtime: add missing \n to error message | Austin Clements |
| 2015-02-02 | cmd/6g, liblink, runtime: support saving base pointers | Austin Clements |
| 2015-02-02 | runtime: rename m.gcing to m.preemptoff and make it a string | Austin Clements |
| 2015-01-28 | runtime: add tracing of runtime events | Dmitry Vyukov |
| 2015-01-19 | runtime: factor out bitmap, finalizer code from malloc/mgc | Russ Cox |
| 2015-01-19 | runtime: move write barrier code into mbarrier.go | Russ Cox |
| 2015-01-14 | runtime: avoid race checking for preemption | Russ Cox |
| 2015-01-14 | runtime: fix a few GC-related bugs | Russ Cox |
| 2015-01-06 | runtime: add GODEBUG wbshadow for finding missing write barriers | Russ Cox |
| 2015-01-05 | Revert "liblink, cmd/ld, runtime: remove stackguard1" | Russ Cox |
| 2014-12-29 | runtime: remove go prefix from a few routines | Keith Randall |
| 2014-12-29 | liblink, cmd/ld, runtime: remove stackguard1 | Shenghou Ma |
| 2014-12-28 | runtime: rename gothrow to throw | Keith Randall |
| 2014-12-23 | runtime: make stack frames fixed size by modifying goproc/deferproc. | Keith Randall |
| 2014-12-05 | [dev.garbage] all: merge dev.cc (81884b89bd88) into dev.garbage | Russ Cox |
| 2014-12-05 | [dev.cc] all: merge default (8d42099cdc23) into dev.cc | Russ Cox |
| 2014-11-24 | [dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbage | Russ Cox |
| 2014-11-21 | [dev.garbage] runtime: Stop running gs during the GCscan phase. | Rick Hudson |
| 2014-11-20 | [dev.garbage] runtime: Turn concurrent GC on by default. Avoid write barriers... | Rick Hudson |
| 2014-11-18 | [dev.cc] runtime: generate GOOS- and GOARCH-specific files with go generate | Russ Cox |
| 2014-11-15 | [dev.garbage] all: merge dev.cc into dev.garbage | Russ Cox |
| 2014-11-12 | [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack | Russ Cox |
| 2014-11-11 | [dev.cc] runtime: convert panic and stack code from C to Go | Russ Cox |