summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-vec-pattern-element-loan.rs
AgeCommit message (Expand)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-3/+3
2013-04-30new borrow checker (mass squash)Niko Matsakis-6/+6
2013-03-11Implement vector destructuring from tailSeo Sanghyeon-7/+20
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/+15