| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix support for mixed case variables | Dirkjan Ochtman | 2024-01-18 | 1 | -0/+20 |
* | Allow included templates to `extend`, `import`, and `macro` | max | 2024-01-17 | 1 | -0/+41 |
* | Add test for `as_ref` builtin filter | Guillaume Gomez | 2024-01-12 | 1 | -0/+14 |
* | Revert "Add automatic borrowing to let statement" | Guillaume Gomez | 2024-01-10 | 1 | -14/+0 |
* | Make the `markdown` filter compatible with `String` | Jakub Stachurski | 2024-01-09 | 1 | -0/+18 |
* | Add automatic borrowing to let statement | max | 2023-12-13 | 1 | -0/+14 |
* | Bugfix in `is_attr_self()` | max | 2023-12-13 | 1 | -0/+19 |
* | Allow trailing comma in macro definition and call | Guillaume Gomez | 2023-12-07 | 1 | -0/+30 |
* | Add macro test with only argument being passed as named | Guillaume Gomez | 2023-12-07 | 1 | -0/+17 |
* | Upgrade to comrak 0.19 | Dirkjan Ochtman | 2023-11-30 | 1 | -9/+6 |
* | Add tests for named arguments in macro calls | Guillaume Gomez | 2023-11-28 | 3 | -0/+117 |
* | Add better support for rust-like number literals (#908) | PizzasBear | 2023-11-22 | 1 | -0/+23 |
* | Enhance match to include multiple targets (#911) | PizzasBear | 2023-11-22 | 1 | -0/+29 |
* | Add UI tests for macros error message | Guillaume Gomez | 2023-11-20 | 2 | -0/+50 |
* | Add UI test for `elif` error message | Guillaume Gomez | 2023-10-25 | 2 | -0/+17 |
* | Improve error for invalid name used in `endmacro` | Guillaume Gomez | 2023-10-25 | 1 | -1/+2 |
* | Improve error for invalid name used in `endblock` | Guillaume Gomez | 2023-10-25 | 1 | -1/+2 |
* | Add test specifically for named blocks, and named macros | Guillaume Gomez | 2023-10-23 | 5 | -0/+44 |
* | Add test for macro self argument | max | 2023-10-12 | 1 | -0/+12 |
* | Pass `Node` parsing level to expressions | René Kijewski | 2023-09-28 | 1 | -2/+2 |
* | Limit nesting in parser nodes, too | René Kijewski | 2023-09-28 | 2 | -0/+129 |
* | Fix parsing arrays | René Kijewski | 2023-07-31 | 2 | -7/+3 |
* | Fix parsing calls | René Kijewski | 2023-07-31 | 1 | -2/+2 |
* | Fix Rust macro invocations not accepting a path (#837) | Matthew Taylor | 2023-07-24 | 1 | -2/+22 |
* | Allow macros to be defined and called without arguments | mataha | 2023-06-12 | 1 | -0/+10 |
* | Add tests for whitespace argument in template derive proc-macro | Guillaume Gomez | 2023-03-13 | 1 | -0/+24 |
* | Update tests for whitespace characters handling | Guillaume Gomez | 2023-03-09 | 3 | -437/+471 |
* | Propogate size_hint from sub-blocks (#788) | Andrew Dona-Couch -- GitHub drop ICE | 2023-03-06 | 1 | -0/+47 |
* | Apply clippy suggestions for 1.67 (#769) | Dirkjan Ochtman | 2023-01-30 | 2 | -5/+4 |
* | Update `ui` test for trybuild 1.0.76 | René Kijewski | 2023-01-24 | 1 | -1/+1 |
* | chore: remove allow(clippy::disallowed_names) | Dirkjan Ochtman | 2022-11-07 | 4 | -7/+1 |
* | chore: apply clippy suggestions for 1.65 | Dirkjan Ochtman | 2022-11-07 | 4 | -4/+4 |
* | Remove support for deprecated `_parent` field | René Kijewski | 2022-07-25 | 1 | -4/+40 |
* | Allow `{% endmacro name %}` | Bastien Orivel | 2022-04-29 | 1 | -1/+1 |
* | Add test for "minimize" config | Guillaume Gomez | 2022-04-26 | 1 | -0/+43 |
* | Add test for suppress_whitespace option | Guillaume Gomez | 2022-04-21 | 2 | -19/+340 |
* | Make json filter safe | René Kijewski | 2022-02-16 | 2 | -1/+63 |
* | Add markdown filter | René Kijewski | 2022-02-07 | 1 | -0/+75 |
* | Remove `panic!()` in `loop.cycle([])` | René Kijewski | 2022-01-31 | 2 | -0/+22 |
* | Make is_shadowing_variable() failable | René Kijewski | 2022-01-31 | 1 | -3/+3 |
* | Allow comments in `{% match %}` and remove panic! | René Kijewski | 2022-01-31 | 3 | -0/+53 |
* | Parse tuple expressions | René Kijewski | 2022-01-28 | 1 | -0/+82 |
* | Implement error propagation expression: `?` (#590) | René Kijewski | 2022-01-28 | 1 | -0/+69 |
* | Unify handling of calls (#614) | René Kijewski | 2022-01-27 | 1 | -0/+82 |
* | Add unit tests if there is one `#[template(…)]` | René Kijewski | 2022-01-13 | 4 | -0/+36 |
* | Use a separate trait for object safety (#579) | Dirkjan Ochtman | 2021-12-15 | 2 | -11/+8 |
* | Fix tests for new error messages in Rust nightly | René Kijewski | 2021-12-01 | 16 | -5/+41 |
* | Allow whitespace trimming in {{raw}} blocks | René Kijewski | 2021-11-29 | 1 | -0/+10 |
* | Added optional escaper tests | vallentin | 2021-11-19 | 1 | -0/+48 |
* | Implement `for … in … if …` | René Kijewski | 2021-11-11 | 1 | -0/+18 |