rust/src/test
bors 2a992167c5 Auto merge of #43015 - arielb1:every-error-counts, r=eddyb
report the total number of errors on compilation failure

Prior to this PR, when we aborted because a "critical pass" failed, we displayed the number of errors from that critical pass. While that's the number of errors that caused compilation to abort in *that place*, that's not what people really want to know. Instead, always report the total number of errors, and don't bother to track the number of errors from the last pass that failed.

This changes the compiler driver API to handle errors more smoothly, therefore is a compiler-api-[breaking-change].

Fixes #42793.

r? @eddyb
2017-07-02 13:22:23 +00:00
..
codegen Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakis 2017-06-19 13:01:27 +00:00
codegen-units Move Fn to module. 2017-06-09 19:07:25 -04:00
compile-fail Auto merge of #42995 - GuillaumeGomez:rollup, r=GuillaumeGomez 2017-06-30 22:14:56 +00:00
compile-fail-fulldeps Integrate jobserver support to parallel codegen 2017-06-21 07:16:43 -07:00
debuginfo Pretty-printers tests: gdbr -> gdb 2017-06-09 18:51:28 +03:00
incremental consider closures/ty-fn-defs when making trait selection keys 2017-06-12 17:23:21 -04:00
mir-opt Update basic_assignment test to reflect small changes to codegen. 2017-06-12 13:06:42 +02:00
parse-fail Change some terminology around keywords and reserved identifiers 2017-06-29 15:19:53 +03:00
pretty
run-fail updated assert_eq test, fixed incorrect assert_ne message and added test. 2017-06-13 14:17:59 +01:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00
run-pass Auto merge of #42882 - stjepang:improve-sort-tests-and-benches, r=alexcrichton 2017-07-01 13:31:32 +00:00
run-pass-fulldeps Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
run-pass-valgrind Move unsized_tuple_coercion behind a feature gate. 2017-06-29 21:25:35 +09:00
rustdoc Auto merge of #42885 - ollie27:rustdoc_empty_glob_path, r=GuillaumeGomez 2017-06-26 11:06:13 +00:00
ui report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00
ui-fulldeps Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
COMPILER_TESTS.md Move COMPILER_TESTS.md out of the root directory 2017-02-25 00:13:00 -06:00