rust/src/test
2015-02-06 01:02:15 -08:00
..
auxiliary cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
bench cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
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 rustdoc: Show non-Rust ABIs on methods 2015-02-06 01:02:15 -08:00
run-pass cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
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