| Age | Commit message (Expand) | Author |
| 2026-01-27 | cmd/link, runtime: remove typelinks | Ian Lance Taylor |
| 2026-01-26 | cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem... | fumiyanokesinn |
| 2026-01-23 | cmd/compile: simplify AlgType usage | Keith Randall |
| 2026-01-23 | cmd/compile: simplify array parsing in equality signatures | Keith Randall |
| 2026-01-23 | cmd/compile: clean up eq and hash implementations | Keith Randall |
| 2026-01-23 | cmd/compile: use equality signatures in hash function generation | Keith Randall |
| 2026-01-23 | cmd/compile: reorg equality functions a bit | Keith Randall |
| 2026-01-23 | cmd/compile: redo how equality functions are generated | khr@golang.org |
| 2025-11-12 | cmd/compile: don't clear ptrmask in fillptrmask | Ian Lance Taylor |
| 2025-09-12 | cmd/compile: optimize abi.Type.GCData loads | Jake Bailey |
| 2025-09-12 | cmd/compile, reflect: further allow inlining of TypeFor | Jake Bailey |
| 2025-09-08 | cmd/compile: optimize loads from abi.Type.{Size_,PtrBytes,Kind_} | Jake Bailey |
| 2025-08-05 | cmd: remove dead code | qiulaidongfeng |
| 2025-07-30 | all: remove redundant Swiss prefixes | Michael Pratt |
| 2025-07-30 | all: remove GOEXPERIMENT=swissmap | Michael Pratt |
| 2025-07-29 | internal/abi: move direct/indirect flag from Kind to TFlag | Keith Randall |
| 2025-05-07 | internal/runtime/maps: make clear also erase tombstones | khr@golang.org |
| 2025-04-18 | cmd/compile: use the builtin clear | apocelipes |
| 2025-02-10 | cmd/compile: avoid ifaceeq call if we know the interface is direct | Keith Randall |
| 2024-11-19 | internal/runtime/maps: assume constant elem offset with int64 and string keys | Keith Randall |
| 2024-11-18 | runtime: get rid of gc programs for types | Keith Randall |
| 2024-11-18 | cmd: change from sort functions to slices functions | Ian Lance Taylor |
| 2024-11-18 | cmd/compile: remove gc programs from stack frame objects | Keith Randall |
| 2024-11-17 | runtime/internal/maps: remove entryMask | Keith Randall |
| 2024-11-17 | internal/runtime/maps: eliminate a load from the hot path | Keith Randall |
| 2024-11-12 | runtime: fix iterator returns map entries after clear (pre-swissmap) | Youlin Feng |
| 2024-11-07 | cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method | Russ Cox |
| 2024-10-30 | internal/runtime/maps: store group across Iter.Next calls | Michael Pratt |
| 2024-10-30 | internal/runtime/maps: cleanup seed usage | 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-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: small maps point directly to a group | Michael Pratt |
| 2024-10-28 | internal/runtime/maps: merge Iter.groupIdx and Iter.slotIdx | Michael Pratt |
| 2024-10-21 | cmd/link,runtime: DWARF/gdb support for swiss maps | Michael Pratt |
| 2024-10-21 | cmd/compile,internal/runtime/maps: add extendible hashing | Michael Pratt |
| 2024-10-14 | all: wire up swisstable maps | Michael Pratt |
| 2024-09-03 | cmd: replace many sort.Interface with slices.Sort and SortFunc | Zxilly |
| 2024-08-02 | all: split old and swiss map abi and compiler integration | Michael Pratt |
| 2024-04-02 | all: use kind* of abi | qiulaidongfeng |
| 2024-03-18 | cmd/compile: simplify algorithm kinds | Keith Randall |
| 2024-02-20 | cmd/compile/internal/reflectdata,reflect: merge MaxPtrmaskBytes const into in... | qiulaidongfeng |
| 2024-02-08 | cmd/compile: generate itabs using rttype mechanism | Keith Randall |
| 2024-01-23 | cmd/compile: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi | qiulaidongfeng |
| 2023-10-24 | cmd/compile: reorganize compiler type descriptor generation | Keith Randall |
| 2023-10-09 | cmd/compile: use internal/abi types in the compiler | Keith Randall |
| 2023-10-05 | cmd/compile/internal/ir: tweak a couple names | Matthew Dempsky |
| 2023-09-14 | cmd/compile/internal/ir: add Func.DeclareParams | Matthew Dempsky |
| 2023-09-12 | cmd/compile: rename OEFACE to OMAKEFACE and remove OCONVIDATA | Matthew Dempsky |