rust/src/test
Manish Goregaokar 67b51291f0 Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
This was particularly helpful in the time just after OIBIT's
implementation to make sure things that were supposed to be Copy
continued to be, but it's now creates a lot of noise for types that
intentionally don't want to be Copy.

r? @alexcrichton
2015-02-06 16:21:08 +05:30
..
auxiliary cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
bench Rollup merge of #21955 - jbcrail:fix-test-comments, r=steveklabnik 2015-02-06 16:21:05 +05:30
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton 2015-02-06 16:21:08 +05:30
compile-fail-fulldeps tests: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 20:05:16 +02:00
debuginfo cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
pretty for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
run-fail cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
run-make Clean up tidy scripts, coverage, performance 2015-02-05 14:37:16 -08:00
run-pass Rollup merge of #21955 - jbcrail:fix-test-comments, r=steveklabnik 2015-02-06 16:21:05 +05:30
run-pass-fulldeps Remove all i suffixes 2015-01-30 04:38:54 +01:00
run-pass-valgrind Fallout of io => old_io 2015-01-26 16:01:16 -08:00