| Age | Commit message (Expand) | Author |
| 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 |
| 2022-11-08 | reflect: use unsafe.String in name.name and name.tag | Tobias Klauser |
| 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-10-12 | arena: add experimental arena package | Michael Anthony Knyszek |
| 2022-10-04 | reflect: avoid unnecessary copy of funcTypes | Zeke Lu |
| 2022-10-03 | reflect: fix race condition on funcTypes | Cuong Manh Le |
| 2022-09-27 | reflect: clarify that Value.Comparable checks the value | Ian Lance Taylor |
| 2022-09-26 | reflect: create funcTypes using StructOf | cuiweixie |
| 2022-09-26 | reflect: simplify Value.Comparable | cuiweixie |
| 2022-09-19 | reflect: rtype.MethodByName using binary search | cuiweixie |
| 2022-09-16 | reflect: allow conversion from slice to array | Cuong Manh Le |
| 2022-09-13 | reflect: move benchmarks to its own file | 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-07 | reflect: use strings.Builder | cuiweixie |
| 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-26 | reflect: FuncOf support more than 50 arguments | cuiweixie |
| 2022-08-24 | reflect: optimize Value.IsZero | Joe Tsai |
| 2022-08-17 | all: clean up unreachable Continue after Fatal | hopehook |
| 2022-08-16 | runtime: process ptr bitmaps one word at a time | Keith Randall |
| 2022-08-16 | runtime: redo heap bitmap | Keith Randall |
| 2022-08-11 | reflect: fix stale Value.Pointer comment | Joe Tsai |