aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for tupleLibravatar yossyJ2019-01-042-13/+55
* fix rust macro argumentsLibravatar Juan Aguilar Santillana2018-12-132-10/+63
* Allow using brackets for enums in `match`Libravatar mcarton2018-12-122-14/+85
* Implement `IntoResponse` for `Template`, allowing them to be used in `gotham`...Libravatar Kellen Frodelius-Fujimoto2018-12-102-0/+20
* Use 2018 edition idiomsLibravatar Dirkjan Ochtman2018-12-084-9/+6
* Upgrade to 2018 editionLibravatar Dirkjan Ochtman2018-12-085-13/+14
* Fix cargo fmtLibravatar Juan Aguilar Santillana2018-12-073-46/+61
* Fix generated code styleLibravatar bott2018-11-131-1/+1
* Fix write expression wrapperLibravatar bott2018-11-111-8/+5
* Code style tweaksLibravatar Dirkjan Ochtman2018-11-111-2/+2
* Use early returns to prevent deep indentationLibravatar Dirkjan Ochtman2018-11-111-59/+59
* Add write! named argumentsLibravatar bott2018-11-111-7/+24
* Simplify whitespace handling in expression code generationLibravatar Dirkjan Ochtman2018-11-071-3/+1
* Clean up unused featuresLibravatar Dirkjan Ochtman2018-11-071-4/+3
* Fix generated code formatLibravatar Tomas2018-11-071-6/+9
* Send debug output to stderr instead of stdoutLibravatar Dirkjan Ochtman2018-11-051-2/+2
* use UFCS in derived codeLibravatar Yusuke Sasaki2018-11-041-2/+4
* Improve bench with writable buffer for generate format string of write! argumentLibravatar bott2018-10-291-52/+111
* Improve bench with literals buffer for optimize ws writerLibravatar bott2018-10-271-15/+22
* Improve bench reducing the number of calls to writer.write_strLibravatar bott2018-10-261-4/+13
* Take reference of unescaped expressions directly (fixes #132)Libravatar Dirkjan Ochtman2018-10-201-3/+2
* Bump version number to 0.8.0 for API changeLibravatar Dirkjan Ochtman2018-10-121-1/+1
* make `Template::extension()` staticLibravatar Yusuke Sasaki2018-10-121-1/+1
* 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