| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Config type for build script helper | Dirkjan Ochtman | 2018-07-10 | 3 | -8/+4 |
* | Move Config struct to askama_shared crate root | Dirkjan Ochtman | 2018-07-10 | 2 | -39/+42 |
* | Rename Config::from_file() to Config::new() | Dirkjan Ochtman | 2018-07-10 | 1 | -3/+3 |
* | Simplify find_template_from_path() to use Config directly | Dirkjan Ochtman | 2018-07-10 | 1 | -12/+9 |
* | Stop searching for templates used as relative roots | Dirkjan Ochtman | 2018-07-10 | 1 | -13/+12 |
* | Get template sources directly from absolute paths | Dirkjan Ochtman | 2018-07-10 | 1 | -22/+15 |
* | Simplify code to read configuration | Dirkjan Ochtman | 2018-07-10 | 1 | -29/+16 |
* | Simplify handling of file open errors | Dirkjan Ochtman | 2018-07-10 | 1 | -4/+3 |
* | Reorder items in top-down order | Dirkjan Ochtman | 2018-07-10 | 1 | -22/+22 |
* | Fix formatting with cargo fmt | Dirkjan Ochtman | 2018-07-10 | 1 | -1/+4 |
* | Add complete support for multiple template dirs | mash | 2018-07-10 | 1 | -43/+63 |
* | Add partial support for multiple template dirs | mash | 2018-07-10 | 4 | -6/+44 |
* | Add test for unit structs (see #101) | Dirkjan Ochtman | 2018-07-04 | 1 | -0/+9 |
* | Remove restrictions to named field structs (fixes #101) | Dirkjan Ochtman | 2018-07-04 | 2 | -5/+1 |
* | Clean up according to clippy suggestions | Dirkjan Ochtman | 2018-07-02 | 2 | -2/+2 |
* | Update pinned nightly version | Dirkjan Ochtman | 2018-07-02 | 1 | -2/+2 |
* | Add some comments to TemplateInput::new() method | Dirkjan Ochtman | 2018-07-02 | 1 | -0/+14 |
* | Remove accidentally committed debugging cruft | Dirkjan Ochtman | 2018-07-02 | 1 | -1/+1 |
* | Further simplify code to find parent fields | Dirkjan Ochtman | 2018-07-02 | 1 | -12/+5 |
* | Reorder arms in match for better readability | Dirkjan Ochtman | 2018-07-02 | 1 | -2/+2 |
* | Further improve matching source and ext in TemplateInput | Dirkjan Ochtman | 2018-07-02 | 1 | -7/+5 |
* | Fix formatting with cargo fmt | Dirkjan Ochtman | 2018-07-02 | 2 | -7/+28 |
* | Fix unused import warning | mash | 2018-07-02 | 1 | -1/+1 |
* | Only pass path to context | mash | 2018-07-02 | 1 | -5/+5 |
* | Improve field type determination | mash | 2018-07-02 | 1 | -5/+12 |
* | Simplify escape mode determination | mash | 2018-07-02 | 1 | -20/+13 |
* | Determine path during source attribute checks | mash | 2018-07-02 | 1 | -11/+6 |
* | Remove rustfmt.toml | mash | 2018-06-29 | 1 | -4/+0 |
* | Added linebreaks and linebreaksbr filters | Aaron Power | 2018-06-29 | 1 | -1/+32 |
* | Add benchmarks to the Askama repo | Dirkjan Ochtman | 2018-06-28 | 4 | -0/+84 |
* | Link to benchmarks repo from README | Dirkjan Ochtman | 2018-06-25 | 1 | -1/+2 |
* | Bump version numbers in README | Dirkjan Ochtman | 2018-06-25 | 1 | -2/+2 |
* | Remove non-functional code coverage badge for now | Dirkjan Ochtman | 2018-06-25 | 1 | -1/+0 |
* | Add AppVeyor badge to README | Dirkjan Ochtman | 2018-06-25 | 1 | -0/+1 |
* | Add AppVeyor badge in crate metadata | Dirkjan Ochtman | 2018-06-25 | 1 | -0/+1 |
* | Add test for 'truncate' filter | Dirkjan Ochtman | 2018-06-25 | 1 | -0/+14 |
* | Add support for 'truncate' filter (see #95) | Dirkjan Ochtman | 2018-06-25 | 1 | -1/+14 |
* | Improve attribute handling code for efficiency and robustness | Dirkjan Ochtman | 2018-06-25 | 1 | -47/+57 |
* | Add test for 'loop.first' variable | Dirkjan Ochtman | 2018-06-25 | 2 | -2/+2 |
* | Add support for 'loop.first' variable | Dirkjan Ochtman | 2018-06-25 | 2 | -0/+4 |
* | Update README, removing some limitations | Dirkjan Ochtman | 2018-06-25 | 1 | -2/+2 |
* | Add AppVeyor configuration | Dirkjan Ochtman | 2018-06-24 | 1 | -0/+20 |
* | Set maintenance status to 'actively-developed' | Dirkjan Ochtman | 2018-06-24 | 1 | -0/+1 |
* | Use a proper license expression | Dirkjan Ochtman | 2018-06-24 | 1 | -1/+1 |
* | Add test for range operators | Dirkjan Ochtman | 2018-06-23 | 2 | -0/+19 |
* | Add support for range operators (see #95) | Dirkjan Ochtman | 2018-06-23 | 2 | -1/+39 |
* | Allow accidentally disabled join filter | Dirkjan Ochtman | 2018-06-23 | 1 | -1/+2 |
* | Remove accidental debugging cruft | Dirkjan Ochtman | 2018-06-23 | 1 | -1/+1 |
* | Add test for Index operation | Dirkjan Ochtman | 2018-06-23 | 1 | -0/+16 |
* | Add support for Index operation (see #95) | Dirkjan Ochtman | 2018-06-23 | 2 | -1/+25 |