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
*
Bump version to 0.2.1
Dirkjan Ochtman
2017-03-05
3
-8
/
+8
*
Slightly update limitations in README
Dirkjan Ochtman
2017-03-05
1
-2
/
+1
*
Add readme to Cargo package metadata
Dirkjan Ochtman
2017-03-05
1
-0
/
+1
*
Rewrite README in Markdown
Dirkjan Ochtman
2017-03-05
2
-153
/
+149
*
Add note about working on stable Rust
Dirkjan Ochtman
2017-03-05
1
-0
/
+1
*
Add testimonial from Armin Ronacher
Dirkjan Ochtman
2017-03-05
1
-0
/
+4
*
Add crates.io badge to README
Dirkjan Ochtman
2017-03-04
1
-0
/
+2
*
Adapt coverage collection for cargo workspaces with proc_macro crates
Dirkjan Ochtman
2017-03-03
1
-1
/
+3
*
Add syntax highlighting to README
nabijaczleweli
2017-03-03
1
-4
/
+4
*
Execute more tests for coverage
Dirkjan Ochtman
2017-03-03
1
-1
/
+1
*
Add codecov badge to README
Dirkjan Ochtman
2017-03-03
1
-0
/
+2
*
Submit code coverage data to codecov.io
Dirkjan Ochtman
2017-03-03
1
-1
/
+25
*
Link to documentation from README
Dirkjan Ochtman
2017-03-03
1
-1
/
+2
*
Update version numbers and dependencies
Dirkjan Ochtman
2017-03-03
2
-15
/
+25
*
Bump version for askama_derive
Dirkjan Ochtman
2017-03-03
1
-2
/
+2
*
Bump version for askama
Dirkjan Ochtman
2017-03-03
1
-1
/
+1
*
Add test for comments
Dirkjan Ochtman
2017-03-03
2
-1
/
+2
*
Add basic support for comments
Dirkjan Ochtman
2017-03-03
2
-1
/
+11
*
Add test for parenthesized expressions
Dirkjan Ochtman
2017-03-03
1
-1
/
+1
*
Add support for parenthesized expressions
Dirkjan Ochtman
2017-03-03
2
-1
/
+15
*
Create documentation about supported template syntax
Dirkjan Ochtman
2017-03-03
1
-0
/
+183
*
Discard trailing newlines from templates by default
Dirkjan Ochtman
2017-03-03
5
-15
/
+18
*
Add basic documentation for visible items
Dirkjan Ochtman
2017-03-03
3
-2
/
+35
*
Improve language in debugging section
Dirkjan Ochtman
2017-03-03
1
-1
/
+1
*
Point to tests from example section
Dirkjan Ochtman
2017-03-03
1
-4
/
+4
*
Add debugging and troubleshooting section to README
Dirkjan Ochtman
2017-03-03
1
-1
/
+29
*
Add basic test for loop variables
Dirkjan Ochtman
2017-02-19
2
-2
/
+2
*
Add support for loop.index and loop.index0 variables
Dirkjan Ochtman
2017-02-19
1
-0
/
+30
*
Soften remark on complexity of debugging
Dirkjan Ochtman
2017-02-18
1
-1
/
+1
*
Add support for debugging parser AST
Dirkjan Ochtman
2017-02-18
1
-4
/
+7
*
Remove note about limited support for expressions
Dirkjan Ochtman
2017-02-18
1
-1
/
+0
*
Add test for handling Option types (with method calls)
Dirkjan Ochtman
2017-02-18
2
-0
/
+20
*
Add support for method calls
Dirkjan Ochtman
2017-02-18
2
-1
/
+21
*
Add parser for identifiers
Dirkjan Ochtman
2017-02-18
1
-12
/
+26
*
Add test for format filter
Dirkjan Ochtman
2017-02-18
2
-0
/
+14
*
Implement support for format filter
Dirkjan Ochtman
2017-02-18
2
-1
/
+10
*
Add support for filters with multiple arguments
Dirkjan Ochtman
2017-02-18
2
-9
/
+42
*
Add test for attribute support
Dirkjan Ochtman
2017-02-18
2
-0
/
+18
*
Add support for attributes
Dirkjan Ochtman
2017-02-18
2
-1
/
+17
*
Add support for integer literals
Dirkjan Ochtman
2017-02-17
3
-1
/
+12
*
Use better parsing strategy for filter expressions
Dirkjan Ochtman
2017-02-17
1
-26
/
+22
*
Import alphanumeric from nom to simplify macro handling
Dirkjan Ochtman
2017-02-17
1
-5
/
+5
*
Derive Debug for parser AST enums
Dirkjan Ochtman
2017-02-17
1
-1
/
+4
*
Add test template (forgotten in 1121af3dd0)
Dirkjan Ochtman
2017-02-17
1
-0
/
+48
*
Cleanups as suggested by clippy
Dirkjan Ochtman
2017-02-17
1
-5
/
+5
*
Trigger code generation debug output via template annotations
Dirkjan Ochtman
2017-02-17
1
-2
/
+13
*
Move template metadata processing into askama crate
Dirkjan Ochtman
2017-02-17
2
-34
/
+35
*
Define struct to represent template metadata
Dirkjan Ochtman
2017-02-17
1
-9
/
+23
*
Add tests for more binary operators
Dirkjan Ochtman
2017-02-17
2
-1
/
+25
*
Add support for most binary operators
Dirkjan Ochtman
2017-02-17
1
-1
/
+8
[next]