index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_shared
/
src
/
path.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-11
Move get_template_source() into askama_derive
Dirkjan Ochtman
1
-29
/
+0
2018-07-11
Move find_template_from_path() into Config
Dirkjan Ochtman
1
-65
/
+4
2018-07-11
Fix formatting with cargo fmt
Dirkjan Ochtman
1
-2
/
+8
2018-07-11
Revert to using assert_eq!() for path tests
Dirkjan Ochtman
1
-3
/
+13
2018-07-10
Simplify get_template_source() by using fs::read_to_string()
Dirkjan Ochtman
1
-11
/
+8
2018-07-10
Use Config type for build script helper
Dirkjan Ochtman
1
-4
/
+0
2018-07-10
Move Config struct to askama_shared crate root
Dirkjan Ochtman
1
-37
/
+3
2018-07-10
Rename Config::from_file() to Config::new()
Dirkjan Ochtman
1
-3
/
+3
2018-07-10
Simplify find_template_from_path() to use Config directly
Dirkjan Ochtman
1
-12
/
+9
2018-07-10
Stop searching for templates used as relative roots
Dirkjan Ochtman
1
-13
/
+12
2018-07-10
Get template sources directly from absolute paths
Dirkjan Ochtman
1
-22
/
+15
2018-07-10
Simplify code to read configuration
Dirkjan Ochtman
1
-29
/
+16
2018-07-10
Simplify handling of file open errors
Dirkjan Ochtman
1
-4
/
+3
2018-07-10
Reorder items in top-down order
Dirkjan Ochtman
1
-22
/
+22
2018-07-10
Add complete support for multiple template dirs
mash
1
-43
/
+63
2018-07-10
Add partial support for multiple template dirs
mash
1
-0
/
+32
2018-06-21
Fix formatting with cargo fmt
Dirkjan Ochtman
1
-3
/
+7
2018-04-09
Improve error message when template is not found
Dirkjan Ochtman
1
-1
/
+1
2017-11-21
Apply suggestions from rustfmt to improve style
Dirkjan Ochtman
1
-2
/
+1
2017-09-06
Code cleanups as suggested by Clippy
Dirkjan Ochtman
1
-2
/
+2
2017-08-27
Move most of the code into new askama_shared crate
Dirkjan Ochtman
1
-2
/
+1
2017-08-16
Change find_template_from_path() to take Path as start_at argument
Dirkjan Ochtman
1
-5
/
+5
2017-08-16
Simplify relative path handling in find_template_from_path()
Dirkjan Ochtman
1
-10
/
+7
2017-08-10
Add note to template_dir() about being duplicated
Dirkjan Ochtman
1
-0
/
+1
2017-08-08
Reorganize code order in askama_derive modules
Dirkjan Ochtman
1
-21
/
+21
2017-08-06
Use one way of finding templates on the path
Dirkjan Ochtman
1
-3
/
+3
2017-08-06
Merge handling of trailing newline into get_template_source()
Dirkjan Ochtman
1
-1
/
+4
2017-08-06
Add test for path::get_template_source()
Dirkjan Ochtman
1
-1
/
+6
2017-08-06
Add tests for find_template_from_path()
Dirkjan Ochtman
1
-0
/
+30
2017-08-06
Add function to find template relative to another template's path
Dirkjan Ochtman
1
-0
/
+24
2017-03-07
Panic with better message if template not found (fixes #4)
Dirkjan Ochtman
1
-1
/
+8
2017-03-06
Hide askama_derive dependency inside askama (fixes #2)
Dirkjan Ochtman
1
-0
/
+19