| Age | Commit message (Expand) | Author |
| 2024-01-24 | reflect: fix isRegularMemory at case Array | Jes Cok |
| 2024-01-23 | reflect: delete TODO pass safe to packEface don't need to copy if safe==true | qiulaidongfeng |
| 2024-01-23 | reflect: StructOf set abi.TFlagRegularMemory | qiulaidongfeng |
| 2023-12-30 | reflect: fix typo in type.go | RenJiangdu |
| 2023-11-22 | internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi | qiulaidongfeng |
| 2023-11-21 | reflect, runtime: add reflect support for regABI on loong64 | Guoqi Chen |
| 2023-11-21 | reflect: tweak logic for 'case Array' in IsZero | Jes Cok |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 2023-11-19 | reflect: optimize Value.IsZero for struct types | qiulaidongfeng |
| 2023-11-16 | reflect: uncomment allocation test | Cherry Mui |
| 2023-11-16 | reflect: remove go121noForceValueEscape | Cherry Mui |
| 2023-11-16 | runtime: optimize bulkBarrierPreWrite with allocheaders | Michael Anthony Knyszek |
| 2023-11-15 | reflect: optimize Value.IsZero for array types | qiulaidongfeng |
| 2023-11-09 | runtime: implement experiment to replace heap bitmap with alloc headers | Michael Anthony Knyszek |
| 2023-11-02 | reflect: pass the right element type in verifyGCBitsSlice | Michael Anthony Knyszek |
| 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-09-22 | all: clean unnecessary casts for test files | Jes Cok |
| 2023-09-01 | reflect: make Value.IsZero identical to v == zero | Joe Tsai |
| 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-31 | reflect: optimize DeepEqual() for maps | korzhao |
| 2023-07-27 | reflect: deprecate PtrTo | qiulaidongfeng |
| 2023-07-21 | reflect: panic on recv channel close | Mauri de Souza Meneguzzo |
| 2023-06-16 | reflect: fix ArenaNew to match documentation | Michael Anthony Knyszek |
| 2023-05-12 | reflect: make Value.IsZero not escape | Cherry Mui |
| 2023-05-12 | reflect: do not escape Value.Type | Cherry Mui |
| 2023-05-12 | reflect: allow Value be stack allocated | 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 |
| 2023-05-10 | reflect: prepare fieldnames for moving to abi/type.go | David Chase |
| 2023-05-10 | internal/abi,reflectlite,reflect,runtime: common up chan type | David Chase |
| 2023-05-10 | reflect: move more types, constants, functions into internal/abi | David Chase |
| 2023-05-10 | internal/abi: common up ArrayType | David Chase |
| 2023-05-10 | internal/abi: common up Method, Imethod, UncommonType types | David Chase |
| 2023-05-05 | internal/abi: refactor (basic) type struct into one definition | David Chase |
| 2023-04-10 | reflect: remove typedmemmovepartial as it is unused | Daniel Martí |
| 2023-04-04 | all: fix misuses of "a" vs "an" | cui fliter |
| 2023-04-03 | reflect: deprecate SliceHeader and StringHeader | Russ Cox |
| 2023-03-22 | reflect: add test for interface type NumMethod | Cuong Manh Le |
| 2023-01-30 | reflect,runtime: add Value.Clear | Cuong Manh Le |
| 2023-01-23 | internal/abi,runtime: refactor map constants into one place | David Chase |
| 2022-11-29 | reflect: correct tpoy in comment | Ian Lance Taylor |
| 2022-11-23 | reflect: remove deprecation notices from SliceHeader, StringHeader | Russ Cox |
| 2022-11-23 | doc/go1.20: finish most standard library TODOs | Russ Cox |
| 2022-11-09 | all: add missing copyright header | cui fliter |