| Age | Commit message (Expand) | Author |
| 2025-06-25 | runtime: note custom GOMAXPROCS even if value doesn't change | Michael Pratt |
| 2025-05-29 | runtime, testing/synctest: breaking bubble isolation with Cond is fatal | Damien Neil |
| 2025-05-22 | runtime: don't spin looking for a tiny alloc address with asan or race | Michael Anthony Knyszek |
| 2025-05-21 | runtime: use DontUpdate testprog for DontUpdate test | Michael Pratt |
| 2025-05-21 | runtime: use cgroup CPU limit to set GOMAXPROCS | Michael Pratt |
| 2025-05-21 | runtime: guarantee checkfinalizers test allocates in a shared tiny block | Michael Anthony Knyszek |
| 2025-05-20 | runtime: mark and identify tiny blocks in checkfinalizers mode | Michael Anthony Knyszek |
| 2025-05-20 | runtime: annotate checkfinalizers reports with source and type info | Michael Anthony Knyszek |
| 2025-05-20 | runtime: add new GODEBUG checkfinalizer | Michael Anthony Knyszek |
| 2025-05-19 | runtime: pass through -asan/-msan/-race to testprog tests | Michael Pratt |
| 2025-05-08 | runtime: schedule cleanups across multiple goroutines | Michael Anthony Knyszek |
| 2025-05-06 | runtime: replace mentions of "raised" with "panicked" | Mark Freeman |
| 2025-04-04 | runtime: add thread exit plus vgetrandom stress test | Michael Pratt |
| 2025-03-24 | runtime: always show runfinq in traceback | Michael Pratt |
| 2025-03-20 | all: use exec.Command.String in test logs | qmuntal |
| 2025-02-06 | runtime: don't duplicate reraised panic values in printpanics | Damien Neil |
| 2024-05-17 | runtime: fix coro interactions with thread-locked goroutines | Michael Anthony Knyszek |
| 2024-05-08 | runtime: properly frame panic values in tracebacks | Alan Donovan |
| 2024-03-21 | runtime: make tidExists more robust | Michael Anthony Knyszek |
| 2023-10-23 | runtime: allow for 10 more threads in TestWindowsStackMemory* | Cuong Manh Le |
| 2023-08-16 | runtime/testdata/testprog: use testenv.SyscallIsNotSupported to check syscall... | Bryan C. Mills |
| 2023-06-05 | runtime: move Segv and TgkillSegv to testprog | Cherry Mui |
| 2023-04-18 | runtime: adjust frame pointer on stack copy on ARM64 | Cherry Zhang |
| 2023-03-07 | runtime: allow for 5 more threads in TestWindowsStackMemory* | Alex Brainman |
| 2023-02-28 | runtime: use os.TempDir instead of hard-coding /tmp | Bryan C. Mills |
| 2022-10-02 | all: use time.Since instead of time.Now().Sub | hopehook |
| 2022-09-30 | all: omit comparison bool constant to simplify code | cui fliter |
| 2022-09-27 | runtime: using bytes.CutPrefix | cuiweixie |
| 2022-08-31 | cmd/compile: add support for unsafe.{String,StringData,SliceData} | cuiweixie |
| 2022-08-12 | runtime: run "gofmt -s -w" | Cuong Manh Le |
| 2022-08-08 | cmd/compile,runtime: panic when unsafe.Slice param is nil and > 0 | cuiweixie |
| 2022-07-30 | runtime: fix typos | hopehook |
| 2022-06-08 | runtime: gofmt | Michael Pratt |
| 2022-05-03 | runtime/debug: export SetMemoryLimit | Michael Anthony Knyszek |
| 2022-04-15 | runtime: don't discard value from panic while panicking | hopehook |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-12-07 | runtime: fix comments on the behavior of SetGCPercent | Michael Anthony Knyszek |
| 2021-12-06 | runtime: call runtime.GC in several tests that disable GC | Michael Anthony Knyszek |
| 2021-11-22 | runtime: in TestSpuriousWakeupsNeverHangSemasleep, wait for the runtime to re... | Bryan C. Mills |
| 2021-11-11 | runtime: adjust TestPhysicalMemoryUtilization to handle large page sizes | Michael Anthony Knyszek |
| 2021-11-10 | runtime: rewrite TestPhysicalMemoryUtilization | Michael Anthony Knyszek |
| 2021-10-06 | all: use bytes.Cut, strings.Cut | Russ Cox |
| 2021-08-28 | runtime: add test case for checkptr alignment with nested expression | Cuong Manh Le |
| 2021-07-28 | runtime: don't crash on nil pointers in checkptrAlignment | Matthew Dempsky |
| 2021-06-28 | cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil) | Matthew Dempsky |
| 2021-04-22 | runtime: don't run TestCrashDumpsAllThreads in parallel | Ian Lance Taylor |
| 2021-01-27 | runtime: make sure to remove open-coded defer entries in all cases after a re... | Dan Scales |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-11-09 | Revert "runtime: make stack traces of endless recursion print only top and bo... | Emmanuel Odeke |
| 2020-11-06 | runtime: make stack traces of endless recursion print only top and bottom 50 | Emmanuel T Odeke |