| Age | Commit message (Expand) | Author |
| 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 |
| 2016-05-25 | runtime: use of Run for some benchmarks | Marcel van Lohuizen |
| 2016-05-25 | runtime,runtime/cgo: save callee-saved FP register on arm | Elias Naur |
| 2016-05-24 | all: fixed a handful of typos | Robert Griesemer |
| 2016-05-24 | runtime: update SP when jumping stacks in traceback | Austin Clements |
| 2016-05-19 | runtime: fix goroutine priority elevation | Austin Clements |
| 2016-05-19 | runtime: add 'next' flag to ready | Austin Clements |
| 2016-05-19 | runtime/cgo: make cgo work with openbsd ABI changes | Joel Sing |
| 2016-05-19 | runtime: don't do a plain throw when throwsplit == true | Ian Lance Taylor |
| 2016-05-18 | runtime: print PC, not the counter, for a cgo traceback | Ian Lance Taylor |
| 2016-05-18 | runtime: check only up to ptrdata bytes for pointers | Ian Lance Taylor |
| 2016-05-18 | runtime: add KeepAlive function | Ian Lance Taylor |
| 2016-05-18 | runtime: in tests, make sure gdb does not start with a shell | Cuihtlauac ALVARADO |
| 2016-05-18 | runtime: deflake TestSignalExitStatus | Ian Lance Taylor |
| 2016-05-18 | runtime: prevent racefini from being invoked more than once | James Chacon |
| 2016-05-16 | runtime: yield after raising signal that should kill process | Ian Lance Taylor |