| Age | Commit message (Expand) | Author |
| 2014-08-29 | runtime: allow to call stdcall from Go on windows | Dmitriy Vyukov |
| 2014-08-29 | runtime: convert forcegc helper to Go | Dmitriy Vyukov |
| 2014-08-28 | runtime: don't allocate a new string in printf | Keith Randall |
| 2014-08-28 | runtime: convert closechan/chanlen/chancap to Go | Keith Randall |
| 2014-08-28 | runtime: convert print.c to Go | Russ Cox |
| 2014-08-28 | runtime: remove holes in FUNCDATA tables | Matthew Dempsky |
| 2014-08-28 | runtime: fix Plan 9 build for new C calling convention | Anthony Martin |
| 2014-08-28 | runtime: fix openbsd/386 | Matthew Dempsky |
| 2014-08-28 | runtime: move finalizer thread to Go. | Keith Randall |
| 2014-08-28 | runtime: compare only until min(len(s1), len(s2)) | David Crawshaw |
| 2014-08-28 | runtime: fix arm build | David Crawshaw |
| 2014-08-28 | runtime: fix build | Russ Cox |
| 2014-08-28 | runtime: convert runtime1.goc, noasm_arm.goc to Go | Russ Cox |
| 2014-08-28 | runtime: finish converting iface.goc to iface.go | Russ Cox |
| 2014-08-27 | runtime: fix nacl/386 build | Russ Cox |
| 2014-08-27 | cmd/api: fix for Lock⇒Mutex change | Russ Cox |
| 2014-08-27 | runtime: rename Lock to Mutex | Russ Cox |
| 2014-08-27 | runtime: fix nacl build | Russ Cox |
| 2014-08-28 | runtime: fix arm5 softfloat build | Dave Cheney |
| 2014-08-27 | runtime: fix arm build | Russ Cox |
| 2014-08-27 | cmd/cc, runtime: preserve C runtime type names in generated Go | Russ Cox |
| 2014-08-27 | cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into... | Matthew Dempsky |
| 2014-08-27 | runtime: fix plan9 build | Russ Cox |
| 2014-08-27 | runtime: fix solaris build | Russ Cox |
| 2014-08-27 | runtime: fix windows signal handlers | Russ Cox |
| 2014-08-27 | runtime: give nosplit functions 32 more bytes of headroom | Russ Cox |
| 2014-08-27 | runtime: restore header to first goroutine in Stack | Brad Fitzpatrick |
| 2014-08-27 | cmd/cc, runtime: convert C compilers to use Go calling convention | Russ Cox |
| 2014-08-27 | runtime: changes to g->atomicstatus (nee status) to support concurrent GC | Rick Hudson |
| 2014-08-26 | runtime: name hi and lo parts of ret in assembly | Josh Bleecher Snyder |
| 2014-08-26 | runtime: convert Stack to Go. | Rémy Oudompheng |
| 2014-08-26 | runtime: convert int64tofloat64, uint64tofloat64 to Go | Dave Cheney |
| 2014-08-26 | runtime,sync: Convert procPin and procUnpin functions to Go. | Sanjay Menakuru |
| 2014-08-25 | runtime: restore scavenger constants | Dmitriy Vyukov |
| 2014-08-25 | runtime: restore nacl timens | Dmitriy Vyukov |
| 2014-08-25 | cmd/gc, runtime: treat slices and strings like pointers in garbage collection | Russ Cox |
| 2014-08-25 | runtime: round channel size in allocation instead of using system-specific pa... | Russ Cox |
| 2014-08-25 | runtime: remove dedicated scavenger thread | Dmitriy Vyukov |
| 2014-08-25 | runtime: add comment | Dmitriy Vyukov |
| 2014-08-25 | runtime: convert timers to Go | Dmitriy Vyukov |
| 2014-08-25 | runtime: convert async semaphores to Go | Dmitriy Vyukov |
| 2014-08-25 | runtime: fix plan9 HeapSys accounting | Dmitriy Vyukov |
| 2014-08-25 | runtime: fix chan alignment on 32 bits | Dmitriy Vyukov |
| 2014-08-25 | runtime: refactor CPU profiling | Dmitriy Vyukov |
| 2014-08-25 | runtime: fix block profile for sync semaphores | Dmitriy Vyukov |
| 2014-08-25 | runtime: fix block profile for sync semaphores | Dmitriy Vyukov |
| 2014-08-25 | runtime: add fast paths to non-blocking channel operations | Dmitriy Vyukov |
| 2014-08-25 | runtime: Loosen conditions in TestMemstat in an attempt to fix the nacl/arm b... | Sanjay Menakuru |
| 2014-08-25 | runtime: convert NewCallback and NewCallbackCDecl to Go | Alex Brainman |
| 2014-08-24 | runtime,runtime/debug: Converted some functions from goc to Go. | Sanjay Menakuru |