| Age | Commit message (Expand) | Author |
| 2025-06-30 | runtime: stash allpSnapshot on the M | Michael Pratt |
| 2025-06-27 | runtime: account for missing frame pointer in preamble | Michael Anthony Knyszek |
| 2025-06-18 | runtime: prevent mutual deadlock between GC stopTheWorld and suspendG | Michael Anthony Knyszek |
| 2025-06-04 | runtime: make bubbled timers more consistent with unbubbled | Damien Neil |
| 2025-05-29 | runtime: guarantee no GOMAXPROCS update syscalls after GOMAXPROCS call | Michael Pratt |
| 2025-05-29 | runtime: increment updatemaxprocs metric only when disabled | Michael Pratt |
| 2025-05-28 | runtime: rename updateGOMAXPROCS to updateMaxProcsG | Michael Pratt |
| 2025-05-21 | runtime: use cgroup CPU limit to set GOMAXPROCS | Michael Pratt |
| 2025-05-21 | runtime: add valgrind instrumentation | Roland Shoemaker |
| 2025-05-20 | runtime: report finalizer and cleanup queue length with checkfinalizer>0 | Michael Anthony Knyszek |
| 2025-05-19 | runtime: rename ncpu to numCPUStartup | Michael Pratt |
| 2025-05-19 | runtime: move atoi to internal/runtime/strconv | Michael Pratt |
| 2025-05-12 | runtime: only poll network from one P at a time in findRunnable | Carlos Amedee |
| 2025-05-08 | runtime: schedule cleanups across multiple goroutines | Michael Anthony Knyszek |
| 2025-05-07 | runtime: use "bubble" terminology for synctest | Damien Neil |
| 2025-05-01 | cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64 | Joel Sing |
| 2025-04-22 | Revert "runtime: only poll network from one P at a time in findRunnable" | Carlos Amedee |
| 2025-04-22 | runtime: only poll network from one P at a time in findRunnable | Ian Lance Taylor |
| 2025-04-18 | internal,runtime: use the builtin clear | apocelipes |
| 2025-04-15 | runtime: size field for gQueue and gList | Dmitrii Martynov |
| 2025-04-11 | runtime: handle m0 padding better | Russ Cox |
| 2025-04-11 | runtime: use built-in min function | Marcel Meyer |
| 2025-04-09 | runtime: explicitly exclude a potential deadlock in the scheduler | Dmitrii Martynov |
| 2025-04-03 | runtime: cleanup M vgetrandom state before dropping P | Michael Pratt |
| 2025-03-05 | runtime: in asan mode call __lsan_do_leak_check when exiting | Ian Lance Taylor |
| 2025-02-26 | runtime: remove ret field from gobuf | Keith Randall |
| 2025-02-18 | runtime: print pp.schedtick in scheddetail even when !detailed | Nicolas Hillegeer |
| 2025-02-18 | runtime: only read pp.m in schedtrace if needed | Nicolas Hillegeer |
| 2025-02-11 | runtime: use internal/trace/tracev2 definitions | Michael Anthony Knyszek |
| 2025-01-08 | runtime: hold traceAcquire across casgstatus in injectglist | Michael Anthony Knyszek |
| 2024-11-20 | runtime: remove unused casgcopystack function | Damien Neil |
| 2024-11-19 | internal/synctest: new package for testing concurrent code | Damien Neil |
| 2024-11-19 | crypto/subtle: add DIT closure | Roland Shoemaker |
| 2024-11-19 | cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64 | Guoqi Chen |
| 2024-11-18 | internal/sync: move sync.Mutex implementation into new package | Michael Anthony Knyszek |
| 2024-11-15 | runtime: unify lock2, allow deeper sleep | Rhys Hiltner |
| 2024-11-12 | cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 | Guoqi Chen |
| 2024-11-07 | cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64 | Guoqi Chen |
| 2024-10-30 | runtime: update and restore g0 stack bounds at cgocallback | Cherry Mui |
| 2024-09-17 | runtime: move getcallersp to internal/runtime/sys | Michael Pratt |
| 2024-09-17 | runtime: move getcallerpc to internal/runtime/sys | Michael Pratt |
| 2024-09-11 | runtime: Goexit on C-created thread report more useful error message | Cuong Manh Le |
| 2024-09-10 | Revert "runtime: Goexit on C-created thread report more useful error message" | Tim King |
| 2024-09-10 | runtime: Goexit on C-created thread report more useful error message | qiulaidongfeng |
| 2024-09-04 | runtime: update comment for golinkname | Wei Fu |
| 2024-08-27 | runtime: store bp on cgocallback as unsafe.Pointer | Michael Anthony Knyszek |
| 2024-08-13 | cmd/link, runtime: support library mode on wasip1 | Cherry Mui |
| 2024-07-23 | runtime,internal: move runtime/internal/sys to internal/runtime/sys | David Chase |
| 2024-05-29 | all: document legacy //go:linkname for final round of modules | Russ Cox |
| 2024-05-29 | all: document legacy //go:linkname for modules with ≥100 dependents | Russ Cox |