aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/matches.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman2017-11-211-1/+1
|
* Support matching custom enumsLibravatar Anthony Nowell2017-11-021-0/+19
|
* Make match ref/deref as neededLibravatar Anthony Nowell2017-11-021-0/+27
| | | | | Much of this can be yanked out and made simpler when match-modes lands in stable
* support literals in match armsLibravatar Anthony Nowell2017-11-021-6/+26
|
* implement basic match functionalityLibravatar Anthony Nowell2017-11-021-0/+18