rust/src/test/compile-fail
2012-07-14 01:03:43 -07:00
..
alt-join.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
alt-pattern-field-mismatch-2.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
alt-pattern-field-mismatch.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
alt-range-fail-dominate.rs Rewrite exhaustiveness checker 2012-04-25 09:15:17 +02:00
alt-range-fail.rs
alt-tag-nullary.rs
alt-tag-unary.rs
ambig_impl_1.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
ambig_impl_2_exe.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
ambig_impl_bounds.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
ambig_impl_unify.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
arg-count-mismatch.rs
arg-style-mismatch.rs
arg-type-mismatch.rs
assign-imm-local-twice.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
assign-super.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
assign-to-method.rs Disallow implicitly binding methods in typechecker. Closes #2189. 2012-07-10 15:12:13 -07:00
attempted-access-non-fatal.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
attr-bad-crate-attr.rc More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
attr-bad-meta.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
attr-before-ext.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
attr-before-let.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
attr-before-stmt.rs
attr-dangling-in-fn.rs
attr-dangling-in-mod.rs
autoderef-full-lval.rs
bad-alt.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
bad-bang-ann-3.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
bad-bang-ann.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
bad-const-type.rs Change the pretty printer to print vstores for strs in prefix notation. 2012-07-13 17:03:54 -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 Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
bad-main.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
bad-method-typaram-kind.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01: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 More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
bad-record-pat-2.rs
bad-record-pat.rs
bad-type-env-capture.rs
bad-value-ident-false.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
bad-value-ident-true.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
bad-var-env-capture-in-block-arg.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
bang-tailexpr.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
binop-add-ptr.rs
binop-add-tup-assign.rs
binop-add-tup.rs
binop-bitxor-str.rs Change the pretty printer to print vstores for strs in prefix notation. 2012-07-13 17:03:54 -07:00
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 change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
block-arg-as-stmt-with-value.rs Revert "Remove rule requiring non-nil block-style statements to be semi-terminated" 2012-07-03 17:30:25 -07:00
block-arg-used-as-lambda-with-illegal-cap.rs
block-coerce-no-2.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
block-coerce-no.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -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 change borrowck error msg: 'declared in outer block' -> 'captured in a closure' (properly this time) 2012-07-09 14:01:39 -04:00
block-must-not-have-result-do.rs Tweak some test cases and add a few new ones 2012-03-10 20:38:03 -08:00
block-must-not-have-result-for.rs Convert to new closure syntax 2012-07-01 19:19:32 -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 Tweak some test cases and add a few new ones 2012-03-10 20:38:03 -08:00
bogus-tag.rs
borrowck-assign-comp-idx.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
borrowck-assign-comp.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-assign-to-constants.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-assign-to-enum.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-assign-to-subfield.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-binding-mutbl.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
borrowck-issue-2657-1.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-issue-2657-2.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-lend-args.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-lend-flow.rs change borrowck error msg: 'declared in outer block' -> 'captured in a closure' (properly this time) 2012-07-09 14:01:39 -04:00
borrowck-loan-blocks-move-cc.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
borrowck-loan-blocks-move.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-loan-blocks-mut-uniq.rs change borrowck error msg: 'declared in outer block' -> 'captured in a closure' (properly this time) 2012-07-09 14:01:39 -04:00
borrowck-loan-rcvr-overloaded-op.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-loan-rcvr.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
borrowck-loan-vec-content.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
borrowck-move-from-unsafe-ptr.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-mut-addr-of-imm-var.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-mut-vec-as-imm-slice-bad.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
borrowck-no-cycle-in-exchange-heap.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-pat-enum-in-box.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-pat-enum.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-pat-reassign-binding.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-pat-reassign-sometimes-binding.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-pure-scope-in-call.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-unchecked-with-borrow.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-uniq-via-box.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-uniq-via-lend.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
borrowck-uniq-via-ref.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
break-outside-loop.rs Disallow ret inside of block functions 2012-03-26 12:45:47 +02:00
cap-clause-both-copy-and-move.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
cap-clause-double-copy.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
cap-clause-double-move.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -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 change borrowck error msg: 'declared in outer block' -> 'captured in a closure' (properly this time) 2012-07-09 14:01:39 -04:00
cap-clause-unresolved-copy.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
cap-clause-unresolved-move.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -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 Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -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 rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
class-implements-int.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -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 change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
const-recursive.rs rustc: Don't allow recursive constants 2012-04-04 16:12:57 -07:00
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 test: Refactor the crateresolve tests 2012-04-06 10:58:03 -07:00
crateresolve2.rs test: Refactor the crateresolve tests 2012-04-06 10:58:03 -07:00
crateresolve5.rs test: Add test for mismatched nominal types when using multiple crate vers 2012-04-07 17:40:34 -07:00
dead-code-ret.rs
deref-non-pointer.rs Improve a type error message (avoid the word 'non-dereferenceable') 2012-03-07 14:14:34 -08:00
do1.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
do2.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
do-lambda-requires-braces.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
does-nothing.rs
dup-link-name.rs
elided-test.rs
empty-linkname2.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
empty-linkname.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
empty-record-type.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
empty-vec-trailing-comma.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
enum-in-scope.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
estr-subtyping.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
evec-subtyping.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
export2.rs
export-fully-qualified.rs
export-import.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
export-tag-variant.rs
export.rs
ext-after-attrib.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07: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
extern-no-call.rs Change crust -> extern. 2012-07-03 16:49:46 -07:00
extern-wrong-value-type.rs Change crust -> extern. 2012-07-03 16:49:46 -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 Change the pretty printer to print vstores for strs in prefix notation. 2012-07-13 17:03:54 -07:00
fn-bad-block-type.rs
fn-compare-mismatch.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
fn-constraint.rs
fn-variance-1.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
fn-variance-2.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
fn-variance-3.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
for-loop-decl.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
foreign-unsafe-fn-called.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign-unsafe-fn.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
fru-extra-field.rs
fully-qualified-type-name1.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
fully-qualified-type-name2.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
fully-qualified-type-name3.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
fully-qualified-type-name4.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
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 rustc: Lower case error messages 2012-03-05 17:05:20 -08:00
if-typeck.rs
if-without-else-result.rs
iface-cast.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
iface-impl-different-num-params.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
iface-test-2.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
iface-test.rs test: Remove failing parts of the failing test (requires intertwining of resolve and typechecking) 2012-07-09 12:55:00 -07:00
implicit-method-bind.rs Disallow implicitly binding methods in typechecker. Closes #2189. 2012-07-10 15:12:13 -07:00
import2.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
import3.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
import4.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
import-from-missing.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
import-from-path.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
import-from-rename.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
import-glob-0.rs
import-glob-circular.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
import-glob-export.rs
import-glob-path.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
import-glob-rename.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
import-loop-2.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
import-loop.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
import.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
impure-pred.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
index_message.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
infinite-instantiation.rs rustc: Fix type_need_unwind_cleanup. Closes #2272 2012-04-24 14:55:16 -07:00
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 change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-511.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-897-2.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-897.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-1193.rs Error message reformatting, close #2309. 2012-05-02 14:47:33 -07:00
issue-1362.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-1448-1.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-1448-2.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-1451.rs Add a run-fail test for result::get, get rid of a FIXME. Also some random other tests, mostly xfailed. 2012-04-12 20:24:07 -07:00
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 rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
issue-1763.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-1802-1.rs
issue-1802-2.rs
issue-1871.rs Add a run-fail test for result::get, get rid of a FIXME. Also some random other tests, mostly xfailed. 2012-04-12 20:24:07 -07:00
issue-1896.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
issue-1900.rs
issue-1962.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-1965.rs change borrowck error msg: 'declared in outer block' -> 'captured in a closure' (properly this time) 2012-07-09 14:01:39 -04:00
issue-2063-resource.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-2063.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-2111.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-2149.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
issue-2150.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
issue-2151.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
issue-2330.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-2354.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01: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 change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-2487-b.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
issue-2509-a.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
issue-2590.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-2718-a.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
issue-2766-a.rs Add test case for issue 2766, which resolve 3 fixes 2012-07-09 19:16:23 -07:00
issue-2848.rs In resolve, check that an or-pattern has the same number of bindings in each disjunct 2012-07-10 18:24:41 -07:00
issue-2849.rs In resolve, check that an or-pattern has the same number of bindings in each disjunct 2012-07-10 18:24:41 -07:00
kindck-implicit-close-over-mut-var.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
kindck-nonsendable-1.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
lambda-mutate-nested.rs change borrowck error msg: 'declared in outer block' -> 'captured in a closure' (properly this time) 2012-07-09 14:01:39 -04:00
lambda-mutate.rs change borrowck error msg: 'declared in outer block' -> 'captured in a closure' (properly this time) 2012-07-09 14:01:39 -04:00
let-destruct-refutable.rs
liveness-and-init.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-assign-imm-local-in-loop.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-assign-imm-local-in-op-eq.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-assign-imm-local-in-swap.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-assign-imm-local-with-init.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01: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 change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-break-uninit-2.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-break-uninit.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-closure-require-ret.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
liveness-ctor-access-self-with-uninit-fields.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-ctor-field-never-init.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-ctor-uninit-field.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-ctor-uninit-var.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-dead.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01: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 change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-if-with-else.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-init-in-called-fn-expr.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-init-in-fn-expr.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-init-in-fru.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-init-op-equal.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-init-plus-equal.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-issue-2163.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -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 change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-move-from-mode.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-move-in-loop.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-move-in-while.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-or-init.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-return.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-swap-uninit.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-uninit-after-item.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-uninit.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-unused remove dead assignments 2012-05-24 13:35:57 -07:00
liveness-unused.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-use-after-move.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-use-after-send.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-use-in-index-lvalue.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
liveness-while-break.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-while-cond.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-while.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
loop-does-not-diverge.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01: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 Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
macro-2.rs
macro.rs
main-wrong-type-2.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
main-wrong-type.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
map-types.rs Change the pretty printer to print vstores for strs in prefix notation. 2012-07-13 17:03:54 -07:00
minus-string.rs Change the pretty printer to print vstores for strs in prefix notation. 2012-07-13 17:03:54 -07:00
missing-do.rs Change the pretty printer to print vstores for strs in prefix notation. 2012-07-13 17:03:54 -07:00
missing-main.rs
missing-return.rs
missingmod.rc
mode-inference-fail.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
multiline-comment-line-tracking.rs
mutable-arguments.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
mutable-class-fields-2.rs syntax: Eliminate 'mutable' keyword. Closes #2254 2012-04-21 14:27:20 -07:00
mutable-class-fields.rs syntax: Eliminate 'mutable' keyword. Closes #2254 2012-04-21 14:27:20 -07:00
mutable-huh-box-assign.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
mutable-huh-field-assign.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
mutable-huh-ptr-assign.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
mutable-huh-unique-assign.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01: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 Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
mutable-huh-variance-vec2.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
mutable-huh-variance-vec3.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
mutable-huh-variance-vec4.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
mutable-huh-vec-assign.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
name-clash-nullary-2.rs rustc: Lower case error messages 2012-03-05 17:05:20 -08:00
name-clash-nullary.rs rustc: Lower case error messages 2012-03-05 17:05:20 -08: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 Remove empty argument lists from do expressions 2012-07-04 17:21:29 -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 Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
no-send-res-ports.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
noexporttypeexe.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
nolink-with-link-args.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
non-const.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
non-copyable-void.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
non-exhaustive-match-nested.rs
non-exhaustive-match.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
noncopyable-class.rs Fix tests to avoid empty classes 2012-06-06 15:08:24 -07:00
nonscalar-cast.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
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 rustc: Lower case error messages 2012-03-05 17:05:20 -08:00
not-a-pred.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
not-enough-arguments.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
not-pred-args.rs rustc: Lower case error messages 2012-03-05 17:05:20 -08:00
occurs-check-3.rs
occurs-check.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
omitted-arg-in-item-fn.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
omitted-arg-wrong-types.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
or-patter-mismatch.rs
output-type-mismatch.rs
oversized-literal.rs
pat-shadow-in-nested-binding.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01: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 Change the interface of placement new to take a tydesc as part of Issue #2831. 2012-07-11 11:42:49 -07:00
pptypedef.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01: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 Clean up error message punctuation/capitalization 2012-07-05 16:18:58 -07:00
private-class-field-cross-crate.rs In typeck, don't call ty::store_iface_methods on private methods 2012-03-26 10:46:37 -07:00
private-class-field.rs Require "self" as base expression for intra-class method or field references 2012-03-29 12:22:01 -07:00
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 Convert to new closure syntax 2012-07-01 19:19:32 -07:00
pure-higher-order.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
pure-loop-body.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
pure-modifies-aliased.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
pure-overloaded-op.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
pure-subtyping.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
qquote-1.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
qquote-2.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
rec-expected.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
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 Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
regions-addr-of-arg.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-addr-of-self.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-addr-of-upvar-self.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-appearance-constraint.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
regions-blk.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-borrow.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
regions-bounds.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-creating-enums3.rs repair error msg 2012-07-13 10:20:51 -07:00
regions-creating-enums4.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-creating-enums.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
regions-escape-into-other-fn.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
regions-escape-loop-via-variable.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
regions-escape-loop-via-vec.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
regions-fn-subtyping.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-fns.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-iface-1.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-iface-2.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-iface-3.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-in-consts.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-in-enums.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-in-rsrcs.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-in-type-items.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-infer-paramd-indirect.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-infer-paramd-method.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-nested-fns.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-out-of-scope-slice.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
regions-ret.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-scoping.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-var-type-out-of-scope.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
restricted-keyword1.rs parser: More refactoring of restricted value name checking 2012-04-27 16:45:54 -07:00
restricted-keyword2.rs parser: More refactoring of restricted value name checking 2012-04-27 16:45:54 -07:00
ret-non-nil.rs Minor capitalization/punctuation fixes in error messages 2012-06-22 16:48:03 -07:00
selftype-astparam.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
selftype-ifacetype.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
sendfn-is-not-a-lambda.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
seq-args.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
slot-as-pred.rs
spawn-non-nil-fn.rs
swap-no-lval.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
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 rustc: Lower case error messages 2012-03-05 17:05:20 -08:00
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 change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
terr-sorts.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tps-invariant-class.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tps-invariant-enum.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tps-invariant-iface.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-and-init.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-block-uninit.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-break-uninit-2.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-break-uninit.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-ctor-unsat.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-fru.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-if-no-else.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-if-with-else.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-loop-constraints.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-or-init.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-return.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-unsat-after-item.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-unsat-in-called-fn-expr.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
tstate-unsat-in-fn-expr.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
tstate-unsat.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-while-break.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tstate-while-cond.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01: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 change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
tutorial-suffix-inference-test.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01: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 change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
type-recursive.rs
type-shadow.rs
unbalanced-comment.rs
unbalanced-doublequote.rs
unique-mut.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
unique-pinned-nocopy.rs Port more resource tests to classes 2012-06-01 20:40:35 -07:00
unique-unique-kind.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01: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 Tweak some test cases and add a few new ones 2012-03-10 20:38:03 -08:00
unsafe-fn-assign-deref-ptr.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
unsafe-fn-autoderef.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
unsafe-fn-called-from-safe.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
unsafe-fn-deref-ptr.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
unsafe-fn-used-as-value.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
unsendable-class.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
unsupported-cast.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
unused-imports-warn.rs Support general warnings and errors in lint pass via flags and attrs. Close #1543. 2012-04-12 17:31:49 -07:00
use-meta-dup.rs
use-meta-mismatch.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
use-meta.rc More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
vec-add.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
vec-concat-bug.rs Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
vec-field.rs Pretty print vectors as ~[] instead of []/~. Closes #2863. 2012-07-10 13:55:19 -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 Merge remote-tracking branch 'Dretch/prettydocs' 2012-07-02 15:23:41 -07:00
warn-ctypes-err-attr.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
warn-ctypes.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
warn-foreign-int-types.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
warn-path-statement.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
while-type-error.rs
writing-through-read-alias.rs
writing-to-immutable-rec.rs
writing-to-immutable-vec.rs
wrong-ret-type.rs