| Age | Commit message (Expand) | Author |
| 2014-08-28 | mime: Make filename extensions case-insensitive | Jeff R. Allen |
| 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-28 | png: make the encoder configurable | Jeff R. Allen |
| 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 | debug/elf: support arm64 relocations | Michael Hudson-Doyle |
| 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 | time: use go generate rather than Makefile (windows only) | Rob Pike |
| 2014-08-26 | unicode: use go generate instead of make to create tables.go | Rob Pike |
| 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 | net/http: fix data race in test | Brad Fitzpatrick |
| 2014-08-25 | io: document that Readers and Writers must not retain buffers | Brad Fitzpatrick |
| 2014-08-25 | regexp: fix imports in the middle of the license header | Caleb Spare |
| 2014-08-25 | unicode/maketables: add -output flag, buffer output, use gofmt | Rob Pike |
| 2014-08-25 | strings, bytes: document behavior of Replace when old is empty | Caleb Spare |
| 2014-08-25 | runtime: restore scavenger constants | Dmitriy Vyukov |
| 2014-08-25 | runtime: restore nacl timens | Dmitriy Vyukov |
| 2014-08-25 | net/http: populate Request.Close in ReadRequest | Brad Fitzpatrick |
| 2014-08-25 | crypto/cipher: add CFB test vectors. | Adam Langley |
| 2014-08-25 | cmd/gc, runtime: treat slices and strings like pointers in garbage collection | Russ Cox |
| 2014-08-25 | encoding/json: make ,string work when encoding pointer fields | Brad Fitzpatrick |
| 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 |