aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Inline block content functionsLibravatar Dirkjan Ochtman2018-07-271-77/+57
|
* Prepare Heritage before Generator instantiationLibravatar Dirkjan Ochtman2018-07-252-51/+60
|
* Add comment about subtleties of code generation for includesLibravatar Dirkjan Ochtman2018-07-251-0/+2
|
* Use write!() macro instead of write_fmt() methodLibravatar Dirkjan Ochtman2018-07-251-2/+2
|
* Disconnect Buffer instance from Generator instanceLibravatar Dirkjan Ochtman2018-07-251-195/+201
|
* Use nested scopes for function call argumentsLibravatar Dirkjan Ochtman2018-07-251-18/+11
|
* Tweak generated code style for let blocksLibravatar Dirkjan Ochtman2018-07-251-1/+1
|
* Tweak writeln() handling of stateLibravatar Dirkjan Ochtman2018-07-251-5/+4
|
* Use Buffer type for expression buffersLibravatar Dirkjan Ochtman2018-07-251-109/+109
|
* Take reference to indexed dataLibravatar Dirkjan Ochtman2018-07-241-0/+1
|
* Improve formatting for macro argumentsLibravatar Dirkjan Ochtman2018-07-241-1/+1
|
* Move buffer maintenance utilities into a separate typeLibravatar Dirkjan Ochtman2018-07-241-95/+120
|
* Make order of dependency properties consistentLibravatar Dirkjan Ochtman2018-07-231-1/+1
|
* Bump versions to 0.7.1Libravatar Dirkjan Ochtman2018-07-233-6/+6
|
* Update documentation to cover configuration fileLibravatar Dirkjan Ochtman2018-07-231-8/+22
|
* Document mechanism for user-defined filters (fixes #102)Libravatar Dirkjan Ochtman2018-07-232-3/+9
|
* Improve documentation for built-in filtersLibravatar Dirkjan Ochtman2018-07-231-10/+15
|
* Work around conflicting dependencies for actix-web and rocketLibravatar Dirkjan Ochtman2018-07-224-8/+10
|
* Change order for Template trait methodsLibravatar Dirkjan Ochtman2018-07-221-2/+2
|
* Add Template method to return template extensionLibravatar Dirkjan Ochtman2018-07-223-0/+8
| | | | Thanks to Ryan McGrath for the suggestion and initial implementation.
* Tests for actix_webLibravatar Ryan McGrath2018-07-222-2/+33
|
* 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
|