| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up clippy warnings | 2020-01-02 | 1 | -0/+2 | |
| | | |||||
| * | Use 2018 edition idioms | 2018-12-08 | 1 | -2/+0 | |
| | | |||||
| * | Remove unused macro_use attributes | 2018-12-08 | 1 | -1/+0 | |
| | | |||||
| * | Add test for range operators | 2018-06-23 | 1 | -0/+14 | |
| | | |||||
| * | Fix formatting with cargo fmt | 2018-06-21 | 1 | -2/+0 | |
| | | |||||
| * | Apply suggestions from rustfmt to improve style | 2017-11-21 | 1 | -2/+2 | |
| | | |||||
| * | Moved precedence test into operators module | 2017-09-04 | 1 | -0/+11 | |
| | | |||||
| * | Propagate format errors and rename `render_to()` to `render_into()` | 2017-08-10 | 1 | -2/+2 | |
| | | |||||
| * | Hide askama_derive dependency inside askama (fixes #2) | 2017-03-06 | 1 | -2/+1 | |
| | | |||||
| * | Discard trailing newlines from templates by default | 2017-03-03 | 1 | -1/+1 | |
| | | | | | This matches Jinja's behavior, and seems sensible. | ||||
| * | Add tests for more binary operators | 2017-02-17 | 1 | -1/+1 | |
| | | |||||
| * | Split comparison tests from other operators | 2017-02-17 | 1 | -1/+16 | |
| | | |||||
| * | Implement support for mul, div, mod operators | 2017-02-13 | 1 | -1/+1 | |
| | | |||||
| * | Rename comparison tests to be about any operators | 2017-02-13 | 1 | -0/+19 | |
