aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #155 from djc/simplify-expr-writingLibravatar imaperson2018-11-112-59/+72
|\ | | | | Simplify expr writing
| * 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
|
* Clean up unused featuresLibravatar Dirkjan Ochtman2018-11-074-19/+4
|
* Update generated code exampleLibravatar Tomas2018-11-071-9/+13
|
* Fix generated code formatLibravatar Tomas2018-11-071-6/+9
|
* Create askama_escape crateLibravatar bott2018-11-076-4/+21
|
* Reorder and tweak code style a little bitLibravatar Dirkjan Ochtman2018-11-051-19/+18
|
* Improve performance simplifyLibravatar bott2018-11-051-32/+20
|
* Escape into FormatterLibravatar Dirkjan Ochtman2018-11-053-58/+60
|
* Improve performance of html escapeLibravatar bott2018-11-051-46/+39
|
* Add bench for escapingLibravatar bott2018-11-051-1/+67
|
* Add f64 filterLibravatar Tomas2018-11-051-1/+19
|
* Add isize filterLibravatar Tomas2018-11-051-1/+26
|
* Send debug output to stderr instead of stdoutLibravatar Dirkjan Ochtman2018-11-052-2/+4
|
* Disable tests that need dependencies by defaultLibravatar Dirkjan Ochtman2018-11-044-7/+18
|