about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-lend-flow-if.rs
AgeCommit message (Expand)AuthorLines
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-54/+0
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-2/+1
2015-07-27Turn on `box(PLACE) expr` deprecation warning post-snapshot.Eduard Burtescu-0/+1
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-2/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-3/+3
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-05fix cfail testsJorge Aparicio-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+5
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-09-30cfail: Remove usage of fmt!Alex Crichton-3/+3
2013-04-30new borrow checker (mass squash)Niko Matsakis-0/+52