about summary refs log tree commit diff
path: root/src/test/compile-fail/liveness-move-in-loop.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-27/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-3/+0
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-7/+4
2013-01-18testsuite: Update error messages. Unbreak build, I hopeTim Chevalier-2/+2
2013-01-17test: Fix busted compile-fail tests. rs=bustagePatrick Walton-2/+2
2013-01-14s/moved variable/moved value/John Clements-4/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-1/+4
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-05-24improve liveness so it reports unused vars / dead assignmentsNiko Matsakis-0/+2
2012-05-24new liveness pass to supercede last_use / initednessNiko Matsakis-0/+16