| Age | Commit message (Expand) | Author |
| 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 |
| 2022-06-14 | cmd/compile,runtime,reflect: move embedded bit from offset to name | Keith Randall |
| 2022-05-26 | Revert "reflect: deprecate (Slice|String)Header" | Ian Lance Taylor |
| 2022-05-23 | reflect: store receiver in pointer slot for reflect call | Cherry Mui |
| 2022-05-18 | reflect: deprecate (Slice|String)Header | Carlo Alberto Ferraris |
| 2022-05-04 | reflect: derive correct Value method in panic messages | Joe Tsai |
| 2022-04-30 | reflect: ensure map keys match key type in MapIndex and SetMapIndex | Dan Kortschak |
| 2022-04-25 | reflect: support Len and Cap on pointer-to-array Value | cuiweixie |
| 2022-04-21 | reflect: make more Value methods inlineable | Joe Tsai |
| 2022-04-21 | reflect: in assignTo only allocate target if needed | Ian Lance Taylor |
| 2022-04-18 | reflect: make Value.MapRange inlineable | Joe Tsai |
| 2022-04-17 | reflect: make Value.Type inlineable | Joe Tsai |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-04-04 | reflect: fix Value.NumMethod docs | zlasd |