| Commit message (Expand) | Author | Age | Files | Lines |
* | Add WhitespaceHandling::Minimize | Guillaume Gomez | 2022-04-26 | 3 | -20/+47 |
* | Add new minimize jinja character handling: `~` | Guillaume Gomez | 2022-04-26 | 1 | -1/+5 |
* | Rename `suppress_whitespace` into `whitespace` and update expected values to ... | Guillaume Gomez | 2022-04-21 | 2 | -19/+55 |
* | Add config option to derive macro so we can specify config file location | Guillaume Gomez | 2022-04-21 | 3 | -3/+17 |
* | Parse template derive args outside of TemplateInput::new | Guillaume Gomez | 2022-04-21 | 2 | -98/+125 |
* | Update parser to allow "+" sign | Guillaume Gomez | 2022-04-21 | 2 | -166/+218 |
* | Add suppress_whitespace config option | Guillaume Gomez | 2022-04-21 | 3 | -7/+49 |
* | Simplify the implementation of askama_axum | Jonas Platte | 2022-03-31 | 1 | -1/+1 |
* | Add io::writer helper methods | René Kijewski | 2022-03-31 | 1 | -2/+20 |
* | Expose the fact that templates implement Display | René Kijewski | 2022-03-31 | 1 | -2/+21 |
* | Move Template into askama_shared, too | René Kijewski | 2022-03-30 | 1 | -0/+88 |
* | Implement std::error::Error::source | René Kijewski | 2022-03-28 | 1 | -4/+4 |
* | fix formatting | Axel Kappel | 2022-03-26 | 1 | -1/+1 |
* | made capitalize filter unicode aware | Axel Kappel | 2022-03-26 | 1 | -13/+10 |
* | Merge derive.rs into generator.rs | René Kijewski | 2022-03-23 | 3 | -119/+100 |
* | Update version numbers | René Kijewski | 2022-03-23 | 1 | -1/+1 |
* | Un-"pub" most of askama_shared's internals | René Kijewski | 2022-03-23 | 6 | -81/+81 |
* | Reduce askama_derive to a single re-export | René Kijewski | 2022-03-23 | 2 | -0/+107 |
* | Move handling of integrations into askama_shared | René Kijewski | 2022-03-23 | 3 | -50/+35 |
* | Fix clippy warning | René Kijewski | 2022-03-23 | 1 | -1/+1 |
* | Actix Web v4.0 is here | René Kijewski | 2022-02-25 | 2 | -5/+5 |
* | Increment patch versions of askama_{shared,escape} | René Kijewski | 2022-02-16 | 1 | -1/+1 |
* | Make json filter safe | René Kijewski | 2022-02-16 | 3 | -18/+25 |
* | askama_mendes: upgrade mendes to 0.0.62 (#636) | Dirkjan Ochtman | 2022-02-09 | 1 | -1/+1 |
* | Add markdown filter | René Kijewski | 2022-02-07 | 3 | -3/+96 |
* | Enable tracking of the offending span of an error | René Kijewski | 2022-02-07 | 1 | -5/+24 |
* | Take reference to AST ident only once | René Kijewski | 2022-02-03 | 1 | -12/+17 |
* | Replace if-let with match | René Kijewski | 2022-02-03 | 1 | -4/+6 |
* | Replace custom Cow with actual Cow | René Kijewski | 2022-02-03 | 3 | -47/+42 |
* | Remove used optional dependency | René Kijewski | 2022-01-31 | 1 | -1/+0 |
* | Remove `panic!()` in `loop.cycle([])` | René Kijewski | 2022-01-31 | 1 | -1/+1 |
* | Don't wrap in StrLit just to extract the str imm. | René Kijewski | 2022-01-31 | 1 | -20/+4 |
* | Update comment in TemplateInput::new() | René Kijewski | 2022-01-31 | 1 | -1/+1 |
* | Make is_shadowing_variable() failable | René Kijewski | 2022-01-31 | 1 | -12/+24 |
* | Allow comments in `{% match %}` and remove panic! | René Kijewski | 2022-01-31 | 1 | -19/+2 |
* | Parse tuple expressions | René Kijewski | 2022-01-28 | 2 | -3/+163 |
* | Implement error propagation expression: `?` (#590) | René Kijewski | 2022-01-28 | 3 | -6/+30 |
* | Unify handling of calls (#614) | René Kijewski | 2022-01-27 | 2 | -145/+157 |
* | Replace `&PathBuf` with `&Path` | René Kijewski | 2022-01-24 | 2 | -9/+9 |
* | Tweak attribute parsing some more | Dirkjan Ochtman | 2022-01-13 | 1 | -10/+7 |
* | Make sure '#[template(…)]' is given exactly once | René Kijewski | 2022-01-13 | 1 | -16/+22 |
* | Rename "meta" in proc_macro parser | René Kijewski | 2022-01-13 | 1 | -3/+3 |
* | Add template argument for contexts' hasher | René Kijewski | 2022-01-12 | 1 | -2/+2 |
* | `&Option<T>` → `Option<&T>` | René Kijewski | 2022-01-12 | 1 | -3/+3 |
* | Fully qualify some more paths in generated code | René Kijewski | 2022-01-12 | 1 | -3/+3 |
* | Determine Content-Type during compilation | René Kijewski | 2022-01-07 | 2 | -0/+10 |
* | Make TemplateInput::extension() reusable | René Kijewski | 2022-01-07 | 1 | -1/+7 |
* | Unshadow function escaping() | René Kijewski | 2022-01-07 | 1 | -3/+3 |
* | Move extension_to_mime_type() to askama_shared | René Kijewski | 2022-01-07 | 3 | -0/+30 |
* | Optimize parsing of ranges | René Kijewski | 2022-01-06 | 1 | -17/+13 |