aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/swapper.go
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-06-17[dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSiz...Michael Anthony Knyszek
2020-05-01internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills
2019-03-25runtime: remove kindNoPointersKeith Randall
2017-12-01reflect: audit and explain safety of all unsafe.Pointer additionsRuss Cox
2016-09-30reflect: add Swapper funcBrad Fitzpatrick