aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add optional implementation for actix_web's Responder traitLibravatar Ryan McGrath2018-07-225-0/+56
* Rename Rocket impl method to clarify dependencyLibravatar Ryan McGrath2018-07-221-2/+2
* Update nightly snapshot, use clippy componentLibravatar Dirkjan Ochtman2018-07-181-4/+2
* Make config file structure more future-proofLibravatar Dirkjan Ochtman2018-07-141-4/+14
* Add some tests for Config contentsLibravatar Dirkjan Ochtman2018-07-121-0/+16
* Enable instantiation of Config from str configurationLibravatar Dirkjan Ochtman2018-07-121-13/+15
* Move get_template_source() into askama_deriveLibravatar Dirkjan Ochtman2018-07-116-39/+36
* Move find_template_from_path() into ConfigLibravatar Dirkjan Ochtman2018-07-115-80/+92
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-07-112-3/+9
* Revert to using assert_eq!() for path testsLibravatar Dirkjan Ochtman2018-07-111-3/+13
* Simplify get_template_source() by using fs::read_to_string()Libravatar Dirkjan Ochtman2018-07-101-11/+8
* Use Config type for build script helperLibravatar Dirkjan Ochtman2018-07-103-8/+4
* Move Config struct to askama_shared crate rootLibravatar Dirkjan Ochtman2018-07-102-39/+42
* Rename Config::from_file() to Config::new()Libravatar Dirkjan Ochtman2018-07-101-3/+3
* Simplify find_template_from_path() to use Config directlyLibravatar Dirkjan Ochtman2018-07-101-12/+9
* Stop searching for templates used as relative rootsLibravatar Dirkjan Ochtman2018-07-101-13/+12
* Get template sources directly from absolute pathsLibravatar Dirkjan Ochtman2018-07-101-22/+15
* Simplify code to read configurationLibravatar Dirkjan Ochtman2018-07-101-29/+16
* Simplify handling of file open errorsLibravatar Dirkjan Ochtman2018-07-101-4/+3
* Reorder items in top-down orderLibravatar Dirkjan Ochtman2018-07-101-22/+22
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-07-101-1/+4
* Add complete support for multiple template dirsLibravatar mash2018-07-101-43/+63
* Add partial support for multiple template dirsLibravatar mash2018-07-104-6/+44
* Add test for unit structs (see #101)Libravatar Dirkjan Ochtman2018-07-041-0/+9
* Remove restrictions to named field structs (fixes #101)Libravatar Dirkjan Ochtman2018-07-042-5/+1
* Clean up according to clippy suggestionsLibravatar Dirkjan Ochtman2018-07-022-2/+2
* Update pinned nightly versionLibravatar Dirkjan Ochtman2018-07-021-2/+2
* Add some comments to TemplateInput::new() methodLibravatar Dirkjan Ochtman2018-07-021-0/+14
* Remove accidentally committed debugging cruftLibravatar Dirkjan Ochtman2018-07-021-1/+1
* Further simplify code to find parent fieldsLibravatar Dirkjan Ochtman2018-07-021-12/+5
* Reorder arms in match for better readabilityLibravatar Dirkjan Ochtman2018-07-021-2/+2
* Further improve matching source and ext in TemplateInputLibravatar Dirkjan Ochtman2018-07-021-7/+5
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-07-022-7/+28
* Fix unused import warningLibravatar mash2018-07-021-1/+1
* Only pass path to contextLibravatar mash2018-07-021-5/+5
* Improve field type determinationLibravatar mash2018-07-021-5/+12
* Simplify escape mode determinationLibravatar mash2018-07-021-20/+13
* Determine path during source attribute checksLibravatar mash2018-07-021-11/+6
* Remove rustfmt.tomlLibravatar mash2018-06-291-4/+0
* Added linebreaks and linebreaksbr filtersLibravatar Aaron Power2018-06-291-1/+32
* Add benchmarks to the Askama repoLibravatar Dirkjan Ochtman2018-06-284-0/+84
* Link to benchmarks repo from READMELibravatar Dirkjan Ochtman2018-06-251-1/+2
* Bump version numbers in READMELibravatar Dirkjan Ochtman2018-06-251-2/+2
* Remove non-functional code coverage badge for nowLibravatar Dirkjan Ochtman2018-06-251-1/+0
* Add AppVeyor badge to READMELibravatar Dirkjan Ochtman2018-06-251-0/+1
* Add AppVeyor badge in crate metadataLibravatar Dirkjan Ochtman2018-06-251-0/+1
* Add test for 'truncate' filterLibravatar Dirkjan Ochtman2018-06-251-0/+14
* Add support for 'truncate' filter (see #95)Libravatar Dirkjan Ochtman2018-06-251-1/+14
* Improve attribute handling code for efficiency and robustnessLibravatar Dirkjan Ochtman2018-06-251-47/+57
* Add test for 'loop.first' variableLibravatar Dirkjan Ochtman2018-06-252-2/+2