| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-15 | Move some `compile-fail` tests to `ui` | Esteban Küber | -18/+0 | |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -2/+0 | |
| Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)` | ||||
| 2016-06-09 | implement RFC495 semantics for slice patterns | Ariel Ben-Yehuda | -2/+2 | |
| non-MIR translation is still not supported for these and will happily ICE. This is a [breaking-change] for many uses of slice_patterns. | ||||
| 2015-10-09 | hygiene for `for` loops, `if let`, `while let` | Nick Cameron | -4/+2 | |
| and some unrelated test cleanups | ||||
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -0/+2 | |
| Until some backwards-compatibility hazards are fixed in #23121, these need to be unstable. [breaking-change] | ||||
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -1/+1 | |
| 2014-12-17 | Add tests for E-needstest issues | Jakub Bukaj | -0/+20 | |
