| Age | Commit message (Expand) | Author |
| 2016-04-27 | [dev.garbage] runtime: mark/allocation helper functions | Rick Hudson |
| 2016-04-27 | runtime: don't rescan globals | Austin Clements |
| 2016-04-27 | runtime: make {add,subtract}{b,1} nosplit | Austin Clements |
| 2016-04-22 | cmd/compile, etc: use nameOff for rtype string | David Crawshaw |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2016-02-25 | runtime: eliminate a conditional branch from heapBits.bits | Austin Clements |
| 2016-02-25 | runtime: improve initSpan documentation | Austin Clements |
| 2016-02-25 | runtime: fix heapBitsSweepSpan comment | Austin Clements |
| 2016-02-24 | cmd/compile: embed type string header in rtype | David Crawshaw |
| 2016-01-12 | runtime: fix incorrect comment | Austin Clements |
| 2015-11-16 | runtime: add optional expensive check for invalid cgo pointer passing | Ian Lance Taylor |
| 2015-11-12 | runtime: break out system-specific constants into package sys | Michael Matloob |
| 2015-11-12 | runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...) | Matthew Dempsky |
| 2015-11-10 | runtime: break atomics out into package runtime/internal/atomic | Michael Matloob |
| 2015-10-22 | runtime: add pcvalue cache to improve stack scan speed | Austin Clements |
| 2015-10-21 | runtime: make iface/eface handling more type safe | Matthew Dempsky |
| 2015-09-22 | runtime: fix offset in invalidptr panic message | Austin Clements |
| 2015-09-18 | runtime: improve invalid pointer error message | Austin Clements |
| 2015-08-07 | runtime: make sure heapBitsBulkBarrier cannot be preempted | Russ Cox |
| 2015-07-29 | runtime: set invalidptr=1 by default, as documentedgo1.5beta3 | Russ Cox |
| 2015-07-29 | runtime: reenable bad pointer check in GC | Russ Cox |
| 2015-07-16 | Revert "runtime: diagnose invalid pointers during GC" | Russ Cox |
| 2015-07-15 | runtime: diagnose invalid pointers during GC | Russ Cox |
| 2015-06-26 | runtime: repeat bitmap for slice of GCprog n-1 times, not n times | Austin Clements |
| 2015-06-23 | runtime: fix heap bitmap repeating with large scalar tails | Austin Clements |
| 2015-06-22 | runtime: remove race and increase precision in pointer validation. | Rick Hudson |
| 2015-06-15 | runtime: use type-based write barrier for remote stack write during chansend | Russ Cox |
| 2015-06-11 | runtime: wait to update arena_used until after mapping bitmap | Russ Cox |
| 2015-06-11 | all: fix misprints in comments | Ainar Garipov |
| 2015-06-08 | runtime: avoid fault in heapBitsBulkBarrier | Russ Cox |
| 2015-06-07 | runtime: unwind stack barriers when writing above the current frame | Austin Clements |
| 2015-05-21 | runtime: fix callwritebarrier | Russ Cox |
| 2015-05-16 | runtime: replace GC programs with simpler encoding, faster decoder | Russ Cox |
| 2015-05-15 | runtime: test and fix heap bitmap for 1-pointer allocation on 32-bit system | Russ Cox |
| 2015-05-15 | runtime: optimize heapBitsBulkBarrier a tiny amount | Russ Cox |
| 2015-05-14 | runtime: keep pointer bits set always in 1-word spans | Russ Cox |
| 2015-05-14 | runtime: rewrite addb/subtractb to be simpler to compile; introduce add1, sub... | Russ Cox |
| 2015-05-14 | runtime: skip atomics in heapBitsSetType when GC is not running | Russ Cox |
| 2015-05-11 | runtime: use heap bitmap for typedmemmove | Russ Cox |
| 2015-05-11 | runtime: zero entire bitmap for object, even past dead marker | Russ Cox |
| 2015-05-11 | runtime: reorder bits in heap bitmap bytes | Russ Cox |
| 2015-05-11 | runtime: reintroduce ``dead'' space during GC scan | Russ Cox |
| 2015-05-11 | runtime: optimize heapBitsSetType | Russ Cox |
| 2015-05-11 | runtime: use 2-bit heap bitmap (in place of 4-bit) | Russ Cox |
| 2015-05-11 | runtime: use 1-bit pointer bitmaps in type representation | Russ Cox |
| 2015-05-01 | cmd/internal/gc, runtime: use 1-bit bitmap for stack frames, data, bss | Russ Cox |
| 2015-04-24 | runtime: Fix bug due to elided return. | Rick Hudson |
| 2015-04-20 | runtime: Speed up heapBitsForObject | Rick Hudson |
| 2015-04-10 | runtime, cmd/internal/ld: rename themoduledata to firstmoduledata | Michael Hudson-Doyle |
| 2015-04-10 | runtime, reflect: support multiple moduledata objects | Michael Hudson-Doyle |