Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix rustfmt across channels | 2018-12-12 | 1 | -1/+3 | ||
| | ||||||
* | Allow using brackets for enums in `match` | 2018-12-12 | 4 | -18/+93 | ||
| | ||||||
* | Add Gotham tests to `full` feature in testing crate | 2018-12-10 | 1 | -1/+1 | ||
| | ||||||
* | Implement `IntoResponse` for `Template`, allowing them to be used in ↵ | 2018-12-10 | 7 | -1/+102 | ||
| | | | | `gotham` handlers. | |||||
* | Use 2018 edition idioms | 2018-12-08 | 28 | -76/+34 | ||
| | ||||||
* | Upgrade to 2018 edition | 2018-12-08 | 12 | -17/+22 | ||
| | ||||||
* | Remove unused macro_use attributes | 2018-12-08 | 16 | -17/+1 | ||
| | ||||||
* | Upgrade to Rocket 0.4 | 2018-12-08 | 3 | -6/+5 | ||
| | ||||||
* | Fix cargo fmt | 2018-12-07 | 6 | -55/+65 | ||
| | ||||||
* | Fix typo in serde_json feature | 2018-12-07 | 4 | -11/+10 | ||
| | ||||||
* | Make testing all features actually fail the test job | 2018-12-07 | 1 | -2/+1 | ||
| | ||||||
* | Fix unnecessary len at capitalize filter | 2018-12-01 | 1 | -9/+6 | ||
| | ||||||
* | Add filesizeformat filter | 2018-11-16 | 3 | -1/+20 | ||
| | ||||||
* | Add assignments documentation | 2018-11-14 | 1 | -0/+21 | ||
| | ||||||
* | Move escaping benchmarks into askama_escape crate | 2018-11-14 | 3 | -66/+85 | ||
| | ||||||
* | Update generate code example | 2018-11-13 | 1 | -2/+3 | ||
| | ||||||
* | Fix generated code style | 2018-11-13 | 1 | -1/+1 | ||
| | ||||||
* | Merge pull request #155 from djc/simplify-expr-writing | 2018-11-11 | 2 | -59/+72 | ||
|\ | | | | | Simplify expr writing | |||||
| * | Add e2e test for escape | 2018-11-11 | 1 | -0/+16 | ||
| | | ||||||
| * | Fix write expression wrapper | 2018-11-11 | 1 | -8/+5 | ||
| | | ||||||
| * | Code style tweaks | 2018-11-11 | 1 | -2/+2 | ||
| | | ||||||
| * | Use early returns to prevent deep indentation | 2018-11-11 | 1 | -59/+59 | ||
|/ | ||||||
* | Update generated code example | 2018-11-11 | 1 | -3/+2 | ||
| | ||||||
* | Add write! named arguments | 2018-11-11 | 1 | -7/+24 | ||
| | ||||||
* | Tweak metadata for new askama_escape crate | 2018-11-07 | 1 | -2/+9 | ||
| | ||||||
* | Simplify whitespace handling in expression code generation | 2018-11-07 | 1 | -3/+1 | ||
| | ||||||
* | Clean up unused features | 2018-11-07 | 4 | -19/+4 | ||
| | ||||||
* | Update generated code example | 2018-11-07 | 1 | -9/+13 | ||
| | ||||||
* | Fix generated code format | 2018-11-07 | 1 | -6/+9 | ||
| | ||||||
* | Create askama_escape crate | 2018-11-07 | 6 | -4/+21 | ||
| | ||||||
* | Reorder and tweak code style a little bit | 2018-11-05 | 1 | -19/+18 | ||
| | ||||||
* | Improve performance simplify | 2018-11-05 | 1 | -32/+20 | ||
| | ||||||
* | Escape into Formatter | 2018-11-05 | 3 | -58/+60 | ||
| | ||||||
* | Improve performance of html escape | 2018-11-05 | 1 | -46/+39 | ||
| | ||||||
* | Add bench for escaping | 2018-11-05 | 1 | -1/+67 | ||
| | ||||||
* | Add f64 filter | 2018-11-05 | 1 | -1/+19 | ||
| | ||||||
* | Add isize filter | 2018-11-05 | 1 | -1/+26 | ||
| | ||||||
* | Send debug output to stderr instead of stdout | 2018-11-05 | 2 | -2/+4 | ||
| | ||||||
* | Disable tests that need dependencies by default | 2018-11-04 | 4 | -7/+18 | ||
| | ||||||
* | Use nightly channel | 2018-11-04 | 1 | -5/+4 | ||
| | ||||||
* | use UFCS in derived code | 2018-11-04 | 2 | -2/+16 | ||
| | ||||||
* | Remove unused #[macro_use] attribute | 2018-11-04 | 1 | -1/+0 | ||
| | ||||||
* | Improve bench with writable buffer for generate format string of write! argument | 2018-10-29 | 1 | -52/+111 | ||
| | ||||||
* | Improve bench with literals buffer for optimize ws writer | 2018-10-27 | 1 | -15/+22 | ||
| | ||||||
* | Improve bench reducing the number of calls to writer.write_str | 2018-10-26 | 1 | -4/+13 | ||
| | ||||||
* | Fix off-by-one error with HTML escaping | 2018-10-25 | 1 | -1/+2 | ||
| | | | | | | If the second-to-last character of a string should be escaped, but not the last, the last character was not being included in the result. | |||||
* | Add test for unescaped variable expressions (see #132) | 2018-10-20 | 2 | -0/+29 | ||
| | ||||||
* | Take reference of unescaped expressions directly (fixes #132) | 2018-10-20 | 1 | -3/+2 | ||
| | ||||||
* | Replace `format!()` with `to_string()` in filters | 2018-10-17 | 1 | -10/+10 | ||
| | ||||||
* | Add `indent` filter | 2018-10-17 | 1 | -1/+32 | ||
| |