| Age | Commit message (Expand) | Author |
| 2024-01-23 | reflect: delete TODO pass safe to packEface don't need to copy if safe==true | qiulaidongfeng |
| 2023-11-22 | internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi | qiulaidongfeng |
| 2023-11-21 | reflect: tweak logic for 'case Array' in IsZero | Jes Cok |
| 2023-11-19 | reflect: optimize Value.IsZero for struct types | qiulaidongfeng |
| 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-09-01 | reflect: make Value.IsZero identical to v == zero | Joe Tsai |
| 2023-08-01 | reflect: make linkable cross-references in documentation | Keith Randall |
| 2023-07-21 | reflect: panic on recv channel close | Mauri de Souza Meneguzzo |
| 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 | 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-01-30 | reflect,runtime: add Value.Clear | Cuong Manh Le |
| 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-04 | reflect: rewrite value.Equal to avoid allocations | Ian Lance Taylor |
| 2022-11-04 | all: fix function names in comments | cui fliter |
| 2022-10-17 | reflect: panic when Value.Equal using two non-comparable values | hopehook |
| 2022-10-15 | reflect: add Value.Grow | Joe Tsai |
| 2022-09-27 | reflect: clarify that Value.Comparable checks the value | Ian Lance Taylor |
| 2022-09-26 | reflect: simplify Value.Comparable | cuiweixie |
| 2022-09-16 | reflect: allow conversion from slice to array | Cuong Manh Le |
| 2022-09-09 | all: transfer reflect.{SliceHeader, StringHeader} to unsafeheader.{Slice, Str... | hopehook |
| 2022-09-09 | reflect: deprecate SliceHeader and StringHeader | hopehook |
| 2022-09-07 | reflect: fix stale Value.kind documentation | Joe Tsai |
| 2022-09-01 | reflect: fix Value.SetIterXXX to check for the read-only bit | Joe Tsai |
| 2022-08-31 | reflect: use cgo.Incomplete instead of go:notinheap in tests | Cuong Manh Le |
| 2022-08-30 | reflect: clarify Value.Equal behavior for non-comparable values | Cuong Manh Le |
| 2022-08-29 | reflect: simplify array value comparable check | Cuong Manh Le |
| 2022-08-26 | reflect: add Value.{Comparable,Equal} | cuiweixie |
| 2022-08-26 | reflect: add Value.SetZero | Joe Tsai |
| 2022-08-24 | reflect: optimize Value.IsZero | Joe Tsai |
| 2022-08-11 | reflect: fix stale Value.Pointer comment | Joe Tsai |
| 2022-08-08 | reflect: avoid TypeOf in init | Joe Tsai |
| 2022-08-08 | reflect: use doc links to refer to package "unsafe" | Cuong Manh Le |