aboutsummaryrefslogtreecommitdiff
path: root/src/internal/reflectlite/value.go
AgeCommit message (Expand)Author
2026-01-26internal/reflectlite: remove unused codekhr@golang.org
2025-07-29internal/abi: move direct/indirect flag from Kind to TFlagKeith Randall
2025-06-16internal/reflectlite: fix comment about meaning of flag fieldKeith Randall
2024-05-07internal/reflectlite: remove redundent ifaceIndirapocelipes
2024-04-17internal/abi: define EmptyInterface, TypeOf, and NoEscapeMichael Anthony Knyszek
2024-01-23internal/reflectlite: delete TODO pass safe to packEface don't need to copy i...qiulaidongfeng
2023-11-16internal/reflectlite: allow Value be stack allocatedCherry Mui
2023-05-11internal/reflectlite: common up types, remove codeDavid Chase
2023-05-10internal/reflectlite, runtime: move more constants and types into internal/abiDavid Chase
2023-05-10internal/abi: common up ArrayTypeDavid Chase
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-09-03refect: rename Ptr Kind to Pointer (but keep Ptr)Brad Fitzpatrick
2021-06-17[dev.typeparams] internal/reflectlite: remove unused ptrSizeMichael Anthony Knyszek
2021-06-17[dev.typeparams] internal/reflectlite: use goarch.PtrSize instead of the dupl...Michael Anthony Knyszek
2020-10-28Revert "cmd/compile: split exported/non-exported methods for interface type"Cuong Manh Le
2020-10-09cmd/compile: split exported/non-exported methods for interface typeCuong Manh Le
2020-10-07internal/reflectlite: include Kind in ValueError messageOri Rawlings
2020-05-01internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills
2019-09-11reflect: enhance docs for IsZero and IsValidMarko Kungla
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
2019-03-27sort, internal/reflectlite: flesh out reflectlite enough for use by sortBrad Fitzpatrick
2019-02-27internal/reflectlite: lite version of reflect packageMarcel van Lohuizen