| Commit message (Expand) | Author | Files | Lines |
2023-11-22 | Enhance match to include multiple targets (#911) | PizzasBear | 1 | -0/+29 |
2022-11-07 | chore: remove allow(clippy::disallowed_names) | Dirkjan Ochtman | 1 | -2/+0 |
2022-11-07 | chore: apply clippy suggestions for 1.65 | Dirkjan Ochtman | 1 | -1/+1 |
2022-01-31 | Allow comments in `{% match %}` and remove panic! | René Kijewski | 1 | -0/+25 |
2021-08-25 | Add test case for matching on Option<bool> | Restioson | 1 | -0/+18 |
2021-07-30 | Use "target()" to parse "when" block | René Kijewski | 1 | -0/+24 |
2021-07-30 | Allow omitting "with" keyword in match blocks | René Kijewski | 1 | -0/+17 |
2020-12-12 | Fixed whitespace issue when generating match (#399) | Christian Vallentin | 1 | -11/+11 |
2020-01-03 | Support char literals | Tuomas Siipola | 1 | -0/+15 |
2020-01-02 | Clean up clippy warnings | Dirkjan Ochtman | 1 | -0/+2 |
2018-12-12 | Allow using brackets for enums in `match` | mcarton | 1 | -2/+6 |
2018-12-08 | Use 2018 edition idioms | Dirkjan Ochtman | 1 | -2/+0 |
2018-12-08 | Remove unused macro_use attributes | Dirkjan Ochtman | 1 | -1/+0 |
2018-06-21 | Fix formatting with cargo fmt | Dirkjan Ochtman | 1 | -2/+3 |
2018-04-12 | Handle a lack of whitespace after match block (fixes #76) | Dirkjan Ochtman | 1 | -0/+12 |
2017-11-21 | Apply suggestions from rustfmt to improve style | Dirkjan Ochtman | 1 | -1/+1 |
2017-11-02 | Support matching custom enums | Anthony Nowell | 1 | -0/+19 |
2017-11-02 | Make match ref/deref as needed | Anthony Nowell | 1 | -0/+27 |
2017-11-02 | support literals in match arms | Anthony Nowell | 1 | -6/+26 |
2017-11-02 | implement basic match functionality | Anthony Nowell | 1 | -0/+18 |