aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove debugging cruftLibravatar Dirkjan Ochtman2019-03-181-5/+1
|
* Create heritage for extends-only templates (fixes #224)Libravatar Dirkjan Ochtman2019-03-182-1/+13
|
* Update toml requirement from 0.4 to 0.5Libravatar dependabot[bot]2019-03-181-1/+1
| | | | | | | Updates the requirements on [toml](https://github.com/alexcrichton/toml-rs) to permit the latest version. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.4.0...0.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Use Template::size_hint to pre-allocate bufferLibravatar Douman2019-03-171-4/+3
|
* Improve actix-web integration by creating bytes buffer instead of stringLibravatar Douman2019-03-172-4/+36
|
* Simplify actix-web implementationsLibravatar Dirkjan Ochtman2019-02-203-22/+10
|
* Allow referencing self as a variable (fixes #207)Libravatar Dirkjan Ochtman2019-02-202-1/+15
|
* Add documentation for custom escapersLibravatar Dirkjan Ochtman2019-02-201-7/+22
|
* Make default extension ".txt" for TemplateResponderLibravatar Zizheng Tai2019-02-201-1/+1
|
* 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
| | | | | | This is meant to allow the compiler to understand the dependency between the generated code and the template source. It removes the need for a build script.
* 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
| | | | | | * Improved rendering time * Fix useless codes
* 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 ↵Libravatar Kellen Frodelius-Fujimoto2018-12-107-1/+102
| | | | `gotham` handlers.
* 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
|