Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename askama_codegen to askama_derive | 2017-01-03 | 4 | -228/+0 | |
| | | | | This appears to be best practice for crates using macros 1.1. | ||||
* | Extend parser to allow different expression types | 2017-01-03 | 2 | -6/+18 | |
| | |||||
* | Support templating for every type implementing Display | 2016-12-26 | 1 | -3/+4 | |
| | |||||
* | Add some helper methods to Generator impl | 2016-12-24 | 1 | -11/+40 | |
| | |||||
* | Make code generator impl more extensible | 2016-12-24 | 1 | -16/+42 | |
| | |||||
* | Introduce code generator impl | 2016-12-24 | 1 | -13/+29 | |
| | |||||
* | Return AST nodes from parser | 2016-12-24 | 2 | -18/+25 | |
| | |||||
* | Move impl code generator into separate module | 2016-12-24 | 2 | -21/+25 | |
| | |||||
* | Move template parser into separate module | 2016-12-24 | 2 | -31/+36 | |
| | |||||
* | Implement very basic template parser | 2016-12-24 | 1 | -8/+46 | |
| | |||||
* | Get template from Cargo manifest-relative source | 2016-12-23 | 1 | -2/+7 | |
| | |||||
* | Attempt at grabbing template source from file | 2016-12-22 | 2 | -1/+44 | |
| | |||||
* | Initial stab at macros 1.1 | 2016-12-22 | 2 | -0/+42 | |