aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/matches.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-21Fix formatting with cargo fmtLibravatar Dirkjan Ochtman1-2/+3
2018-04-12Handle a lack of whitespace after match block (fixes #76)Libravatar Dirkjan Ochtman1-0/+12
2017-11-21Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman1-1/+1
2017-11-02Support matching custom enumsLibravatar Anthony Nowell1-0/+19
2017-11-02Make match ref/deref as neededLibravatar Anthony Nowell1-0/+27
2017-11-02support literals in match armsLibravatar Anthony Nowell1-6/+26
2017-11-02implement basic match functionalityLibravatar Anthony Nowell1-0/+18