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