| Age | Commit message (Expand) | Author |
| 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 |
| 2023-06-06 | runtime: implement SUID/SGID protections | Roland Shoemaker |
| 2023-05-11 | runtime: redefine _type to abi.Type; add rtype for methods. | David Chase |
| 2023-04-21 | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements |
| 2023-03-24 | runtime: add GODEBUG=dontfreezetheworld=1 | Michael Pratt |
| 2023-03-10 | runtime: replace all callback uses of gentraceback with unwinder | Austin Clements |
| 2023-01-19 | internal/godebug: export non-default-behavior counters in runtime/metrics | Russ Cox |
| 2023-01-19 | runtime: replace panic(nil) with panic(new(runtime.PanicNilError)) | Russ Cox |
| 2022-09-19 | cmd/compile: implement slice-to-array conversions | Matthew Dempsky |
| 2022-09-06 | runtime: remove unused parameter on runOpenDeferFrame | Daniel Martí |
| 2022-08-12 | runtime: convert panicking to atomic type | Michael Pratt |
| 2022-08-12 | runtime: convert runningPanicDefers to atomic type | Michael Pratt |
| 2022-08-02 | runtime: trivial replacements of _g_ in remaining files | Michael Pratt |
| 2022-08-02 | runtime: clean up dopanic_m | Michael Pratt |
| 2022-08-02 | runtime: clean up canpanic | Michael Pratt |
| 2022-05-16 | runtime: mark panicshift and panicdivide as //go:yeswritebarrierrec | Matthew Dempsky |
| 2022-05-13 | runtime: add go:yeswritebarrierrec to panic functions | David Chase |
| 2022-04-28 | runtime: simply user throws, expand runtime throws | Michael Pratt |
| 2022-04-28 | runtime: differentiate "user" and "system" throws | Michael Pratt |
| 2022-04-15 | runtime: don't discard value from panic while panicking | hopehook |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-09 | runtime: revert recent Windows crashdump changes | Jason A. Donenfeld |
| 2021-10-29 | runtime: do not add open defer entry above a started open defer entry | Dan Scales |
| 2021-10-29 | runtime: enable crash dump creation on Windows | Zhi Zheng |
| 2021-10-26 | runtime: rename _m_ to mp [generated] | Michael Pratt |
| 2021-09-27 | runtime: convert _func.entry to a method | Josh Bleecher Snyder |
| 2021-08-04 | [dev.typeparams] runtime: handle d.link carefully when freeing a defer | Austin Clements |