index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_derive
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-08
Simplify derive_template() function
Dirkjan Ochtman
1
-5
/
+2
2017-02-08
Simplify code to find template path
Dirkjan Ochtman
1
-23
/
+10
2017-02-08
Expose less granular API in askama crate
Dirkjan Ochtman
1
-17
/
+1
2017-02-05
Generate path-based type aliases
Dirkjan Ochtman
1
-1
/
+1
2017-02-05
Improve name and ownership of AST vector
Dirkjan Ochtman
1
-2
/
+2
2017-02-04
Pass entire AST to code generator
Dirkjan Ochtman
1
-2
/
+1
2017-02-04
Upgrade to syn-0.11
Dirkjan Ochtman
1
-1
/
+1
2017-02-02
Remove unneeded feature(proc_macro) annotation
Dirkjan Ochtman
1
-2
/
+0
2017-01-07
Move parser and generator code into askama crate
Dirkjan Ochtman
1
-7
/
+3
2017-01-07
Get rid of unused quote dependency
Dirkjan Ochtman
1
-2
/
+0
2017-01-03
Rename askama_codegen to askama_derive
Dirkjan Ochtman
1
-0
/
+0
2016-12-24
Move impl code generator into separate module
Dirkjan Ochtman
1
-21
/
+2
2016-12-24
Move template parser into separate module
Dirkjan Ochtman
1
-31
/
+6
2016-12-24
Implement very basic template parser
Dirkjan Ochtman
1
-8
/
+46
2016-12-23
Get template from Cargo manifest-relative source
Dirkjan Ochtman
1
-2
/
+7
2016-12-22
Attempt at grabbing template source from file
Dirkjan Ochtman
1
-1
/
+43
[prev]