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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a clarifying comment about whitespace in write_call()
Dirkjan Ochtman
2017-10-01
1
-1
/
+1
*
Add comment explaining why Extends doesn't need whitespace handling
Dirkjan Ochtman
2017-10-01
1
-0
/
+2
*
Fix whitespace handling for macros and imports (#55)
larros
2017-10-01
1
-4
/
+16
*
Insert macro parameter into locals after defining it (fixes #53)
Dirkjan Ochtman
2017-09-26
1
-1
/
+1
*
Add support for importing template files with macros (#51)
larros
2017-09-26
1
-3
/
+7
*
Rename and document top-level Generator::build() method
Dirkjan Ochtman
2017-09-07
1
-2
/
+3
*
Reorder methods in Generator to aid readability
Dirkjan Ochtman
2017-09-07
1
-450
/
+450
*
Return MarkupDisplay from json filter
Dirkjan Ochtman
2017-09-07
1
-1
/
+1
*
Code cleanups as suggested by Clippy
Dirkjan Ochtman
2017-09-06
1
-23
/
+23
*
Decrease coupling with Rocket in generated code
Dirkjan Ochtman
2017-09-06
1
-10
/
+2
*
Add panics during code generation for unsupported cases
Dirkjan Ochtman
2017-09-06
1
-9
/
+21
*
Allow includes to use relative paths
Dirkjan Ochtman
2017-09-05
1
-1
/
+1
*
Introduce attribute parameter to disable escaping
Dirkjan Ochtman
2017-09-05
1
-5
/
+9
*
Move knowledge of what to generate into Generator
Dirkjan Ochtman
2017-09-05
1
-30
/
+25
*
Extract generator::State type to clarify structure
Dirkjan Ochtman
2017-09-05
1
-97
/
+119
*
Pass AST to code generator as reference
Dirkjan Ochtman
2017-09-05
1
-1
/
+1
*
Stop mutating parsed AST for code generation
Dirkjan Ochtman
2017-09-05
1
-25
/
+20
*
Refactor code generation for block definitions
Dirkjan Ochtman
2017-09-05
1
-21
/
+24
*
Refactor handling of macros
Dirkjan Ochtman
2017-09-05
1
-11
/
+11
*
Raise 500 error instead of unwrapping in Rocket Responder impl
Dirkjan Ochtman
2017-09-05
1
-3
/
+7
*
Escape all strings with character entities by default (fixes #23)
Dirkjan Ochtman
2017-09-04
1
-14
/
+38
*
Move filter list closer to the actual filters, add docs
Dirkjan Ochtman
2017-09-04
1
-13
/
+2
*
Tighten up code for join filter handling
Dirkjan Ochtman
2017-09-04
1
-8
/
+1
*
Add `join` filter & tests for it
defyrlt
2017-09-02
1
-0
/
+25
*
Refactor `visit_filter` to allow easier customization
defyrlt
2017-09-02
1
-11
/
+21
*
Move most of the code into new askama_shared crate
Dirkjan Ochtman
2017-08-27
1
-0
/
+715