aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-05Generate path-based type aliasesLibravatar Dirkjan Ochtman1-1/+1
2017-02-05Improve name and ownership of AST vectorLibravatar Dirkjan Ochtman1-2/+2
2017-02-04Pass entire AST to code generatorLibravatar Dirkjan Ochtman1-2/+1
2017-02-04Upgrade to syn-0.11Libravatar Dirkjan Ochtman1-1/+1
2017-02-02Remove unneeded feature(proc_macro) annotationLibravatar Dirkjan Ochtman1-2/+0
2017-01-07Move parser and generator code into askama crateLibravatar Dirkjan Ochtman1-7/+3
2017-01-07Get rid of unused quote dependencyLibravatar Dirkjan Ochtman1-2/+0
2017-01-03Rename askama_codegen to askama_deriveLibravatar Dirkjan Ochtman1-0/+0
2016-12-24Move impl code generator into separate moduleLibravatar Dirkjan Ochtman1-21/+2
2016-12-24Move template parser into separate moduleLibravatar Dirkjan Ochtman1-31/+6
2016-12-24Implement very basic template parserLibravatar Dirkjan Ochtman1-8/+46
2016-12-23Get template from Cargo manifest-relative sourceLibravatar Dirkjan Ochtman1-2/+7
2016-12-22Attempt at grabbing template source from fileLibravatar Dirkjan Ochtman1-1/+43