Age | Commit message (Expand) | Author |
---|---|---|
2020-05-27 | compiler: fix a few crashes due to named types | Ayke van Laethem |
2019-10-01 | compiler: support constant indices with a named type | Ayke van Laethem |
2019-08-11 | compiler: add support for full slice expression for slicing arrays | Ayke van Laethem |
2019-08-04 | compiler: implement full slice expression | Ayke van Laethem |
2019-03-05 | compiler: calculate max number of entries in slice at compile time | Ayke van Laethem |
2019-01-31 | all: update import paths to github.com/tinygo-org/tinygo | Ayke van Laethem |
2019-01-04 | compiler: allow slicing arrays of a named type | Konstantin Yegupov |
2018-11-18 | compiler: support creating slices with uncommon initial len/cap types | Ayke van Laethem |
2018-11-14 | compiler: support any int type in slice indexes | Ayke van Laethem |
2018-10-20 | compiler: compare slice against nil | Ayke van Laethem |
2018-10-19 | compiler: add support for the append builtin | Ayke van Laethem |
2018-10-18 | test: add slice tests | Ayke van Laethem |