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
...
*
Test all crates in the workspace
Dirkjan Ochtman
2017-02-08
1
-1
/
+1
*
Add unit tests for whitespace splitter
Dirkjan Ochtman
2017-02-08
1
-0
/
+23
*
Split leading and trailing whitespace out of literals
Dirkjan Ochtman
2017-02-08
2
-5
/
+29
*
Add basic Travis configuration
Dirkjan Ochtman
2017-02-08
1
-0
/
+8
*
Assorted cleanups as suggested by clippy
Dirkjan Ochtman
2017-02-08
2
-3
/
+3
*
Simplify types for Nodes and Conds, pass slice where possible
Dirkjan Ochtman
2017-02-08
2
-13
/
+12
*
Stop taking references where unneeded
Dirkjan Ochtman
2017-02-08
1
-10
/
+10
*
Purge useless format!() calls
Dirkjan Ochtman
2017-02-08
1
-2
/
+2
*
Deref in match header as suggested by clippy
Dirkjan Ochtman
2017-02-08
1
-17
/
+17
*
Fold identical branches in parser (as suggested by clippy)
Dirkjan Ochtman
2017-02-08
1
-3
/
+1
*
Implement basic support for template inheritance
Dirkjan Ochtman
2017-02-05
4
-2
/
+121
*
Simplify writing of template struct impl
Dirkjan Ochtman
2017-02-05
1
-9
/
+4
*
Extract helper function from Generator class
Dirkjan Ochtman
2017-02-05
1
-15
/
+15
*
Add parser support for block and extend blocks
Dirkjan Ochtman
2017-02-05
2
-1
/
+32
*
Allow zero nodes in top-level parser
Dirkjan Ochtman
2017-02-05
1
-1
/
+1
*
Generate path-based type aliases
Dirkjan Ochtman
2017-02-05
2
-2
/
+25
*
Improve name and ownership of AST vector
Dirkjan Ochtman
2017-02-05
2
-8
/
+8
*
Clarify code around writing template impl
Dirkjan Ochtman
2017-02-05
1
-8
/
+6
*
Move some code around to group related parts
Dirkjan Ochtman
2017-02-05
1
-27
/
+27
*
Add test for string literals
Dirkjan Ochtman
2017-02-05
2
-0
/
+12
*
Add support for string literals
Dirkjan Ochtman
2017-02-05
2
-1
/
+14
*
Extend Template API to avoid need for multiple buffers
Dirkjan Ochtman
2017-02-05
2
-7
/
+10
*
Upgrade to nom-2.1
Dirkjan Ochtman
2017-02-04
1
-1
/
+1
*
Add tests for all 6 comparison operators
Dirkjan Ochtman
2017-02-04
3
-6
/
+11
*
Generalize support for comparison operators
Dirkjan Ochtman
2017-02-04
2
-8
/
+14
*
Simplify parsing of if-blocks
Dirkjan Ochtman
2017-02-04
1
-2
/
+1
*
Fix incorrect indentation
Dirkjan Ochtman
2017-02-04
1
-3
/
+3
*
Add test for == operator
Dirkjan Ochtman
2017-02-04
2
-0
/
+20
*
Add support for == operator
Dirkjan Ochtman
2017-02-04
2
-4
/
+20
*
Use &str instead of String for test cases
Dirkjan Ochtman
2017-02-04
1
-6
/
+6
*
Add support for lifetime annotations on template structs
Dirkjan Ochtman
2017-02-04
1
-3
/
+21
*
Pass entire AST to code generator
Dirkjan Ochtman
2017-02-04
5
-4
/
+7
*
Upgrade to syn-0.11
Dirkjan Ochtman
2017-02-04
3
-5
/
+5
*
Add basic support for loops
Dirkjan Ochtman
2017-02-04
4
-4
/
+89
*
Update dependencies
Dirkjan Ochtman
2017-02-04
1
-12
/
+12
*
Remove unneeded feature(proc_macro) annotation
Dirkjan Ochtman
2017-02-02
4
-8
/
+0
*
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
[prev]
[next]