aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use one way of finding templates on the pathLibravatar Dirkjan Ochtman2017-08-061-1/+2
* Merge handling of trailing newline into get_template_source()Libravatar Dirkjan Ochtman2017-08-061-4/+1
* Copy type parameters and where clauses (fixes #11)Libravatar Dirkjan Ochtman2017-03-081-0/+1
* Panic with better message if template attribute is not found (fixes #3)Libravatar Dirkjan Ochtman2017-03-071-1/+8
* Hide askama_derive dependency inside askama (fixes #2)Libravatar Dirkjan Ochtman2017-03-061-2/+71
* Move template metadata processing into askama crateLibravatar Dirkjan Ochtman2017-02-171-31/+1
* Define struct to represent template metadataLibravatar Dirkjan Ochtman2017-02-171-9/+23
* Simplify derive_template() functionLibravatar Dirkjan Ochtman2017-02-081-5/+2
* Simplify code to find template pathLibravatar Dirkjan Ochtman2017-02-081-23/+10
* Expose less granular API in askama crateLibravatar Dirkjan Ochtman2017-02-081-17/+1
* Generate path-based type aliasesLibravatar Dirkjan Ochtman2017-02-051-1/+1
* Improve name and ownership of AST vectorLibravatar Dirkjan Ochtman2017-02-051-2/+2
* Pass entire AST to code generatorLibravatar Dirkjan Ochtman2017-02-041-2/+1
* Upgrade to syn-0.11Libravatar Dirkjan Ochtman2017-02-041-1/+1
* Remove unneeded feature(proc_macro) annotationLibravatar Dirkjan Ochtman2017-02-021-2/+0
* Move parser and generator code into askama crateLibravatar Dirkjan Ochtman2017-01-071-7/+3
* Get rid of unused quote dependencyLibravatar Dirkjan Ochtman2017-01-071-2/+0
* Rename askama_codegen to askama_deriveLibravatar Dirkjan Ochtman2017-01-031-0/+72