Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to new warnings and formatting | Dirkjan Ochtman | 2020-02-08 | 1 | -1/+0 |
| | |||||
* | Move input module into askama_shared | Dirkjan Ochtman | 2020-01-29 | 1 | -0/+221 |
| | |||||
* | Isolate proc-macro dependency to the proc macro | David Tolnay | 2018-04-12 | 1 | -175/+0 |
| | | | | | | | | | 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. | ||||
* | Cleanup warnings generated by clippy | Dirkjan Ochtman | 2018-01-22 | 1 | -2/+2 |
| | |||||
* | Upgrade to syn-0.12 and quote-0.4 | Dirkjan Ochtman | 2018-01-09 | 1 | -43/+43 |
| | |||||
* | Apply suggestions from rustfmt to improve style | Dirkjan Ochtman | 2017-11-21 | 1 | -2/+2 |
| | |||||
* | Improve error about unsupported annotation key | Dirkjan Ochtman | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Infer escaping mode based on template extension | Dirkjan Ochtman | 2017-09-07 | 1 | -3/+21 |
| | |||||
* | Refactor creation of TemplateMeta value | Dirkjan Ochtman | 2017-09-07 | 1 | -13/+9 |
| | |||||
* | Make ext attribute mandatory for source-specified templates | Dirkjan Ochtman | 2017-09-07 | 1 | -4/+8 |
| | |||||
* | Code cleanups as suggested by Clippy | Dirkjan Ochtman | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Allow setting an extension with source attributes | Dirkjan Ochtman | 2017-09-06 | 1 | -2/+22 |
| | |||||
* | Make path and source attributes mutually exclusive | Dirkjan Ochtman | 2017-09-06 | 1 | -0/+6 |
| | |||||
* | Refactor type handling for attribute parameters | Dirkjan Ochtman | 2017-09-05 | 1 | -8/+8 |
| | |||||
* | Introduce attribute parameter to disable escaping | Dirkjan Ochtman | 2017-09-05 | 1 | -1/+25 |
| | |||||
* | Move TemplateInput and related code into separate module | Dirkjan Ochtman | 2017-09-05 | 1 | -0/+107 |