aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/slice.go
AgeCommit message (Expand)Author
2023-03-18compiler: support all kinds of recursive typesAyke van Laethem
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-04-07compiler: allow slices of empty structs.Dan Kegel
2020-05-27compiler: fix a few crashes due to named typesAyke van Laethem
2019-10-01compiler: support constant indices with a named typeAyke van Laethem
2019-08-11compiler: add support for full slice expression for slicing arraysAyke van Laethem
2019-08-04compiler: implement full slice expressionAyke van Laethem
2019-03-05compiler: calculate max number of entries in slice at compile timeAyke van Laethem
2019-01-31all: update import paths to github.com/tinygo-org/tinygoAyke van Laethem
2019-01-04compiler: allow slicing arrays of a named typeKonstantin Yegupov
2018-11-18compiler: support creating slices with uncommon initial len/cap typesAyke van Laethem
2018-11-14compiler: support any int type in slice indexesAyke van Laethem
2018-10-20compiler: compare slice against nilAyke van Laethem
2018-10-19compiler: add support for the append builtinAyke van Laethem
2018-10-18test: add slice testsAyke van Laethem