| Age | Commit message (Expand) | Author |
| 2025-05-21 | internal/runtime/cgroup: add line-by-line reader using a single scratch buffer | Michael Pratt |
| 2025-05-19 | runtime: move atoi to internal/runtime/strconv | Michael Pratt |
| 2025-05-19 | internal/runtime/syscall: add basic file system calls | Michael Pratt |
| 2025-05-16 | runtime: prevent cleanup goroutines from missing work | Michael Anthony Knyszek |
| 2025-05-07 | internal/runtime/maps: make clear also erase tombstones | khr@golang.org |
| 2025-05-02 | runtime: mark and scan small objects in whole spans [green tea] | Michael Anthony Knyszek |
| 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, internal/runtime/maps: speed-up empty/zero map lookups | Mateusz Poliwczak |
| 2025-04-18 | internal/runtime/maps: move tombstone test to swiss file | Michael Pratt |
| 2025-04-17 | internal/runtime/maps: prune tombstones in maps before growing | Keith Randall |
| 2025-04-08 | internal/runtime/maps: pass proper func PC to race.WritePC/race.ReadPC | Mateusz Poliwczak |
| 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-14 | internal/runtime/atomic: add Xchg8 for s390x and wasm | Rhys Hiltner |
| 2025-03-11 | runtime/internal: clean up completely | Jes Cok |
| 2025-03-10 | internal/runtime/atomic: updated go assembler comments | Prabhav Dogra |
| 2025-03-04 | runtime: decorate anonymous memory mappings | Lénaïc Huard |
| 2025-02-21 | internal/runtime/atomic: add Xchg8 for mipsx | Julian Zhu |
| 2025-02-20 | internal/runtime/atomic: add Xchg8 for mips64x | Julian Zhu |
| 2025-02-19 | internal/runtime/atomic: add Xchg8 for riscv64 | Julian Zhu |
| 2025-02-16 | runtime/maps: fix typo in group.go comment (H1 -> H2) | Artyom Litovets |
| 2025-01-14 | internal/runtime/maps: re-enable some tests | Keith Randall |
| 2024-12-21 | cmd/compile: load map length with the right type | Cherry Mui |
| 2024-12-06 | cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSD | Damien Neil |
| 2024-11-21 | all: fix some function names and typos in comment | cuishuang |
| 2024-11-21 | internal/copyright: add test that copyright notices exist | Russ Cox |
| 2024-11-20 | cmd/compile: intrinsify swissmap match calls with SIMD on amd64 | Michael Pratt |
| 2024-11-20 | cmd/compile, internal/runtime/atomic: add Xchg8 for loong64 | Guoqi Chen |
| 2024-11-19 | internal/runtime/maps: hash copy of key instead of key itself | Keith Randall |
| 2024-11-19 | internal/runtime/maps: assume constant elem offset with int64 and string keys | Keith Randall |
| 2024-11-19 | internal/runtime/maps: use simpler calculation for slot element | Keith Randall |
| 2024-11-19 | crypto/subtle: add DIT closure | Roland Shoemaker |
| 2024-11-19 | cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64 | Guoqi Chen |
| 2024-11-18 | internal/runtime/maps: don't copy indirect key/elem when growing maps | Keith Randall |
| 2024-11-18 | internal/runtime/maps: fix noswiss builder | khr@golang.org |
| 2024-11-17 | runtime/internal/maps: remove entryMask | Keith Randall |
| 2024-11-17 | internal/runtime/maps: simplify small group lookup | Keith Randall |
| 2024-11-17 | internal/runtime/maps: eliminate a load from the hot path | Keith Randall |
| 2024-11-17 | runtime/internal/maps: optimize long string keys for small maps | Keith Randall |
| 2024-11-13 | internal/runtime/maps: use match to skip non-full slots in iteration | Michael Pratt |
| 2024-11-11 | internal/runtime/maps: don't hash twice when deleting | Keith Randall |
| 2024-11-11 | internal/runtime/maps: get rid of a few obsolete TODOs | Keith Randall |
| 2024-11-11 | cmd/compiler,internal/runtime/atomic: optimize And{64,32,8} and Or{64,32,8} o... | Guoqi Chen |
| 2024-11-11 | cmd/compiler,internal/runtime/atomic: optimize xchg{32,64} on loong64 | Guoqi Chen |
| 2024-11-08 | cmd/compiler,internal/runtime/atomic: optimize xadd{32,64} on loong64 | Guoqi Chen |
| 2024-11-07 | cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64 | Guoqi Chen |
| 2024-11-01 | internal/runtime/maps: return after fatal to help register allocator | khr@golang.org |
| 2024-11-01 | internal/runtime/maps: clean up put slot calls | khr@golang.org |
| 2024-11-01 | internal/runtime/maps: use matchEmptyOrDeleted instead of matchEmpty | khr@golang.org |