Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-13 | Tweak attribute parsing some more | Dirkjan Ochtman | 1 | -10/+7 | |
2022-01-13 | Make sure '#[template(…)]' is given exactly once | René Kijewski | 1 | -16/+22 | |
2022-01-13 | Rename "meta" in proc_macro parser | René Kijewski | 1 | -3/+3 | |
2022-01-07 | Determine Content-Type during compilation | René Kijewski | 1 | -0/+6 | |
2022-01-07 | Make TemplateInput::extension() reusable | René Kijewski | 1 | -1/+7 | |
2022-01-07 | Unshadow function escaping() | René Kijewski | 1 | -3/+3 | |
2022-01-07 | Move extension_to_mime_type() to askama_shared | René Kijewski | 1 | -0/+27 | |
2022-01-06 | Omit implicit lifetimes | René Kijewski | 1 | -1/+1 | |
2021-11-10 | Don't parse non-template attributes | Dirkjan Ochtman | 1 | -9/+5 | |
2021-07-01 | Stop eliding lifetimes in paths | Dirkjan Ochtman | 1 | -1/+1 | |
2021-03-10 | Changed to allow both path and ext | vallentin | 1 | -5/+2 | |
2021-03-10 | Added extension tests | vallentin | 1 | -0/+48 | |
2021-03-10 | Fixed extension to ignore common jinja extensions (fixes #457) | vallentin | 1 | -1/+11 | |
2021-03-10 | Refactored getting path extension | vallentin | 1 | -1/+9 | |
2021-02-28 | Fix style suggestion per nightly clippy | Dirkjan Ochtman | 1 | -1/+1 | |
2020-11-02 | Improve error handling (see #368) | Dirkjan Ochtman | 1 | -39/+48 | |
2020-02-08 | Adapt to new warnings and formatting | Dirkjan Ochtman | 1 | -1/+0 | |
2020-01-29 | Move input module into askama_shared | Dirkjan Ochtman | 1 | -1/+1 | |
2020-01-02 | Clean up clippy warnings | Dirkjan Ochtman | 1 | -1/+1 | |
2019-08-14 | Prevent rightward drift in attribute interpretation code | Dirkjan Ochtman | 1 | -42/+51 | |
2019-08-14 | Switch to syn/quote/proc_macro2 1.0 | Dirkjan Ochtman | 1 | -69/+57 | |
2019-07-11 | Implement selected clippy recommendations. | Bardi Harborow | 1 | -7/+4 | |
2019-01-12 | Allow configuration of escape modes | Dirkjan Ochtman | 1 | -9/+18 | |
2019-01-12 | Specify a trait that handles the output format's escaping | Dirkjan Ochtman | 1 | -33/+15 | |
2019-01-10 | Add warning of deprecated field '_parent' | Juan Aguilar Santillana | 1 | -0/+10 | |
2018-12-08 | Use 2018 edition idioms | Dirkjan Ochtman | 1 | -1/+1 | |
2018-12-08 | Upgrade to 2018 edition | Dirkjan Ochtman | 1 | -1/+1 | |
2018-12-07 | Fix cargo fmt | Juan Aguilar Santillana | 1 | -37/+51 | |
2018-10-07 | Handle syntax validation during Config instantiation | Dirkjan Ochtman | 1 | -20/+0 | |
2018-10-05 | Add changing delimiters support | bott | 1 | -4/+42 | |
2018-07-11 | Move find_template_from_path() into Config | Dirkjan Ochtman | 1 | -2/+5 | |
2018-07-04 | Remove restrictions to named field structs (fixes #101) | Dirkjan Ochtman | 1 | -1/+1 | |
2018-07-02 | Add some comments to TemplateInput::new() method | Dirkjan Ochtman | 1 | -0/+14 | |
2018-07-02 | Further simplify code to find parent fields | Dirkjan Ochtman | 1 | -12/+5 | |
2018-07-02 | Reorder arms in match for better readability | Dirkjan Ochtman | 1 | -2/+2 | |
2018-07-02 | Further improve matching source and ext in TemplateInput | Dirkjan Ochtman | 1 | -7/+5 | |
2018-07-02 | Improve field type determination | mash | 1 | -5/+12 | |
2018-07-02 | Simplify escape mode determination | mash | 1 | -20/+13 | |
2018-07-02 | Determine path during source attribute checks | mash | 1 | -11/+6 | |
2018-06-25 | Improve attribute handling code for efficiency and robustness | Dirkjan Ochtman | 1 | -47/+57 | |
2018-06-21 | Store parent field type in TemplateInput | Dirkjan Ochtman | 1 | -0/+15 | |
2018-06-21 | Fix formatting with cargo fmt | Dirkjan Ochtman | 1 | -8/+12 | |
2018-06-21 | Inline TemplateMeta into TemplateInput | Dirkjan Ochtman | 1 | -23/+20 | |
2018-06-21 | Let build_template() own the template source | Dirkjan Ochtman | 1 | -16/+8 | |
2018-06-16 | Use struct name for inline templates | Dirkjan Ochtman | 1 | -1/+1 | |
2018-05-21 | Upgrade to syn-0.14 and quote-0.6 | Dirkjan Ochtman | 1 | -4/+2 | |
2018-04-12 | Isolate proc-macro dependency to the proc macro | David Tolnay | 1 | -1/+1 | |
The dependency of askama on askama_shared on syn on libproc_macro used to mean libproc_macro would be dynamically linked into any crate using askama. We want only askama_derive to have a runtime dependency on proc macro. This commit moves all proc macro code from askama_shared into askama_derive so that the askama crate no longer dynamically links libproc_macro. | |||||
2018-01-22 | Cleanup warnings generated by clippy | Dirkjan Ochtman | 1 | -2/+2 | |
2018-01-09 | Upgrade to syn-0.12 and quote-0.4 | Dirkjan Ochtman | 1 | -43/+43 | |
2017-11-21 | Apply suggestions from rustfmt to improve style | Dirkjan Ochtman | 1 | -2/+2 | |