Age | Commit message (Expand) | Author |
---|---|---|
2020-06-23 | extend stdlib to allow import of more packages (#1099) | Cornel |
2019-10-25 | compiler: fix interface lowering miscompilation with reflect | Ayke van Laethem |
2019-08-20 | reflect: implement t.Comparable() | Ayke van Laethem |
2019-08-19 | reflect: implement support for array types | Ayke van Laethem |
2019-08-11 | reflect: add support for linked lists | Ayke van Laethem |
2019-08-08 | reflect: add support for struct types | Ayke van Laethem |
2019-08-08 | reflect: add support for Type.Bits() | Ayke van Laethem |
2019-08-05 | reflect: add support for named types | Ayke van Laethem |
2019-02-05 | reflect: implement Value.Set*() for basic types | Ayke van Laethem |
2019-02-05 | reflect: add limited support for all type kinds | Ayke van Laethem |
2019-02-05 | reflect: support slices and indexing of strings and slices | Ayke van Laethem |
2019-02-05 | reflect: add support for non-named basic types | Ayke van Laethem |
2019-02-05 | reflect: add reflect.TypeOf | Ayke van Laethem |