..
args-fail.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
assert-as-macro.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
assert-eq-macro-fail.rs
librustc: Remove the fallback to int from typechecking.
2014-06-24 17:18:48 -07:00
assert-macro-explicit.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
assert-macro-fmt.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
assert-macro-owned.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
assert-macro-static.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
binop-fail.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
bounds-check-no-overflow.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
bug-811.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
bug-2470-bounds-check-overflow-2.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
bug-2470-bounds-check-overflow-3.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
bug-2470-bounds-check-overflow.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
die-macro-expr.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
die-macro-pure.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
die-macro.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
divide-by-zero.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
doublefail.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
dst-raw-slice.rs
Reviewer changes
2014-09-02 19:47:39 +12:00
explicit-fail-msg.rs
rollup merge of #18398 : aturon/lint-conventions-2
2014-10-30 17:37:22 -07:00
explicit-fail.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
expr-fn-fail.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
expr-if-fail-fn.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
expr-if-fail.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
expr-match-fail-fn.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
expr-match-fail.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
extern-fail.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
fail-arg.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
fail-macro-any-wrapped.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
fail-macro-any.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
fail-macro-explicit.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
fail-macro-fmt.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
fail-macro-owned.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
fail-macro-static.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
fail-main.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
fail-non-utf8.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
fail-parens.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
fail-task-name-none.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
fail-task-name-owned.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
fail-task-name-send-str.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
fail-task-name-static.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
fail.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
fmt-fail.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
for-each-loop-fail.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
glob-use-std.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
hashmap-capacity-overflow.rs
refactor libcollections as part of collection reform
2014-11-02 18:58:11 -05:00
if-check-fail.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
if-cond-bot.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
issue-948.rs
rollup merge of #18398 : aturon/lint-conventions-2
2014-10-30 17:37:22 -07:00
issue-2061.rs
test: Clean out the test suite a bit
2014-02-25 09:21:09 -08:00
issue-2444.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
issue-2761.rs
librustc: Remove fail_unless!
2013-03-29 16:39:08 -07:00
issue-3029.rs
rollup merge of #18398 : aturon/lint-conventions-2
2014-10-30 17:37:22 -07:00
issue-12920.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
issue-13202.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
main-fail.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
match-bot-fail.rs
rollup merge of #18398 : aturon/lint-conventions-2
2014-10-30 17:37:22 -07:00
match-disc-bot.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
match-wildcards.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
mod-zero.rs
librustc: Remove the fallback to int for integers and f64 for
2014-06-29 11:47:58 -07:00
native-failure.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
result-get-fail.rs
Remove libdebug and update tests.
2014-10-16 11:15:34 -04:00
rhs-type.rs
rollup merge of #18398 : aturon/lint-conventions-2
2014-10-30 17:37:22 -07:00
rt-set-exit-status-fail.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
rt-set-exit-status-fail2.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
rt-set-exit-status.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
run-unexported-tests.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
str-overrun.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
task-spawn-barefn.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
test-fail.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
test-tasks-invalid-value.rs
compiletest: Test --pretty expanded
2014-05-13 17:24:08 -07:00
tls-exit-status.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
too-much-recursion-unwinding.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
unimplemented-macro-fail.rs
Add unimplemented! macro
2014-02-08 04:43:39 +11:00
unique-fail.rs
Update infrastructure for fail -> panic
2014-10-29 16:06:13 -04:00
unreachable-macro-fail.rs
Add missing test for unreachable! macro
2014-02-08 04:43:51 +11:00
unwind-interleaved.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
unwind-rec.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
unwind-rec2.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
unwind-unique.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
vec-overrun.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
while-body-fails.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00
while-fail.rs
Rename fail! to panic!
2014-10-29 11:43:07 -04:00