Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add changing delimiters support | 2018-10-05 | 4 | -79/+160 | ||
| | ||||||
* | fix panicked on range-based for loop | 2018-09-21 | 1 | -1/+4 | ||
| | ||||||
* | Update formatting for rust 1.29.0 rustfmt | 2018-09-14 | 1 | -2/+1 | ||
| | ||||||
* | Fix operator preference at loop.index | 2018-09-14 | 1 | -1/+1 | ||
| | ||||||
* | Fix operator preference at loop.first | 2018-09-14 | 1 | -3/+3 | ||
| | ||||||
* | Fix formatting with cargo fmt | 2018-09-07 | 1 | -9/+12 | ||
| | ||||||
* | Fix deep nested imports in macro calls | 2018-09-07 | 1 | -26/+21 | ||
| | ||||||
* | Update syn requirement from 0.14 to 0.15 | 2018-09-07 | 1 | -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 scopes | 2018-09-02 | 1 | -3/+5 | ||
| | ||||||
* | Fix formatting with cargo fmt | 2018-09-02 | 2 | -7/+13 | ||
| | ||||||
* | Fix nested macro calls into different scopes | 2018-09-02 | 1 | -11/+18 | ||
| | ||||||
* | Inline block content functions | 2018-07-27 | 1 | -77/+57 | ||
| | ||||||
* | Prepare Heritage before Generator instantiation | 2018-07-25 | 2 | -51/+60 | ||
| | ||||||
* | Add comment about subtleties of code generation for includes | 2018-07-25 | 1 | -0/+2 | ||
| | ||||||
* | Use write!() macro instead of write_fmt() method | 2018-07-25 | 1 | -2/+2 | ||
| | ||||||
* | Disconnect Buffer instance from Generator instance | 2018-07-25 | 1 | -195/+201 | ||
| | ||||||
* | Use nested scopes for function call arguments | 2018-07-25 | 1 | -18/+11 | ||
| | ||||||
* | Tweak generated code style for let blocks | 2018-07-25 | 1 | -1/+1 | ||
| | ||||||
* | Tweak writeln() handling of state | 2018-07-25 | 1 | -5/+4 | ||
| | ||||||
* | Use Buffer type for expression buffers | 2018-07-25 | 1 | -109/+109 | ||
| | ||||||
* | Take reference to indexed data | 2018-07-24 | 1 | -0/+1 | ||
| | ||||||
* | Improve formatting for macro arguments | 2018-07-24 | 1 | -1/+1 | ||
| | ||||||
* | Move buffer maintenance utilities into a separate type | 2018-07-24 | 1 | -95/+120 | ||
| | ||||||
* | Bump versions to 0.7.1 | 2018-07-23 | 1 | -2/+2 | ||
| | ||||||
* | Add Template method to return template extension | 2018-07-22 | 1 | -0/+5 | ||
| | | | | Thanks to Ryan McGrath for the suggestion and initial implementation. | |||||
* | Add optional implementation for actix_web's Responder trait | 2018-07-22 | 2 | -0/+24 | ||
| | ||||||
* | Rename Rocket impl method to clarify dependency | 2018-07-22 | 1 | -2/+2 | ||
| | ||||||
* | Move get_template_source() into askama_derive | 2018-07-11 | 3 | -7/+36 | ||
| | ||||||
* | Move find_template_from_path() into Config | 2018-07-11 | 3 | -14/+19 | ||
| | ||||||
* | Fix formatting with cargo fmt | 2018-07-10 | 1 | -1/+4 | ||
| | ||||||
* | Remove restrictions to named field structs (fixes #101) | 2018-07-04 | 2 | -5/+1 | ||
| | ||||||
* | Clean up according to clippy suggestions | 2018-07-02 | 2 | -2/+2 | ||
| | ||||||
* | Add some comments to TemplateInput::new() method | 2018-07-02 | 1 | -0/+14 | ||
| | ||||||
* | Further simplify code to find parent fields | 2018-07-02 | 1 | -12/+5 | ||
| | ||||||
* | Reorder arms in match for better readability | 2018-07-02 | 1 | -2/+2 | ||
| | ||||||
* | Further improve matching source and ext in TemplateInput | 2018-07-02 | 1 | -7/+5 | ||
| | ||||||
* | Fix unused import warning | 2018-07-02 | 1 | -1/+1 | ||
| | ||||||
* | Only pass path to context | 2018-07-02 | 1 | -5/+5 | ||
| | ||||||
* | Improve field type determination | 2018-07-02 | 1 | -5/+12 | ||
| | ||||||
* | Simplify escape mode determination | 2018-07-02 | 1 | -20/+13 | ||
| | ||||||
* | Determine path during source attribute checks | 2018-07-02 | 1 | -11/+6 | ||
| | ||||||
* | Improve attribute handling code for efficiency and robustness | 2018-06-25 | 1 | -47/+57 | ||
| | ||||||
* | Add support for 'loop.first' variable | 2018-06-25 | 1 | -0/+3 | ||
| | ||||||
* | Add support for range operators (see #95) | 2018-06-23 | 2 | -1/+39 | ||
| | ||||||
* | Add support for Index operation (see #95) | 2018-06-23 | 2 | -1/+25 | ||
| | ||||||
* | Bump version numbers to 0.7.0 | 2018-06-22 | 1 | -2/+2 | ||
| | ||||||
* | Reorder some code | 2018-06-22 | 1 | -20/+20 | ||
| | ||||||
* | Add some comments to describe code generator state | 2018-06-22 | 1 | -0/+15 | ||
| | ||||||
* | Implement support for the 'super' macro | 2018-06-22 | 1 | -26/+59 | ||
| | ||||||
* | Disallow user-defined macros named 'super' | 2018-06-22 | 1 | -9/+14 | ||
| |