summaryrefslogtreecommitdiff
path: root/src/internal/reflectlite/type.go
Commit message (Expand)AuthorAgeFilesLines
* internal/reflectlite: common up types, remove codeDavid Chase2023-05-111-235/+134
* internal/abi,reflectlite,reflect,runtime: common up chan typeDavid Chase2023-05-101-7/+3
* internal/reflectlite, runtime: move more constants and types into internal/abiDavid Chase2023-05-101-156/+38
* internal/abi: common up ArrayTypeDavid Chase2023-05-101-8/+3
* internal/abi: common up Method, Imethod, UncommonType typesDavid Chase2023-05-101-49/+15
* internal/abi: refactor (basic) type struct into one definitionDavid Chase2023-05-051-74/+21
* internal/reflectlite: use unsafe.String in name.name and name.tagTobias Klauser2022-11-101-15/+6
* cmd/compile,runtime,reflect: move embedded bit from offset to nameKeith Randall2022-06-141-9/+12
* all: gofmt main repoRuss Cox2022-04-111-1/+2
* internal/reflectlite: fix name of type parameterzhouguangyuan2022-03-201-1/+8
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* refect: rename Ptr Kind to Pointer (but keep Ptr)Brad Fitzpatrick2021-09-031-1/+3
* Update oudated commentmakdon2021-07-081-2/+2
* cmd/compile,reflect: allow longer type namesKeith Randall2021-05-101-23/+29
* Revert "cmd/compile: split exported/non-exported methods for interface type"Cuong Manh Le2020-10-281-24/+11
* cmd/compile: split exported/non-exported methods for interface typeCuong Manh Le2020-10-091-11/+24
* internal/reflectlite: include Kind in ValueError messageOri Rawlings2020-10-071-0/+38
* internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills2020-05-011-2/+3
* reflect, internal/reflectlite: set capacity when slicing unsafe pointersMatthew Dempsky2019-10-211-2/+2
* internal/reflectlite: updates reflectlite to match runtime rtype/mapTypeCuong Manh Le2019-10-051-21/+20
* reflect: optimize directlyAssignable to avoid rtype.Name callSergei Zagurskii2019-08-271-2/+6
* sort, internal/reflectlite: flesh out reflectlite enough for use by sortBrad Fitzpatrick2019-03-271-0/+8
* context: don't depend on fmtBrad Fitzpatrick2019-03-271-0/+7
* runtime: remove kindNoPointersKeith Randall2019-03-251-1/+0
* context: remove dependency on reflectMichael Fraenkel2019-03-251-0/+7
* all: simplify multiple for loopsDaniel Martí2019-03-081-4/+1
* internal/reflectlite: lite version of reflect packageMarcel van Lohuizen2019-02-271-0/+904