Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-09-26 | Improve code compactness | Dirkjan Ochtman | 1 | -5/+2 |
2017-09-26 | Add support for importing template files with macros (#51) | larros | 1 | -1/+42 |
2017-09-05 | Extract generator::State type to clarify structure | Dirkjan Ochtman | 1 | -1/+1 |
2017-09-05 | Move TemplateInput and related code into separate module | Dirkjan Ochtman | 1 | -104/+3 |
2017-09-05 | Create new TemplateInput abstraction | Dirkjan Ochtman | 1 | -13/+27 |
2017-09-05 | Create better abstraction around TemplateMeta type | Dirkjan Ochtman | 1 | -48/+48 |
2017-09-05 | Pass AST to code generator as reference | Dirkjan Ochtman | 1 | -1/+1 |
2017-09-05 | Move tightly coupled code from derive to shared crate | Dirkjan Ochtman | 1 | -2/+111 |
2017-09-04 | Escape all strings with character entities by default (fixes #23) | Dirkjan Ochtman | 1 | -0/+1 |
2017-09-04 | Move escaping algorithm into a separate module | Dirkjan Ochtman | 1 | -0/+1 |
2017-08-29 | Export Error type | Anthony Nowell | 1 | -1/+1 |
2017-08-27 | Move most of the code into new askama_shared crate | Dirkjan Ochtman | 1 | -0/+29 |