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
*
Fix deprecated tag s! in favor of tag!
bott
2018-10-05
1
-83
/
+83
*
Fix fmt at parser.rs
bott
2018-10-05
1
-28
/
+42
*
Add changing delimiters support
bott
2018-10-05
6
-103
/
+364
*
Add center filter
bott
2018-09-25
1
-1
/
+37
*
Add wordcount filter
bott
2018-09-25
1
-1
/
+17
*
Add capitalize filter
bott
2018-09-25
1
-1
/
+33
*
Add absolute value filter
bott
2018-09-22
3
-1
/
+23
*
fix panicked on range-based for loop
bott
2018-09-21
3
-1
/
+32
*
Update formatting for rust 1.29.0 rustfmt
Dirkjan Ochtman
2018-09-14
3
-6
/
+17
*
Fix operator preference at loop.index
bott
2018-09-14
3
-3
/
+3
*
Fix operator preference at loop.first
bott
2018-09-14
3
-3
/
+20
*
Fix formatting with cargo fmt
Dirkjan Ochtman
2018-09-07
1
-9
/
+12
*
Fix deep nested imports in macro calls
bott
2018-09-07
5
-28
/
+39
*
Update syn requirement from 0.14 to 0.15
dependabot[bot]
2018-09-07
1
-1
/
+1
*
Fix multiple nesting in macro calls into different scopes
bott
2018-09-02
2
-5
/
+11
*
Fix formatting with cargo fmt
Dirkjan Ochtman
2018-09-02
4
-10
/
+19
*
Add test for nested macro calls into different scope
bott
2018-09-02
3
-0
/
+19
*
Fix nested macro calls into different scopes
bott
2018-09-02
1
-11
/
+18
*
Unpin nightly version of Rust for Travis CI
Dirkjan Ochtman
2018-08-29
1
-1
/
+1
*
Inline block content functions
Dirkjan Ochtman
2018-07-27
1
-77
/
+57
*
Prepare Heritage before Generator instantiation
Dirkjan Ochtman
2018-07-25
2
-51
/
+60
*
Add comment about subtleties of code generation for includes
Dirkjan Ochtman
2018-07-25
1
-0
/
+2
*
Use write!() macro instead of write_fmt() method
Dirkjan Ochtman
2018-07-25
1
-2
/
+2
*
Disconnect Buffer instance from Generator instance
Dirkjan Ochtman
2018-07-25
1
-195
/
+201
*
Use nested scopes for function call arguments
Dirkjan Ochtman
2018-07-25
1
-18
/
+11
*
Tweak generated code style for let blocks
Dirkjan Ochtman
2018-07-25
1
-1
/
+1
*
Tweak writeln() handling of state
Dirkjan Ochtman
2018-07-25
1
-5
/
+4
*
Use Buffer type for expression buffers
Dirkjan Ochtman
2018-07-25
1
-109
/
+109
*
Take reference to indexed data
Dirkjan Ochtman
2018-07-24
1
-0
/
+1
*
Improve formatting for macro arguments
Dirkjan Ochtman
2018-07-24
1
-1
/
+1
*
Move buffer maintenance utilities into a separate type
Dirkjan Ochtman
2018-07-24
1
-95
/
+120
*
Make order of dependency properties consistent
Dirkjan Ochtman
2018-07-23
1
-1
/
+1
*
Bump versions to 0.7.1
Dirkjan Ochtman
2018-07-23
3
-6
/
+6
*
Update documentation to cover configuration file
Dirkjan Ochtman
2018-07-23
1
-8
/
+22
*
Document mechanism for user-defined filters (fixes #102)
Dirkjan Ochtman
2018-07-23
2
-3
/
+9
*
Improve documentation for built-in filters
Dirkjan Ochtman
2018-07-23
1
-10
/
+15
*
Work around conflicting dependencies for actix-web and rocket
Dirkjan Ochtman
2018-07-22
4
-8
/
+10
*
Change order for Template trait methods
Dirkjan Ochtman
2018-07-22
1
-2
/
+2
*
Add Template method to return template extension
Dirkjan Ochtman
2018-07-22
3
-0
/
+8
*
Tests for actix_web
Ryan McGrath
2018-07-22
2
-2
/
+33
*
Add optional implementation for actix_web's Responder trait
Ryan McGrath
2018-07-22
5
-0
/
+56
*
Rename Rocket impl method to clarify dependency
Ryan McGrath
2018-07-22
1
-2
/
+2
*
Update nightly snapshot, use clippy component
Dirkjan Ochtman
2018-07-18
1
-4
/
+2
*
Make config file structure more future-proof
Dirkjan Ochtman
2018-07-14
1
-4
/
+14
*
Add some tests for Config contents
Dirkjan Ochtman
2018-07-12
1
-0
/
+16
*
Enable instantiation of Config from str configuration
Dirkjan Ochtman
2018-07-12
1
-13
/
+15
*
Move get_template_source() into askama_derive
Dirkjan Ochtman
2018-07-11
6
-39
/
+36
*
Move find_template_from_path() into Config
Dirkjan Ochtman
2018-07-11
5
-80
/
+92
*
Fix formatting with cargo fmt
Dirkjan Ochtman
2018-07-11
2
-3
/
+9
*
Revert to using assert_eq!() for path tests
Dirkjan Ochtman
2018-07-11
1
-3
/
+13
[next]