| Age | Commit message (Expand) | Author |
| 2025-04-24 | runtime, internal/fuzz: add comparison tracing for libFuzzer on loong64 | limeidan |
| 2025-04-24 | runtime: fix typo in comment | changwang ma |
| 2025-04-24 | runtime/debug: update SetCrashOutput example to not pass parent env vars | Felix Geisendörfer |
| 2025-04-24 | runtime: fix tag pointers on aix | Keith Randall |
| 2025-04-23 | runtime: use precise bounds of Go data/bss for race detector | Keith Randall |
| 2025-04-23 | runtime: align taggable pointers more so we can use low bits for tag | Keith Randall |
| 2025-04-23 | runtime: move some malloc constants to internal/runtime/gc | Michael Anthony Knyszek |
| 2025-04-23 | runtime: move sizeclass defs to new package internal/runtime/gc | Michael Anthony Knyszek |
| 2025-04-22 | runtime: fix typos in comments | Xiaolin Zhao |
| 2025-04-22 | Revert "runtime: only poll network from one P at a time in findRunnable" | Carlos Amedee |
| 2025-04-22 | runtime, internal/runtime/maps: speed-up empty/zero map lookups | Mateusz Poliwczak |
| 2025-04-22 | runtime: commit to spinbitmutex GOEXPERIMENT | Rhys Hiltner |
| 2025-04-22 | runtime: fix test of when a mutex is contended | Rhys Hiltner |
| 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: don't use cgo_unsafe_args for syscall9 wrapper | Keith Randall |
| 2025-04-15 | runtime: fix 9-arg syscall on darwin/amd64 | Keith Randall |
| 2025-04-15 | runtime: size field for gQueue and gList | Dmitrii Martynov |
| 2025-04-13 | runtime: optimize the function memmove using SIMD on loong64 | Guoqi Chen |
| 2025-04-11 | all: use built-in min, max functions | Marcel Meyer |
| 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-08 | runtime: use internal/byteorder | apocelipes |
| 2025-04-07 | runtime: protect plan9 time_now function with !faketime build tag | Richard Miller |
| 2025-04-06 | all: use slices.Equal to simplify code | cuishuang |
| 2025-04-04 | internal/syscall/windows: use unsafe.Pointer instead of uintptr | qmuntal |
| 2025-04-04 | cmd/compile: stack allocate variable-sized makeslice | Keith Randall |
| 2025-04-04 | runtime: add thread exit plus vgetrandom stress test | Michael Pratt |
| 2025-04-03 | runtime: cleanup M vgetrandom state before dropping P | Michael Pratt |
| 2025-04-02 | runtime: simplify needzero logic | khr@golang.org |
| 2025-03-31 | runtime: fix plan9 monotonic time, crypto randomness | Russ Cox |
| 2025-03-30 | internal/runtime/maps: speed up small map lookups ~1.7x for unpredictable keys | thepudds |
| 2025-03-27 | maps: implement faster clone | Keith Randall |
| 2025-03-26 | runtime: optimizing memclrNoHeapPointers implementation using SIMD on loong64 | Guoqi Chen |
| 2025-03-24 | runtime: rename runfinq to runFinalizersAndCleanups | Michael Pratt |
| 2025-03-24 | runtime: always show runfinq in traceback | Michael Pratt |
| 2025-03-21 | runtime: deduplicate context call injection on Windows | qmuntal |
| 2025-03-21 | runtime: fix interactions between synctest, race detector, and timers | Damien Neil |
| 2025-03-20 | runtime/race: fix reversed conditional in test for fatal map access | Damien Neil |
| 2025-03-20 | runtime/race: don't complain about unrun tests when fatal map access happens | Damien Neil |
| 2025-03-20 | all: use exec.Command.String in test logs | qmuntal |
| 2025-03-19 | runtime/race: detect when TestRace fails to run all tests, skip failures | Damien Neil |
| 2025-03-19 | runtime: in asan mode unregister root regions on free | Florian Zenker |
| 2025-03-18 | runtime, time: don't use monotonic clock inside synctest bubbles | Damien Neil |
| 2025-03-17 | runtime: add function runtime.cgoSigtramp support on loong64 and enable cgo-t... | limeidan |
| 2025-03-17 | runtime, runtime/cgo: use libc for sigaction syscalls when cgo is enabled on ... | limeidan |
| 2025-03-17 | runtime: skip TestCgoCallbackPprof on platforms with broken profiling | Michael Pratt |
| 2025-03-15 | runtime: log profile when mutex profile test fails | Rhys Hiltner |
| 2025-03-14 | runtime: only set isExtraInC if there are no Go frames left | Michael Pratt |