Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some comments to TemplateInput::new() method | 2018-07-02 | 1 | -0/+14 | |
| | |||||
* | Remove accidentally committed debugging cruft | 2018-07-02 | 1 | -1/+1 | |
| | |||||
* | Further simplify code to find parent fields | 2018-07-02 | 1 | -12/+5 | |
| | |||||
* | Reorder arms in match for better readability | 2018-07-02 | 1 | -2/+2 | |
| | |||||
* | Further improve matching source and ext in TemplateInput | 2018-07-02 | 1 | -7/+5 | |
| | |||||
* | Fix formatting with cargo fmt | 2018-07-02 | 2 | -7/+28 | |
| | |||||
* | Fix unused import warning | 2018-07-02 | 1 | -1/+1 | |
| | |||||
* | Only pass path to context | 2018-07-02 | 1 | -5/+5 | |
| | |||||
* | Improve field type determination | 2018-07-02 | 1 | -5/+12 | |
| | |||||
* | Simplify escape mode determination | 2018-07-02 | 1 | -20/+13 | |
| | |||||
* | Determine path during source attribute checks | 2018-07-02 | 1 | -11/+6 | |
| | |||||
* | Remove rustfmt.toml | 2018-06-29 | 1 | -4/+0 | |
| | |||||
* | Added linebreaks and linebreaksbr filters | 2018-06-29 | 1 | -1/+32 | |
| | |||||
* | Add benchmarks to the Askama repo | 2018-06-28 | 4 | -0/+84 | |
| | |||||
* | Link to benchmarks repo from README | 2018-06-25 | 1 | -1/+2 | |
| | |||||
* | Bump version numbers in README | 2018-06-25 | 1 | -2/+2 | |
| | |||||
* | Remove non-functional code coverage badge for now | 2018-06-25 | 1 | -1/+0 | |
| | |||||
* | Add AppVeyor badge to README | 2018-06-25 | 1 | -0/+1 | |
| | |||||
* | Add AppVeyor badge in crate metadata | 2018-06-25 | 1 | -0/+1 | |
| | |||||
* | Add test for 'truncate' filter | 2018-06-25 | 1 | -0/+14 | |
| | |||||
* | Add support for 'truncate' filter (see #95) | 2018-06-25 | 1 | -1/+14 | |
| | |||||
* | Improve attribute handling code for efficiency and robustness | 2018-06-25 | 1 | -47/+57 | |
| | |||||
* | Add test for 'loop.first' variable | 2018-06-25 | 2 | -2/+2 | |
| | |||||
* | Add support for 'loop.first' variable | 2018-06-25 | 2 | -0/+4 | |
| | |||||
* | Update README, removing some limitations | 2018-06-25 | 1 | -2/+2 | |
| | |||||
* | Add AppVeyor configuration | 2018-06-24 | 1 | -0/+20 | |
| | |||||
* | Set maintenance status to 'actively-developed' | 2018-06-24 | 1 | -0/+1 | |
| | |||||
* | Use a proper license expression | 2018-06-24 | 1 | -1/+1 | |
| | |||||
* | Add test for range operators | 2018-06-23 | 2 | -0/+19 | |
| | |||||
* | Add support for range operators (see #95) | 2018-06-23 | 2 | -1/+39 | |
| | |||||
* | Allow accidentally disabled join filter | 2018-06-23 | 1 | -1/+2 | |
| | |||||
* | Remove accidental debugging cruft | 2018-06-23 | 1 | -1/+1 | |
| | |||||
* | Add test for Index operation | 2018-06-23 | 1 | -0/+16 | |
| | |||||
* | Add support for Index operation (see #95) | 2018-06-23 | 2 | -1/+25 | |
| | |||||
* | Further improve paragraph on Patreon support | 2018-06-22 | 1 | -3/+4 | |
| | |||||
* | Add link to Patreon | 2018-06-22 | 1 | -0/+5 | |
| | |||||
* | Bump version numbers to 0.7.0 | 2018-06-22 | 3 | -6/+6 | |
| | |||||
* | Documentation tweaks and updates | 2018-06-22 | 1 | -17/+13 | |
| | |||||
* | Reorder some code | 2018-06-22 | 1 | -20/+20 | |
| | |||||
* | Add some comments to describe code generator state | 2018-06-22 | 1 | -0/+15 | |
| | |||||
* | Add test for 'super' macro | 2018-06-22 | 2 | -0/+7 | |
| | |||||
* | Implement support for the 'super' macro | 2018-06-22 | 1 | -26/+59 | |
| | |||||
* | Disallow user-defined macros named 'super' | 2018-06-22 | 1 | -9/+14 | |
| | |||||
* | Keep track of ancestor blocks in Heritage | 2018-06-22 | 1 | -7/+8 | |
| | |||||
* | Fix formatting with cargo fmt | 2018-06-22 | 2 | -25/+34 | |
| | |||||
* | Add test for flattened deep inheritance | 2018-06-22 | 1 | -0/+92 | |
| | |||||
* | Allow flattened types for inheriting templates | 2018-06-22 | 1 | -3/+1 | |
| | |||||
* | Simplify trait names for blocks traits | 2018-06-22 | 1 | -15/+2 | |
| | |||||
* | Add test for deep inheritance | 2018-06-22 | 4 | -0/+135 | |
| | |||||
* | Reinstate use of Deref for inherited variable access | 2018-06-22 | 1 | -19/+22 | |
| |