| Age | Commit message (Expand) | Author |
| 2024-11-12 | runtime: fix iterator returns map entries after clear (pre-swissmap) | Youlin Feng |
| 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-28 | all: skip and fix various tests with -asan and -msan | Michael Anthony Knyszek |
| 2024-10-14 | all: wire up swisstable maps | Michael Pratt |
| 2024-09-24 | reflect: slightly improve iter tests | Jes Cok |
| 2024-09-18 | reflect: remove calling mapiterkey, mapiterelem | Kyle Xiao |
| 2024-09-10 | runtime, reflect: avoid allocation in structType.Field common cases | Ian Lance Taylor |
| 2024-09-06 | reflect: gofmt all_test.go | Ian Lance Taylor |
| 2024-08-02 | cmd/compile,runtime: disable swissmap fast variants | Michael Pratt |
| 2024-08-02 | all: split old and swiss map abi and compiler integration | Michael Pratt |
| 2024-08-02 | all: create swissmap experiment and fork files | Michael Pratt |
| 2024-07-31 | reflect: add flag tests for MapOf | Michael Pratt |
| 2024-07-26 | cmd/compile, reflect: treat abi.NoEscape as cheap call | Cuong Manh Le |
| 2024-07-23 | runtime,internal: move runtime/internal/sys to internal/runtime/sys | 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 ≥2,000 dependents | Russ Cox |
| 2024-05-23 | all: change from sort functions to slices functions where feasible | Ian Lance Taylor |
| 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-22 | reflect: add line breaks for long sentences | Jes Cok |
| 2024-05-17 | all: add push linknames to allow legacy pull linknames | Cherry Mui |
| 2024-05-15 | net/http, reflect: rename Test function names | Jes Cok |
| 2024-05-13 | all: delete loong64 non-register ABI fallback path | Guoqi Chen |
| 2024-05-10 | reflect: let Value.Seq iterate integer conform to the spec | qiulaidongfeng |
| 2024-05-09 | reflect: improved ifaceIndir comment | Ian Lance Taylor |
| 2024-05-09 | reflect: restore ifaceIndir function for now | Ian Lance Taylor |
| 2024-05-09 | reflect: clarify documentation for Value.Seq/Seq2 | qiulaidongfeng |
| 2024-05-09 | reflect: add iterative related methods | qiulaidongfeng |
| 2024-05-07 | reflect: remove redundent ifaceIndir | apocelipes |
| 2024-05-03 | runtime,reflect: move zeroVal to internal/abi | qiulaidongfeng |
| 2024-04-22 | Refactor output message | Lev Ustimenko |
| 2024-04-19 | reflect: remove unnecessary type conversions of untyped PtrSize | Ian Lance Taylor |
| 2024-04-19 | reflect: omit anonymous field name from StructOf type string | Ian Lance Taylor |
| 2024-04-17 | internal/abi: define EmptyInterface, TypeOf, and NoEscape | Michael Anthony Knyszek |
| 2024-04-03 | reflect: add missing String case in Value.UnsafePointer doc | Cuong Manh Le |
| 2024-04-02 | all: add reflect.SliceAt function | Cuong Manh Le |
| 2024-04-02 | reflect: handle String kind in Value.{Pointer,UnsafePointer} | Cuong Manh Le |
| 2024-04-02 | reflect: add available godoc link | cui fliter |
| 2024-04-02 | all: use kind* of abi | qiulaidongfeng |
| 2024-03-04 | runtime: use .Pointers() instead of manual checking | Pouriya |
| 2024-03-04 | reflect: clean up unnecessary comments for rtype | Jes Cok |
| 2024-02-28 | reflect: add Overflow methods to Type | Jes Cok |
| 2024-02-27 | reflect: fix typo in comment | guoguangwu |
| 2024-02-20 | cmd/compile/internal/reflectdata,reflect: merge MaxPtrmaskBytes const into in... | qiulaidongfeng |
| 2024-02-17 | reflect: make Value.Comparable return true for nil interface value | Jes Cok |
| 2024-02-16 | reflect: use internal/abi itab type | Keith Randall |
| 2024-02-12 | reflect: optimize TypeFor for non-interface types | Joe Tsai |