summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-lend-flow-loop.rs
AgeCommit message (Expand)AuthorLines
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-12/+12
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-08Wrap long lineNiko Matsakis-1/+3
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use usize.Huon Wilson-5/+5
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-2/+4
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
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