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 (
Collapse
)
Author
Age
Files
Lines
*
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
This makes it possible to share code between askama and askama_derive.