aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/input.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed to allow both path and extLibravatar vallentin2021-03-101-5/+2
* Added extension testsLibravatar vallentin2021-03-101-0/+48
* Fixed extension to ignore common jinja extensions (fixes #457)Libravatar vallentin2021-03-101-1/+11
* Refactored getting path extensionLibravatar vallentin2021-03-101-1/+9
* Fix style suggestion per nightly clippyLibravatar Dirkjan Ochtman2021-02-281-1/+1
* Improve error handling (see #368)Libravatar Dirkjan Ochtman2020-11-021-39/+48
* Adapt to new warnings and formattingLibravatar Dirkjan Ochtman2020-02-081-1/+0
* Move input module into askama_sharedLibravatar Dirkjan Ochtman2020-01-291-0/+221
* Isolate proc-macro dependency to the proc macroLibravatar David Tolnay2018-04-121-175/+0
* Cleanup warnings generated by clippyLibravatar Dirkjan Ochtman2018-01-221-2/+2
* Upgrade to syn-0.12 and quote-0.4Libravatar Dirkjan Ochtman2018-01-091-43/+43
* Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman2017-11-211-2/+2
* Improve error about unsupported annotation keyLibravatar Dirkjan Ochtman2017-11-071-1/+1
* Infer escaping mode based on template extensionLibravatar Dirkjan Ochtman2017-09-071-3/+21
* Refactor creation of TemplateMeta valueLibravatar Dirkjan Ochtman2017-09-071-13/+9
* Make ext attribute mandatory for source-specified templatesLibravatar Dirkjan Ochtman2017-09-071-4/+8
* Code cleanups as suggested by ClippyLibravatar Dirkjan Ochtman2017-09-061-1/+1
* Allow setting an extension with source attributesLibravatar Dirkjan Ochtman2017-09-061-2/+22
* Make path and source attributes mutually exclusiveLibravatar Dirkjan Ochtman2017-09-061-0/+6
* Refactor type handling for attribute parametersLibravatar Dirkjan Ochtman2017-09-051-8/+8
* Introduce attribute parameter to disable escapingLibravatar Dirkjan Ochtman2017-09-051-1/+25
* Move TemplateInput and related code into separate moduleLibravatar Dirkjan Ochtman2017-09-051-0/+107