| Age | Commit message (Expand) | Author |
| 2024-09-30 | runtime, internal/syscall/unix: mark getrandom vDSO as non-escaping | Mateusz Poliwczak |
| 2024-09-30 | runtime: use canonical wireguard-go repo for procyield() linkname usage | Jason A. Donenfeld |
| 2024-09-30 | runtime: align vgetrandom states to cache line | Jason A. Donenfeld |
| 2024-09-28 | runtime: use vDSO for getrandom() on linux | Jason A. Donenfeld |
| 2024-09-27 | runtime: fix TestGdbAutotmpTypes on gdb version 15 | Shulhan |
| 2024-09-26 | runtime: if stop/reset races with running timer, return correct result | Ian Lance Taylor |
| 2024-09-26 | runtime: properly compute whether PC is inside vDSO pages | Jason A. Donenfeld |
| 2024-09-26 | os: ignore SIGSYS in checkPidfd | cions |
| 2024-09-25 | runtime: fix GoroutineProfile stacks not getting null terminated | Felix Geisendörfer |
| 2024-09-25 | runtime: fix MutexProfile missing root frames | Felix Geisendörfer |
| 2024-09-25 | runtime: print fatal messages without interleaving | Keith Randall |
| 2024-09-24 | runtime: disable epipe check for wasm platform | Zxilly |
| 2024-09-23 | cmd/trace,internal/trace,runtime: refactor to access frames via range over func | Felix Geisendörfer |
| 2024-09-23 | internal/trace: refactor Stack.Frames to return iter.Seq | Felix Geisendörfer |
| 2024-09-18 | reflect: remove calling mapiterkey, mapiterelem | Kyle Xiao |
| 2024-09-17 | runtime: move getclosureptr to internal/runtime/sys | Michael Pratt |
| 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-16 | runtime: remove go:noescape from getcallerpc/sp | Michael Pratt |
| 2024-09-16 | cmd/preprofile, runtime/coverage: add package comment | Dmitri Shuralyov |
| 2024-09-12 | runtime: switch cputicks and switchToCrashStack0 on loong64 to regabi | Guoqi Chen |
| 2024-09-12 | runtime/pprof: use slices.Contains | Tobias Klauser |
| 2024-09-11 | runtime: optimize the function memmove on loong64 | Xiaolin Zhao |
| 2024-09-11 | runtime: Goexit on C-created thread report more useful error message | Cuong Manh Le |
| 2024-09-11 | runtime: add asm_riscv64.h | Mark D Ryan |
| 2024-09-10 | Revert "runtime: Goexit on C-created thread report more useful error message" | Tim King |
| 2024-09-10 | runtime, reflect: avoid allocation in structType.Field common cases | Ian Lance Taylor |
| 2024-09-10 | runtime: update documentation for ios addr bits | WuGuangyao |
| 2024-09-10 | cmd/compile: optimize []byte(string1 + string2) | Paschalis Tsilias |
| 2024-09-10 | runtime: Goexit on C-created thread report more useful error message | qiulaidongfeng |
| 2024-09-06 | runtime: remove cloudwego/frugal unused linkname from comment | Kyle Xiao |
| 2024-09-05 | runtime: use regabi for riscv64 cputicks | Meng Zhuo |
| 2024-09-05 | runtime: optimize the function memclrNoHeapPointers on loong64 | Xiaolin Zhao |
| 2024-09-04 | internal/weak: shade pointer in weak-to-strong conversion | Michael Anthony Knyszek |
| 2024-09-04 | runtime: size maps.Clone destination bucket array safely | Keith Randall |
| 2024-09-04 | runtime: update comment for golinkname | Wei Fu |
| 2024-09-04 | all: use t.Chdir in tests | Kir Kolyshkin |
| 2024-08-29 | internal/cpu, runtime: make linux/loong64 HWCAP data available | WANG Xuerui |
| 2024-08-27 | runtime: store bp on cgocallback as unsafe.Pointer | Michael Anthony Knyszek |
| 2024-08-22 | runtime: fix nanotime1 on windows/arm | qmuntal |
| 2024-08-20 | runtime: deprecate GOROOT | Dmitri Shuralyov |
| 2024-08-20 | src: fix typos | Alexander Cyon |
| 2024-08-20 | runtime: on AIX, fix call to _cgo_sys_thread_create in _rt0_ppc64_aix_lib | Paul E. Murphy |
| 2024-08-19 | math/rand: make calls to Seed no-op | Paschalis T |
| 2024-08-19 | runtime: store zero-delay mutex contention events | Rhys Hiltner |
| 2024-08-16 | cmd/cgo: enable #cgo noescape/nocallback | doujiang24 |
| 2024-08-16 | runtime: use .Pointers() instead of .PtrBytes != 0 | zhangyunhao |
| 2024-08-14 | runtime: record all sampled mutex profile events | Rhys Hiltner |
| 2024-08-13 | runtime/cgo: create C pthreads in detached state | Ian Lance Taylor |
| 2024-08-13 | cmd/link, runtime: support library mode on wasip1 | Cherry Mui |