summaryrefslogtreecommitdiff
path: root/src/reflect/swapper.go
Commit message (Expand)AuthorAgeFilesLines
* reflect: replacing almost all use of *rtype with *abi.TypeDavid Chase2023-05-111-3/+4
* reflect: move more types, constants, functions into internal/abiDavid Chase2023-05-101-1/+1
* internal/abi: refactor (basic) type struct into one definitionDavid Chase2023-05-051-1/+1
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* [dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSiz...Michael Anthony Knyszek2021-06-171-1/+2
* internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills2020-05-011-2/+5
* runtime: remove kindNoPointersKeith Randall2019-03-251-1/+1
* reflect: audit and explain safety of all unsafe.Pointer additionsRuss Cox2017-12-011-2/+2
* reflect: add Swapper funcBrad Fitzpatrick2016-09-301-0/+74