Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `panic!()` in `loop.cycle([])` | 2022-01-31 | 2 | -0/+22 | |
* | Make is_shadowing_variable() failable | 2022-01-31 | 1 | -3/+3 | |
* | Allow comments in `{% match %}` and remove panic! | 2022-01-31 | 2 | -0/+28 | |
* | Add unit tests if there is one `#[template(…)]` | 2022-01-13 | 4 | -0/+36 | |
* | Fix tests for new error messages in Rust nightly | 2021-12-01 | 15 | -1/+27 | |
* | Implement {{loop.cycle(…)}} similar to Jinja | 2021-11-11 | 2 | -0/+20 | |
* | Ensure that {%break%} is only used inside of a loop | 2021-08-30 | 2 | -0/+19 | |
* | Better error messages using cuts | 2021-07-30 | 2 | -0/+19 | |
* | Use "target()" to parse "when" block | 2021-07-30 | 2 | -0/+18 | |
* | Fix expected error message for missing file | 2021-07-02 | 4 | -0/+8 | |
* | Use `syn::Error::to_compile_error` and add trybuild ui test (#374) | 2020-11-02 | 2 | -0/+15 |