| Age | Commit message (Expand) | Author |
| 2025-06-27 | reflect: fix TypeAssert on nil interface values | Joe Tsai |
| 2025-05-21 | reflect: leak packEface input to result rather than heap | thepudds |
| 2025-05-21 | reflect: optimize IsZero with a pointer comparison to global zeroVal | thepudds |
| 2025-05-21 | cmd/compile/internal/walk: use global zeroVal in interface conversions for ze... | thepudds |
| 2025-05-20 | reflect: turn off allocation test if instrumentation is on | khr@golang.org |
| 2025-05-20 | reflect: add TypeAssert[T] | Mateusz Poliwczak |
| 2025-05-13 | reflect: use runtime.AddCleanup instead of runtime.SetFinalizer | Carlos Amedee |
| 2025-03-17 | reflect: document Method(ByName) w.r.t dead code elimination | Ilya Priven |
| 2025-02-28 | reflect: add more tests for Type.{CanSeq,CanSeq2} | Jes Cok |
| 2025-02-26 | reflect: let Value.Seq return the iteration value correct type | qiulaidongfeng |
| 2025-02-21 | reflect: correctly handle method values in Seq | Michael Anthony Knyszek |
| 2025-02-15 | std: add //go:fix inline directives to some deprecated functions | Alan Donovan |
| 2025-02-12 | reflect, internal/abi: speed up TypeFor[T] | Mateusz Poliwczak |
| 2025-02-03 | all: run gofmt | Ian Lance Taylor |
| 2025-01-28 | runtime: rename mapiterinit and mapiternext | Michael Pratt |
| 2024-12-11 | reflect: consistently document when value must be settable | Ian Lance Taylor |
| 2024-11-21 | reflect: add test of maps with keys larger than key size | Michael Pratt |
| 2024-11-21 | reflect: set swissmap GroupSize | Michael Pratt |
| 2024-11-18 | runtime: get rid of gc programs for types | Keith Randall |
| 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 |