rust/src/test/compile-fail
Tim Chevalier ef833d4101 Introduce a T_err type for type errors
This allows more errors to be non-fatal, as per #1871.

I only went through and started changing span_fatal to span_err in
check.rs. There are probably more errors that could be made
non-fatal. So if you see derived type errors appearing from now on,
file a bug!

r=graydon

Closes #1871
2012-11-21 12:44:51 -08:00
..
alt-arrows-block-then-binop.rs
alt-join.rs
alt-pattern-field-mismatch-2.rs
alt-pattern-field-mismatch.rs
alt-range-fail-dominate.rs
alt-range-fail.rs
alt-tag-nullary.rs
alt-tag-unary.rs
ambig_impl_2_exe.rs
ambig_impl_bounds.rs
ambig_impl_unify.rs
arc-cant-nest-rw-arc-3177.rs
arc-rw-cond-shouldnt-escape.rs
arc-rw-read-mode-shouldnt-escape.rs
arc-rw-state-shouldnt-escape.rs
arc-rw-write-mode-cond-shouldnt-escape.rs
arc-rw-write-mode-shouldnt-escape.rs
arg-count-mismatch.rs
arg-style-mismatch.rs
arg-type-mismatch.rs
assign-imm-local-twice.rs
assign-super.rs
assign-to-method.rs
attempted-access-non-fatal.rs
attr-bad-crate-attr.rc
attr-bad-meta.rs
attr-before-ext.rs
attr-before-let.rs
attr-before-stmt.rs
attr-dangling-in-fn.rs
attr-dangling-in-mod.rs
auto-ref-borrowck-failure.rs
autoderef-full-lval.rs
bad-alt.rs
bad-bang-ann-3.rs
bad-bang-ann.rs
bad-const-type.rs
bad-env-capture2.rs
bad-env-capture3.rs
bad-env-capture.rs
bad-expr-path2.rs
bad-expr-path.rs
bad-for-loop.rs
bad-main.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
bad-method-typaram-kind.rs
bad-module.rs
bad-name.rs
bad-record-pat-2.rs
bad-record-pat.rs
bad-type-env-capture.rs Update error messages and un-xfail 2012-11-15 16:59:07 -08:00
bad-value-ident-false.rs
bad-value-ident-true.rs
bad-var-env-capture-in-block-arg.rs
bang-tailexpr.rs
bind-by-move-neither-can-live-while-the-other-survives-1.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
bind-by-move-neither-can-live-while-the-other-survives-2.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
bind-by-move-neither-can-live-while-the-other-survives-3.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
bind-by-move-neither-can-live-while-the-other-survives-4.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
bind-by-move-no-guards.rs
bind-by-move-no-lvalues-1.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
bind-by-move-no-lvalues-2.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
bind-by-move-no-sub-bindings.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
binop-add-ptr.rs
binop-add-tup-assign.rs
binop-add-tup.rs
binop-bitxor-str.rs
binop-logic-float.rs
binop-logic-int.rs
binop-mul-bool.rs
binop-typeck.rs
block-arg-as-stmt-with-value.rs
block-arg-used-as-lambda-with-illegal-cap.rs
block-coerce-no-2.rs
block-coerce-no.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
block-deinitializes-upvar.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
block-must-not-have-result-do.rs
block-must-not-have-result-for.rs
block-must-not-have-result-res.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
block-must-not-have-result-while.rs
bogus-tag.rs
borrowck-addr-of-upvar.rs
borrowck-assign-comp-idx.rs
borrowck-assign-comp.rs
borrowck-assign-to-constants.rs
borrowck-assign-to-enum.rs
borrowck-assign-to-subfield.rs
borrowck-autoref-3261.rs
borrowck-binding-mutbl.rs
borrowck-borrowed-uniq-rvalue-2.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
borrowck-borrowed-uniq-rvalue.rs
borrowck-call-method-from-mut-aliasable.rs
borrowck-call-sendfn.rs
borrowck-confuse-region.rs
borrowck-imm-field-imm-base.rs Correct propagation of mutability from components to base in borrowck 2012-10-21 23:52:36 -07:00
borrowck-imm-field-mut-base.rs Correct propagation of mutability from components to base in borrowck 2012-10-21 23:52:36 -07:00
borrowck-imm-ref-to-mut-rec-field-issue-3162-b.rs
borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs
borrowck-imm-ref-to-mut-rec-field-issue-3162.rs
borrowck-issue-2657-1.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
borrowck-issue-2657-2.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
borrowck-lend-args.rs Demode some code using by-mutbl-ref; warn about by-mutbl-ref 2012-10-05 15:37:01 -07:00
borrowck-lend-flow.rs
borrowck-loan-blocks-move-cc.rs
borrowck-loan-blocks-move.rs Make moves explicit in cfail tests 2012-10-12 20:43:37 -07:00
borrowck-loan-blocks-mut-uniq.rs
borrowck-loan-in-overloaded-op.rs
borrowck-loan-local-as-both-mut-and-imm.rs Check whether loans conflict with old loans or with themselves. 2012-10-15 13:37:50 -07:00
borrowck-loan-rcvr-overloaded-op.rs Un-xfail working tests 2012-11-15 16:59:07 -08:00
borrowck-loan-rcvr.rs
borrowck-loan-vec-content.rs
borrowck-move-from-unsafe-ptr.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
borrowck-mut-addr-of-imm-var.rs
borrowck-mut-deref-comp.rs
borrowck-mut-field-imm-base.rs Correct propagation of mutability from components to base in borrowck 2012-10-21 23:52:36 -07:00
borrowck-mut-slice-of-imm-vec.rs
borrowck-mut-vec-as-imm-slice-bad.rs
borrowck-no-cycle-in-exchange-heap.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
borrowck-pat-by-value-binding.rs
borrowck-pat-enum-in-box.rs
borrowck-pat-enum.rs
borrowck-pat-reassign-binding.rs
borrowck-pat-reassign-sometimes-binding.rs
borrowck-pure-scope-in-call.rs
borrowck-ref-into-rvalue.rs
borrowck-ref-mut-of-imm.rs
borrowck-unary-move-2.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
borrowck-unary-move.rs
borrowck-uniq-via-box.rs
borrowck-uniq-via-lend.rs
borrowck-uniq-via-ref.rs
break-outside-loop.rs
cap-clause-both-copy-and-move.rs
cap-clause-double-copy.rs
cap-clause-double-move.rs
cap-clause-illegal-cap.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
cap-clause-move-upvar.rs
cap-clause-unresolved-copy.rs
cap-clause-unresolved-move.rs
cap-clause-use-after-move.rs remove ctor from ast (take 2) (no review: just dead code removal) 2012-10-12 19:46:37 -07:00
cap-clause-with-stack-closure.rs
capture1.rs
cast-from-nil.rs Introduce a T_err type for type errors 2012-11-21 12:44:51 -08:00
cast-to-nil.rs Introduce a T_err type for type errors 2012-11-21 12:44:51 -08:00
class-cast-to-trait.rs Make class-cast-to-trait compile (not sure why this worked before) 2012-10-27 17:38:57 -07:00
class-implements-bad-trait.rs
class-implements-int.rs
class-method-missing.rs
class-missing-self.rs
const-recursive.rs
copy-a-resource.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
copy-into-closure.rs Make moves explicit in cfail tests 2012-10-12 20:43:37 -07:00
crateresolve1.rs
crateresolve2.rs
crateresolve5.rs
dead-code-ret.rs Un-xfail working tests 2012-11-15 16:59:07 -08:00
deprecated-mode-fn-arg.rs Remove by-mutable-ref mode from the compiler 2012-10-05 22:45:50 -07:00
deref-non-pointer.rs
disallowed-deconstructing-destructing-struct.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
do1.rs
do2.rs Update error messages and un-xfail 2012-11-15 16:59:07 -08:00
do-lambda-requires-braces.rs
does-nothing.rs
drop-on-non-struct.rs rustc: Implement the Drop trait. r=brson 2012-11-07 12:34:32 -08:00
dup-link-name.rs
duplicate-visibility.rs libsyntax: refactor the parser to consider foreign items as items 2012-10-17 15:34:55 -07:00
elided-test.rs
empty-linkname2.rs
empty-linkname.rs
empty-record-type.rs
empty-vec-trailing-comma.rs
enum-deriving-incomplete.rs librustc: Implement (and require) explicit self for derivable traits. r=nmatsakis 2012-11-15 10:26:49 -08:00
enum-in-scope.rs test: Fix error messages in compile-fail tests. rs=rustbot 2012-11-02 10:43:28 -07:00
estr-subtyping.rs Remove obsolete fixed-length string test 2012-10-20 17:50:46 -07:00
evec-subtyping.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
explicit-call-to-dtor.rs rustc: Implement the Drop trait. r=brson 2012-11-07 12:34:32 -08:00
explicit-call-to-supertrait-dtor.rs rustc: Implement the Drop trait. r=brson 2012-11-07 12:34:32 -08:00
export2.rs
export-fully-qualified.rs
export-import.rs
export-tag-variant.rs
export.rs
ext-after-attrib.rs
ext-noname.rs Un-xfail working tests 2012-11-15 16:59:07 -08:00
ext-nonexistent.rs
extenv-no-args.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
extenv-not-string-literal.rs
extenv-too-many-args.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
extern-no-call.rs Introduce a T_err type for type errors 2012-11-21 12:44:51 -08:00
extern-wrong-value-type.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
extfmt-missing-type.rs
extfmt-no-args.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
extfmt-non-literal2.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
extfmt-non-literal.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
extfmt-not-enough-args.rs
extfmt-too-many-args.rs
extfmt-unknown-type.rs
extfmt-unsigned-plus.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
extfmt-unsigned-space.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
extfmt-unterminated-conv.rs
fail-expr.rs
fail-simple.rs
fail-type-err.rs
float-literal-inference-restrictions.rs rustc: Implement floating point literal inference. r=nmatsakis 2012-11-12 10:39:08 -08:00
fn-bad-block-type.rs
fn-compare-mismatch.rs rustc: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
fn-variance-1.rs
fn-variance-2.rs
fn-variance-3.rs
for-loop-decl.rs
foreign-unsafe-fn-called.rs
foreign-unsafe-fn.rs
fru-extra-field.rs
fully-qualified-type-name1.rs
fully-qualified-type-name2.rs
fully-qualified-type-name3.rs
fully-qualified-type-name4.rs
functional-struct-update.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
if-branch-types.rs
if-typeck.rs
if-without-else-result.rs
implicit-method-bind.rs
import2.rs
import3.rs
import4.rs
import-from-missing.rs Update error messages and un-xfail 2012-11-15 16:59:07 -08:00
import-from-path.rs
import-from-rename.rs
import-glob-0.rs
import-glob-circular.rs
import-glob-export.rs
import-glob-path.rs
import-glob-rename.rs
import-loop-2.rs
import-loop.rs
import.rs Update error messages and un-xfail 2012-11-15 16:59:07 -08:00
index_message.rs
infinite-instantiation.rs
infinite-tag-type-recursion.rs Update error messages and un-xfail 2012-11-15 16:59:07 -08:00
infinite-vec-type-recursion.rs
integer-literal-suffix-inference.rs
issue-511.rs Demode some code using by-mutbl-ref; warn about by-mutbl-ref 2012-10-05 15:37:01 -07:00
issue-897-2.rs
issue-897.rs
issue-1362.rs
issue-1448-1.rs
issue-1448-2.rs
issue-1451.rs
issue-1476.rs
issue-1655.rs
issue-1697.rs Update error messages and un-xfail 2012-11-15 16:59:07 -08:00
issue-1763.rs
issue-1802-1.rs
issue-1802-2.rs
issue-1871.rs Introduce a T_err type for type errors 2012-11-21 12:44:51 -08:00
issue-1896-1.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
issue-1896.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
issue-1900.rs
issue-1962.rs
issue-1965.rs Make moves explicit in cfail tests 2012-10-12 20:43:37 -07:00
issue-2063-resource.rs
issue-2063.rs
issue-2074.rs Add various test cases (xfailed) 2012-10-15 12:00:32 -07:00
issue-2111.rs
issue-2123.rs Update error message and un-xfail test 2012-11-15 17:14:28 -08:00
issue-2149.rs Introduce a T_err type for type errors 2012-11-21 12:44:51 -08:00
issue-2150.rs
issue-2151.rs
issue-2330.rs
issue-2354.rs
issue-2356.rs
issue-2370-2.rs test: Fix error messages in compile-fail tests. rs=rustbot 2012-11-02 10:43:28 -07:00
issue-2370.rs test: Fix error messages in compile-fail tests. rs=rustbot 2012-11-02 10:43:28 -07:00
issue-2467.rs
issue-2487-b.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-2548.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-2587-2.rs Un-xfail working test 2012-11-15 18:41:17 -08:00
issue-2590.rs remove ctor from ast (take 2) (no review: just dead code removal) 2012-10-12 19:46:37 -07:00
issue-2611-3.rs
issue-2611-4.rs
issue-2611-5.rs
issue-2718-a.rs
issue-2766-a.rs test: Fix failing tests. r=rustbot 2012-10-18 12:09:40 -07:00
issue-2823.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-2848.rs
issue-2849.rs
issue-2937.rs
issue-3021-b.rs
issue-3021-c.rs
issue-3021-d.rs
issue-3021.rs
issue-3033.rs
issue-3036.rs
issue-3038.rs
issue-3044.rs
issue-3096-1.rs
issue-3096-2.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
issue-3099-a.rs test: Fix failing tests. r=rustbot 2012-10-18 12:09:40 -07:00
issue-3099-b.rs test: Fix failing tests. r=rustbot 2012-10-18 12:09:40 -07:00
issue-3099.rs test: Fix failing tests. r=rustbot 2012-10-18 12:09:40 -07:00
issue-3177-mutable-struct.rs Add another test for #3177 2012-11-15 16:59:07 -08:00
issue-3214.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-3344.rs rustc: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
issue-3521-2.rs Allow enum discriminator exprs to refer to declared consts 2012-10-15 12:28:29 -07:00
issue-3521.rs Un-xfail test for #3521; it works now 2012-10-15 14:18:15 -07:00
issue-3668-2.rs Add test cases for #3668 2012-10-15 14:41:09 -07:00
issue-3668.rs Add test cases for #3668 2012-10-15 14:41:09 -07:00
issue-3953.rs Check for duplicate supertraits and forbid them 2012-11-15 18:41:17 -08:00
issue-3969.rs Make staticness mismatch a fatal error 2012-11-15 18:14:13 -08:00
keyword.rs
kindck-implicit-close-over-mut-var.rs
kindck-nonsendable-1.rs
kindck-owned-trait-contains.rs
kindck-owned-trait-scoped.rs
kindck-owned-trait.rs
kindck-owned.rs
lambda-mutate-nested.rs
lambda-mutate.rs
let-destruct-refutable.rs
lint-heap-memory.rs
lint-managed-heap-memory.rs
lint-non-camel-case-types.rs
lint-owned-heap-memory.rs
lint-type-limits.rs Added compile-fail tests 2012-10-24 19:14:50 +02:00
liveness-and-init.rs
liveness-assign-imm-local-in-loop.rs
liveness-assign-imm-local-in-op-eq.rs
liveness-assign-imm-local-in-swap.rs
liveness-assign-imm-local-with-init.rs
liveness-bad-bang-2.rs
liveness-block-unint.rs
liveness-break-uninit-2.rs
liveness-break-uninit.rs
liveness-closure-require-ret.rs
liveness-dead.rs Demode some code using by-mutbl-ref; warn about by-mutbl-ref 2012-10-05 15:37:01 -07:00
liveness-forgot-ret.rs
liveness-if-no-else.rs
liveness-if-with-else.rs
liveness-init-in-called-fn-expr.rs
liveness-init-in-fn-expr.rs
liveness-init-in-fru.rs
liveness-init-op-equal.rs
liveness-init-plus-equal.rs
liveness-issue-2163.rs
liveness-missing-ret2.rs
liveness-move-from-args.rs Make moves explicit in cfail tests 2012-10-12 20:43:37 -07:00
liveness-move-from-mode.rs Make moves explicit in cfail tests 2012-10-12 20:43:37 -07:00
liveness-move-in-loop.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
liveness-move-in-while.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
liveness-or-init.rs
liveness-return.rs
liveness-swap-uninit.rs
liveness-uninit-after-item.rs
liveness-uninit.rs
liveness-unused
liveness-unused.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
liveness-use-after-move.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
liveness-use-after-send.rs Make moves explicit in cfail tests 2012-10-12 20:43:37 -07:00
liveness-use-in-index-lvalue.rs
liveness-while-break.rs
liveness-while-cond.rs
liveness-while.rs
loop-does-not-diverge.rs
lub-in-args.rs
macro-2.rs rustc: Support irrefutable patterns in function arguments. r=nmatsakis 2012-11-07 19:29:30 -08:00
macro.rs
main-wrong-type-2.rs
main-wrong-type.rs
map-types.rs
minus-string.rs
missing-derivable-attr.rs librustc: Implement (and require) explicit self for derivable traits. r=nmatsakis 2012-11-15 10:26:49 -08:00
missing-do.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
missing-main.rs
missing-return.rs
missingmod.rc
mod_file_aux.rs Parse file mods from .rs files 2012-11-18 18:09:41 -08:00
mod_file_correct_spans.rs Parse file mods from .rs files 2012-11-18 18:09:41 -08:00
mod_file_not_exist.rs Report errors better when failing to open files for sub-parsers 2012-11-18 18:09:41 -08:00
mod_file_with_path_attr.rs Report errors better when failing to open files for sub-parsers 2012-11-18 18:09:41 -08:00
mode-inference-fail.rs
multiline-comment-line-tracking.rs
multiple-main.rs Add a test for multiple main functions 2012-11-09 12:13:55 -08:00
multitrait.rs
mutable-arguments.rs Demode some code using by-mutbl-ref; warn about by-mutbl-ref 2012-10-05 15:37:01 -07:00
mutable-class-fields-2.rs
mutable-class-fields.rs
mutable-huh-box-assign.rs
mutable-huh-field-assign.rs
mutable-huh-ptr-assign.rs Add a demoded version of ptr::addr_of 2012-09-28 22:19:01 -07:00
mutable-huh-unique-assign.rs
mutable-huh-variance-box.rs
mutable-huh-variance-deep.rs
mutable-huh-variance-ptr.rs Add a demoded version of ptr::addr_of 2012-09-28 22:19:01 -07:00
mutable-huh-variance-rec.rs
mutable-huh-variance-unique.rs
mutable-huh-variance-vec1.rs
mutable-huh-variance-vec2.rs
mutable-huh-variance-vec3.rs
mutable-huh-variance-vec4.rs
mutable-huh-vec-assign.rs
name-clash-nullary-2.rs
name-clash-nullary.rs
nested-ty-params.rs
no-capture-arc.rs
no-comment-balancing.rs
no-reuse-move-arc.rs
no-send-res-ports.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
noexporttypeexe.rs
nolink-with-link-args.rs
non-const.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
non-copyable-void.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
non-exhaustive-match-nested.rs
non-exhaustive-match.rs
noncopyable-class.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
noncopyable-match-pattern.rs
nonscalar-cast.rs
nontrivial-fn-arg-pattern-in-pure-fn.rs rustc: Support irrefutable patterns in function arguments. r=nmatsakis 2012-11-07 19:29:30 -08:00
not-a-pred.rs
not-enough-arguments.rs
not-utf8.bin
not-utf8.rs
obsolete-syntax.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
occurs-check-3.rs
occurs-check.rs
omitted-arg-in-item-fn.rs Un-xfail working test 2012-11-15 18:41:17 -08:00
omitted-arg-wrong-types.rs Add comments explaining why these tests are xfailed 2012-11-15 18:41:17 -08:00
once-fn-subtyping.rs rustc: Implement parsing and typechecking for "once fn" 2012-11-05 13:17:02 -08:00
or-patter-mismatch.rs
output-type-mismatch.rs
oversized-literal.rs
pat-ref-enum.rs
pat-shadow-in-nested-binding.rs test: Fix error messages in compile-fail tests. rs=rustbot 2012-11-02 10:43:28 -07:00
pattern-tyvar-2.rs
pattern-tyvar.rs
pinned-deep-copy.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
pptypedef.rs
prim-with-args.rs
private-impl-method.rs
private-item-simple.rs
private-method-cross-crate.rs Add comments explaining why these tests are xfailed 2012-11-15 18:41:17 -08:00
private-method.rs
private-struct-field-cross-crate.rs Un-xfail working tests 2012-11-15 19:36:44 -08:00
private-struct-field-ctor.rs
private-struct-field-pattern.rs
private-struct-field.rs
private-variant.rs
pure-higher-order.rs
pure-loop-body.rs
pure-modifies-aliased.rs
pure-subtyping.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
purity-infer-fail.rs
qquote-1.rs Tools should not be build prereqs of tests. Closes #3946 2012-11-13 18:35:02 -08:00
qquote-2.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
rec-expected.rs
rec-extend.rs
rec-missing-fields.rs
record-with-resource.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
recursive-enum.rs
redundant-link-args.rs
refutable-pattern-in-fn-arg.rs rustc: Support irrefutable patterns in function arguments. r=nmatsakis 2012-11-07 19:29:30 -08:00
regions-addr-of-arg.rs
regions-addr-of-self.rs
regions-addr-of-upvar-self.rs
regions-blk.rs
regions-bounds.rs
regions-creating-enums3.rs
regions-creating-enums4.rs
regions-creating-enums.rs
regions-escape-bound-fn-2.rs
regions-escape-bound-fn.rs
regions-escape-loop-via-variable.rs
regions-escape-loop-via-vec.rs
regions-escape-via-trait-or-not.rs
regions-fn-bound.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
regions-fn-subtyping.rs Implement proper subtyping for region fn types (part of #2263) 2012-10-24 18:56:31 -07:00
regions-fns.rs
regions-freevar.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
regions-glb-free-free.rs rustc: Support irrefutable patterns in function arguments. r=nmatsakis 2012-11-07 19:29:30 -08:00
regions-in-consts.rs Update error message and un-xfail test 2012-11-15 18:41:17 -08:00
regions-in-enums.rs
regions-in-rsrcs.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
regions-in-type-items.rs
regions-infer-at-fn-not-param.rs
regions-infer-borrow-scope-too-big.rs
regions-infer-borrow-scope-within-loop.rs
regions-infer-call-3.rs
regions-infer-contravariance-due-to-immutability.rs
regions-infer-contravariance-due-to-ret.rs
regions-infer-covariance-due-to-arg.rs
regions-infer-invariance-due-to-arg-and-ret.rs
regions-infer-invariance-due-to-mutability-1.rs
regions-infer-invariance-due-to-mutability-2.rs
regions-infer-invariance-due-to-mutability-3.rs
regions-infer-invariance-due-to-mutability-4.rs
regions-infer-invariance-due-to-mutability.rs
regions-infer-not-param.rs
regions-infer-paramd-indirect.rs
regions-infer-paramd-method.rs
regions-infer-region-in-fn-but-not-type.rs
regions-nested-fns-2.rs
regions-nested-fns.rs
regions-out-of-scope-slice.rs Add comments explaining why these tests are xfailed 2012-11-15 18:41:17 -08:00
regions-ret-borrowed-1.rs
regions-ret-borrowed.rs
regions-ret.rs
regions-scoping.rs
regions-steal-closure.rs
regions-trait-1.rs
regions-trait-2.rs
regions-trait-3.rs
regions-var-type-out-of-scope.rs Update error message and un-xfail test 2012-11-15 19:36:48 -08:00
repeat-to-run-dtor-twice.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
reserved-be.rs
resolve-inconsistent-binding-mode.rs
resolve-inconsistent-names.rs
ret-non-nil.rs
return-in-block-function.rs
selftype-astparam.rs
selftype-traittype.rs
sendfn-is-not-a-lambda.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
seq-args.rs
spawn-non-nil-fn.rs
staticness-mismatch.rs Make staticness mismatch a fatal error 2012-11-15 18:14:13 -08:00
struct-fields-dupe.rs Fix checking of duplicate and missing struct field initializers. Closes #3486. Closes #3892 2012-10-31 13:56:41 -07:00
struct-fields-missing.rs Fix checking of duplicate and missing struct field initializers. Closes #3486. Closes #3892 2012-10-31 13:56:41 -07:00
struct-fields-too-many.rs Fix checking of duplicate and missing struct field initializers. Closes #3486. Closes #3892 2012-10-31 13:56:41 -07:00
struct-like-enum-nonexhaustive.rs rustc: Translate and check exhaustiveness of struct-like enum variant patterns. r=nmatsakis 2012-10-25 13:59:10 -07:00
swap-no-lval.rs
sync-cond-shouldnt-escape.rs
sync-rwlock-cond-shouldnt-escape.rs
sync-rwlock-read-mode-shouldnt-escape.rs
sync-rwlock-write-mode-cond-shouldnt-escape.rs
sync-rwlock-write-mode-shouldnt-escape.rs
tag-that-dare-not-speak-its-name.rs Simplify the AST representation of ty param bounds 2012-10-22 09:01:12 -07:00
tag-type-args.rs
tag-variant-cast-non-nullary.rs
tag-variant-disr-dup.rs
tag-variant-disr-non-nullary.rs
tag-variant-disr-type-mismatch.rs
tail-typeck.rs
terr-in-field.rs
terr-sorts.rs
tps-invariant-class.rs
tps-invariant-enum.rs
tps-invariant-trait.rs
trait-cast.rs Preserve parenthesization in the AST 2012-10-30 15:05:32 -07:00
trait-impl-different-num-params.rs
trait-impl-method-mismatch.rs Partial fix for #2687---impl method must only be subtype of trait method, not exact match. 2012-10-26 19:41:17 -07:00
trait-impl-subtype.rs Partial fix for #2687---impl method must only be subtype of trait method, not exact match. 2012-10-26 19:41:17 -07:00
trait-keyword.rs
trait-or-new-type-instead.rs
trait-test-2.rs
trait-test.rs
tuple-struct-nonexhaustive.rs rustc: Implement typechecking, exhaustiveness checking, and borrow checking for pattern matching of tuple structs. r=nmatsakis 2012-11-02 09:56:09 -07:00
tutorial-suffix-inference-test.rs
type-arg-out-of-scope.rs
type-mismatch-multiple.rs
type-mismatch.rs
type-recursive.rs
type-shadow.rs
unary-move.rs
unbalanced-doublequote.rs
unique-mut.rs
unique-object-noncopyable.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
unique-pinned-nocopy.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
unique-unique-kind.rs Make moves explicit in cfail tests 2012-10-12 20:43:37 -07:00
unique-vec-res.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
unnamed_argument_mode.rs Remove by-mutable-ref mode from the compiler 2012-10-05 22:45:50 -07:00
unreachable-arm.rs
unreachable-code.rs
unsafe-fn-assign-deref-ptr.rs
unsafe-fn-autoderef.rs
unsafe-fn-called-from-safe.rs
unsafe-fn-deref-ptr.rs
unsafe-fn-used-as-value.rs
unsendable-class.rs Make moves explicit in cfail tests 2012-10-12 20:43:37 -07:00
unsupported-cast.rs
unused-imports-warn.rs
use-meta-dup.rs
use-meta-mismatch.rs
use-meta.rc
vec-add.rs
vec-concat-bug.rs
vec-field.rs
vec-res-add.rs Update test and un-xfail it 2012-11-15 19:36:48 -08:00
vector-no-ann.rs
view-items-at-top.rs
vtable-res-trait-param.rs test: Fix error message in vtable-res-trait-param 2012-10-03 21:13:58 -07:00
warn-ctypes-err-attr.rs
warn-ctypes.rs
warn-foreign-int-types.rs
warn-path-statement.rs
while-type-error.rs
writing-through-read-alias.rs
writing-to-immutable-rec.rs
writing-to-immutable-vec.rs
wrong-ret-type.rs