summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-lend-flow-loop.rs
AgeCommit message (Expand)AuthorLines
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-3/+3
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-6/+6
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-15/+16
2014-01-30Remove Times traitBrendan Zabarauskas-2/+2
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-2/+2
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-27/+0
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-7/+14
2013-05-10test: Use the new `for` protocolAlex Crichton-1/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-0/+164