Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement {{loop.cycle(…)}} similar to Jinja | 2021-11-11 | 1 | -0/+45 | |
| | |||||
* | Add {% break %} and {% continue %} | 2021-08-30 | 1 | -0/+68 | |
| | | | | | This PR adds `{% break %}` and `{% continue %}` statements to break out of a loop, or continue with the next element of the iterator. | ||||
* | Add "destructoring tuple in loop" test | 2021-07-05 | 1 | -0/+69 | |
| | |||||
* | Add loop variable shadowing test | 2021-07-05 | 1 | -0/+21 | |
| | |||||
* | Added loop tests | 2021-06-23 | 1 | -0/+83 | |
| | |||||
* | Added range test case | 2021-02-22 | 1 | -6/+22 | |
| | |||||
* | Added copy literals related test case | 2021-01-05 | 1 | -0/+12 | |
| | |||||
* | Added more loop tests | 2020-12-16 | 1 | -0/+36 | |
| | |||||
* | Add support for loop.last | 2019-01-08 | 1 | -2/+8 | |
| | |||||
* | Add support for tuple | 2019-01-04 | 1 | -1/+6 | |
| | |||||
* | Use 2018 edition idioms | 2018-12-08 | 1 | -2/+0 | |
| | |||||
* | Remove unused macro_use attributes | 2018-12-08 | 1 | -1/+0 | |
| | |||||
* | fix panicked on range-based for loop | 2018-09-21 | 1 | -0/+13 | |
| | |||||
* | Fix operator preference at loop.index | 2018-09-14 | 1 | -1/+1 | |
| | |||||
* | Fix operator preference at loop.first | 2018-09-14 | 1 | -0/+14 | |
| | |||||
* | Add test for 'loop.first' variable | 2018-06-25 | 1 | -1/+1 | |
| | |||||
* | Fix formatting with cargo fmt | 2018-06-21 | 1 | -3/+6 | |
| | |||||
* | Apply suggestions from rustfmt to improve style | 2017-11-21 | 1 | -6/+2 | |
| | |||||
* | Propagate format errors and rename `render_to()` to `render_into()` | 2017-08-10 | 1 | -2/+2 | |
| | |||||
* | Remove debugging cruft from test_nested_for | 2017-03-07 | 1 | -1/+1 | |
| | |||||
* | Add test for nested loops and loops over slices (see #6, #7, #9) | 2017-03-07 | 1 | -0/+17 | |
| | |||||
* | Create separate test module for loops | 2017-03-07 | 1 | -0/+18 | |