aboutsummaryrefslogtreecommitdiff
path: root/src/internal/reflectlite/type.go
AgeCommit message (Expand)Author
2024-05-07internal/reflectlite: remove redundent ifaceIndirapocelipes
2024-04-19internal/reflectlite: remove unused mapTypeMichael Pratt
2024-04-17internal/abi: define EmptyInterface, TypeOf, and NoEscapeMichael Anthony Knyszek
2024-04-02internal/abi: clean up type of Kind and Type.Kind_Austin Clements
2023-11-16internal/reflectlite: allow Value be stack allocatedCherry Mui
2023-05-11internal/reflectlite: common up types, remove codeDavid Chase
2023-05-10internal/abi,reflectlite,reflect,runtime: common up chan typeDavid 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-10internal/abi: common up Method, Imethod, UncommonType typesDavid Chase
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2022-11-10internal/reflectlite: use unsafe.String in name.name and name.tagTobias Klauser
2022-06-14cmd/compile,runtime,reflect: move embedded bit from offset to nameKeith Randall
2022-04-11all: gofmt main repoRuss Cox
2022-03-20internal/reflectlite: fix name of type parameterzhouguangyuan
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-09-03refect: rename Ptr Kind to Pointer (but keep Ptr)Brad Fitzpatrick
2021-07-08Update oudated commentmakdon
2021-05-10cmd/compile,reflect: allow longer type namesKeith Randall
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-10-21reflect, internal/reflectlite: set capacity when slicing unsafe pointersMatthew Dempsky
2019-10-05internal/reflectlite: updates reflectlite to match runtime rtype/mapTypeCuong Manh Le
2019-08-27reflect: optimize directlyAssignable to avoid rtype.Name callSergei Zagurskii
2019-03-27sort, internal/reflectlite: flesh out reflectlite enough for use by sortBrad Fitzpatrick
2019-03-27context: don't depend on fmtBrad Fitzpatrick
2019-03-25runtime: remove kindNoPointersKeith Randall
2019-03-25context: remove dependency on reflectMichael Fraenkel
2019-03-08all: simplify multiple for loopsDaniel Martí
2019-02-27internal/reflectlite: lite version of reflect packageMarcel van Lohuizen