about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-vec-pattern-tail-element-loan.rs
AgeCommit message (Expand)AuthorLines
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-26/+0
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-1/+1
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-1/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-1/+2
2014-02-11test -- update tests with new error messagesNiko Matsakis-1/+1
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-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-08-07Fix incorrect non-exhaustive matching for fixed length vecsStepan Koltsov-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+2
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-28Integrate vec patterns into borrow checker.Niko Matsakis-0/+13