| Age | Commit message (Expand) | Author |
| 2020-06-10 | runtime: fix typo in FuncForPC docgo1.15beta1 | Rodolfo Carvalho |
| 2020-06-09 | runtime: fix typo in comment (object -> objects) | Brad Fitzpatrick |
| 2020-06-08 | all: avoid awkward wording from CL 236857 | Russ Cox |
| 2020-06-08 | runtime: always mark span when marking an object | Austin Clements |
| 2020-06-08 | all: replace usages of whitelist/blacklist and master/slave | Filippo Valsorda |
| 2020-06-05 | runtime: clarify wording/grammar on GODEBUG=invalidptr | Brad Fitzpatrick |
| 2020-06-04 | all: fix dead links to inferno-os bitbucket repository | Tobias Klauser |
| 2020-06-03 | runtime: make runtime-gdb.py tolerant of creatively-named gdb versions | David Chase |
| 2020-06-03 | runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2 | David Chase |
| 2020-06-03 | runtime: steal timers from running P's | Ian Lance Taylor |
| 2020-06-02 | runtime: repair slice, string, and channel printing in gdb | David Chase |
| 2020-06-02 | runtime: add three new partial orders for lock ranking | Dan Scales |
| 2020-05-31 | runtime: fix race condition between timer and event handler | Richard Musiol |
| 2020-05-29 | runtime: no SIGWINCH to pgrp while GDB is running | Michael Pratt |
| 2020-05-27 | runtime: check gdb exit status and log output | Michael Pratt |
| 2020-05-26 | runtime, time: gofmt | Tobias Klauser |
| 2020-05-26 | runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7 | Joel Sing |
| 2020-05-21 | runtime: detect and report zombie slots during sweeping | Austin Clements |
| 2020-05-21 | runtime: disable preemption in startTemplateThread | Michael Pratt |
| 2020-05-21 | runtime: synchronize StartTrace and StopTrace with sysmon | Michael Anthony Knyszek |
| 2020-05-21 | runtime: add a barrier after a new span is allocated | Cherry Zhang |
| 2020-05-20 | runtime: allocate fewer bytes during TestEINTR | Bryan C. Mills |
| 2020-05-20 | runtime: don't use (addrRange).subtract in removeGreaterEqual | Michael Anthony Knyszek |
| 2020-05-18 | runtime: don't enable notes (=signals) too early in Plan 9 | Richard Miller |
| 2020-05-14 | runtime: add a lock partial order edge (assistQueue -> mspanSpecial) | Dan Scales |
| 2020-05-14 | runtime: remove flaky "goroutine 2 bt" from gdb test | Josh Bleecher Snyder |
| 2020-05-14 | runtime: make maxOffAddr reflect the actual address space upper bound | Michael Anthony Knyszek |
| 2020-05-13 | runtime: reduce timing sensitivity in TestEINTR | Bryan C. Mills |
| 2020-05-11 | internal/poll, os: loop on EINTR | Ian Lance Taylor |
| 2020-05-09 | runtime: fix dead link in gcc_androd.c file | Alberto Donizetti |
| 2020-05-08 | runtime: use first line of cpuset output on FreeBSD | Steven Hartland |
| 2020-05-08 | runtime: use offAddr in more parts of the runtime | Michael Anthony Knyszek |
| 2020-05-08 | runtime: make addrRange[s] operate on offset addresses | Michael Anthony Knyszek |
| 2020-05-08 | runtime: avoid re-scanning scavenged and untouched memory | Michael Anthony Knyszek |
| 2020-05-08 | runtime: remove scavAddr in favor of address ranges | Michael Anthony Knyszek |
| 2020-05-07 | runtime: do not attempt bulkBarrierPreWrite when dst slice length is zero | Martin Möhrmann |
| 2020-05-07 | runtime: avoid overflow from linearAlloc | Michael Anthony Knyszek |
| 2020-05-07 | runtime: avoid overflow in (*mheap).grow | Michael Anthony Knyszek |
| 2020-05-07 | runtime: incorporate Gscan acquire/release into lock ranking order | Dan Scales |
| 2020-05-07 | crypto/x509: use Security.framework without cgo for roots on macOS | Filippo Valsorda |
| 2020-05-07 | runtime: grow stack more than 2x if the new frame is large | Keith Randall |
| 2020-05-07 | cmd/compile: optimize make+copy pattern to avoid memclr | Martin Möhrmann |
| 2020-05-07 | runtime: call osyield directly in lockextra | 徐志强 |
| 2020-05-07 | runtime/runtime2: pack the sudog struct | Aaron Patterson |
| 2020-05-06 | cmd/internal/obj, runtime: preempt & restart some instruction sequences | Cherry Zhang |
| 2020-05-06 | runtime: use correct truncated constants for float conversion | Agniva De Sarker |
| 2020-05-05 | runtime: correct waitReasonForceGGIdle to waitResonForceGCIdle | geedchin |
| 2020-05-04 | runtime: mark riscv64 goexit with TOPFRAME | Joel Sing |
| 2020-05-01 | runtime: add one extra lock ranking partial edge | Dan Scales |
| 2020-05-01 | runtime/race: rebuild race detector .syso files | Keith Randall |