aboutsummaryrefslogtreecommitdiff
path: root/src/internal/reflectlite
AgeCommit message (Expand)Author
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