Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-03 | Support char literals | 1 | -0/+15 | ||
2020-01-02 | Clean up clippy warnings | 1 | -0/+2 | ||
2018-12-12 | Allow using brackets for enums in `match` | 1 | -2/+6 | ||
2018-12-08 | Use 2018 edition idioms | 1 | -2/+0 | ||
2018-12-08 | Remove unused macro_use attributes | 1 | -1/+0 | ||
2018-06-21 | Fix formatting with cargo fmt | 1 | -2/+3 | ||
2018-04-12 | Handle a lack of whitespace after match block (fixes #76) | 1 | -0/+12 | ||
2017-11-21 | Apply suggestions from rustfmt to improve style | 1 | -1/+1 | ||
2017-11-02 | Support matching custom enums | 1 | -0/+19 | ||
2017-11-02 | Make match ref/deref as needed | 1 | -0/+27 | ||
Much of this can be yanked out and made simpler when match-modes lands in stable | |||||
2017-11-02 | support literals in match arms | 1 | -6/+26 | ||
2017-11-02 | implement basic match functionality | 1 | -0/+18 | ||