aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use nightly channelLibravatar Dirkjan Ochtman2018-11-041-5/+4
|
* use UFCS in derived codeLibravatar Yusuke Sasaki2018-11-042-2/+16
|
* Remove unused #[macro_use] attributeLibravatar Dirkjan Ochtman2018-11-041-1/+0
|
* Improve bench with writable buffer for generate format string of write! argumentLibravatar bott2018-10-291-52/+111
|
* Improve bench with literals buffer for optimize ws writerLibravatar bott2018-10-271-15/+22
|
* Improve bench reducing the number of calls to writer.write_strLibravatar bott2018-10-261-4/+13
|
* Fix off-by-one error with HTML escapingLibravatar Benjamin Li2018-10-251-1/+2
| | | | | | If the second-to-last character of a string should be escaped, but not the last, the last character was not being included in the result.
* Add test for unescaped variable expressions (see #132)Libravatar Qian Linfeng2018-10-202-0/+29
|
* Take reference of unescaped expressions directly (fixes #132)Libravatar Dirkjan Ochtman2018-10-201-3/+2
|
* Replace `format!()` with `to_string()` in filtersLibravatar Casey Rodarmor2018-10-171-10/+10
|
* Add `indent` filterLibravatar Casey Rodarmor2018-10-171-1/+32
|
* Fix dependency versionLibravatar Dirkjan Ochtman2018-10-121-1/+1
|
* Bump version number to 0.8.0 for API changeLibravatar Dirkjan Ochtman2018-10-122-2/+2
|
* Remove default implementation for extension()Libravatar Dirkjan Ochtman2018-10-121-4/+1
|
* make `Template::extension()` staticLibravatar Yusuke Sasaki2018-10-123-4/+9
| | | | | It is useful for calculating the media type without instantiating the context value.
* Tweak and update feature highlights in READMELibravatar Dirkjan Ochtman2018-10-081-4/+3
|
* Bump version to 0.7.2Libravatar Dirkjan Ochtman2018-10-083-6/+6
|
* Clean up Travis config and check formattingLibravatar Dirkjan Ochtman2018-10-081-5/+9
|