rust/src/test/run-fail
Alex Crichton 00975e041d rollup merge of #18398 : aturon/lint-conventions-2
Conflicts:
	src/libcollections/slice.rs
	src/libcore/failure.rs
	src/libsyntax/parse/token.rs
	src/test/debuginfo/basic-types-mut-globals.rs
	src/test/debuginfo/simple-struct.rs
	src/test/debuginfo/trait-pointers.rs
2014-10-30 17:37:22 -07:00
..
args-fail.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
assert-as-macro.rs
assert-eq-macro-fail.rs
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
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
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
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 std: Fix overflow of HashMap's capacity 2014-09-04 23:22:32 +01: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
issue-2444.rs Update infrastructure for fail -> panic 2014-10-29 16:06:13 -04:00
issue-2761.rs
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
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-fail2.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
rt-set-exit-status-fail.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
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
unique-fail.rs Update infrastructure for fail -> panic 2014-10-29 16:06:13 -04:00
unreachable-macro-fail.rs
unwind-interleaved.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-rec.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