Ariel Ben-Yehuda
|
5c717a6fc2
|
implement RFC495 semantics for slice patterns
non-MIR translation is still not supported for these and will happily ICE.
This is a [breaking-change] for many uses of slice_patterns.
|
2016-06-09 00:38:38 +03:00 |
|
Nick Cameron
|
08f3752270
|
hygiene for for loops, if let , while let
and some unrelated test cleanups
|
2015-10-09 11:53:41 +13:00 |
|
Brian Anderson
|
1639e51f6e
|
Feature gate *all* slice patterns. #23121
Until some backwards-compatibility hazards are fixed in #23121,
these need to be unstable.
[breaking-change]
|
2015-03-27 12:50:49 -07:00 |
|
Jorge Aparicio
|
bce81e2464
|
cleanup: s/v.slice*() /&v[a..b] /g + remove redundant as_slice() calls
|
2015-01-27 09:03:06 -05:00 |
|
Jakub Bukaj
|
62d80df0c9
|
Add tests for E-needstest issues
|
2014-12-17 23:00:32 +01:00 |
|