about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-15381.rs
AgeCommit message (Collapse)AuthorLines
2018-07-15Move some `compile-fail` tests to `ui`Esteban Küber-18/+0
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-2/+0
Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)`
2016-06-09implement RFC495 semantics for slice patternsAriel 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-09hygiene for `for` loops, `if let`, `while let`Nick Cameron-4/+2
and some unrelated test cleanups
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+2
Until some backwards-compatibility hazards are fixed in #23121, these need to be unstable. [breaking-change]
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2014-12-17Add tests for E-needstest issuesJakub Bukaj-0/+20