Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-03 | Rename askama_codegen to askama_derive | Dirkjan Ochtman | 1 | -101/+0 | |
This appears to be best practice for crates using macros 1.1. | |||||
2017-01-03 | Extend parser to allow different expression types | Dirkjan Ochtman | 1 | -3/+9 | |
2016-12-26 | Support templating for every type implementing Display | Dirkjan Ochtman | 1 | -3/+4 | |
2016-12-24 | Add some helper methods to Generator impl | Dirkjan Ochtman | 1 | -11/+40 | |
2016-12-24 | Make code generator impl more extensible | Dirkjan Ochtman | 1 | -16/+42 | |
2016-12-24 | Introduce code generator impl | Dirkjan Ochtman | 1 | -13/+29 | |
2016-12-24 | Return AST nodes from parser | Dirkjan Ochtman | 1 | -10/+10 | |
2016-12-24 | Move impl code generator into separate module | Dirkjan Ochtman | 1 | -0/+23 | |