rust/src/test/compile-fail
2012-06-29 17:41:45 -07:00
..
alt-join.rs
alt-pattern-field-mismatch-2.rs Add tests to exercise the "pattern has N field(s), but" error patterns. 2012-06-21 16:19:04 -07:00
alt-pattern-field-mismatch.rs Add tests to exercise the "pattern has N field(s), but" error patterns. 2012-06-21 16:19:04 -07:00
alt-range-fail-dominate.rs
alt-range-fail.rs
alt-tag-nullary.rs
alt-tag-unary.rs
ambig_impl_1.rs detect ambig. calls to iface bounds, use transactions 2012-05-25 17:04:05 -07:00
ambig_impl_2_exe.rs detect ambig. calls to iface bounds, use transactions 2012-05-25 17:04:05 -07:00
ambig_impl_bounds.rs detect ambig. calls to iface bounds, use transactions 2012-05-25 17:04:05 -07:00
ambig_impl_unify.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
arg-count-mismatch.rs
arg-style-mismatch.rs
arg-type-mismatch.rs
assign-imm-local-twice.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
assign-super.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
assign-to-method.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
attempted-access-non-fatal.rs
attr-bad-crate-attr.rc
attr-bad-meta.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
attr-before-ext.rs
attr-before-let.rs
attr-before-stmt.rs
attr-dangling-in-fn.rs
attr-dangling-in-mod.rs
autoderef-full-lval.rs
bad-alt.rs
bad-bang-ann-3.rs
bad-bang-ann.rs
bad-const-type.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
bad-env-capture2.rs
bad-env-capture3.rs
bad-env-capture.rs
bad-expr-path2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
bad-expr-path.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
bad-for-loop.rs
bad-main.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
bad-method-typaram-kind.rs Const kind checking. The rules are almost certainly incomplete and unsound... 2012-05-24 15:06:56 -07:00
bad-module.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
bad-name.rs
bad-record-pat-2.rs
bad-record-pat.rs
bad-tag-export-2.rs
bad-tag-export-3.rs
bad-tag-export-4.rs
bad-tag-export.rs
bad-type-env-capture.rs
bad-value-ident-false.rs
bad-value-ident-true.rs
bad-var-env-capture-in-block-arg.rs
bang-tailexpr.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07: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 Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-21 16:19:04 -07:00
binop-mul-bool.rs
binop-typeck.rs
block-arg-as-stmt-with-value.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
block-arg-used-as-lambda-with-illegal-cap.rs
block-coerce-no-2.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
block-coerce-no.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
block-copy.rs Fix an error message to not refer to "block type". Closes #2423. 2012-05-29 12:18:59 -07:00
block-deinitializes-upvar.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
block-must-not-have-result-do.rs
block-must-not-have-result-for.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
block-must-not-have-result-res.rs Port another resource test to use classes 2012-06-01 20:40:35 -07:00
block-must-not-have-result-while.rs
bogus-tag.rs
borrowck-assign-comp-idx.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
borrowck-assign-comp.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-assign-to-constants.rs three new tests for assigning to various unassignable things 2012-05-11 06:41:58 -07:00
borrowck-assign-to-enum.rs three new tests for assigning to various unassignable things 2012-05-11 06:41:58 -07:00
borrowck-assign-to-subfield.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
borrowck-binding-mutbl.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
borrowck-issue-2657-1.rs handle moves in let initializers and allow moves from unsafe ptrs 2012-06-21 08:34:54 -07:00
borrowck-issue-2657-2.rs unxfail test for #2657 2012-06-21 10:20:46 -07:00
borrowck-lend-args.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-lend-flow.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
borrowck-loan-blocks-move-cc.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-loan-blocks-move.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-loan-blocks-mut-uniq.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
borrowck-loan-rcvr-overloaded-op.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-loan-rcvr.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-loan-vec-content.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
borrowck-move-from-unsafe-ptr.rs handle moves in let initializers and allow moves from unsafe ptrs 2012-06-21 08:34:54 -07:00
borrowck-mut-addr-of-imm-var.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
borrowck-mut-vec-as-imm-slice-bad.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
borrowck-no-cycle-in-exchange-heap.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-pat-enum-in-box.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-pat-enum.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-pat-reassign-binding.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-pat-reassign-sometimes-binding.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-pure-scope-in-call.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-unchecked-with-borrow.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-uniq-via-box.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-uniq-via-lend.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-uniq-via-ref.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
break-outside-loop.rs
cap-clause-both-copy-and-move.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-double-copy.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-double-move.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-illegal-cap.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-move-upvar.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
cap-clause-unresolved-copy.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-unresolved-move.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-use-after-move.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
cap-clause-with-stack-closure.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
capture1.rs
cast-from-nil.rs
cast-to-nil.rs
class-cast-to-iface.rs Remove 'implements' keyword in favour of :, part of #2301. 2012-06-22 18:57:20 -07:00
class-implements-bad-iface.rs Remove 'implements' keyword in favour of :, part of #2301. 2012-06-22 18:57:20 -07:00
class-implements-int.rs Remove 'implements' keyword in favour of :, part of #2301. 2012-06-22 18:57:20 -07:00
class-method-missing.rs Remove 'implements' keyword in favour of :, part of #2301. 2012-06-22 18:57:20 -07:00
class-missing-self.rs Add test case that checks that class members must be prefixed with "self" 2012-05-04 13:44:01 -07:00
const-recursive.rs
constrained-type-missing-check.rs
copy-a-resource.rs Enforce rule that classes with dtors aren't copyable 2012-06-01 20:40:35 -07:00
crateresolve1.rs
crateresolve2.rs
crateresolve5.rs
cross-crate-glob-collision.rs
crust-no-call.rs
crust-wrong-value-type.rs
dead-code-ret.rs
deref-non-pointer.rs
do1.rs Add 'do' expressions 2012-06-18 17:42:30 -07:00
do2.rs Add i suffix to cfail test so it works after suffix inference 2012-06-19 16:57:13 -07:00
does-nothing.rs
dup-link-name.rs
elided-test.rs
empty-linkname2.rs
empty-linkname.rs
empty-record-type.rs
empty-vec-trailing-comma.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
enum-in-scope.rs
estr-subtyping.rs
evec-subtyping.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
export2.rs
export-fully-qualified.rs
export-import.rs
export-tag-variant.rs
export.rs
ext-after-attrib.rs Support visibility modifiers and attributes on view items 2012-05-08 23:14:24 +02:00
ext-noname.rs
ext-nonexistent.rs
extenv-no-args.rs Make extracting syntax extension arguments easier. 2012-05-18 10:05:24 -07:00
extenv-not-string-literal.rs
extenv-too-many-args.rs Make extracting syntax extension arguments easier. 2012-05-18 10:05:24 -07:00
extfmt-missing-type.rs
extfmt-no-args.rs Make extracting syntax extension arguments easier. 2012-05-18 10:05:24 -07:00
extfmt-non-literal2.rs
extfmt-non-literal.rs
extfmt-not-enough-args.rs
extfmt-too-many-args.rs
extfmt-unknown-type.rs
extfmt-unsigned-plus.rs
extfmt-unsigned-space.rs
extfmt-unterminated-conv.rs
fail-expr.rs
fail-simple.rs
fail-type-err.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
fn-bad-block-type.rs
fn-compare-mismatch.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
fn-constraint.rs
fn-variance-1.rs
fn-variance-2.rs
fn-variance-3.rs change region scope of call arguments, old one was unsound 2012-05-24 05:19:44 -07:00
for-loop-decl.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
if-branch-types.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
if-check-precond-fail.rs
if-typeck.rs
if-without-else-result.rs
iface-cast.rs
iface-impl-different-num-params.rs
iface-test-2.rs
iface-test.rs
import2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
import3.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
import4.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
import5.rs
import-from-dup.rs
import-from-missing.rs
import-from-path.rs
import-from-rename.rs
import-glob-0.rs
import-glob-circular.rs
import-glob-export.rs
import-glob-multiple.rs
import-glob-path.rs
import-glob-rename.rs
import-loop-2.rs
import-loop.rs
import.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
impure-pred.rs integrate purity into type 2012-05-30 11:26:15 -07:00
index_message.rs Change error to debug 2012-06-20 18:52:43 -07:00
infinite-instantiation.rs
infinite-tag-type-recursion.rs
infinite-vec-type-recursion.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
integer-literal-suffix-inference.rs Enable integer literal suffix inference. 2012-06-19 17:06:05 -07:00
issue-511.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
issue-897-2.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
issue-897.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-19 16:35:26 -07:00
issue-1193.rs
issue-1362.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
issue-1448-1.rs
issue-1448-2.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
issue-1451.rs
issue-1655.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue-1697.rs
issue-1763.rs Minor capitalization/punctuation fixes in error messages 2012-06-22 16:48:03 -07:00
issue-1802-1.rs
issue-1802-2.rs
issue-1871.rs
issue-1896.rs Test for issue 1896 (which appears to be fixed) 2012-06-21 14:08:02 -07:00
issue-1900.rs
issue-1962.rs
issue-1965.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
issue-2063-resource.rs Port more resource tests to classes 2012-06-01 20:40:35 -07:00
issue-2063.rs
issue-2111.rs Add test cases 2012-06-21 19:58:52 -07:00
issue-2149.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue-2150.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue-2151.rs
issue-2330.rs Check early on in typeck that types being implemented are actually iface types 2012-05-03 12:38:45 -07:00
issue-2354.rs Add xfailed test case for #2354 2012-05-07 14:43:31 -07:00
issue-2370-2.rs Test that a class type name gets printed correctly in a... 2012-05-17 09:40:43 -07:00
issue-2370.rs Test that a class type name gets printed correctly in a... 2012-05-17 09:40:43 -07:00
issue-2467.rs Add test for issue 2467 2012-06-21 16:58:35 -07:00
issue-2487-b.rs Insert missing maybe_print_comment call for class destructors 2012-06-06 22:09:10 -07:00
issue-2509-a.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue-2590.rs Make liveness print out a proper error message for moves out of a self field 2012-06-21 17:43:10 -07:00
issue-2718-a.rs Incorporate class fields into recursive-type check 2012-06-26 11:14:39 -07:00
kindck-implicit-close-over-mut-var.rs Make heap closures always require a capture clause to capture mutable variables. Closes #2446. 2012-05-30 10:46:22 -07:00
kindck-nonsendable-1.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
lambda-mutate-nested.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
lambda-mutate.rs Issue #2591: Change "upvar" to "variable declared in an outer block" in tests 2012-06-15 12:24:12 -07:00
let-destruct-refutable.rs
liveness-and-init.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-assign-imm-local-in-loop.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-assign-imm-local-in-op-eq.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-assign-imm-local-in-swap.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-assign-imm-local-with-init.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-bad-bang-2.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-block-unint.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-break-uninit-2.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-break-uninit.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-closure-require-ret.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-ctor-access-self-with-uninit-fields.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-ctor-field-never-init.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-ctor-uninit-field.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-ctor-uninit-var.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-dead.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-forgot-ret.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-if-no-else.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-if-with-else.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-init-in-called-fn-expr.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-init-in-fn-expr.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-init-in-fru.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-init-op-equal.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-init-plus-equal.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-issue-2163.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
liveness-missing-ret2.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-move-from-args.rs make all arguments modes immutable 2012-05-29 16:22:17 -07:00
liveness-move-from-mode.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-move-in-loop.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-move-in-while.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-or-init.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-return.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-swap-uninit.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-uninit-after-item.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
liveness-uninit.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-unused remove dead assignments 2012-05-24 13:35:57 -07:00
liveness-unused.rs revisit error message; create spill map 2012-05-25 14:37:30 -07:00
liveness-use-after-move.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-use-after-send.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
liveness-use-in-index-lvalue.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
liveness-while-break.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-while-cond.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-while.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
loop-does-not-diverge.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
loop-pred-constraints.rs Handle poststates of breaking loops correctly in typestate 2012-05-29 18:22:38 -07:00
lub-in-args.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
macro-2.rs
macro.rs
main-wrong-type-2.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
main-wrong-type.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
map-types.rs
minus-string.rs
missing-main.rs
missing-return.rs
missingmod.rc
mode-inference-fail.rs
multiline-comment-line-tracking.rs
mutable-arguments.rs make all arguments modes immutable 2012-05-29 16:22:17 -07:00
mutable-class-fields-2.rs
mutable-class-fields.rs
mutable-huh-box-assign.rs change region scope of call arguments, old one was unsound 2012-05-24 05:19:44 -07:00
mutable-huh-field-assign.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
mutable-huh-ptr-assign.rs change region scope of call arguments, old one was unsound 2012-05-24 05:19:44 -07:00
mutable-huh-unique-assign.rs change region scope of call arguments, old one was unsound 2012-05-24 05:19:44 -07:00
mutable-huh-variance-box.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-huh-variance-deep.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-huh-variance-ptr.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-huh-variance-rec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-huh-variance-unique.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-huh-variance-vec1.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-huh-variance-vec2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-huh-variance-vec3.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-huh-variance-vec4.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-huh-vec-assign.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
name-clash-nullary-2.rs
name-clash-nullary.rs
native-unsafe-fn-called.rs move purity checking into borrowck, addresses #1422 2012-05-11 14:05:58 -07:00
native-unsafe-fn.rs implement new borrow ck (disabled by default) 2012-05-09 17:00:19 -07:00
nested-ty-params.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
no-capture-arc.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
no-constraint-prop.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
no-core-attribute.rs
no-reuse-move-arc.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
no-send-res-ports.rs Remove resources from remaining test cases 2012-06-22 13:11:29 -07:00
noexporttypeexe.rs
nolink-with-link-args.rs
non-const.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
non-copyable-void.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
non-exhaustive-match-nested.rs
non-exhaustive-match.rs Mention missing constructor when complaining about inexhaustive top-level pattern 2012-05-03 17:35:12 +02:00
noncopyable-class.rs Fix tests to avoid empty classes 2012-06-06 15:08:24 -07:00
nonscalar-cast.rs
nonsense-constraints.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
not-a-pred-2.rs
not-a-pred-check.rs
not-a-pred.rs
not-enough-arguments.rs
not-pred-args.rs
occurs-check-3.rs
occurs-check.rs
omitted-arg-in-item-fn.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
omitted-arg-wrong-types.rs make it illegal to implicitly capture mutable variables 2012-05-07 13:22:42 -07:00
or-patter-mismatch.rs
output-type-mismatch.rs
oversized-literal.rs
pat-shadow-in-nested-binding.rs detect and report shadows in nested bindings 2012-05-21 09:37:22 -07:00
pattern-tyvar-2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
pattern-tyvar.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
pinned-deep-copy.rs Port more resource tests to classes 2012-06-01 20:40:35 -07:00
placement-new-bad-method-type.rs
pptypedef.rs new cap clause syntax 2012-05-04 12:33:08 -07:00
pred-assign.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
pred-on-wrong-slots.rs
pred-swap.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
prim-with-args.rs
private-class-field-cross-crate.rs
private-class-field.rs
private-method-cross-crate.rs Nicer quoting in "attempted access of field" message. Issue #2358. 2012-06-22 16:48:03 -07:00
private-method.rs
pure-higher-order.rs integrate purity into type 2012-05-30 11:26:15 -07:00
pure-loop-body.rs allow for loop bodies 2012-05-30 11:26:15 -07:00
pure-modifies-aliased.rs shuffle error messages in borrowck, and prevent it from spewing too many 2012-05-23 12:01:27 -07:00
pure-overloaded-op.rs Allow rcvrs to be borrowed; check rcvrs in borrowck properly 2012-06-02 10:08:04 -07:00
pure-subtyping.rs test our some of the various combinations of fn subtyping 2012-05-30 12:02:01 -07:00
qquote-1.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
qquote-2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
rec-expected.rs
rec-extend.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
rec-missing-fields.rs
record-with-resource.rs Port more resource tests to classes 2012-06-01 20:40:35 -07:00
recursive-enum.rs
redundant-link-args.rs
region-unused.rs
regions-addr-of-arg.rs fix up handling of &x where x is an arg or &self (for now at least). 2012-05-19 10:33:14 -07:00
regions-addr-of-self.rs fix up handling of &x where x is an arg or &self (for now at least). 2012-05-19 10:33:14 -07:00
regions-addr-of-upvar-self.rs fix up handling of &x where x is an arg or &self (for now at least). 2012-05-19 10:33:14 -07:00
regions-appearance-constraint.rs correct preservation of explicit borrows like "let x = &*y;" 2012-05-16 07:19:19 -07:00
regions-blk.rs
regions-borrow.rs check if the type of a local variable contains illegal region 2012-05-15 21:20:37 -07:00
regions-bounds.rs Fix tests to avoid empty classes 2012-06-06 15:08:24 -07:00
regions-creating-enums3.rs
regions-creating-enums4.rs
regions-creating-enums.rs
regions-escape-into-other-fn.rs move regionck into typeck, in the process fixing a bug or two 2012-05-15 19:05:03 -07:00
regions-escape-loop-via-variable.rs check if the type of a local variable contains illegal region 2012-05-15 21:20:37 -07:00
regions-escape-loop-via-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
regions-fn-subtyping.rs Clarifying comments in test. 2012-06-01 10:30:50 -07:00
regions-fns.rs Region checking: this one currently passes, but only "by accident". 2012-05-21 13:05:06 -07:00
regions-iface-1.rs
regions-iface-2.rs
regions-iface-3.rs
regions-in-consts.rs
regions-in-enums.rs
regions-in-rsrcs.rs Remove resources 2012-06-24 15:09:57 -07:00
regions-in-type-items.rs
regions-nested-fns.rs
regions-out-of-scope-slice.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
regions-ret.rs
regions-scoping.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
regions-var-type-out-of-scope.rs
restricted-keyword1.rs
restricted-keyword2.rs
ret-non-nil.rs Minor capitalization/punctuation fixes in error messages 2012-06-22 16:48:03 -07:00
selftype-astparam.rs refactor region manip. to remove redundancy, get closer to fn subtyping 2012-05-30 11:04:12 -07:00
selftype-ifacetype.rs reduce self type to a special type parameter 2012-05-09 07:11:59 -07:00
sendfn-is-not-a-lambda.rs
seq-args.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
slot-as-pred.rs
spawn-non-nil-fn.rs
swap-no-lval.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
tag-exports-2.rs
tag-exports-3.rs
tag-exports.rs
tag-that-dare-not-speak-its-name.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -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 Remove be keyword. 2012-05-15 10:41:14 -07:00
terr-in-field.rs
terr-sorts.rs
tps-invariant-class.rs
tps-invariant-enum.rs
tps-invariant-iface.rs
tstate-and-init.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-block-uninit.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-break-uninit-2.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-break-uninit.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-ctor-unsat.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-fru.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
tstate-if-no-else.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-if-with-else.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-loop-constraints.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-or-init.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-return.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-unsat-after-item.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
tstate-unsat-in-called-fn-expr.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
tstate-unsat-in-fn-expr.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
tstate-unsat.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-while-break.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-while-cond.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tstate-while-loop-unsat-constriants.rs improve liveness so it reports unused vars / dead assignments 2012-05-24 09:52:16 -07:00
tstate-while.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tutorial-suffix-inference-test.rs doc: add information about suffix inference to tutorial and manual. 2012-06-20 17:56:40 -07:00
type-arg-out-of-scope.rs
type-mismatch-multiple.rs Adding i suffixes so cfail tests keep failing after suffix inference 2012-06-18 15:36:14 -07:00
type-mismatch.rs
type-recursive.rs
type-shadow.rs
unbalanced-comment.rs
unbalanced-doublequote.rs
unique-mut.rs
unique-pinned-nocopy.rs Port more resource tests to classes 2012-06-01 20:40:35 -07:00
unique-unique-kind.rs Const kind checking. The rules are almost certainly incomplete and unsound... 2012-05-24 15:06:56 -07:00
unique-vec-res.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unreachable-arm.rs
unreachable-code.rs
unsafe-fn-assign-deref-ptr.rs implement new borrow ck (disabled by default) 2012-05-09 17:00:19 -07:00
unsafe-fn-autoderef.rs Nicer quoting in "attempted access of field" message. Issue #2358. 2012-06-22 16:48:03 -07:00
unsafe-fn-called-from-safe.rs move purity checking into borrowck, addresses #1422 2012-05-11 14:05:58 -07:00
unsafe-fn-deref-ptr.rs implement new borrow ck (disabled by default) 2012-05-09 17:00:19 -07:00
unsafe-fn-used-as-value.rs implement new borrow ck (disabled by default) 2012-05-09 17:00:19 -07:00
unsendable-class.rs Tests for copyability and sendability rules for classes 2012-06-01 20:40:35 -07:00
unsupported-cast.rs
unused-imports-warn.rs
use-meta-dup.rs
use-meta-mismatch.rs
use-meta.rc
vec-add.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-concat-bug.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-field.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-res-add.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vector-no-ann.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
warn-ctypes-err-attr.rs
warn-ctypes.rs
warn-native-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