| Age | Commit message (Expand) | Author |
| 2024-11-18 | runtime: fix MapCycle test | Keith Randall |
| 2024-11-18 | runtime: relax TestWindowsStackMemory from 100kB to 128kB | Russ Cox |
| 2024-11-17 | internal/runtime/maps: simplify small group lookup | Keith Randall |
| 2024-11-17 | runtime/internal/maps: optimize long string keys for small maps | Keith Randall |
| 2024-11-16 | runtime/pprof: reduce label overhead | Felix Geisendörfer |
| 2024-11-16 | runtime: implement Stop for AddCleanup | Carlos Amedee |
| 2024-11-16 | runtime: implement AddCleanup | Carlos Amedee |
| 2024-11-16 | runtime/pprof: continued attempt to deflake the VMInfo test. | Cosmos Nicolaou |
| 2024-11-16 | runtime: improve CALLFN macro for loong64 | Xiaolin Zhao |
| 2024-11-16 | runtime: use ABIInternal for calls to sigtrampgo on linux/loong64 | Guoqi Chen |
| 2024-11-15 | runtime: unify lock2, allow deeper sleep | Rhys Hiltner |
| 2024-11-15 | runtime: allow futex OSes to use sema-based mutex | Rhys Hiltner |
| 2024-11-15 | runtime: validate all calls to SetFinalizer | Carlos Amedee |
| 2024-11-15 | runtime: add race detector tips to reportZombies func | Lin Lin |
| 2024-11-14 | runtime: add test for mutex starvation | Rhys Hiltner |
| 2024-11-14 | runtime/cgo: report a meaningful error message when using Cygwin | qmuntal |
| 2024-11-14 | runtime: make Frames example produce documented output | Jes Cok |
| 2024-11-13 | runtime/pprof: note different between go test -memprofile and WriteHeapProfile | Sean Liao |
| 2024-11-13 | runtime: prevent weak->strong conversions during mark termination | Michael Anthony Knyszek |
| 2024-11-13 | internal/runtime/maps: use match to skip non-full slots in iteration | Michael Pratt |
| 2024-11-13 | runtime: add benchmark of iteration over map with low load | Michael Pratt |
| 2024-11-13 | runtime: reserve 4kB for system stack on windows-386 | Russ Cox |
| 2024-11-12 | runtime: fix iterator returns map entries after clear (pre-swissmap) | Youlin Feng |
| 2024-11-12 | cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 | Guoqi Chen |
| 2024-11-11 | internal/runtime/maps: don't hash twice when deleting | Keith Randall |
| 2024-11-11 | runtime, syscall: use pointer types on wasmimport functions | Cherry Mui |
| 2024-11-08 | cmd/internal/goobj: regenerate builtinlist | Ian Lance Taylor |
| 2024-11-08 | cmd/compile/internal: intrinsify publicationBarrier on loong64 | Guoqi Chen |
| 2024-11-07 | runtime/cgo: use pthread_getattr_np on Android | Cherry Mui |
| 2024-11-07 | runtime/pprof: add label benchmark | Felix Geisendörfer |
| 2024-11-07 | runtime/race: treat map concurrent access detection as a race detector hit | Keith Randall |
| 2024-11-07 | cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64 | Guoqi Chen |
| 2024-11-04 | runtime/pprof: relax TestProfilerStackDepth | Nick Ripley |
| 2024-11-01 | runtime: fix out-of-date comment doc | changwang ma |
| 2024-10-30 | runtime: update and restore g0 stack bounds at cgocallback | Cherry Mui |
| 2024-10-30 | cmd/compile,internal/runtime/maps: stack allocated maps and small alloc | Michael Pratt |
| 2024-10-30 | runtime,internal/runtime/maps: specialized swissmaps | Michael Pratt |
| 2024-10-30 | cmd/compile,runtime: add indirect key/elem to swissmap | Michael Pratt |
| 2024-10-30 | runtime: add concurrent write checks to swissmap | Michael Pratt |
| 2024-10-30 | internal/runtime/maps: enable race for map functions in internal/runtime/maps | Michael Pratt |
| 2024-10-30 | internal/race,runtime: linkname contents of internal/race | Michael Pratt |
| 2024-10-30 | internal/runtime/maps: proper capacity hint handling | Michael Pratt |
| 2024-10-29 | runtime: skip TestMemmoveOverflow with asan | Michael Anthony Knyszek |
| 2024-10-29 | runtime: move mapaccess1 and mapassign to internal/runtime/maps | Michael Pratt |
| 2024-10-29 | runtime: skip most map benchmark combinations by default | Michael Pratt |
| 2024-10-29 | internal/runtime/maps: remove type fields | Michael Pratt |
| 2024-10-29 | strings,bytes: use result of copy in subsequent slicing | Keith Randall |
| 2024-10-29 | runtime: skip TestNewOSProc0 with asan and msan | Michael Anthony Knyszek |
| 2024-10-29 | cmd/internal/obj/ppc64: support for extended mnemonics of BC | Jayanth Krishnamurthy |
| 2024-10-29 | crypto/internal/fips: add self-test mechanism | Filippo Valsorda |