aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up clippy warningsLibravatar Dirkjan Ochtman2020-01-021-6/+7
* Update formattingLibravatar Dirkjan Ochtman2019-07-251-2/+8
* Implement selected clippy recommendations.Libravatar Bardi Harborow2019-07-111-1/+1
* Fix tests for extensionsLibravatar Dirkjan Ochtman2019-04-011-2/+2
* Add md and yml to non-escaped extensions (fixes #229)Libravatar Dirkjan Ochtman2019-04-011-1/+1
* Make html-escaper also escape .j2, .jinja and .jinja2 filesLibravatar Daniel Wiesenberg2019-02-061-0/+2
* Allow configuration of escape modesLibravatar Dirkjan Ochtman2019-01-121-0/+57
* Add support for loop.lastLibravatar yossyJ2019-01-081-0/+1
* Use 2018 edition idiomsLibravatar Dirkjan Ochtman2018-12-081-10/+4
* Upgrade to 2018 editionLibravatar Dirkjan Ochtman2018-12-081-1/+1
* Fix typo in serde_json featureLibravatar Dirkjan Ochtman2018-12-071-1/+1
* Add filesizeformat filterLibravatar youmouse2018-11-161-0/+1
* Create askama_escape crateLibravatar bott2018-11-071-2/+2
* Fix formattingLibravatar Dirkjan Ochtman2018-10-081-2/+7
* Move default_syntax setting into general sectionLibravatar Dirkjan Ochtman2018-10-081-21/+21
* Handle syntax validation during Config instantiationLibravatar Dirkjan Ochtman2018-10-071-16/+38
* Remove unnecessary type declarationLibravatar Dirkjan Ochtman2018-10-071-1/+1
* Tweak error messages for language, consistencyLibravatar Dirkjan Ochtman2018-10-071-2/+2
* Reorder code for better readabilityLibravatar Dirkjan Ochtman2018-10-071-48/+48
* Add changing delimiters supportLibravatar bott2018-10-051-22/+201
* Add absolute value filterLibravatar bott2018-09-221-0/+1
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-09-021-2/+4
* Make config file structure more future-proofLibravatar Dirkjan Ochtman2018-07-141-4/+14
* Add some tests for Config contentsLibravatar Dirkjan Ochtman2018-07-121-0/+16
* Enable instantiation of Config from str configurationLibravatar Dirkjan Ochtman2018-07-121-13/+15
* Move get_template_source() into askama_deriveLibravatar Dirkjan Ochtman2018-07-111-1/+0
* Move find_template_from_path() into ConfigLibravatar Dirkjan Ochtman2018-07-111-1/+69
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-07-111-1/+1
* Use Config type for build script helperLibravatar Dirkjan Ochtman2018-07-101-3/+3
* Move Config struct to askama_shared crate rootLibravatar Dirkjan Ochtman2018-07-101-2/+39
* Add partial support for multiple template dirsLibravatar mash2018-07-101-1/+3
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-06-211-1/+1
* Converted error-chain based error to enum based errorLibravatar Philipp Korber2018-06-041-13/+2
* Isolate proc-macro dependency to the proc macroLibravatar David Tolnay2018-04-121-72/+0
* Cleanup warnings generated by clippyLibravatar Dirkjan Ochtman2018-01-221-3/+5
* Upgrade to syn-0.12 and quote-0.4Libravatar Dirkjan Ochtman2018-01-091-0/+2
* Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman2017-11-211-3/+3
* Add scope when importing macrosLibravatar Lars Erik Rosengren2017-10-151-10/+12
* Rename parse() method to macro_map()Libravatar Dirkjan Ochtman2017-09-261-1/+1
* Improve code compactnessLibravatar Dirkjan Ochtman2017-09-261-5/+2
* Add support for importing template files with macros (#51)Libravatar larros2017-09-261-1/+42
* Extract generator::State type to clarify structureLibravatar Dirkjan Ochtman2017-09-051-1/+1
* Move TemplateInput and related code into separate moduleLibravatar Dirkjan Ochtman2017-09-051-104/+3
* Create new TemplateInput abstractionLibravatar Dirkjan Ochtman2017-09-051-13/+27
* Create better abstraction around TemplateMeta typeLibravatar Dirkjan Ochtman2017-09-051-48/+48
* Pass AST to code generator as referenceLibravatar Dirkjan Ochtman2017-09-051-1/+1
* Move tightly coupled code from derive to shared crateLibravatar Dirkjan Ochtman2017-09-051-2/+111
* Escape all strings with character entities by default (fixes #23)Libravatar Dirkjan Ochtman2017-09-041-0/+1
* Move escaping algorithm into a separate moduleLibravatar Dirkjan Ochtman2017-09-041-0/+1
* Export Error typeLibravatar Anthony Nowell2017-08-291-1/+1