aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/src/generator.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-12Write conditional blocks before popping variable stack (see #227)Libravatar Dirkjan Ochtman1-19/+10
2020-01-11upgrade dependencies(actix-web 0.7 -> 2)Libravatar DCjanus1-4/+4
2020-01-03Support char literalsLibravatar Tuomas Siipola1-0/+8
2020-01-02Clean up clippy warningsLibravatar Dirkjan Ochtman1-0/+2
2019-10-28Moved no-receiver size_hint method to a separate trait (#270)Libravatar jbg1-1/+16
2019-10-08Add support for boolean literalsLibravatar Dave Poulter1-0/+6
2019-07-11Implement selected clippy recommendations.Libravatar Bardi Harborow1-1/+1
2019-04-18WIP: Add raw blockLibravatar Pavel Fokin1-0/+5
2019-02-20Simplify actix-web implementationsLibravatar Dirkjan Ochtman1-5/+2
2019-02-20Allow referencing self as a variable (fixes #207)Libravatar Dirkjan Ochtman1-1/+1
2019-02-18Fix formatting for 1.32.0Libravatar Dirkjan Ochtman1-6/+12
2019-02-15Fully qualified ResultLibravatar Steven Pease1-1/+1
2019-01-12Provide size_hint() method on Template (fixes #181)Libravatar Dirkjan Ochtman1-37/+99
2019-01-12Allow configuration of escape modesLibravatar Dirkjan Ochtman1-2/+2
2019-01-12Specify a trait that handles the output format's escapingLibravatar Dirkjan Ochtman1-7/+12
2019-01-11Inject template file into generated source as bytes.Libravatar Maarten de Vries1-1/+25
2019-01-08Fix loop.lastLibravatar yossyJ1-7/+7
2019-01-08Add support for loop.lastLibravatar yossyJ1-3/+12
2019-01-04Add support for tupleLibravatar yossyJ1-11/+33
2018-12-13fix rust macro argumentsLibravatar Juan Aguilar Santillana1-4/+6
2018-12-12Allow using brackets for enums in `match`Libravatar mcarton1-10/+35
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 Ochtman1-1/+1
2018-12-08Upgrade to 2018 editionLibravatar Dirkjan Ochtman1-4/+4
2018-12-07Fix cargo fmtLibravatar Juan Aguilar Santillana1-8/+8
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-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 bott1-1/+11
2018-10-05Add changing delimiters supportLibravatar bott1-2/+4
2018-09-21fix panicked on range-based for loopLibravatar bott1-1/+4
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 Ochtman1-6/+11
2018-09-02Fix nested macro calls into different scopesLibravatar bott1-11/+18
2018-07-27Inline block content functionsLibravatar Dirkjan Ochtman1-77/+57