| Commit message (Expand) | Author | Age | Files | Lines |
| * | internal/reflectlite: common up types, remove code | David Chase | 2023-05-11 | 4 | -261/+160 |
| * | reflect: prepare fieldnames for moving to abi/type.go | David Chase | 2023-05-10 | 1 | -0/+2 |
| * | internal/abi,reflectlite,reflect,runtime: common up chan type | David Chase | 2023-05-10 | 1 | -7/+3 |
| * | internal/reflectlite, runtime: move more constants and types into internal/abi | David Chase | 2023-05-10 | 4 | -193/+76 |
| * | internal/abi: common up ArrayType | David Chase | 2023-05-10 | 2 | -9/+4 |
| * | internal/abi: common up Method, Imethod, UncommonType types | David Chase | 2023-05-10 | 2 | -51/+17 |
| * | internal/abi: refactor (basic) type struct into one definition | David Chase | 2023-05-05 | 3 | -76/+23 |
| * | internal/reflectlite: use unsafe.String in name.name and name.tag | Tobias Klauser | 2022-11-10 | 1 | -15/+6 |
| * | cmd/compile,runtime,reflect: move embedded bit from offset to name | Keith Randall | 2022-06-14 | 2 | -10/+13 |
| * | cmd/compile: set LocalPkg.Path to -p flag | Matthew Dempsky | 2022-05-16 | 1 | -2/+2 |
| * | all: gofmt main repo | Russ Cox | 2022-04-11 | 2 | -1/+4 |
| * | all: separate doc comment from //go: directives | Russ Cox | 2022-04-05 | 1 | -0/+1 |
| * | internal/reflectlite: fix name of type parameter | zhouguangyuan | 2022-03-20 | 2 | -1/+13 |
| * | all: gofmt -w -r 'interface{} -> any' src | Russ Cox | 2021-12-13 | 6 | -38/+38 |
| * | all: use reflect.{Pointer,PointerTo} | Cuong Manh Le | 2021-10-26 | 1 | -1/+1 |
| * | refect: rename Ptr Kind to Pointer (but keep Ptr) | Brad Fitzpatrick | 2021-09-03 | 2 | -5/+7 |
| * | [dev.typeparams] all: merge master (296ddf2) into dev.typeparams | Matthew Dempsky | 2021-07-08 | 1 | -2/+2 |
| |\ |
|
| | * | Update oudated comment | makdon | 2021-07-08 | 1 | -2/+2 |
| * | | [dev.typeparams] internal/reflectlite: remove unused ptrSize | Michael Anthony Knyszek | 2021-06-17 | 1 | -2/+0 |
| * | | [dev.typeparams] internal/reflectlite: use goarch.PtrSize instead of the dupl... | Michael Anthony Knyszek | 2021-06-17 | 2 | -2/+4 |
| |/ |
|
| * | cmd/compile,reflect: allow longer type names | Keith Randall | 2021-05-10 | 2 | -36/+29 |
| * | Revert "cmd/compile: split exported/non-exported methods for interface type" | Cuong Manh Le | 2020-10-28 | 2 | -26/+13 |
| * | all: update references to symbols moved from os to io/fs | Russ Cox | 2020-10-20 | 1 | -1/+2 |
| * | cmd/compile: split exported/non-exported methods for interface type | Cuong Manh Le | 2020-10-09 | 2 | -13/+26 |
| * | internal/reflectlite: include Kind in ValueError message | Ori Rawlings | 2020-10-07 | 2 | -1/+42 |
| * | internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ... | Bryan C. Mills | 2020-05-01 | 3 | -19/+11 |
| * | reflect, internal/reflectlite: set capacity when slicing unsafe pointers | Matthew Dempsky | 2019-10-21 | 1 | -2/+2 |
| * | internal/reflectlite: skip TestMirrorWithReflect reflect package source is un... | Bryan C. Mills | 2019-10-11 | 1 | -1/+8 |
| * | internal/reflectlite: add missing copyright header | Cuong Manh Le | 2019-10-07 | 1 | -0/+4 |
| * | internal/reflectlite: add type mirror with reflect test | Cuong Manh Le | 2019-10-07 | 1 | -0/+120 |
| * | internal/reflectlite: updates reflectlite to match runtime rtype/mapType | Cuong Manh Le | 2019-10-05 | 2 | -21/+29 |
| * | reflect: enhance docs for IsZero and IsValid | Marko Kungla | 2019-09-11 | 1 | -1/+1 |
| * | std: remove unused bits of code all over the place | Daniel Martà | 2019-09-02 | 1 | -13/+0 |
| * | reflect: optimize directlyAssignable to avoid rtype.Name call | Sergei Zagurskii | 2019-08-27 | 1 | -2/+6 |
| * | sort, internal/reflectlite: flesh out reflectlite enough for use by sort | Brad Fitzpatrick | 2019-03-27 | 3 | -0/+133 |
| * | context: don't depend on fmt | Brad Fitzpatrick | 2019-03-27 | 1 | -0/+7 |
| * | runtime: remove kindNoPointers | Keith Randall | 2019-03-25 | 1 | -1/+0 |
| * | context: remove dependency on reflect | Michael Fraenkel | 2019-03-25 | 1 | -0/+7 |
| * | all: simplify multiple for loops | Daniel Martà | 2019-03-08 | 1 | -4/+1 |
| * | internal/reflectlite: lite version of reflect package | Marcel van Lohuizen | 2019-02-27 | 7 | -0/+2708 |