| Age | Commit message (Expand) | Author |
| 2020-07-11 | [release-branch.go1.13] reflect: zero stack slots before writing to them with... | Keith Randall |
| 2020-05-27 | [release-branch.go1.13] runtime: disable preemption in startTemplateThread | Michael Pratt |
| 2020-04-07 | [release-branch.go1.13] runtime: fix rounding in materializeGCProg | Austin Clements |
| 2020-04-03 | [release-branch.go1.13] runtime: fix wrong offset when calling ppc64x nanotim... | Carlos Eduardo Seo |
| 2020-03-25 | [release-branch.go1.13] runtime: ignore error returned by PowerRegisterSuspen... | Alex Brainman |
| 2020-01-16 | [release-branch.go1.13] runtime: ignore power notification error seen on Wind... | Ian Lance Taylor |
| 2020-01-08 | [release-branch.go1.13] runtime: ensure memmove write pointer atomically on A... | Cherry Zhang |
| 2020-01-03 | [release-branch.go1.13] runtime: do not use PowerRegisterSuspendResumeNotific... | Jason A. Donenfeld |
| 2019-12-19 | [release-branch.go1.13] runtime: call goready in wakeScavenger instead of ready | Michael Anthony Knyszek |
| 2019-12-04 | [release-branch.go1.13] runtime: fix textOff for multiple text sections | Lynn Boger |
| 2019-10-09 | [release-branch.go1.13] runtime: fix darwin syscall performance regression | Shenghou Ma |
| 2019-10-04 | [release-branch.go1.13] runtime: scavenge on growth instead of inline with al... | Michael Anthony Knyszek |
| 2019-10-04 | [release-branch.go1.13] runtime: redefine scavenge goal in terms of heap_inuse | Michael Anthony Knyszek |
| 2019-10-04 | [release-branch.go1.13] runtime: grow the heap incrementally | Austin Clements |
| 2019-10-04 | [release-branch.go1.13] runtime: monitor for suspend/resume to kick timeouts | Jason A. Donenfeld |
| 2019-10-02 | [release-branch.go1.13] runtime: fix lock acquire cycles related to scavenge.... | Michael Anthony Knyszek |
| 2019-08-07 | runtime/pprof: Mention goroutine label heritability | David Finkel |
| 2019-07-30 | runtime: call sysHugePage less often | Michael Knyszek |
| 2019-07-30 | runtime: add physHugePageShift | Michael Anthony Knyszek |
| 2019-07-29 | runtime: use uintptr instead of int32 for counting to next heap profile sample | Keith Randall |
| 2019-07-19 | runtime: align allocations harder in GODEBUG=sbrk=1 mode | Austin Clements |
| 2019-07-16 | runtime: add a test for getg with thread switch | Cherry Zhang |
| 2019-07-10 | runtime: expand comments on runtime panic checks | Austin Clements |
| 2019-07-01 | runtime: use correct register in darwin/386 pipe_trampoline | Ian Lance Taylor |
| 2019-06-30 | runtime: use a pipe to wake up signal_recv on Darwin | Ian Lance Taylor |
| 2019-06-28 | runtime: fix pprof cpu profile corruption on arm/mips/mipsle | Russ Cox |
| 2019-06-26 | cmd/compile, runtime: use R20, R21 in ARM64's Duff's devices | Cherry Zhang |
| 2019-06-25 | runtime: fix a register save/restore bug in sigtramp of arm-darwin | Ben Shi |
| 2019-06-23 | runtime/cgo: on Solaris link against -lxnet | Ian Lance Taylor |
| 2019-06-21 | Revert "runtime: use dispatch semaphores on Darwin" | Ian Lance Taylor |
| 2019-06-15 | runtime: use dispatch semaphores on Darwin | Ian Lance Taylor |
| 2019-06-10 | Revert "Revert "cmd/compile,runtime: allocate defer records on the stack"" | Keith Randall |
| 2019-06-06 | runtime/internal/atomic: remove erroneous ABI wrappers | Austin Clements |
| 2019-06-06 | runtime/internal/atomic: export more ABI0 wrappers | Austin Clements |
| 2019-06-06 | net: remove non-cgo macOS resolver code | Russ Cox |
| 2019-06-06 | runtime: document, fix libc error checks on macOS | Russ Cox |
| 2019-06-06 | runtime: mark all Go symbols called from assembly in other packages | Austin Clements |
| 2019-06-06 | cmd/compile, runtime: make atomic loads/stores sequentially consistent on s390x | Michael Munday |
| 2019-06-06 | runtime: fix non-tab indentation in lookup_darwin_*.s | Russ Cox |
| 2019-06-06 | runtime: fix scattered non-tab indentation in assembly | Russ Cox |
| 2019-06-06 | runtime: use default system stack size, not 64 kB, on non-cgo macOS | Russ Cox |
| 2019-06-05 | Revert "cmd/compile,runtime: allocate defer records on the stack" | Keith Randall |
| 2019-06-04 | cmd/compile,runtime: allocate defer records on the stack | Keith Randall |
| 2019-06-03 | runtime: fix sigpipe do not check SIGPIPE was ignored | LE Manh Cuong |
| 2019-06-03 | runtime: save/restore callee saved registers in arm64's sigtramp | Ben Shi |
| 2019-06-03 | runtime: get map of args of unstarted goroutines like we do for defers | Keith Randall |
| 2019-05-27 | runtime: remove VDSO fallback test and benchmarks | Ian Lance Taylor |
| 2019-05-24 | cmd, runtime: remove PC_F & PC_B globals on Wasm | Cherry Zhang |
| 2019-05-24 | runtime: ensure mheap lock stack growth invariant is maintained | Michael Anthony Knyszek |
| 2019-05-22 | all: shorten some tests | Russ Cox |