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-08-10
Prevent allocations for loop target names
Dirkjan Ochtman
1
-3
/
+3
2017-08-10
Implement Display for all Templates
Dirkjan Ochtman
1
-0
/
+10
2017-08-10
Propagate format errors and rename `render_to()` to `render_into()`
Dirkjan Ochtman
1
-15
/
+24
2017-08-08
Add helper methods to abstract away dealing with scopes
Dirkjan Ochtman
1
-3
/
+17
2017-08-08
Add some comments to clarify structure of the code generator
Dirkjan Ochtman
1
-0
/
+8
2017-08-08
Reorganize code order in askama_derive modules
Dirkjan Ochtman
1
-82
/
+82
2017-08-08
Clean up use statements in code generator
Dirkjan Ochtman
1
-1
/
+4
2017-08-08
Implement Deref<Parent> for inheriting templates (fixes #28)
Dirkjan Ochtman
1
-0
/
+31
2017-08-08
Refactor handling of paths and trait names
Dirkjan Ochtman
1
-18
/
+20
2017-08-08
Move path_as_identifier() closer to driver
Dirkjan Ochtman
1
-12
/
+12
2017-08-08
Add some comments to clarify code generator methods
Dirkjan Ochtman
1
-0
/
+6
2017-08-08
Simplify write_header() method by taking trait name directly
Dirkjan Ochtman
1
-12
/
+6
2017-08-06
Share HashSet for locals among nested Generators
Dirkjan Ochtman
1
-10
/
+14
2017-08-06
Expand include node to template source during code generation
Dirkjan Ochtman
1
-3
/
+5
2017-08-06
Allow parent templates to be specified as relative paths (fixes #26)
Dirkjan Ochtman
1
-4
/
+12
2017-08-04
Add support for include blocks (see #25)
Dirkjan Ochtman
1
-5
/
+25
2017-03-11
Reference askama and std from the global scope (fixes #17)
Dirkjan Ochtman
1
-8
/
+8
2017-03-08
Remove type parameter defaults from impls (fixes #12)
Dirkjan Ochtman
1
-1
/
+3
2017-03-08
Use if let to better handle Option type
Dirkjan Ochtman
1
-2
/
+2
2017-03-08
Copy type parameters and where clauses (fixes #11)
Dirkjan Ochtman
1
-9
/
+39
2017-03-07
Inline annotations() helper into write_header()
Dirkjan Ochtman
1
-14
/
+9
2017-03-07
Extract writing of impl headers in generator
Dirkjan Ochtman
1
-10
/
+14
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
[next]