| Age | Commit message (Expand) | Author |
| 2014-07-31 | runtime: move built-in print routines to go. | Keith Randall |
| 2014-07-31 | runtime: convert slice operations to Go. | Keith Randall |
| 2014-02-20 | runtime: use goc2c as much as possible | Russ Cox |
| 2014-01-27 | runtime: smarter slice grow | Dmitriy Vyukov |
| 2013-09-16 | cmd/gc, runtime: inline append in frontend. | Rémy Oudompheng |
| 2013-08-12 | runtime: change textflags from numbers to symbols | Keith Randall |
| 2013-08-06 | runtime: tune append crossover on amd64 and 386 | Dave Cheney |
| 2013-06-13 | runtime/race: remove now unused step parameter from range access functions | Dmitriy Vyukov |
| 2013-05-27 | runtime: introduce cnewarray() to simplify allocation of typed arrays | Dmitriy Vyukov |
| 2013-05-15 | runtime: use enums instead static vars for debugging | Dmitriy Vyukov |
| 2013-03-01 | runtime: special-case append([]byte, string) for small strings | Rob Pike |
| 2013-03-01 | runtime: special-case small byte appends. | Rob Pike |
| 2013-02-03 | cmd/gc: implement latest rules for checking make sizes | Russ Cox |
| 2013-01-30 | runtime: implement range access functions in race detector. | Rémy Oudompheng |
| 2012-11-30 | runtime: better stack traces in race reports | Dmitriy Vyukov |
| 2012-11-08 | runtime: fix instrumentation of slice append for race detection | Dmitriy Vyukov |
| 2012-10-21 | runtime: store types of allocated objects | Jan Ziak |
| 2012-10-07 | race: runtime changes | Dmitriy Vyukov |
| 2012-10-06 | runtime: fix a panic when growing zero-width-element slices. | Rémy Oudompheng |
| 2012-09-24 | runtime: prepare for 64-bit ints | Russ Cox |
| 2012-06-06 | runtime: move type kinds into a separate file | Jan Ziak |
| 2012-06-02 | cmd/gc: inline slice[arr,str] in the frontend (mostly). | Luuk van Dijk |
| 2011-12-16 | runtime: make more build-friendly | Russ Cox |
| 2011-12-05 | runtime: prep for type-specific algorithms | Russ Cox |
| 2011-11-15 | runtime: avoid allocation for make([]T, 0) | Russ Cox |
| 2011-10-12 | runtime: append([]byte, string...) | Luuk van Dijk |
| 2011-10-06 | runtime: faster finalizers | Dmitriy Vyukov |
| 2011-07-27 | gc: zero-width struct, zero-length array fixes | Russ Cox |
| 2011-05-14 | gc: generalize dst = append(src,...) inlining to arbitrary src and dst argume... | Luuk van Dijk |
| 2011-05-11 | gc: inline append when len<cap | Luuk van Dijk |
| 2011-02-02 | runtime: faster allocator, garbage collector | Russ Cox |
| 2010-11-04 | runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost | Russ Cox |
| 2010-10-27 | gc: implement append | Russ Cox |
| 2010-10-26 | gc, runtime: copy([]byte, string) | Russ Cox |
| 2010-08-03 | gc: index bounds tests and fixes | Russ Cox |
| 2010-05-03 | runtime, strconv: tiny cleanups | Russ Cox |
| 2010-05-01 | gc: be pickier about slice, chan, array, and map sizes | Russ Cox |
| 2010-04-09 | runtime: delete malx, skip_depth argument to malloc | Russ Cox |
| 2010-04-01 | runtime: turn run time errors checks into panics | Russ Cox |
| 2010-03-23 | runtime: add memory profiling, disabled. | Russ Cox |
| 2010-02-10 | runtime: garbage collection + malloc performance | Russ Cox |
| 2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox |
| 2009-12-07 | runtime: introduce unsafe.New and unsafe.NewArray | Russ Cox |
| 2009-12-07 | pick off special one-byte case in copy. worth 2x in benchmarks (38ns->16ns). | Rob Pike |
| 2009-12-06 | runtime: disable pointer scan optimization | Russ Cox |
| 2009-12-04 | gc/runtime: pass type structure to makeslice. | Russ Cox |
| 2009-11-20 | x[lo:] - gc and runtime. | Russ Cox |
| 2009-11-17 | bug in copy | Ken Thompson |
| 2009-11-17 | install copy predefined | Ken Thompson |
| 2009-10-20 | bug162, over and over | Russ Cox |