summaryrefslogtreecommitdiff
path: root/src/internal/reflectlite/value.go
Commit message (Expand)AuthorAgeFilesLines
* internal/reflectlite: common up types, remove codeDavid Chase2023-05-111-10/+10
* internal/reflectlite, runtime: move more constants and types into internal/abiDavid Chase2023-05-101-18/+19
* internal/abi: common up ArrayTypeDavid Chase2023-05-101-1/+1
* internal/abi: refactor (basic) type struct into one definitionDavid Chase2023-05-051-1/+1
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+1
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-13/+13
* refect: rename Ptr Kind to Pointer (but keep Ptr)Brad Fitzpatrick2021-09-031-4/+4
* [dev.typeparams] internal/reflectlite: remove unused ptrSizeMichael Anthony Knyszek2021-06-171-2/+0
* [dev.typeparams] internal/reflectlite: use goarch.PtrSize instead of the dupl...Michael Anthony Knyszek2021-06-171-1/+2
* Revert "cmd/compile: split exported/non-exported methods for interface type"Cuong Manh Le2020-10-281-2/+2
* cmd/compile: split exported/non-exported methods for interface typeCuong Manh Le2020-10-091-2/+2
* internal/reflectlite: include Kind in ValueError messageOri Rawlings2020-10-071-1/+4
* internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills2020-05-011-15/+3
* reflect: enhance docs for IsZero and IsValidMarko Kungla2019-09-111-1/+1
* std: remove unused bits of code all over the placeDaniel Martí2019-09-021-13/+0
* sort, internal/reflectlite: flesh out reflectlite enough for use by sortBrad Fitzpatrick2019-03-271-0/+51
* internal/reflectlite: lite version of reflect packageMarcel van Lohuizen2019-02-271-0/+448