rust/src/test
leonardo.yvens 06506bb751 [Syntax Breaking] Rename DefaultImpl to AutoImpl
DefaultImpl is a highly confusing name for what we now call auto impls,
as in `impl Send for ..`. The name auto impl is not formally decided
but for sanity anything is better than `DefaultImpl` which refers
neither to `default impl` nor to `impl Default`.
2017-11-03 16:13:20 -02:00
..
codegen Avoid unnecessary copies of arguments that are simple bindings 2017-10-26 12:54:34 +02:00
codegen-units
compile-fail [Syntax Breaking] Rename DefaultImpl to AutoImpl 2017-11-03 16:13:20 -02:00
compile-fail-fulldeps Add several lints into unused lint group 2017-10-29 22:14:23 +03:00
debuginfo
incremental [Syntax Breaking] Rename DefaultImpl to AutoImpl 2017-11-03 16:13:20 -02:00
mir-opt patch mir-opt reference files 2017-10-31 14:02:31 -04:00
parse-fail crate shorthand visibility modifier 2017-10-22 23:58:13 -07:00
pretty
run-fail rustc_typeck: use subtyping on the LHS of binops. 2017-10-31 17:34:46 +02:00
run-fail-fulldeps
run-make Auto merge of #45647 - nrc:rls-bugs, r=eddyb 2017-11-02 12:34:13 +00:00
run-pass Auto merge of #45435 - eddyb:binop-subtype-lhs, r=nikomatsakis 2017-11-01 09:40:15 +00:00
run-pass-fulldeps Add several lints into unused lint group 2017-10-29 22:14:23 +03:00
run-pass-valgrind
rustdoc modify tests to use new flag 2017-10-17 15:38:52 -04:00
ui Auto merge of #45630 - joshleeb:iss35241, r=estebank 2017-11-02 08:30:03 +00:00
ui-fulldeps Add several lints into unused lint group 2017-10-29 22:14:23 +03:00
COMPILER_TESTS.md