rust/src/test
Sean Bowe 49225b8fbc Delay specific span_bug() call until abort_if_errors()
An actual typeck error is the cause of many failed compilations but an
unrelated bug is being reported instead. It is triggered because a typeck
error is presumably not yet identified during compiler execution, which
would normally bypass an invariant in the presence of other errors. In
this particular situation, we delay the reporting of the bug until
abort_if_errors().

Closes #23827, closes #24356, closes #23041, closes #22897, closes #23966,
closes #24013, and closes #23729
2015-04-13 01:16:51 -06:00
..
auxiliary Expand internal-unstable to handle named field accesses and method calls. 2015-04-11 16:00:58 -07:00
bench Make sum and product inherent methods on Iterator 2015-04-08 00:26:35 +02:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail Delay specific span_bug() call until abort_if_errors() 2015-04-13 01:16:51 -06:00
compile-fail-fulldeps Fallout to tests expecting unconditional help output from missing features. 2015-04-02 19:30:45 +02:00
debuginfo Remove ignore-tidy-linelength from tests that no longer need it 2015-04-09 08:21:59 +10:00
parse-fail fixing some tests and temporarily disabling others to get Bitrig build working 100% 2015-04-04 12:33:44 -07:00
pretty Fallout in tests 2015-04-01 11:22:39 -04:00
run-fail Fix diverging closures 2015-04-06 22:17:35 +09:00
run-make Test fixes and review feedback 2015-04-10 00:58:10 -07:00
run-pass Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelix 2015-04-12 01:26:53 +00:00
run-pass-fulldeps Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonw 2015-04-10 00:24:43 +05:30
run-pass-valgrind Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
rustdoc Test fixes and review feedback 2015-04-10 00:58:10 -07:00