Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add loop.last to the document | yossyJ | 2019-01-09 | 1 | -0/+1 |
* | Fix loop.last | yossyJ | 2019-01-08 | 2 | -36/+37 |
* | Add support for loop.last | yossyJ | 2019-01-08 | 7 | -7/+72 |
* | Allow trailing commas in tuples (#188) | yossyJ | 2019-01-08 | 2 | -1/+2 |
* | Add support for #![feature(non_ascii_idents)] | yossyJ | 2019-01-08 | 1 | -2/+7 |
* | Improved rendering time (#190) | yossyJ | 2019-01-06 | 1 | -1/+23 |
* | Add support for tuple | yossyJ | 2019-01-04 | 6 | -14/+81 |
* | fix rust macro arguments | Juan Aguilar Santillana | 2018-12-13 | 4 | -10/+121 |
* | Fix rustfmt across channels | Dirkjan Ochtman | 2018-12-12 | 1 | -1/+3 |
* | Allow using brackets for enums in `match` | mcarton | 2018-12-12 | 4 | -18/+93 |
* | Add Gotham tests to `full` feature in testing crate | Kellen Frodelius-Fujimoto | 2018-12-10 | 1 | -1/+1 |
* | Implement `IntoResponse` for `Template`, allowing them to be used in `gotham`... | Kellen Frodelius-Fujimoto | 2018-12-10 | 7 | -1/+102 |
* | Use 2018 edition idioms | Dirkjan Ochtman | 2018-12-08 | 28 | -76/+34 |
* | Upgrade to 2018 edition | Dirkjan Ochtman | 2018-12-08 | 12 | -17/+22 |
* | Remove unused macro_use attributes | Dirkjan Ochtman | 2018-12-08 | 16 | -17/+1 |
* | Upgrade to Rocket 0.4 | Dirkjan Ochtman | 2018-12-08 | 3 | -6/+5 |
* | Fix cargo fmt | Juan Aguilar Santillana | 2018-12-07 | 6 | -55/+65 |
* | Fix typo in serde_json feature | Dirkjan Ochtman | 2018-12-07 | 4 | -11/+10 |
* | Make testing all features actually fail the test job | Dirkjan Ochtman | 2018-12-07 | 1 | -2/+1 |
* | Fix unnecessary len at capitalize filter | Juan Aguilar Santillana | 2018-12-01 | 1 | -9/+6 |
* | Add filesizeformat filter | youmouse | 2018-11-16 | 3 | -1/+20 |
* | Add assignments documentation | bott | 2018-11-14 | 1 | -0/+21 |
* | Move escaping benchmarks into askama_escape crate | Dirkjan Ochtman | 2018-11-14 | 3 | -66/+85 |
* | Update generate code example | bott | 2018-11-13 | 1 | -2/+3 |
* | Fix generated code style | bott | 2018-11-13 | 1 | -1/+1 |
* | Merge pull request #155 from djc/simplify-expr-writing | imaperson | 2018-11-11 | 2 | -59/+72 |
|\ | |||||
| * | Add e2e test for escape | bott | 2018-11-11 | 1 | -0/+16 |
| * | Fix write expression wrapper | bott | 2018-11-11 | 1 | -8/+5 |
| * | Code style tweaks | Dirkjan Ochtman | 2018-11-11 | 1 | -2/+2 |
| * | Use early returns to prevent deep indentation | Dirkjan Ochtman | 2018-11-11 | 1 | -59/+59 |
|/ | |||||
* | Update generated code example | bott | 2018-11-11 | 1 | -3/+2 |
* | Add write! named arguments | bott | 2018-11-11 | 1 | -7/+24 |
* | Tweak metadata for new askama_escape crate | Dirkjan Ochtman | 2018-11-07 | 1 | -2/+9 |
* | Simplify whitespace handling in expression code generation | Dirkjan Ochtman | 2018-11-07 | 1 | -3/+1 |
* | Clean up unused features | Dirkjan Ochtman | 2018-11-07 | 4 | -19/+4 |
* | Update generated code example | Tomas | 2018-11-07 | 1 | -9/+13 |
* | Fix generated code format | Tomas | 2018-11-07 | 1 | -6/+9 |
* | Create askama_escape crate | bott | 2018-11-07 | 6 | -4/+21 |
* | Reorder and tweak code style a little bit | Dirkjan Ochtman | 2018-11-05 | 1 | -19/+18 |
* | Improve performance simplify | bott | 2018-11-05 | 1 | -32/+20 |
* | Escape into Formatter | Dirkjan Ochtman | 2018-11-05 | 3 | -58/+60 |
* | Improve performance of html escape | bott | 2018-11-05 | 1 | -46/+39 |
* | Add bench for escaping | bott | 2018-11-05 | 1 | -1/+67 |
* | Add f64 filter | Tomas | 2018-11-05 | 1 | -1/+19 |
* | Add isize filter | Tomas | 2018-11-05 | 1 | -1/+26 |
* | Send debug output to stderr instead of stdout | Dirkjan Ochtman | 2018-11-05 | 2 | -2/+4 |
* | Disable tests that need dependencies by default | Dirkjan Ochtman | 2018-11-04 | 4 | -7/+18 |
* | Use nightly channel | Dirkjan Ochtman | 2018-11-04 | 1 | -5/+4 |
* | use UFCS in derived code | Yusuke Sasaki | 2018-11-04 | 2 | -2/+16 |
* | Remove unused #[macro_use] attribute | Dirkjan Ochtman | 2018-11-04 | 1 | -1/+0 |