| Age | Commit message (Expand) | Author |
| 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 |
| 2015-03-31 | runtime, cmd/internal/ld: change runtime to use a single linker symbol | Michael Hudson-Doyle |
| 2015-03-04 | runtime: Remove boundary bit logic. | Rick Hudson |
| 2015-03-04 | runtime: use multiply instead of divide in heapBitsForObject | Russ Cox |
| 2015-02-27 | runtime: trivial clean ups to greyobject | Austin Clements |
| 2015-02-25 | runtime: handle holes in the heap | Keith Randall |
| 2015-02-23 | runtime: eliminate unnecessary assumption in heapBitsForObject | Austin Clements |
| 2015-02-19 | runtime: reorganize memory code | Russ Cox |
| 2015-01-19 | runtime: factor out bitmap, finalizer code from malloc/mgc | Russ Cox |