aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add TemplateResponder trait for integration with actix-webLibravatar Zizheng Tai2019-02-202-1/+34
* Fix formatting for 1.32.0Libravatar Dirkjan Ochtman2019-02-182-7/+16
* Fully qualified ResultLibravatar Steven Pease2019-02-151-1/+1
* Make html-escaper also escape .j2, .jinja and .jinja2 filesLibravatar Daniel Wiesenberg2019-02-061-0/+2
* Add optional support for yaml filter (see #192)Libravatar Dirkjan Ochtman2019-01-175-3/+56
* Bump versions in anticipation of 0.8.0 releaseLibravatar Dirkjan Ochtman2019-01-174-6/+6
* Rename deprecate method Error::cause()Libravatar Dirkjan Ochtman2019-01-121-2/+2
* Prevent trait object issuesLibravatar Dirkjan Ochtman2019-01-121-3/+3
* Provide size_hint() method on Template (fixes #181)Libravatar Dirkjan Ochtman2019-01-122-38/+102
* Allow configuration of escape modesLibravatar Dirkjan Ochtman2019-01-123-11/+77
* Specify a trait that handles the output format's escapingLibravatar Dirkjan Ochtman2019-01-128-121/+172
* Slightly simplify escaping codeLibravatar Dirkjan Ochtman2019-01-121-19/+21
* Fix import orderLibravatar Dirkjan Ochtman2019-01-121-1/+1
* Remove rerun_if_templates_changed and update README.Libravatar Maarten de Vries2019-01-114-55/+5
* Inject template file into generated source as bytes.Libravatar Maarten de Vries2019-01-111-1/+25
* Add warning of deprecated field '_parent'Libravatar Juan Aguilar Santillana2019-01-101-0/+10
* Add loop.last to the documentLibravatar yossyJ2019-01-091-0/+1
* Fix loop.lastLibravatar yossyJ2019-01-082-36/+37
* Add support for loop.lastLibravatar yossyJ2019-01-087-7/+72
* Allow trailing commas in tuples (#188)Libravatar yossyJ2019-01-082-1/+2
* Add support for #![feature(non_ascii_idents)]Libravatar yossyJ2019-01-081-2/+7
* Improved rendering time (#190)Libravatar yossyJ2019-01-061-1/+23
* Add support for tupleLibravatar yossyJ2019-01-046-14/+81
* fix rust macro argumentsLibravatar Juan Aguilar Santillana2018-12-134-10/+121
* Fix rustfmt across channelsLibravatar Dirkjan Ochtman2018-12-121-1/+3
* Allow using brackets for enums in `match`Libravatar mcarton2018-12-124-18/+93
* Add Gotham tests to `full` feature in testing crateLibravatar Kellen Frodelius-Fujimoto2018-12-101-1/+1
* Implement `IntoResponse` for `Template`, allowing them to be used in `gotham`...Libravatar Kellen Frodelius-Fujimoto2018-12-107-1/+102
* Use 2018 edition idiomsLibravatar Dirkjan Ochtman2018-12-0828-76/+34
* Upgrade to 2018 editionLibravatar Dirkjan Ochtman2018-12-0812-17/+22
* Remove unused macro_use attributesLibravatar Dirkjan Ochtman2018-12-0816-17/+1
* Upgrade to Rocket 0.4Libravatar Dirkjan Ochtman2018-12-083-6/+5
* Fix cargo fmtLibravatar Juan Aguilar Santillana2018-12-076-55/+65
* Fix typo in serde_json featureLibravatar Dirkjan Ochtman2018-12-074-11/+10
* Make testing all features actually fail the test jobLibravatar Dirkjan Ochtman2018-12-071-2/+1
* Fix unnecessary len at capitalize filterLibravatar Juan Aguilar Santillana2018-12-011-9/+6
* Add filesizeformat filterLibravatar youmouse2018-11-163-1/+20
* Add assignments documentationLibravatar bott2018-11-141-0/+21
* Move escaping benchmarks into askama_escape crateLibravatar Dirkjan Ochtman2018-11-143-66/+85
* Update generate code exampleLibravatar bott2018-11-131-2/+3
* Fix generated code styleLibravatar bott2018-11-131-1/+1
* Merge pull request #155 from djc/simplify-expr-writingLibravatar imaperson2018-11-112-59/+72
|\
| * Add e2e test for escapeLibravatar bott2018-11-111-0/+16
| * 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
|/
* Update generated code exampleLibravatar bott2018-11-111-3/+2
* Add write! named argumentsLibravatar bott2018-11-111-7/+24
* Tweak metadata for new askama_escape crateLibravatar Dirkjan Ochtman2018-11-071-2/+9
* Simplify whitespace handling in expression code generationLibravatar Dirkjan Ochtman2018-11-071-3/+1