summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-vec-pattern-tail-element-loan.rs
AgeCommit message (Expand)AuthorLines
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