aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-02Clean up clippy warningsLibravatar Dirkjan Ochtman4-17/+17
2019-11-11Migrate to non-macro combinatorsLibravatar Dirkjan Ochtman1-541/+709
2019-11-11Upgrade to nom 5Libravatar Dirkjan Ochtman2-95/+93
2019-10-28Moved no-receiver size_hint method to a separate trait (#270)Libravatar jbg1-1/+16
2019-10-09Remove use of deprecated nom macroLibravatar Dirkjan Ochtman1-1/+1
2019-10-08Add support for boolean literalsLibravatar Dave Poulter2-0/+13
2019-08-14Prevent rightward drift in attribute interpretation codeLibravatar Dirkjan Ochtman1-42/+51
2019-08-14Switch to syn/quote/proc_macro2 1.0Libravatar Dirkjan Ochtman2-72/+60
2019-07-11Implement selected clippy recommendations.Libravatar Bardi Harborow3-9/+6
2019-05-04Simplify parser with nom's list combinatorsLibravatar James Gilles1-121/+44
2019-04-18WIP: Add raw blockLibravatar Pavel Fokin2-1/+27
2019-03-18Allow Rust macro calls in more places (see #226)Libravatar Dirkjan Ochtman1-2/+2
2019-03-18Create heritage for extends-only templates (fixes #224)Libravatar Dirkjan Ochtman1-1/+1
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-17Bump versions in anticipation of 0.8.0 releaseLibravatar Dirkjan Ochtman1-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 Ochtman2-11/+20
2019-01-12Specify a trait that handles the output format's escapingLibravatar Dirkjan Ochtman2-40/+27
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-Fujimoto2-0/+20
2018-12-08Use 2018 edition idiomsLibravatar Dirkjan Ochtman4-9/+6
2018-12-08Upgrade to 2018 editionLibravatar Dirkjan Ochtman5-13/+14
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-07Clean up unused featuresLibravatar Dirkjan Ochtman1-4/+3
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-12Bump version number to 0.8.0 for API changeLibravatar Dirkjan Ochtman1-1/+1
2018-10-12make `Template::extension()` staticLibravatar Yusuke Sasaki1-1/+1