about summary refs log tree commit diff
path: root/src/test/compile-fail/use-after-move-self.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-29/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2014-10-02Change the `use of moved value` error to be more accurateP1start-1/+1
2014-06-06Change check_loans to use ExprUseVisitor.Cameron Zwarich-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-3/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-1/+1
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-4/+4
2013-01-14s/moved variable/moved value/John Clements-1/+1
2012-12-13librustc: Allow moves out of `self`. r=nmatsakisPatrick Walton-0/+18