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