Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Apply suggestions from rustfmt to improve style | Dirkjan Ochtman | 2017-11-21 | 1 | -3/+3 | |
| | ||||||
* | Add scope when importing macros | Lars Erik Rosengren | 2017-10-15 | 1 | -10/+12 | |
| | ||||||
* | Rename parse() method to macro_map() | Dirkjan Ochtman | 2017-09-26 | 1 | -1/+1 | |
| | ||||||
* | Improve code compactness | Dirkjan Ochtman | 2017-09-26 | 1 | -5/+2 | |
| | ||||||
* | Add support for importing template files with macros (#51) | larros | 2017-09-26 | 1 | -1/+42 | |
| | | | | * Fix review comments for macro imports | |||||
* | Extract generator::State type to clarify structure | Dirkjan Ochtman | 2017-09-05 | 1 | -1/+1 | |
| | ||||||
* | Move TemplateInput and related code into separate module | Dirkjan Ochtman | 2017-09-05 | 1 | -104/+3 | |
| | ||||||
* | Create new TemplateInput abstraction | Dirkjan Ochtman | 2017-09-05 | 1 | -13/+27 | |
| | ||||||
* | Create better abstraction around TemplateMeta type | Dirkjan Ochtman | 2017-09-05 | 1 | -48/+48 | |
| | ||||||
* | Pass AST to code generator as reference | Dirkjan Ochtman | 2017-09-05 | 1 | -1/+1 | |
| | ||||||
* | Move tightly coupled code from derive to shared crate | Dirkjan Ochtman | 2017-09-05 | 1 | -2/+111 | |
| | ||||||
* | Escape all strings with character entities by default (fixes #23) | Dirkjan Ochtman | 2017-09-04 | 1 | -0/+1 | |
| | ||||||
* | Move escaping algorithm into a separate module | Dirkjan Ochtman | 2017-09-04 | 1 | -0/+1 | |
| | ||||||
* | Export Error type | Anthony Nowell | 2017-08-29 | 1 | -1/+1 | |
| | ||||||
* | Move most of the code into new askama_shared crate | Dirkjan Ochtman | 2017-08-27 | 1 | -0/+29 | |
This makes it possible to share code between askama and askama_derive. |