aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-11Inject template file into generated source as bytes.Libravatar Maarten de Vries1-1/+25
2019-01-10Add warning of deprecated field '_parent'Libravatar Juan Aguilar Santillana1-0/+10
2019-01-08Fix loop.lastLibravatar yossyJ1-7/+7
2019-01-08Add support for loop.lastLibravatar yossyJ1-3/+12
2019-01-08Allow trailing commas in tuples (#188)Libravatar yossyJ1-0/+1
2019-01-08Add support for #![feature(non_ascii_idents)]Libravatar yossyJ1-2/+7
2019-01-04Add support for tupleLibravatar yossyJ2-13/+55
2018-12-13fix rust macro argumentsLibravatar Juan Aguilar Santillana2-10/+63
2018-12-12Allow using brackets for enums in `match`Libravatar mcarton2-14/+85
2018-12-10Implement `IntoResponse` for `Template`, allowing them to be used in `gotham`...Libravatar Kellen Frodelius-Fujimoto1-0/+19
2018-12-08Use 2018 edition idiomsLibravatar Dirkjan Ochtman4-9/+6
2018-12-08Upgrade to 2018 editionLibravatar Dirkjan Ochtman4-13/+13
2018-12-07Fix cargo fmtLibravatar Juan Aguilar Santillana3-46/+61
2018-11-13Fix generated code styleLibravatar bott1-1/+1
2018-11-11Fix write expression wrapperLibravatar bott1-8/+5
2018-11-11Code style tweaksLibravatar Dirkjan Ochtman1-2/+2
2018-11-11Use early returns to prevent deep indentationLibravatar Dirkjan Ochtman1-59/+59
2018-11-11Add write! named argumentsLibravatar bott1-7/+24
2018-11-07Simplify whitespace handling in expression code generationLibravatar Dirkjan Ochtman1-3/+1
2018-11-07Fix generated code formatLibravatar Tomas1-6/+9
2018-11-05Send debug output to stderr instead of stdoutLibravatar Dirkjan Ochtman1-2/+2
2018-11-04use UFCS in derived codeLibravatar Yusuke Sasaki1-2/+4
2018-10-29Improve bench with writable buffer for generate format string of write! argumentLibravatar bott1-52/+111
2018-10-27Improve bench with literals buffer for optimize ws writerLibravatar bott1-15/+22
2018-10-26Improve bench reducing the number of calls to writer.write_strLibravatar bott1-4/+13
2018-10-20Take reference of unescaped expressions directly (fixes #132)Libravatar Dirkjan Ochtman1-3/+2
2018-10-12make `Template::extension()` staticLibravatar Yusuke Sasaki1-1/+1
2018-10-08Fix formattingLibravatar Dirkjan Ochtman1-1/+1
2018-10-07Add Rust macro support at templatesLibravatar bott2-2/+23
2018-10-07Improve variable name to better reflect its typeLibravatar Dirkjan Ochtman1-2/+2
2018-10-07Handle syntax validation during Config instantiationLibravatar Dirkjan Ochtman1-20/+0
2018-10-05Fix deprecated tag s! in favor of tag!Libravatar bott1-83/+83
2018-10-05Fix fmt at parser.rsLibravatar bott1-28/+42
2018-10-05Add changing delimiters supportLibravatar bott4-79/+160
2018-09-21fix panicked on range-based for loopLibravatar bott1-1/+4
2018-09-14Update formatting for rust 1.29.0 rustfmtLibravatar Dirkjan Ochtman1-2/+1
2018-09-14Fix operator preference at loop.indexLibravatar bott1-1/+1
2018-09-14Fix operator preference at loop.firstLibravatar bott1-3/+3
2018-09-07Fix formatting with cargo fmtLibravatar Dirkjan Ochtman1-9/+12
2018-09-07Fix deep nested imports in macro callsLibravatar bott1-26/+21
2018-09-02Fix multiple nesting in macro calls into different scopesLibravatar bott1-3/+5
2018-09-02Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2-7/+13
2018-09-02Fix nested macro calls into different scopesLibravatar bott1-11/+18
2018-07-27Inline block content functionsLibravatar Dirkjan Ochtman1-77/+57
2018-07-25Prepare Heritage before Generator instantiationLibravatar Dirkjan Ochtman2-51/+60
2018-07-25Add comment about subtleties of code generation for includesLibravatar Dirkjan Ochtman1-0/+2
2018-07-25Use write!() macro instead of write_fmt() methodLibravatar Dirkjan Ochtman1-2/+2
2018-07-25Disconnect Buffer instance from Generator instanceLibravatar Dirkjan Ochtman1-195/+201
2018-07-25Use nested scopes for function call argumentsLibravatar Dirkjan Ochtman1-18/+11
2018-07-25Tweak generated code style for let blocksLibravatar Dirkjan Ochtman1-1/+1