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