Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-06-21 | Fix formatting with cargo fmt | Dirkjan Ochtman | 1 | -2/+0 |
2017-11-21 | Apply suggestions from rustfmt to improve style | Dirkjan Ochtman | 1 | -2/+2 |
2017-09-04 | Moved precedence test into operators module | Dirkjan Ochtman | 1 | -0/+11 |
2017-08-10 | Propagate format errors and rename `render_to()` to `render_into()` | Dirkjan Ochtman | 1 | -2/+2 |
2017-03-06 | Hide askama_derive dependency inside askama (fixes #2) | Dirkjan Ochtman | 1 | -2/+1 |
2017-03-03 | Discard trailing newlines from templates by default | Dirkjan Ochtman | 1 | -1/+1 |
2017-02-17 | Add tests for more binary operators | Dirkjan Ochtman | 1 | -1/+1 |
2017-02-17 | Split comparison tests from other operators | Dirkjan Ochtman | 1 | -1/+16 |
2017-02-13 | Implement support for mul, div, mod operators | Dirkjan Ochtman | 1 | -1/+1 |
2017-02-13 | Rename comparison tests to be about any operators | Dirkjan Ochtman | 1 | -4/+4 |
2017-02-04 | Add tests for all 6 comparison operators | Dirkjan Ochtman | 1 | -5/+5 |
2017-02-04 | Add test for == operator | Dirkjan Ochtman | 1 | -0/+19 |