| Age | Commit message (Expand) | Author |
| 2011-12-16 | runtime: make more build-friendly | Russ Cox |
| 2011-12-12 | runtime: madvise and SysUnused for Linux | Sébastien Paolacci |
| 2011-11-30 | time: new Time, Duration, ZoneInfo types | Russ Cox |
| 2011-11-10 | runtime, syscall: convert from godefs to cgo | Russ Cox |
| 2011-11-09 | runtime: add timer support, use for package time | Russ Cox |
| 2011-11-04 | runtime: fix linux/arm nanotime? | Russ Cox |
| 2011-11-03 | time: faster Nanoseconds call | Russ Cox |
| 2011-11-02 | runtime: unify mutex code across OSes | Dmitriy Vyukov |
| 2011-10-06 | runtime: faster finalizers | Dmitriy Vyukov |
| 2011-10-03 | runtime: fix usleep on linux/386 and re-enable parallel gc | Hector Chu |
| 2011-09-30 | runtime: parallelize garbage collector mark + sweep | Russ Cox |
| 2011-08-31 | runtime: make arm work on Ubuntu Natty qemu | Russ Cox |
| 2011-08-29 | runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ... | Yuval Pavel Zholkover |
| 2011-08-04 | runtime: faster chan creation on Linux/FreeBSD/Plan9 | Dmitriy Vyukov |
| 2011-07-29 | runtime: improve Linux mutex | Dmitriy Vyukov |
| 2011-06-24 | runtime: don't use twice the memory with grsec-like kernels | Gustavo Niemeyer |
| 2011-06-07 | runtime: SysMap uses MAP_FIXED if needed on 64-bit Linux | Jonathan Mark |
| 2011-05-30 | pkg: spelling tweaks, I-Z | Robert Hencke |
| 2011-05-26 | runtime: fix mmap error return on linux. | Dmitry Chestnykh |
| 2011-05-06 | runtime: handle out-of-threads on Linux gracefully | Albert Strasheim |
| 2011-05-02 | runtime, sync/atomic: fix arm cas | Russ Cox |
| 2011-04-25 | runtime: fix arm build | Dave Cheney |
| 2011-04-25 | runtime: turn "too many EPIPE" into real SIGPIPE | Russ Cox |
| 2011-04-25 | runtime: correct out of memory error | Russ Cox |
| 2011-03-27 | build: add all-qemu.bash, handful of arm fixes | Russ Cox |
| 2011-03-25 | runtime: fix arm build | Russ Cox |
| 2011-03-23 | runtime: cpu profiling support | Russ Cox |
| 2011-03-23 | runtime: fix print - no %v in C | Russ Cox |
| 2011-03-23 | runtime: os-specific types and code for setitimer | Russ Cox |
| 2011-02-25 | runtime: use kernel-supplied cas on linux/arm | Russ Cox |
| 2011-02-24 | runtime: fix signal stack bug | Russ Cox |
| 2011-02-23 | runtime: omit breakpoint during terminal panic | Russ Cox |
| 2011-02-23 | runtime: pass to signal handler value of g at time of signal | Russ Cox |
| 2011-02-09 | runtime: new allocation strategy for amd64 | Russ Cox |
| 2011-02-02 | windows: fix build? | Russ Cox |
| 2011-01-31 | runtime: generate Go defs for C types. | Luuk van Dijk |
| 2011-01-28 | runtime: simpler heap map, memory allocation | Russ Cox |
| 2011-01-20 | runtime: drop CLONE_PARENT | Russ Cox |
| 2011-01-18 | runtime: print signal information during panic | Russ Cox |
| 2011-01-12 | runtime: revert 6974:1f3c3696babb | Alex Brainman |
| 2010-12-13 | runtime: remove paranoid mapping at 0 | Russ Cox |
| 2010-12-13 | runtime/linux/386: set FPU to 64-bit precision | Russ Cox |
| 2010-11-30 | runtime: parallel definitions in Go for all C structs. | Luuk van Dijk |
| 2010-11-04 | runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost | Russ Cox |
| 2010-10-26 | arm: fix signal handler | Russ Cox |
| 2010-09-28 | runtime: fix build | Russ Cox |
| 2010-09-28 | runtime: add mmap of null page just in case | Russ Cox |
| 2010-09-27 | runtime: correct stats in SysFree | Russ Cox |
| 2010-09-11 | runtime: fix crash trace on amd64 | Russ Cox |
| 2010-09-09 | arm: fix a couple of build bugs. | Rob Pike |