| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+1 | |
| Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)` | ||||
| 2017-01-03 | Make is_useful handle empty types properly | Andrew Cann | -8/+1 | |
| 2016-10-26 | handle mixed byte literal and byte array patterns | Ariel Ben-Yehuda | -0/+73 | |
| Convert byte literal pattern to byte array patterns when they are both used together. so matching them is properly handled. I could've done the conversion eagerly, but that could have caused a bad worst-case for massive byte-array matches. Fixes #18027. Fixes #25051. Fixes #26510. | ||||
