rust/src/test/run-fail
Nick Cameron ce0907e46e Add enum variants to the type namespace
Change to resolve and update compiler and libs for uses.

[breaking-change]

Enum variants are now in both the value and type namespaces. This means that
if you have a variant with the same name as a type in scope in a module, you
will get a name clash and thus an error. The solution is to either rename the
type or the variant.
2014-09-19 15:11:00 +12:00
..
args-fail.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07: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
assert-macro-fmt.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
assert-macro-owned.rs
assert-macro-static.rs
binop-fail-3.rs
binop-fail.rs
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
bug-2470-bounds-check-overflow-2.rs
bug-2470-bounds-check-overflow-3.rs
bug-2470-bounds-check-overflow.rs
by-value-self-objects-fail.rs librustc: Permit by-value-self methods to be invoked on objects 2014-06-30 18:43:31 -07:00
die-macro-expr.rs
die-macro-pure.rs
die-macro.rs
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
dst-raw-slice.rs Reviewer changes 2014-09-02 19:47:39 +12:00
explicit-fail-msg.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
explicit-fail.rs
expr-fn-fail.rs
expr-if-fail-fn.rs
expr-if-fail.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
expr-match-fail-fn.rs
expr-match-fail.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
extern-fail.rs
fail-arg.rs
fail-macro-any-wrapped.rs
fail-macro-any.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
fail-macro-explicit.rs
fail-macro-fmt.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
fail-macro-owned.rs
fail-macro-static.rs
fail-main.rs
fail-non-utf8.rs Prevent failure when using fail! with invalid utf8. 2014-09-02 15:59:28 +02:00
fail-parens.rs
fail-task-name-none.rs librustc: Match trait self types exactly. 2014-06-28 11:18:37 -07:00
fail-task-name-owned.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
fail-task-name-send-str.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
fail-task-name-static.rs librustc: Match trait self types exactly. 2014-06-28 11:18:37 -07: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
for-each-loop-fail.rs
glob-use-std.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
hashmap-capacity-overflow.rs std: Fix overflow of HashMap's capacity 2014-09-04 23:22:32 +01:00
if-check-fail.rs
if-cond-bot.rs
issue-948.rs
issue-2061.rs
issue-2272.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
issue-2444.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
issue-2761.rs
issue-3029.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-5500.rs
issue-12920.rs Add tests for a few A-needstest issues 2014-09-15 18:09:24 +02:00
issue-13202.rs Add tests for a few A-needstest issues 2014-09-15 18:09:24 +02:00
main-fail.rs
match-bot-fail.rs
match-disc-bot.rs
match-wildcards.rs
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 Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
result-get-fail.rs
rhs-type.rs
rt-set-exit-status-fail2.rs
rt-set-exit-status-fail.rs
rt-set-exit-status.rs
run-unexported-tests.rs
str-overrun.rs rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
task-spawn-barefn.rs librustc: Match trait self types exactly. 2014-06-28 11:18:37 -07:00
test-fail.rs
test-tasks-invalid-value.rs
tls-exit-status.rs
too-much-recursion-unwinding.rs
unimplemented-macro-fail.rs
unique-fail.rs
unreachable-macro-fail.rs
unwind-assert.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-box-fn-unique.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-box-res.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-box-str.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-box-unique-unique.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-box-unique.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-box-vec.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-box.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-fail.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-initializer-indirect.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-initializer.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-interleaved.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
unwind-iter2.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-iter.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-lambda.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-match.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-misc-1.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-move.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-nested.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-partial-box.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-partial-unique.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-partial-vec.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-rec2.rs
unwind-rec.rs
unwind-resource-fail2.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
unwind-resource-fail3.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-resource-fail.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-stacked.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-tup2.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-tup.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-uninitialized.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
unwind-unique.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
vec-overrun.rs
while-body-fails.rs
while-fail.rs