| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test specifically for named blocks, and named macros | Guillaume Gomez | 2023-10-23 | 6 | -0/+53 |
* | Add test for macro self argument | max | 2023-10-12 | 2 | -0/+17 |
* | Add MSRV checking in CI | Dirkjan Ochtman | 2023-09-29 | 1 | -1/+1 |
* | 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 | 2 | -2/+23 |
* | Allow macros to be defined and called without arguments | mataha | 2023-06-12 | 2 | -0/+31 |
* | Update criterion requirement from 0.4 to 0.5 | dependabot[bot] | 2023-05-24 | 1 | -1/+1 |
* | Upgrade to comrak 0.18 | Dirkjan Ochtman | 2023-05-20 | 1 | -1/+1 |
* | Update comrak to 0.17 | Dirkjan Ochtman | 2023-03-28 | 1 | -1/+1 |
* | 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 | 4 | -0/+52 |
* | Bump versions for Askama 0.12 (#784) | Dirkjan Ochtman | 2023-03-03 | 1 | -1/+1 |
* | Update comrak dependency to 0.16 | René Kijewski | 2023-01-30 | 1 | -1/+1 |
* | Apply clippy suggestions for 1.67 (#769) | Dirkjan Ochtman | 2023-01-30 | 3 | -6/+6 |
* | Update `ui` test for trybuild 1.0.76 | René Kijewski | 2023-01-24 | 2 | -2/+2 |
* | Update comrak requirement from 0.14 to 0.15 | dependabot[bot] | 2022-11-15 | 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 |
* | Version bump in README and book | Allan Zhang | 2022-10-21 | 1 | -1/+1 |
* | Update criterion requirement from 0.3 to 0.4 (#721) | dependabot[bot] | 2022-09-26 | 1 | -1/+1 |
* | Remove support for deprecated `_parent` field | René Kijewski | 2022-07-25 | 1 | -4/+40 |
* | Update to comrak v0.14 | René Kijewski | 2022-07-20 | 1 | -1/+1 |
* | Update comrak requirement from 0.12 to 0.13 | dependabot[bot] | 2022-06-07 | 1 | -1/+1 |
* | Allow `{% endmacro name %}` | Bastien Orivel | 2022-04-29 | 2 | -1/+13 |
* | Add test for "minimize" config | Guillaume Gomez | 2022-04-26 | 2 | -0/+45 |
* | Rename `suppress_whitespace` into `whitespace` and update expected values to ... | Guillaume Gomez | 2022-04-21 | 1 | -1/+1 |
* | Add test for suppress_whitespace option | Guillaume Gomez | 2022-04-21 | 3 | -19/+342 |
* | Make json filter safe | René Kijewski | 2022-02-16 | 3 | -2/+64 |
* | Add markdown filter | René Kijewski | 2022-02-07 | 2 | -1/+79 |
* | Use exact trybuild version | René Kijewski | 2022-01-31 | 1 | -1/+1 |
* | 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 | 2 | -0/+12 |
* | Added optional escaper tests | vallentin | 2021-11-19 | 1 | -0/+48 |
* | Implement `for … in … if …` | René Kijewski | 2021-11-11 | 1 | -0/+18 |
* | Add exhaustive whitespace tests for for-else | René Kijewski | 2021-11-11 | 2 | -0/+1147 |
* | Implement for-else | René Kijewski | 2021-11-11 | 1 | -0/+19 |
* | Implement {{loop.cycle(…)}} similar to Jinja | René Kijewski | 2021-11-11 | 3 | -0/+65 |
* | Make test name consistent with test template name | Kelly Thomas Kline | 2021-10-13 | 1 | -1/+1 |