aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/reflect.txt
AgeCommit message (Expand)Author
2020-06-23extend stdlib to allow import of more packages (#1099)Cornel
2019-10-25compiler: fix interface lowering miscompilation with reflectAyke van Laethem
2019-08-20reflect: implement t.Comparable()Ayke van Laethem
2019-08-19reflect: implement support for array typesAyke van Laethem
2019-08-11reflect: add support for linked listsAyke van Laethem
2019-08-08reflect: add support for struct typesAyke van Laethem
2019-08-08reflect: add support for Type.Bits()Ayke van Laethem
2019-08-05reflect: add support for named typesAyke van Laethem
2019-02-05reflect: implement Value.Set*() for basic typesAyke van Laethem
2019-02-05reflect: add limited support for all type kindsAyke van Laethem
2019-02-05reflect: support slices and indexing of strings and slicesAyke van Laethem
2019-02-05reflect: add support for non-named basic typesAyke van Laethem
2019-02-05reflect: add reflect.TypeOfAyke van Laethem