| Age | Commit message (Expand) | Author |
| 2025-05-21 | internal/runtime/cgroup: CPU cgroup limit discovery | Michael Pratt |
| 2025-05-07 | runtime: use "bubble" terminology for synctest | Damien Neil |
| 2025-05-07 | runtime: print stack traces for bubbled goroutines on synctest deadlock | Damien Neil |
| 2025-05-06 | runtime: replace mentions of "raised" with "panicked" | Mark Freeman |
| 2025-03-11 | runtime/internal: clean up completely | Jes Cok |
| 2025-02-25 | cmd/compile, runtime: use PC of deferreturn for panic transfer | David Chase |
| 2025-02-19 | cmd/compile, runtime: use deferreturn as target PC for recover from deferrang... | David Chase |
| 2025-02-06 | runtime: don't duplicate reraised panic values in printpanics | Damien Neil |
| 2025-01-20 | runtime: delete out of date comment | Bill Morgan |
| 2024-11-21 | all: fix some function names and typos in comment | cuishuang |
| 2024-11-20 | all: rename crypto/internal/fips to crypto/internal/fips140 | Russ Cox |
| 2024-11-19 | crypto/rand: move OS interaction to crypto/internal/sysrand | Filippo Valsorda |
| 2024-11-18 | internal/sync: move sync.Mutex implementation into new package | Michael Anthony Knyszek |
| 2024-10-30 | internal/runtime/maps: proper capacity hint handling | Michael Pratt |
| 2024-10-29 | crypto/internal/fips: add self-test mechanism | Filippo Valsorda |
| 2024-10-07 | crypto/rand: crash program if Read would return an error | Filippo Valsorda |
| 2024-09-25 | runtime: print fatal messages without interleaving | Keith Randall |
| 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-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 |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥500 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥2,000 dependents | Russ Cox |
| 2024-05-23 | internal/abi, cmd/compile, runtime: deduplicate rangefunc consts | David Chase |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥10,000 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥20,000 dependents | Russ Cox |
| 2024-05-22 | runtime,cmd/compile: fix wording of rangefunc panic messages | David Chase |
| 2024-05-21 | cmd/compile: for rangefunc, add checks and tests, fix panic interactions | David Chase |
| 2024-05-17 | runtime: make use of stringslite.{HasPrefix, HasSuffix} | Jes Cok |
| 2024-05-15 | runtime: make convTstring write barrier unreachable from throw | Alan Donovan |
| 2024-05-09 | runtime: add workaround to "throw" pending resolution of issue #67274 | Than McIntosh |
| 2024-05-08 | runtime: properly frame panic values in tracebacks | Alan Donovan |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 2024-02-10 | runtime: call traceAdvance before exiting | Nicolas Hillegeer |
| 2024-01-22 | runtime: simplify freedefer logic | Austin Clements |
| 2023-11-15 | cmd/compile: check for iteration after range func loop exit | David Chase |
| 2023-10-18 | runtime: speed up readvarintUnsafe | Cuong Manh Le |
| 2023-09-18 | all: clean unnecessary casts | Jes Cok |
| 2023-08-28 | runtime: fix bp restoration in panic recovery for arm64 | Michael Anthony Knyszek |
| 2023-08-16 | runtime: add support for range-over-func | Russ Cox |
| 2023-08-15 | runtime: restore caller's frame pointer when recovering from panic | Nick Ripley |
| 2023-08-07 | runtime: avoid relying on the unwinder in deferreturn | Matthew Dempsky |
| 2023-08-07 | runtime, cmd/compile: optimize open-coded defers | Matthew Dempsky |
| 2023-08-04 | runtime: add deferreturn fast path for linked defers | Matthew Dempsky |
| 2023-07-31 | runtime: refactor defer processing | Matthew Dempsky |
| 2023-06-06 | runtime: make GODEBUG=dontfreezetheworld=1 safer | Michael Pratt |