aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Bump version to 0.7.2Libravatar Dirkjan Ochtman2018-10-081-2/+2
* Fix formattingLibravatar Dirkjan Ochtman2018-10-081-1/+1
* Add Rust macro support at templatesLibravatar bott2018-10-072-2/+23
* Improve variable name to better reflect its typeLibravatar Dirkjan Ochtman2018-10-071-2/+2
* Handle syntax validation during Config instantiationLibravatar Dirkjan Ochtman2018-10-071-20/+0
* Fix deprecated tag s! in favor of tag!Libravatar bott2018-10-051-83/+83
* Fix fmt at parser.rsLibravatar bott2018-10-051-28/+42
* Add changing delimiters supportLibravatar bott2018-10-054-79/+160
* fix panicked on range-based for loopLibravatar bott2018-09-211-1/+4
* Update formatting for rust 1.29.0 rustfmtLibravatar Dirkjan Ochtman2018-09-141-2/+1
* Fix operator preference at loop.indexLibravatar bott2018-09-141-1/+1
* Fix operator preference at loop.firstLibravatar bott2018-09-141-3/+3
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-09-071-9/+12
* Fix deep nested imports in macro callsLibravatar bott2018-09-071-26/+21
* Update syn requirement from 0.14 to 0.15Libravatar dependabot[bot]2018-09-071-1/+1
* Fix multiple nesting in macro calls into different scopesLibravatar bott2018-09-021-3/+5
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-09-022-7/+13
* Fix nested macro calls into different scopesLibravatar bott2018-09-021-11/+18
* 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
* Bump versions to 0.7.1Libravatar Dirkjan Ochtman2018-07-231-2/+2
* Add Template method to return template extensionLibravatar Dirkjan Ochtman2018-07-221-0/+5
* Add optional implementation for actix_web's Responder traitLibravatar Ryan McGrath2018-07-222-0/+24
* Rename Rocket impl method to clarify dependencyLibravatar Ryan McGrath2018-07-221-2/+2
* Move get_template_source() into askama_deriveLibravatar Dirkjan Ochtman2018-07-113-7/+36
* Move find_template_from_path() into ConfigLibravatar Dirkjan Ochtman2018-07-113-14/+19
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-07-101-1/+4
* 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
* Add some comments to TemplateInput::new() methodLibravatar Dirkjan Ochtman2018-07-021-0/+14
* 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 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
* Improve attribute handling code for efficiency and robustnessLibravatar Dirkjan Ochtman2018-06-251-47/+57
* Add support for 'loop.first' variableLibravatar Dirkjan Ochtman2018-06-251-0/+3