Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "target()" to parse "when" block | 2021-07-30 | 1 | -0/+24 | |
* | Allow omitting "with" keyword in match blocks | 2021-07-30 | 1 | -0/+17 | |
* | Fixed whitespace issue when generating match (#399) | 2020-12-12 | 1 | -11/+11 | |
* | Support char literals | 2020-01-03 | 1 | -0/+15 | |
* | Clean up clippy warnings | 2020-01-02 | 1 | -0/+2 | |
* | Allow using brackets for enums in `match` | 2018-12-12 | 1 | -2/+6 | |
* | Use 2018 edition idioms | 2018-12-08 | 1 | -2/+0 | |
* | Remove unused macro_use attributes | 2018-12-08 | 1 | -1/+0 | |
* | Fix formatting with cargo fmt | 2018-06-21 | 1 | -2/+3 | |
* | Handle a lack of whitespace after match block (fixes #76) | 2018-04-12 | 1 | -0/+12 | |
* | Apply suggestions from rustfmt to improve style | 2017-11-21 | 1 | -1/+1 | |
* | Support matching custom enums | 2017-11-02 | 1 | -0/+19 | |
* | Make match ref/deref as needed | 2017-11-02 | 1 | -0/+27 | |
* | support literals in match arms | 2017-11-02 | 1 | -6/+26 | |
* | implement basic match functionality | 2017-11-02 | 1 | -0/+18 |