| Age | Commit message (Expand) | Author |
| 2014-11-11 | [dev.cc] runtime: convert basic library routines from C to Go | Russ Cox |
| 2014-10-28 | runtime: add GODEBUG invalidptr setting | Russ Cox |
| 2014-09-24 | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects | Russ Cox |
| 2014-09-18 | runtime: fix handling of GOTRACEBACK | David du Colombier |
| 2014-09-12 | runtime: remove a few untyped allocations | Russ Cox |
| 2014-09-09 | runtime: merge mallocgc, gomallocgc | Russ Cox |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2009-06-06 | move src/runtime -> src/lib/runtime; | Russ Cox |
| 2009-06-04 | 386-related fixes and guards | Russ Cox |
| 2009-05-28 | detect recursive initialization | Ken Thompson |
| 2009-05-20 | change representation of interface values. | Russ Cox |
| 2009-05-08 | move things out of sys into os and runtime | Russ Cox |
| 2009-04-09 | change representation of strings | Ken Thompson |
| 2009-03-31 | test for and fix bug involving reflect v.Interface() and ==. | Russ Cox |
| 2009-03-31 | more 386 runtime: | Russ Cox |
| 2009-03-30 | more 386 runtime - can run tiny c programs. | Russ Cox |
| 2009-01-26 | gc #0. mark and sweep collector. | Russ Cox |
| 2009-01-26 | interface speedups and fixes. | Russ Cox |
| 2009-01-26 | implement new restrictions on what | Russ Cox |
| 2009-01-22 | move math routines from package sys to package math, | Russ Cox |
| 2009-01-16 | casify, cleanup sys | Russ Cox |
| 2008-12-19 | chan and map of [] and struct | Russ Cox |
| 2008-12-10 | string hash function faults w empty string | Ken Thompson |
| 2008-12-09 | chans and maps of interfaces | Russ Cox |
| 2008-12-05 | add support for ref counts to memory allocator. | Russ Cox |
| 2008-11-23 | delete stack mark strings | Russ Cox |
| 2008-11-20 | don't print (incorrect anyway) line numbers in panic. | Rob Pike |
| 2008-11-20 | symbol table changes | Russ Cox |
| 2008-11-17 | First pieces of malloc. | Russ Cox |
| 2008-11-14 | add cov, prof to default build; clean up compiler warnings | Russ Cox |
| 2008-11-13 | mike's map code | Ken Thompson |
| 2008-11-12 | converting uint bits back into floats | Rob Pike |
| 2008-11-10 | * accept all NaNs, not just the one sys.NaN() returns. | Russ Cox |
| 2008-11-10 | handle Inf, NaN in float print | Russ Cox |
| 2008-11-06 | add sys.float32bits, sys.float64bits | Rob Pike |
| 2008-11-05 | select default | Ken Thompson |
| 2008-09-22 | test cleanup | Russ Cox |
| 2008-09-22 | now method/interface code | Ken Thompson |
| 2008-09-14 | methods on any type | Ken Thompson |
| 2008-09-12 | 1 got rid if static 'fn wo return' test | Ken Thompson |
| 2008-09-12 | - catch trace traps | Rob Pike |
| 2008-08-11 | - fix signedness bug in sys.Inf() | Rob Pike |
| 2008-08-05 | kill trailing white space. | Russ Cox |
| 2008-08-05 | * comment, clean up scheduler | Russ Cox |
| 2008-08-05 | allow pointers as keys in maps, treating them the same as ints - ptr eq not v... | Rob Pike |
| 2008-08-04 | first cut at multithreading. works on Linux. | Russ Cox |
| 2008-07-28 | print tracebacks for all goroutines, not just the crashing one | Rob Pike |
| 2008-07-14 | synch chan | Ken Thompson |
| 2008-07-13 | chan | Ken Thompson |
| 2008-07-12 | preserve AX across stack jump so C routines return correct value when trigger... | Rob Pike |