| Age | Commit message (Expand) | Author |
| 2026-03-26 | reflect, runtime: replace reflect.typelinks to return types, not offsets | Ian Lance Taylor |
| 2026-03-24 | internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot order | Jake Bailey |
| 2026-03-16 | reflect: document corner cases of TypeAssert | Mateusz Poliwczak |
| 2026-03-02 | reflect: outlilne []runtimeSelect allocation in Select | Mateusz Poliwczak |
| 2026-02-25 | reflect: fix support for iter with named boolean in Seq/Seq2 | qiulaidongfeng |
| 2026-02-24 | reflect: use &zeroVal[0] instead of nil for data field for zero-sized payloads | Keith Randall |
| 2026-02-12 | reflect: add examples for Value.Fields and Value.Methods | cuishuang |
| 2026-02-04 | reflect, runtime: adjust user-created GCData on AIX | Ian Lance Taylor |
| 2026-01-27 | reflect: allow conversions between slices of named {byte,rune} and string | Keith Randall |
| 2025-12-29 | reflect: document Call/CallSlice panic when v is unexported field | qiulaidongfeng |
| 2025-11-25 | reflect: add iterator equivalents for NumField, NumIn, NumOut and NumMethod | Quentin Quaadgras |
| 2025-11-24 | reflect, runtime: add reflect support for regabi on s390x | Srinivas Pokala |
| 2025-11-14 | std: fix printf("%q", int) mistakes | Alan Donovan |
| 2025-11-14 | cmd/compile: allow multi-field structs to be stored directly in interfaces | Keith Randall |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-10-30 | reflect: correct internal docs for uncommonType | Ian Lance Taylor |
| 2025-10-29 | internal/itoa, internal/runtime/strconv: delete | Russ Cox |
| 2025-10-17 | all: remove unnecessary loop variable copies in tests | Tobias Klauser |
| 2025-10-09 | reflect: remove timeout in TestChanOfGC | Michael Anthony Knyszek |
| 2025-09-23 | reflect: remove stale comment in unpackEface | Mateusz Poliwczak |
| 2025-09-23 | reflect: allocate memory in TypeAssert[I] only when the assertion succeeds | Mateusz Poliwczak |
| 2025-09-12 | cmd/compile, reflect: further allow inlining of TypeFor | Jake Bailey |
| 2025-08-11 | Revert "cmd/compile: allow multi-field structs to be stored directly in inter... | Keith Randall |
| 2025-08-11 | Revert "reflect: handle zero-sized fields of directly-stored structures corre... | Keith Randall |
| 2025-08-08 | reflect: handle zero-sized fields of directly-stored structures correctly | Keith Randall |
| 2025-08-05 | cmd/compile: allow multi-field structs to be stored directly in interfaces | Keith Randall |
| 2025-07-30 | all: remove redundant Swiss prefixes | Michael Pratt |
| 2025-07-30 | all: remove GOEXPERIMENT=swissmap | Michael Pratt |
| 2025-07-30 | reflect: fix noswiss builder | Keith Randall |
| 2025-07-29 | internal/abi: move direct/indirect flag from Kind to TFlag | Keith Randall |
| 2025-07-25 | reflect: avoid a bounds check in stack-constrained code | Keith Randall |
| 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 |