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
*
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
*
Simplify get_template_source() by using fs::read_to_string()
Dirkjan Ochtman
2018-07-10
1
-11
/
+8
*
Use Config type for build script helper
Dirkjan Ochtman
2018-07-10
3
-8
/
+4
*
Move Config struct to askama_shared crate root
Dirkjan Ochtman
2018-07-10
2
-39
/
+42
*
Rename Config::from_file() to Config::new()
Dirkjan Ochtman
2018-07-10
1
-3
/
+3
*
Simplify find_template_from_path() to use Config directly
Dirkjan Ochtman
2018-07-10
1
-12
/
+9
*
Stop searching for templates used as relative roots
Dirkjan Ochtman
2018-07-10
1
-13
/
+12
*
Get template sources directly from absolute paths
Dirkjan Ochtman
2018-07-10
1
-22
/
+15
*
Simplify code to read configuration
Dirkjan Ochtman
2018-07-10
1
-29
/
+16
*
Simplify handling of file open errors
Dirkjan Ochtman
2018-07-10
1
-4
/
+3
*
Reorder items in top-down order
Dirkjan Ochtman
2018-07-10
1
-22
/
+22
*
Fix formatting with cargo fmt
Dirkjan Ochtman
2018-07-10
1
-1
/
+4
*
Add complete support for multiple template dirs
mash
2018-07-10
1
-43
/
+63
*
Add partial support for multiple template dirs
mash
2018-07-10
4
-6
/
+44
*
Add test for unit structs (see #101)
Dirkjan Ochtman
2018-07-04
1
-0
/
+9
*
Remove restrictions to named field structs (fixes #101)
Dirkjan Ochtman
2018-07-04
2
-5
/
+1
*
Clean up according to clippy suggestions
Dirkjan Ochtman
2018-07-02
2
-2
/
+2
*
Update pinned nightly version
Dirkjan Ochtman
2018-07-02
1
-2
/
+2
*
Add some comments to TemplateInput::new() method
Dirkjan Ochtman
2018-07-02
1
-0
/
+14
*
Remove accidentally committed debugging cruft
Dirkjan Ochtman
2018-07-02
1
-1
/
+1
*
Further simplify code to find parent fields
Dirkjan Ochtman
2018-07-02
1
-12
/
+5
*
Reorder arms in match for better readability
Dirkjan Ochtman
2018-07-02
1
-2
/
+2
[next]