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