summaryrefslogtreecommitdiff
path: root/src/internal/reflectlite
Commit message (Expand)AuthorAgeFilesLines
* all: use reflect.{Pointer,PointerTo}Cuong Manh Le2021-10-261-1/+1
* refect: rename Ptr Kind to Pointer (but keep Ptr)Brad Fitzpatrick2021-09-032-5/+7
* [dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky2021-07-081-2/+2
|\
| * Update oudated commentmakdon2021-07-081-2/+2
* | [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-172-2/+4
|/
* cmd/compile,reflect: allow longer type namesKeith Randall2021-05-102-36/+29
* Revert "cmd/compile: split exported/non-exported methods for interface type"Cuong Manh Le2020-10-282-26/+13
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+2
* cmd/compile: split exported/non-exported methods for interface typeCuong Manh Le2020-10-092-13/+26
* internal/reflectlite: include Kind in ValueError messageOri Rawlings2020-10-072-1/+42
* internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills2020-05-013-19/+11
* reflect, internal/reflectlite: set capacity when slicing unsafe pointersMatthew Dempsky2019-10-211-2/+2
* internal/reflectlite: skip TestMirrorWithReflect reflect package source is un...Bryan C. Mills2019-10-111-1/+8
* internal/reflectlite: add missing copyright headerCuong Manh Le2019-10-071-0/+4
* internal/reflectlite: add type mirror with reflect testCuong Manh Le2019-10-071-0/+120
* internal/reflectlite: updates reflectlite to match runtime rtype/mapTypeCuong Manh Le2019-10-052-21/+29
* 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
* 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-273-0/+133
* 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-277-0/+2708