aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove periods from documentation sentence fragmentsLibravatar Dirkjan Ochtman2018-10-081-2/+2
|
* Add docs.rs badge to READMELibravatar Dirkjan Ochtman2018-10-081-0/+1
|
* Fix formattingLibravatar Dirkjan Ochtman2018-10-084-10/+15
|
* Move default_syntax setting into general sectionLibravatar Dirkjan Ochtman2018-10-081-21/+21
|
* Clean up warning about unused fieldLibravatar Dirkjan Ochtman2018-10-082-6/+4
|
* Tweak custom syntax documentation some moreLibravatar Dirkjan Ochtman2018-10-081-9/+16
|
* Add changing delimiters documentationLibravatar bott2018-10-081-2/+33
|
* Add Rust macro support at templatesLibravatar bott2018-10-074-2/+46
|
* Improve variable name to better reflect its typeLibravatar Dirkjan Ochtman2018-10-071-2/+2
|
* Handle syntax validation during Config instantiationLibravatar Dirkjan Ochtman2018-10-072-36/+38
|
* Remove unnecessary type declarationLibravatar Dirkjan Ochtman2018-10-071-1/+1
|
* Tweak error messages for language, consistencyLibravatar Dirkjan Ochtman2018-10-071-2/+2
|
* Reorder code for better readabilityLibravatar Dirkjan Ochtman2018-10-071-48/+48
|
* Fix deprecated tag s! in favor of tag!Libravatar bott2018-10-051-83/+83
|
* Fix fmt at parser.rsLibravatar bott2018-10-051-28/+42
|
* Add changing delimiters supportLibravatar bott2018-10-056-103/+364
|
* Add center filterLibravatar bott2018-09-251-1/+37
|
* Add wordcount filterLibravatar bott2018-09-251-1/+17
|
* Add capitalize filterLibravatar bott2018-09-251-1/+33
|
* Add absolute value filterLibravatar bott2018-09-223-1/+23
|
* fix panicked on range-based for loopLibravatar bott2018-09-213-1/+32
|
* Update formatting for rust 1.29.0 rustfmtLibravatar Dirkjan Ochtman2018-09-143-6/+17
|
* Fix operator preference at loop.indexLibravatar bott2018-09-143-3/+3
|
* Fix operator preference at loop.firstLibravatar bott2018-09-143-3/+20
|
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-09-071-9/+12
|
* Fix deep nested imports in macro callsLibravatar bott2018-09-075-28/+39
|
* Update syn requirement from 0.14 to 0.15Libravatar dependabot[bot]2018-09-071-1/+1
| | | | | | | Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/commits/0.15.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Fix multiple nesting in macro calls into different scopesLibravatar bott2018-09-022-5/+11
|
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-09-024-10/+19
|
* Add test for nested macro calls into different scopeLibravatar bott2018-09-023-0/+19
|
* Fix nested macro calls into different scopesLibravatar bott2018-09-021-11/+18
|
* Unpin nightly version of Rust for Travis CILibravatar Dirkjan Ochtman2018-08-291-1/+1
|
* Inline block content functionsLibravatar Dirkjan Ochtman2018-07-271-77/+57
|
* Prepare Heritage before Generator instantiationLibravatar Dirkjan Ochtman2018-07-252-51/+60
|
* Add comment about subtleties of code generation for includesLibravatar Dirkjan Ochtman2018-07-251-0/+2
|
* Use write!() macro instead of write_fmt() methodLibravatar Dirkjan Ochtman2018-07-251-2/+2
|