index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use 'else if' instead of 'elif' to align more with Rust
Dirkjan Ochtman
2017-01-12
4
-18
/
+12
*
Add license files to repository
Dirkjan Ochtman
2017-01-11
2
-0
/
+226
*
Add template source code for elif test case
Dirkjan Ochtman
2017-01-11
1
-0
/
+1
*
Add package metadata for askama_derive
Dirkjan Ochtman
2017-01-11
1
-0
/
+4
*
Add package metadata for askama crate
Dirkjan Ochtman
2017-01-11
1
-0
/
+3
*
Simplify parser by using type alias
Dirkjan Ochtman
2017-01-07
1
-2
/
+2
*
Add test for elif blocks
Dirkjan Ochtman
2017-01-07
1
-0
/
+14
*
Support elif blocks in parser and generator
Dirkjan Ochtman
2017-01-07
1
-5
/
+15
*
Add test for else blocks
Dirkjan Ochtman
2017-01-07
2
-0
/
+14
*
Extend parser and generator to handle else blocks
Dirkjan Ochtman
2017-01-07
2
-13
/
+40
*
Preserve more whitespace while parsing if-blocks
Dirkjan Ochtman
2017-01-07
1
-2
/
+2
*
Add test for simple if-blocks
Dirkjan Ochtman
2017-01-07
2
-0
/
+14
*
Add parsing and code generation for simple if blocks
Dirkjan Ochtman
2017-01-07
2
-1
/
+29
*
Rename it_works() test function to test_variables()
Dirkjan Ochtman
2017-01-07
1
-3
/
+3
*
Move parser and generator code into askama crate
Dirkjan Ochtman
2017-01-07
7
-9
/
+12
*
Get rid of obsolete test code and unused dependency
Dirkjan Ochtman
2017-01-07
3
-23
/
+0
*
Improve ordering of Cargo manifest items
Dirkjan Ochtman
2017-01-07
1
-3
/
+3
*
Get rid of unused quote dependency
Dirkjan Ochtman
2017-01-07
3
-4
/
+0
*
Add basic test case for filters
Dirkjan Ochtman
2017-01-06
2
-0
/
+23
*
Add initial filter e for HTML escaping
Dirkjan Ochtman
2017-01-06
4
-0
/
+18
*
Add parser and code generator support for Filter expressions
Dirkjan Ochtman
2017-01-06
2
-4
/
+37
*
Separate writing to buffer and node visitation in generator
Dirkjan Ochtman
2017-01-06
1
-12
/
+15
*
Add Cargo.lock file
Dirkjan Ochtman
2017-01-03
1
-0
/
+53
*
Rename askama_test to testing
Dirkjan Ochtman
2017-01-03
4
-3
/
+3
*
Rename askama_codegen to askama_derive
Dirkjan Ochtman
2017-01-03
9
-6
/
+6
*
Extend parser to allow different expression types
Dirkjan Ochtman
2017-01-03
2
-6
/
+18
*
Support templating for every type implementing Display
Dirkjan Ochtman
2016-12-26
3
-7
/
+20
*
Add some helper methods to Generator impl
Dirkjan Ochtman
2016-12-24
1
-11
/
+40
*
Make code generator impl more extensible
Dirkjan Ochtman
2016-12-24
1
-16
/
+42
*
Introduce code generator impl
Dirkjan Ochtman
2016-12-24
1
-13
/
+29
*
Return AST nodes from parser
Dirkjan Ochtman
2016-12-24
2
-18
/
+25
*
Move impl code generator into separate module
Dirkjan Ochtman
2016-12-24
2
-21
/
+25
*
Move template parser into separate module
Dirkjan Ochtman
2016-12-24
2
-31
/
+36
*
Implement very basic template parser
Dirkjan Ochtman
2016-12-24
2
-9
/
+47
*
Get template from Cargo manifest-relative source
Dirkjan Ochtman
2016-12-23
2
-2
/
+7
*
Attempt at grabbing template source from file
Dirkjan Ochtman
2016-12-22
4
-1
/
+46
*
Initial stab at macros 1.1
Dirkjan Ochtman
2016-12-22
8
-0
/
+107
[prev]