| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve documentation for built-in filters | Dirkjan Ochtman | 2018-07-23 | 1 | -10/+15 |
* | Work around conflicting dependencies for actix-web and rocket | Dirkjan Ochtman | 2018-07-22 | 4 | -8/+10 |
* | Change order for Template trait methods | Dirkjan Ochtman | 2018-07-22 | 1 | -2/+2 |
* | Add Template method to return template extension | Dirkjan Ochtman | 2018-07-22 | 3 | -0/+8 |
* | Tests for actix_web | Ryan McGrath | 2018-07-22 | 2 | -2/+33 |
* | Add optional implementation for actix_web's Responder trait | Ryan McGrath | 2018-07-22 | 5 | -0/+56 |
* | Rename Rocket impl method to clarify dependency | Ryan McGrath | 2018-07-22 | 1 | -2/+2 |
* | Update nightly snapshot, use clippy component | Dirkjan Ochtman | 2018-07-18 | 1 | -4/+2 |
* | Make config file structure more future-proof | Dirkjan Ochtman | 2018-07-14 | 1 | -4/+14 |
* | Add some tests for Config contents | Dirkjan Ochtman | 2018-07-12 | 1 | -0/+16 |
* | Enable instantiation of Config from str configuration | Dirkjan Ochtman | 2018-07-12 | 1 | -13/+15 |
* | Move get_template_source() into askama_derive | Dirkjan Ochtman | 2018-07-11 | 6 | -39/+36 |
* | Move find_template_from_path() into Config | Dirkjan Ochtman | 2018-07-11 | 5 | -80/+92 |
* | Fix formatting with cargo fmt | Dirkjan Ochtman | 2018-07-11 | 2 | -3/+9 |
* | Revert to using assert_eq!() for path tests | Dirkjan Ochtman | 2018-07-11 | 1 | -3/+13 |
* | Simplify get_template_source() by using fs::read_to_string() | Dirkjan Ochtman | 2018-07-10 | 1 | -11/+8 |
* | 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 |