aboutsummaryrefslogtreecommitdiff
path: root/src/internal/reflectlite
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
2024-03-04runtime: use .Pointers() instead of manual checkingPouriya
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-10reflect: prepare fieldnames for moving to abi/type.goDavid 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-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-20internal/reflectlite: fix name of type parameterzhouguangyuan
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-09-03refect: rename Ptr Kind to Pointer (but keep Ptr)Brad Fitzpatrick
2021-07-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
2021-07-08Update oudated commentmakdon
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
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-20all: update references to symbols moved from os to io/fsRuss Cox
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-11internal/reflectlite: skip TestMirrorWithReflect reflect package source is un...Bryan C. Mills
2019-10-07internal/reflectlite: add missing copyright headerCuong Manh Le
2019-10-07internal/reflectlite: add type mirror with reflect testCuong Manh Le
2019-10-05internal/reflectlite: updates reflectlite to match runtime rtype/mapTypeCuong Manh Le
2019-09-11reflect: enhance docs for IsZero and IsValidMarko Kungla
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
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