| Age | Commit message (Expand) | Author |
| 2024-11-01 | internal/runtime/maps: removed unused convertNonFullToEmptyAndFullToDeleted | Keith Randall |
| 2024-11-01 | internal/runtime/maps: simplify emptyOrDeleted condition | Keith Randall |
| 2024-10-31 | internal/runtime/atomic: fix uintptr usage in arm And8/Or8 | Mauri de Souza Meneguzzo |
| 2024-10-30 | internal/runtime/atomic: add Xchg8 for arm | Mauri de Souza Meneguzzo |
| 2024-10-30 | cmd/compile,internal/runtime/maps: stack allocated maps and small alloc | Michael Pratt |
| 2024-10-30 | internal/runtime/maps: store group across Iter.Next calls | Michael Pratt |
| 2024-10-30 | internal/runtime/maps: avoid table lookup on most Iter.Next calls | Michael Pratt |
| 2024-10-30 | internal/runtime/maps: optimize small map lookups with int keys | Michael Pratt |
| 2024-10-30 | internal/runtime/maps: use uintptr instead of uint32 for index in group | Michael Pratt |
| 2024-10-30 | internal/runtime/maps: cleanup seed usage | 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/runtime/maps: proper capacity hint handling | Michael Pratt |
| 2024-10-29 | runtime: move mapaccess1 and mapassign to internal/runtime/maps | Michael Pratt |
| 2024-10-29 | internal/runtime/maps: remove type fields | Michael Pratt |
| 2024-10-28 | internal/runtime/maps: shift optimizations | Michael Pratt |
| 2024-10-28 | internal/runtime/maps: avoid passing unused key return | Michael Pratt |
| 2024-10-28 | internal/runtime/maps: linear scan of small map | Michael Pratt |
| 2024-10-28 | internal/runtime/maps: small maps point directly to a group | Michael Pratt |
| 2024-10-28 | internal/runtime/maps: speed up modulo | Michael Pratt |
| 2024-10-28 | internal/runtime/maps: reuse deleted slots on insert | Michael Pratt |
| 2024-10-28 | internal/runtime/maps: merge Iter.groupIdx and Iter.slotIdx | Michael Pratt |
| 2024-10-28 | internal/runtime/atomic: add arm native implementations of And8/Or8 | Mauri de Souza Meneguzzo |
| 2024-10-21 | cmd/compile,internal/runtime/maps: add extendible hashing | Michael Pratt |
| 2024-10-18 | internal/runtime/atomic: add Xchg8 for 386 | Mauri de Souza Meneguzzo |
| 2024-10-14 | all: wire up swisstable maps | Michael Pratt |
| 2024-10-09 | internal/runtime/maps: support big endian architectures | Michael Pratt |
| 2024-10-08 | cmd/compile, internal/runtime/atomic: add Xchg8 for arm64 | Mauri de Souza Meneguzzo |
| 2024-10-08 | internal/runtime/maps: initial swiss table map implementation | Michael Pratt |
| 2024-10-07 | cmd/compile: add internal/runtime/atomic.Xchg8 intrinsic for PPC64 | Paul E. Murphy |
| 2024-10-02 | internal/runtime/atomic: add Xchg8 for amd64 | Rhys Hiltner |
| 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-08-26 | internal/runtime/sys: fix typo in comment | Kevin Z |
| 2024-08-01 | cmd/compiler,internal/runtime/atomic: optimize Load{64,32,8} on loong64 | Guoqi Chen |
| 2024-07-23 | runtime,internal: move runtime/internal/sys to internal/runtime/sys | David Chase |
| 2024-07-23 | runtime,internal: move runtime/internal/math to internal/runtime/math | David Chase |
| 2024-05-24 | internal/runtime/exithook: make safe for concurrent os.Exit | Russ Cox |
| 2024-05-23 | runtime: move exit hooks into internal/runtime/exithook | Russ Cox |
| 2024-05-17 | internal/runtime/atomic: fix missing linknames | Austin Clements |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2024-05-13 | all: delete loong64 non-register ABI fallback path | Guoqi Chen |
| 2024-05-11 | runtime/internal/atomic: add mips operators for And/Or | Mauri de Souza Meneguzzo |
| 2024-04-27 | internal/runtime/atomic: fix TestAnd64 and TestOr64 | Egon Elbre |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 2024-03-19 | runtime: optimize permission changes with mprotect | Lance Yang |
| 2024-03-04 | syscall: call internal/runtime/syscall.Syscall6 in RawSyscall6 | Andy Pan |