| Age | Commit message (Expand) | Author |
| 2026-02-02 | internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma... | ArsenySamoylov |
| 2025-07-30 | all: remove redundant Swiss prefixes | Michael Pratt |
| 2025-07-30 | all: remove GOEXPERIMENT=swissmap | Michael Pratt |
| 2024-08-02 | all: create swissmap experiment and fork files | Michael Pratt |
| 2024-07-23 | runtime,internal: move runtime/internal/math to internal/runtime/math | David Chase |
| 2024-05-29 | all: document legacy //go:linkname for final round of modules | Russ Cox |
| 2024-05-29 | all: document legacy //go:linkname for modules with ≥100 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥200 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥1,000 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥5,000 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥20,000 dependents | Russ Cox |
| 2024-05-22 | all: document legacy //go:linkname for modules with ≥50,000 dependents | Russ Cox |
| 2024-05-22 | runtime: revert "move zeroVal to internal/abi" | Russ Cox |
| 2024-05-22 | all: document legacy //go:linkname for modules with ≥100,000 dependents | Russ Cox |
| 2024-05-03 | runtime,reflect: move zeroVal to internal/abi | qiulaidongfeng |
| 2024-04-22 | runtime: move zeroVal out of map.go | Michael Pratt |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 2024-03-04 | runtime: use .Pointers() instead of manual checking | Pouriya |
| 2024-02-27 | runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi | qiulaidongfeng |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-12-05 | maps: fix aliasing problems with Clone | Keith Randall |
| 2023-11-22 | internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi | qiulaidongfeng |
| 2023-11-09 | runtime: implement experiment to replace heap bitmap with alloc headers | Michael Anthony Knyszek |
| 2023-10-14 | runtime: use real type size in map keys and values functions | Ian Lance Taylor |
| 2023-10-09 | map: use correct load factor for deciding when to grow | Keith Randall |
| 2023-08-25 | runtime: fix maps.Clone bug when cloning a map mid-grow | Keith Randall |
| 2023-08-09 | runtime: improve performance of empty map with interface key type | cuiweixie |
| 2023-05-24 | maps,runtime: improve maps.Values | cuiweixie |
| 2023-05-19 | maps,runtime: improve maps.Keys | cuiweixie |
| 2023-05-12 | reflect: allow Value be stack allocated | Cherry Mui |
| 2023-05-11 | runtime: move per-type types to internal/abi | David Chase |
| 2023-05-05 | internal/abi: refactor (basic) type struct into one definition | David Chase |
| 2023-04-13 | maps,runtime: improve maps.Clone | cuiweixie |
| 2023-04-08 | runtime: mark map bucket slots as empty during map clear | Cuong Manh Le |
| 2023-02-06 | cmd/link: linker portion of dead map removal | Than McIntosh |
| 2023-01-30 | reflect,runtime: add Value.Clear | Cuong Manh Le |
| 2023-01-23 | internal/abi,runtime: refactor map constants into one place | David Chase |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-04-28 | runtime: differentiate "user" and "system" throws | Michael Pratt |
| 2022-04-21 | runtime: use fastrand64 in mapiterinit | zhangyunhao |
| 2021-11-02 | runtime, syscall: add calls to asan functions | fanzha02 |
| 2021-09-11 | reflect: optimize for maps with string keys | Joe Tsai |
| 2021-09-05 | reflect: allocate hiter as part of MapIter | Josh Bleecher Snyder |
| 2021-06-17 | [dev.typeparams] runtime: fix import sort order [generated] | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i... | Michael Anthony Knyszek |
| 2021-05-21 | [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal | Cherry Mui |
| 2021-04-11 | runtime: simplify syntax for pointer arithmetic in mapaccess functions | Dan Kortschak |
| 2021-04-07 | runtime/map: update comment for gc/reflect | Makdon |
| 2020-11-05 | runtime: fix file references in hiter's comments | Vee Zhang |
| 2020-09-30 | runtime: code cleanup about map | mengxiaodong |