| Age | Commit message (Expand) | Author |
| 2016-07-08 | [release-branch.go1.7] runtime: fix nanotime for macOS Sierrago1.7rc1 | Ian Lance Taylor |
| 2016-07-08 | runtime: handle selects with duplicate channels in shrinkstack | Ian Lance Taylor |
| 2016-06-30 | runtime/internal/sys: implement Ctz and Bswap in assembly for 386 | Austin Clements |
| 2016-06-29 | runtime: fix race atomic operations on external memory | Dmitry Vyukov |
| 2016-06-29 | runtime: correct printing of blocked field in scheduler trace | Ian Lance Taylor |
| 2016-06-29 | runtime: better error message for newosproc failure | Ian Lance Taylor |
| 2016-06-28 | reflect, runtime: optimize Name method | David Crawshaw |
| 2016-06-28 | runtime/internal/atomic: Use power5 compatible instructions for ppc64 | Lynn Boger |
| 2016-06-27 | runtime/pprof: update comments to point to new pprof | Raul Silvera |
| 2016-06-24 | cmd/compile, etc: use tflag to optimize Name()=="" | David Crawshaw |
| 2016-06-23 | cmd/compile, etc: bring back ptrToThis | David Crawshaw |
| 2016-06-21 | cmd/pprof: don't use offset if we don't have a start address | Ian Lance Taylor |
| 2016-06-21 | runtime: panic with the right error on iface conversion | Ian Lance Taylor |
| 2016-06-20 | runtime: set PPROF_TMPDIR before running pprof | Ian Lance Taylor |
| 2016-06-17 | runtime: eliminate poisonStack checks | Austin Clements |
| 2016-06-16 | runtime: fix stale comment in lfstackgo1.7beta2 | Austin Clements |
| 2016-06-16 | runtime: remove useless loop from CgoCCodeSIGPROF test program | Ian Lance Taylor |
| 2016-06-15 | runtime: if the test program hangs, try to get a stack trace | Ian Lance Taylor |
| 2016-06-14 | cmd/compile, etc: handle many struct fields | David Crawshaw |
| 2016-06-13 | runtime: collect stack trace if SIGPROF arrives on non-Go thread | Ian Lance Taylor |
| 2016-06-11 | runtime: aeshash, xor seed in earlier | Keith Randall |
| 2016-06-09 | runtime: set $sp before $pc in gdb python script | Cherry Zhang |
| 2016-06-08 | runtime/cgo: restore the g pointer correctly in crosscall_s390x | Michael Munday |
| 2016-06-07 | cmd/compile: fix heap dump test on android | Keith Randall |
| 2016-06-05 | runtime: fix typo | Keith Randall |
| 2016-06-03 | runtime/cgo: add TSAN locks around mmap call | Ian Lance Taylor |
| 2016-06-03 | cmd/internal/obj, runtime: fixes for defer in 386 shared libraries | Michael Hudson-Doyle |
| 2016-06-02 | runtime: only permit SetCgoTraceback to be called once | Ian Lance Taylor |
| 2016-06-02 | runtime/cgo: avoid races on cgo_context_function | Ian Lance Taylor |
| 2016-06-02 | runtime: fix typo in comment | Dmitry Vyukov |
| 2016-06-01 | runtime: document heap scavenger memory summary | Emmanuel Odeke |
| 2016-05-31 | runtime: fix restoring PC in ARM version of cgocallback_gofunc | Ian Lance Taylor |
| 2016-05-31 | runtime: pass signal context to cgo traceback function | Ian Lance Taylor |
| 2016-05-31 | runtime: update pprof binary header URL | Ian Lance Taylor |
| 2016-05-31 | runtime/cgo: add TSAN acquire/release calls | Ian Lance Taylor |
| 2016-05-31 | runtime/pprof, cmd/pprof: fix profiling for PIE | Ian Lance Taylor |
| 2016-05-27 | strings: fix and reenable amd64 Index for 17-31 byte strings | Ilya Tocar |
| 2016-05-27 | runtime: skip TestGdbBacktrace on netbsd | Mikio Hara |
| 2016-05-27 | runtime: always call stackfree on the system stack | Austin Clements |
| 2016-05-27 | runtime: record Python stack on TestGdbPython failure | Austin Clements |
| 2016-05-26 | build: enable framepointer mode by default | Russ Cox |
| 2016-05-26 | runtime: tell race detector about reflectOffs.lock | David Crawshaw |
| 2016-05-26 | runtime: unwind BP in jmpdefer to match SP unwind | Austin Clements |
| 2016-05-26 | runtime: make framepointer mode safe for Windows | Russ Cox |
| 2016-05-26 | runtime: add library startup support for ppc64le | Russ Cox |
| 2016-05-25 | cmd/cgo, runtime, runtime/cgo: TSAN support for malloc | Ian Lance Taylor |
| 2016-05-25 | runtime: align C library startup calls on amd64 | Russ Cox |
| 2016-05-25 | runtime: pass gcWork to scanstack | Austin Clements |
| 2016-05-25 | runtime: document scanstack | Austin Clements |
| 2016-05-25 | runtime: use Run for more benchmarks | Marcel van Lohuizen |