| Age | Commit message (Expand) | Author |
| 2026-03-26 | reflect, runtime: replace reflect.typelinks to return types, not offsets | Ian Lance Taylor |
| 2026-02-25 | reflect: fix support for iter with named boolean in Seq/Seq2 | qiulaidongfeng |
| 2026-02-04 | reflect, runtime: adjust user-created GCData on AIX | Ian Lance Taylor |
| 2025-11-25 | reflect: add iterator equivalents for NumField, NumIn, NumOut and NumMethod | Quentin Quaadgras |
| 2025-11-14 | cmd/compile: allow multi-field structs to be stored directly in interfaces | Keith Randall |
| 2025-10-30 | reflect: correct internal docs for uncommonType | Ian Lance Taylor |
| 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-05 | cmd/compile: allow multi-field structs to be stored directly in interfaces | Keith Randall |
| 2025-07-29 | internal/abi: move direct/indirect flag from Kind to TFlag | Keith Randall |
| 2025-03-17 | reflect: document Method(ByName) w.r.t dead code elimination | Ilya Priven |
| 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 |
| 2024-11-18 | runtime: get rid of gc programs for types | Keith Randall |
| 2024-09-10 | runtime, reflect: avoid allocation in structType.Field common cases | Ian Lance Taylor |
| 2024-08-02 | all: create swissmap experiment and fork files | Michael Pratt |
| 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-22 | all: document legacy //go:linkname for modules with ≥50,000 dependents | Russ Cox |
| 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: add iterative related methods | qiulaidongfeng |
| 2024-05-07 | reflect: remove redundent ifaceIndir | apocelipes |
| 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-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-20 | cmd/compile/internal/reflectdata,reflect: merge MaxPtrmaskBytes const into in... | qiulaidongfeng |
| 2024-02-12 | reflect: optimize TypeFor for non-interface types | Joe Tsai |
| 2024-01-26 | reflect: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi | qiulaidongfeng |
| 2024-01-24 | reflect: fix isRegularMemory at case Array | Jes Cok |
| 2024-01-23 | reflect: StructOf set abi.TFlagRegularMemory | qiulaidongfeng |
| 2023-12-30 | reflect: fix typo in type.go | RenJiangdu |
| 2023-10-09 | reflect: compute the median h uniformly | Jes Cok |
| 2023-09-22 | reflect: remove broken support for embedding of interfaces from StructOf. | Dominique Lefevre |
| 2023-08-02 | reflect: update Type.FieldByName documentation | qiulaidongfeng |
| 2023-08-01 | reflect: make linkable cross-references in documentation | Keith Randall |
| 2023-07-31 | reflect: add TypeFor | Carl Johnson |
| 2023-07-27 | reflect: deprecate PtrTo | qiulaidongfeng |
| 2023-05-12 | reflect: do not escape Value.Type | Cherry Mui |
| 2023-05-12 | Revert "reflect: change rtype so that it (not *rtype) implements Type" | Austin Clements |
| 2023-05-11 | runtime: redefine _type to abi.Type; add rtype for methods. | David Chase |
| 2023-05-11 | reflect: change rtype so that it (not *rtype) implements Type | David Chase |
| 2023-05-11 | reflect: replacing almost all use of *rtype with *abi.Type | David Chase |
| 2023-05-10 | reflect: move funcType to abi/type.go | David Chase |