index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_shared
/
src
/
generator.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-08
Split leading and trailing whitespace out of literals
Dirkjan Ochtman
1
-1
/
+5
2017-02-08
Assorted cleanups as suggested by clippy
Dirkjan Ochtman
1
-1
/
+1
2017-02-08
Simplify types for Nodes and Conds, pass slice where possible
Dirkjan Ochtman
1
-8
/
+8
2017-02-08
Stop taking references where unneeded
Dirkjan Ochtman
1
-10
/
+10
2017-02-08
Purge useless format!() calls
Dirkjan Ochtman
1
-2
/
+2
2017-02-08
Deref in match header as suggested by clippy
Dirkjan Ochtman
1
-17
/
+17
2017-02-05
Implement basic support for template inheritance
Dirkjan Ochtman
1
-2
/
+98
2017-02-05
Simplify writing of template struct impl
Dirkjan Ochtman
1
-9
/
+4
2017-02-05
Extract helper function from Generator class
Dirkjan Ochtman
1
-15
/
+15
2017-02-05
Add parser support for block and extend blocks
Dirkjan Ochtman
1
-0
/
+8
2017-02-05
Generate path-based type aliases
Dirkjan Ochtman
1
-1
/
+24
2017-02-05
Improve name and ownership of AST vector
Dirkjan Ochtman
1
-6
/
+6
2017-02-05
Clarify code around writing template impl
Dirkjan Ochtman
1
-8
/
+6
2017-02-05
Move some code around to group related parts
Dirkjan Ochtman
1
-27
/
+27
2017-02-05
Add support for string literals
Dirkjan Ochtman
1
-0
/
+5
2017-02-05
Extend Template API to avoid need for multiple buffers
Dirkjan Ochtman
1
-6
/
+4
2017-02-04
Generalize support for comparison operators
Dirkjan Ochtman
1
-3
/
+4
2017-02-04
Add support for == operator
Dirkjan Ochtman
1
-0
/
+7
2017-02-04
Add support for lifetime annotations on template structs
Dirkjan Ochtman
1
-3
/
+21
2017-02-04
Pass entire AST to code generator
Dirkjan Ochtman
1
-2
/
+3
2017-02-04
Add basic support for loops
Dirkjan Ochtman
1
-3
/
+49
2017-01-07
Extend parser and generator to handle else blocks
Dirkjan Ochtman
1
-11
/
+20
2017-01-07
Add parsing and code generation for simple if blocks
Dirkjan Ochtman
1
-0
/
+13
2017-01-07
Move parser and generator code into askama crate
Dirkjan Ochtman
1
-0
/
+0
2017-01-06
Add parser and code generator support for Filter expressions
Dirkjan Ochtman
1
-0
/
+7
2017-01-06
Separate writing to buffer and node visitation in generator
Dirkjan Ochtman
1
-12
/
+15
2017-01-03
Rename askama_codegen to askama_derive
Dirkjan Ochtman
1
-0
/
+0
2017-01-03
Extend parser to allow different expression types
Dirkjan Ochtman
1
-3
/
+9
2016-12-26
Support templating for every type implementing Display
Dirkjan Ochtman
1
-3
/
+4
2016-12-24
Add some helper methods to Generator impl
Dirkjan Ochtman
1
-11
/
+40
2016-12-24
Make code generator impl more extensible
Dirkjan Ochtman
1
-16
/
+42
2016-12-24
Introduce code generator impl
Dirkjan Ochtman
1
-13
/
+29
2016-12-24
Return AST nodes from parser
Dirkjan Ochtman
1
-10
/
+10
2016-12-24
Move impl code generator into separate module
Dirkjan Ochtman
1
-0
/
+23
[prev]