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
/
generator.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-06
Use enumerate() for much simpler loop indexes (fixes #10)
Dirkjan Ochtman
1
-23
/
+5
2017-03-06
Better support for Iterator variants in for loop (fixes #8)
Dirkjan Ochtman
1
-2
/
+2
2017-03-06
Hide askama_derive dependency inside askama (fixes #2)
Dirkjan Ochtman
1
-0
/
+0
2017-03-06
Remove unused TemplateFrom types (fixes #5)
Dirkjan Ochtman
1
-11
/
+0
2017-03-03
Add basic support for comments
Dirkjan Ochtman
1
-0
/
+1
2017-03-03
Add support for parenthesized expressions
Dirkjan Ochtman
1
-0
/
+7
2017-02-19
Add support for loop.index and loop.index0 variables
Dirkjan Ochtman
1
-0
/
+30
2017-02-18
Add support for method calls
Dirkjan Ochtman
1
-0
/
+14
2017-02-18
Implement support for format filter
Dirkjan Ochtman
1
-1
/
+6
2017-02-18
Add support for filters with multiple arguments
Dirkjan Ochtman
1
-3
/
+8
2017-02-18
Add support for attributes
Dirkjan Ochtman
1
-0
/
+6
2017-02-17
Add support for integer literals
Dirkjan Ochtman
1
-0
/
+5
2017-02-14
Be smarter about writing indentation correctly
Dirkjan Ochtman
1
-24
/
+11
2017-02-14
Fix indentation for else clauses
Dirkjan Ochtman
1
-1
/
+1
2017-02-14
Tweak trait handling to get rid of struct impls
Dirkjan Ochtman
1
-41
/
+24
2017-02-14
Move code for whitespace handling around
Dirkjan Ochtman
1
-20
/
+20
2017-02-14
Remove some useless cruft
Dirkjan Ochtman
1
-1
/
+0
2017-02-13
Generically represent binary operators in parse tree
Dirkjan Ochtman
1
-3
/
+3
2017-02-12
Explicitly pass trait implementation to top-level base template method
Dirkjan Ochtman
1
-16
/
+29
2017-02-12
Remove lifetime annotations from trait definition
Dirkjan Ochtman
1
-6
/
+5
2017-02-12
Improve Generator impl/trait writing method names
Dirkjan Ochtman
1
-8
/
+8
2017-02-12
Improve formatting of generated code
Dirkjan Ochtman
1
-4
/
+5
2017-02-12
Refactor implementation of template inheritance
Dirkjan Ochtman
1
-13
/
+40
2017-02-12
Rename functions to move away from 'into' suffix
Dirkjan Ochtman
1
-6
/
+6
2017-02-08
Fix some bugs in whitespace handling
Dirkjan Ochtman
1
-7
/
+22
2017-02-08
Implement generator support for whitespace handling markers
Dirkjan Ochtman
1
-25
/
+68
2017-02-08
Move handling of Node::Lit parts into write_lit() method
Dirkjan Ochtman
1
-7
/
+5
2017-02-08
Simplify write_lit() method
Dirkjan Ochtman
1
-3
/
+1
2017-02-08
Convert everything to &str in the parser code
Dirkjan Ochtman
1
-6
/
+5
2017-02-08
Add support for whitespace handling markers to parser
Dirkjan Ochtman
1
-8
/
+8
2017-02-08
Simplify code generation for block definitions
Dirkjan Ochtman
1
-22
/
+17
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
[next]