aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/generator.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Pass AST to code generator as referenceLibravatar Dirkjan Ochtman2017-09-051-1/+1
* Stop mutating parsed AST for code generationLibravatar Dirkjan Ochtman2017-09-051-25/+20
* Refactor code generation for block definitionsLibravatar Dirkjan Ochtman2017-09-051-21/+24
* Refactor handling of macrosLibravatar Dirkjan Ochtman2017-09-051-11/+11
* Raise 500 error instead of unwrapping in Rocket Responder implLibravatar Dirkjan Ochtman2017-09-051-3/+7
* Escape all strings with character entities by default (fixes #23)Libravatar Dirkjan Ochtman2017-09-041-14/+38
* Move filter list closer to the actual filters, add docsLibravatar Dirkjan Ochtman2017-09-041-13/+2
* Tighten up code for join filter handlingLibravatar Dirkjan Ochtman2017-09-041-8/+1
* Add `join` filter & tests for itLibravatar defyrlt2017-09-021-0/+25
* Refactor `visit_filter` to allow easier customizationLibravatar defyrlt2017-09-021-11/+21
* Move most of the code into new askama_shared crateLibravatar Dirkjan Ochtman2017-08-271-0/+715