summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-vec-pattern-nesting.rs
AgeCommit message (Expand)AuthorLines
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-02-11Opt into `box_patterns` feature gate in all tests that use them.Felix S. Klock II-0/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-01-31Kill more `isize`sTobias Bucher-5/+5
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-5/+5
2015-01-08Update compile fail tests to use isize.Huon Wilson-4/+4
2015-01-08compile-fail tests: Add feature attributes to enable box pat/expr syntax in v...Felix S. Klock II-0/+1
2014-09-09rollup merge of #17054 : pcwalton/subslice-syntaxAlex Crichton-3/+3
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-3/+3
2014-09-08librustc: Feature gate subslice matching in non-tail positions.Patrick Walton-0/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-5/+5
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-12/+13
2014-04-09Collect move errors before reportingKiet Tran-7/+8
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-4/+4
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-4/+4
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-7/+12
2014-02-11test -- update tests with new error messagesNiko Matsakis-2/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
2013-08-07Fix incorrect non-exhaustive matching for fixed length vecsStepan Koltsov-7/+7
2013-07-08Update existing tests to account for stricter, more correct handling of irref...Niko Matsakis-0/+37
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-1/+0
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-1/+1
2013-01-28Integrate vec patterns into borrow checker.Niko Matsakis-0/+21