rust/src/test/run-pass
2012-11-15 10:26:40 -08:00
..
companionmod-src test: "import" -> "use" 2012-09-05 12:32:05 -07:00
crate-attributes-src Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
foreign-mod-src Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign-src Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
module-polymorphism-files test: Add a test for interesting module template polymorphism 2012-04-14 00:15:12 -07:00
module-polymorphism2-files/float-template test: Add a test for interesting module template polymorphism 2012-04-14 00:15:12 -07:00
module-polymorphism3-files test: Add a test for interesting module template polymorphism 2012-04-14 00:15:12 -07:00
module-polymorphism4-files Promote most restricted keywords to strict keywords 2012-09-10 12:07:19 -07:00
multi-src m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
syntax-extension-source-utils-files Fix a curious failure not seen during testing. 2012-08-24 16:39:16 -07:00
trait_mix test: "import" -> "use" 2012-09-05 12:32:05 -07:00
acyclic-unwind.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
alias-uninit-value.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
alignment-gep-tup-like-1.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
alignment-gep-tup-like-2.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
alloca-from-derived-tydesc.rs Convert ret to return 2012-08-01 19:16:06 -07:00
alt-borrowed_str.rs rustc: Stop calling cmp shape glue in trans. 2012-09-10 17:26:17 -07:00
alt-bot-2.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
alt-bot.rs Camel case the option type 2012-08-26 15:56:16 -07:00
alt-implicit-copy-unique.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
alt-implicit-copy.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
alt-join.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
alt-naked-record-expr.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
alt-naked-record.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
alt-path.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
alt-pattern-drop.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00
alt-pattern-lit.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
alt-pattern-no-type-params.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
alt-pattern-simple.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
alt-phi.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
alt-range.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
alt-ref-binding-in-guard-3256.rs core: Move Exclusive and SharedMutableState to the private mod 2012-09-18 15:23:57 -07:00
alt-ref-binding-mut-option.rs Camel case the option type 2012-08-26 15:56:16 -07:00
alt-ref-binding-mut.rs s/alt/match/ 2012-08-06 16:13:52 -07:00
alt-ref-binding.rs Camel case the option type 2012-08-26 15:56:16 -07:00
alt-str.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
alt-tag.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
alt-type-simple.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
alt-unique-bind.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
alt-value-binding-in-guard-3291.rs trans: overhaul match bindings. No more phi, one code path for guards. 2012-09-12 18:15:22 -07:00
alt-with-ret-arm.rs Camel case the option type 2012-08-26 15:56:16 -07:00
anon-extern-mod-cross-crate-2.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
anon-extern-mod.rs rustc: "extern mod { ... }" should be written "extern { ... }" instead 2012-08-30 17:10:07 -07:00
anon-trait-static-method.rs rustc: Implement intra-crate static methods on anonymous trait implementations. 2012-10-16 12:22:56 -07:00
anon_trait_static_method_exe.rs rustc: Implement intra-crate static methods on anonymous trait implementations. r=nmatsakis 2012-10-18 14:29:18 -07:00
argument-passing.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
arith-0.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
arith-1.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
arith-2.rs Reformat 2011-08-20 11:04:00 -07:00
arith-unsigned.rs Reformat 2011-08-20 11:04:00 -07:00
artificial-block.rs Convert ret to return 2012-08-01 19:16:06 -07:00
assign-assign.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
assignability-trait.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
attr-before-view-item.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
attr-before-view-item2.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
auto-instantiate.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
auto-loop.rs De-mode vec::each() and many of the str iteration routines 2012-09-19 10:52:59 -07:00
auto-ref-bounded-ty-param.rs Fix bug in auto-ref on bounded type parameters 2012-09-13 13:24:34 -07:00
auto-ref-newtype.rs Introduce auto adjustment table to subsume autoderef/autoref/borrowings. 2012-09-11 21:25:01 -07:00
auto-ref-sliceable.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
auto-ref.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
auto_serialize.rs libstd: make Serializer a trait-level typaram 2012-10-15 08:25:23 -07:00
autobind.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
autoderef-and-borrow-method-receiver.rs Introduce auto adjustment table to subsume autoderef/autoref/borrowings. 2012-09-11 21:25:01 -07:00
autoderef-method-newtype.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
autoderef-method-on-trait-monomorphized.rs Refactor trans to replace lvalue and friends with Datum. 2012-09-06 06:11:12 -07:00
autoderef-method-on-trait.rs Refactor trans to replace lvalue and friends with Datum. 2012-09-06 06:11:12 -07:00
autoderef-method-priority.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
autoderef-method-twice-but-not-thrice.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
autoderef-method-twice.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
autoderef-method.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
autoref-intermediate-types-issue-3585.rs Change method res to try autoref more often. Fixes #3585. 2012-09-25 15:22:38 -07:00
bare-static-string.rs test: Add a test case for bare static strings 2012-08-03 11:51:47 -07:00
basic-1.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
basic-2.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
basic.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
big-literals.rs Change literal representation to not truncate 2011-12-07 21:08:28 +01:00
binary-minus-without-space.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
bind-by-move.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
binops.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
bitv-perf-test.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
bitwise.rs Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417. 2012-05-22 14:59:15 -07:00
block-arg-call-as.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
block-arg-can-be-followed-by-binop.rs demode vec 2012-09-28 13:27:45 -07:00
block-arg-can-be-followed-by-block-arg.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
block-arg-can-be-followed-by-call.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
block-arg-in-parentheses.rs demode vec 2012-09-28 13:27:45 -07:00
block-arg-used-as-any.rs Convert ret to return 2012-08-01 19:16:06 -07:00
block-arg-used-as-lambda.rs Convert ret to return 2012-08-01 19:16:06 -07:00
block-arg.rs demode vec 2012-09-28 13:27:45 -07:00
block-explicit-types.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
block-expr-precedence.rs Un-xfail various tests 2011-09-19 18:55:26 -07:00
block-fn-coerce.rs Convert ret to return 2012-08-01 19:16:06 -07:00
block-iter-1.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
block-iter-2.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
block-vec-map2.rs demode vec 2012-09-28 13:27:45 -07:00
bool-not.rs Reformat 2011-08-20 11:04:00 -07:00
borrow-by-val-method-receiver.rs rustc: Fix an LLVM assertion that tripped when borrowing a by-val method receiver. 2012-09-03 15:59:10 -07:00
borrowck-borrow-from-at-vec.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
borrowck-borrow-from-expr-block.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
borrowck-fixed-length-vecs.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
borrowck-move-from-unsafe-ptr-ok.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
borrowck-mut-uniq.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
borrowck-mut-vec-as-imm-slice.rs De-mode vec::each() and many of the str iteration routines 2012-09-19 10:52:59 -07:00
borrowck-newtype-issue-2573.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
borrowck-pat-reassign-no-binding.rs Camel case the option type 2012-08-26 15:56:16 -07:00
borrowck-preserve-box-in-arm-not-taken.rs Camel case the option type 2012-08-26 15:56:16 -07:00
borrowck-preserve-box-in-discr.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
borrowck-preserve-box-in-field.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
borrowck-preserve-box-in-pat.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
borrowck-preserve-box-in-uniq.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
borrowck-preserve-box-sometimes-needed.rs Camel case the option type 2012-08-26 15:56:16 -07:00
borrowck-preserve-box.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
borrowck-preserve-cond-box.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
borrowck-preserve-expl-deref.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
borrowck-root-while-cond-2.rs Fix #2979: inference for lifetimes of & expressions 2012-07-30 14:49:28 -07:00
borrowck-root-while-cond.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
borrowck-univariant-enum.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
borrowed-ptr-pattern-2.rs Fix trans for region patterns (&P) 2012-09-23 13:30:20 -05:00
borrowed-ptr-pattern-3.rs Fix trans for region patterns (&P) 2012-09-23 13:30:20 -05:00
borrowed-ptr-pattern-infallible.rs Fix trans for region patterns (&P) 2012-09-23 13:30:20 -05:00
borrowed-ptr-pattern-option.rs Fix trans for region patterns (&P) 2012-09-23 13:30:20 -05:00
borrowed-ptr-pattern.rs Fix trans for region patterns (&P) 2012-09-23 13:30:20 -05:00
bounded-fn-type.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
box-compare.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
box-in-tup.rs Reformat 2011-08-20 11:04:00 -07:00
box-inside-if.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
box-inside-if2.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
box-pattern.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
box-unbox.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
box.rs Reformat 2011-08-20 11:04:00 -07:00
boxed-class-type-substitution.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
boxed-trait-with-vstore.rs rustc: "as Trait" can now be written "as @Trait". 2012-08-15 16:20:31 -07:00
break-value.rs Convert ret to return 2012-08-01 19:16:06 -07:00
break.rs De-mode vec::each() and many of the str iteration routines 2012-09-19 10:52:59 -07:00
by-val-and-by-move.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
c-stack-as-value.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
c-stack-returning-int64.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
call-closure-from-overloaded-op.rs Fix broken assertion in regionck for code like (a[])() 2012-09-15 12:29:36 -07:00
cap-clause-move.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
cap-clause-not-used.rs new cap clause syntax 2012-05-04 12:33:08 -07:00
capture_nil.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
cast-region-to-uint.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
cast.rs Reformat 2011-08-20 11:04:00 -07:00
cci_borrow.rs Build the export_map2 from visibility markers, unless #[legacy_exports]; 2012-09-24 17:29:32 -07:00
cci_capture_clause.rs Build the export_map2 from visibility markers, unless #[legacy_exports]; 2012-09-24 17:29:32 -07:00
cci_impl_exe.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
cci_iter_exe.rs rustc: Remove legacy mode inference, unless #[legacy_modes] is used 2012-09-18 15:53:04 -07:00
cci_nested_exe.rs Build the export_map2 from visibility markers, unless #[legacy_exports]; 2012-09-24 17:29:32 -07:00
cci_no_inline_exe.rs Build the export_map2 from visibility markers, unless #[legacy_exports]; 2012-09-24 17:29:32 -07:00
cfg-family.rs rustc: Enable #[cfg(windows)] and #[cfg(unix)] 2012-06-06 23:39:09 -07:00
cfg-target-family.rs rustc: Add 'target_family' to default configuration 2012-06-06 23:39:09 -07:00
chan-leak.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
char.rs Reformat 2011-08-20 11:04:00 -07:00
child-outlives-parent.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
class-attributes-1.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
class-attributes-2.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
class-cast-to-trait-cross-crate-2.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
class-cast-to-trait-cross-crate.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
class-cast-to-trait-multiple-types.rs Remove priv sections from classes. Obsolete the syntax 2012-09-11 15:29:37 -07:00
class-cast-to-trait.rs Remove priv sections from classes. Obsolete the syntax 2012-09-11 15:29:37 -07:00
class-dtor.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
class-exports.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
class-impl-parameterized-trait.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
class-impl-very-parameterized-trait.rs Make it illegal to use modes in a fn signature with providing 2012-09-23 13:30:13 -05:00
class-implement-trait-cross-crate.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
class-implement-traits.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
class-implements-multiple-traits.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
class-method-cross-crate.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
class-methods-cross-crate.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
class-methods.rs Remove priv sections from classes. Obsolete the syntax 2012-09-11 15:29:37 -07:00
class-poly-methods-cross-crate.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
class-poly-methods.rs Remove priv sections from classes. Obsolete the syntax 2012-09-11 15:29:37 -07:00
class-separate-impl.rs Make to_str pure and fix const parameters for str-mutating functions 2012-10-11 14:17:59 -07:00
class-str-field.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
class-trait-bounded-param.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
class-typarams.rs Remove priv sections from classes. Obsolete the syntax 2012-09-11 15:29:37 -07:00
classes-cross-crate.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
classes-self-referential.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
classes-simple-cross-crate.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
classes-simple-method.rs Remove priv sections from classes. Obsolete the syntax 2012-09-11 15:29:37 -07:00
classes-simple.rs Remove priv sections from classes. Obsolete the syntax 2012-09-11 15:29:37 -07:00
classes.rs Remove priv sections from classes. Obsolete the syntax 2012-09-11 15:29:37 -07:00
cleanup-copy-mode.rs Demode core::result 2012-09-25 17:48:22 -07:00
clone-with-exterior.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
close-over-big-then-small-data.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
closure-inference.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
closure-inference2.rs new test case 2012-02-05 10:37:07 -08:00
coherence-impl-in-fn.rs rustc: De-mode all overloaded operators 2012-09-20 09:48:05 -07:00
comm.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
common-fields-trivial.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
companionmod.rc Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
companionmod.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
compare-generic-enums.rs Camel case the option type 2012-08-26 15:56:16 -07:00
complex.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
conditional-compile-arch.rs Support conditional compilation based on architecture 2011-11-15 16:33:09 -08:00
conditional-compile.rs Support #[cfg] on methods 2012-11-01 15:48:50 -07:00
const-bound.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
const-const.rs rustc: Allow consts to refer to other consts 2012-04-04 15:03:39 -07:00
const-contents.rs Add test with implemented bits of issue #570. 2011-11-09 14:33:06 -08:00
const-fields-and-indexing.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
const-fn-val.rs rustc: reuse const vals, translate fn paths as consts. Close #2530. 2012-11-06 17:13:52 -08:00
const-negative.rs Add a test for negative constants. Closes #358 2011-09-22 21:59:09 -07:00
const-rec-and-tup.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
const-region-ptrs.rs Translate const vecs, most of const slices. More for #2317. 2012-08-03 21:44:52 -07:00
const-struct.rs rustc: De-mode all overloaded operators 2012-09-20 09:48:05 -07:00
const-vecs-and-slices.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
const.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
consts-in-patterns.rs rustc: Allow constants to be used in patterns. r=nmatsakis 2012-11-14 11:06:29 -08:00
core-export-f64-sqrt.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
crate-attributes.rc Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
crate-method-reexport-grrrrrrr.rs xfail crate-method-reexport-grrrrrrr.rs, which has been burning the build for days 2012-08-20 13:22:51 -07:00
crateresolve1.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
crateresolve2.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
crateresolve3.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
crateresolve4.rs Build the export_map2 from visibility markers, unless #[legacy_exports]; 2012-09-24 17:29:32 -07:00
crateresolve5.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
crateresolve6.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
crateresolve7.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
cycle-collection.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
cycle-collection2.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
cycle-collection4.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
cycle-collection5.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
dead-code-one-arm-if.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
decl-with-recv.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
deep-vector.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
deep-vector2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
deep.rs Convert ret to return 2012-08-01 19:16:06 -07:00
default-method-simple.rs rustc: Implement monomorphic default methods. r=nmatsakis 2012-10-15 14:14:05 -07:00
deref-lval.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
deref.rs Reformat 2011-08-20 11:04:00 -07:00
deriving-generic-bounded.rs librustc: Require the #[derivable] attribute, remove the significance of "impl Foo : Bar;", and allow only a subset of methods in a trait to be derived. r=brson 2012-11-14 11:36:55 -08:00
deriving-one-method.rs librustc: Require the #[derivable] attribute, remove the significance of "impl Foo : Bar;", and allow only a subset of methods in a trait to be derived. r=brson 2012-11-14 11:36:55 -08:00
deriving-override.rs librustc: Require the #[derivable] attribute, remove the significance of "impl Foo : Bar;", and allow only a subset of methods in a trait to be derived. r=brson 2012-11-14 11:36:55 -08:00
deriving-param-pass-through.rs librustc: Pass through extra parameters in automatically-derived methods. r=brson 2012-11-15 10:26:40 -08:00
deriving-returning-nil.rs librustc: Require the #[derivable] attribute, remove the significance of "impl Foo : Bar;", and allow only a subset of methods in a trait to be derived. r=brson 2012-11-14 11:36:55 -08:00
deriving-simple.rs librustc: Require the #[derivable] attribute, remove the significance of "impl Foo : Bar;", and allow only a subset of methods in a trait to be derived. r=brson 2012-11-14 11:36:55 -08:00
div-mod.rs Reformat 2011-08-20 11:04:00 -07:00
do-for-empty-args.rs Add tests for various ways to write 'do' and 'for' without args 2012-07-04 17:30:46 -07:00
do-for-no-args.rs syntax: Support dropping argument list from for/do 2012-07-01 22:36:24 -07:00
do-pure.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
do-stack.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
do1.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
do2.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
do3.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
double-unbox.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
drop-on-empty-block-exit.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
drop-on-ret.rs Convert ret to return 2012-08-01 19:16:06 -07:00
drop-trait.rs rustc: Implement the Drop trait. r=brson 2012-11-07 12:34:32 -08:00
dupe-first-attr.rc freebsd support 2012-01-01 20:18:55 -08:00
dvec-index-op.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
dvec-test.rs De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi 2012-09-21 19:13:55 -07:00
early-ret-binop-add.rs Convert ret to return 2012-08-01 19:16:06 -07:00
early-vtbl-resolution.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
else-if.rs Reformat 2011-08-20 11:04:00 -07:00
empty-mutable-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
empty-tag.rs rustc: De-mode all overloaded operators 2012-09-20 09:48:05 -07:00
enum-deriving-simple.rs librustc: Require the #[derivable] attribute, remove the significance of "impl Foo : Bar;", and allow only a subset of methods in a trait to be derived. r=brson 2012-11-14 11:36:55 -08:00
enum-disr-val-pretty.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
enum-export-inheritance.rs rustc: Make enum export visibility inherit properly 2012-09-27 17:43:09 -07:00
estr-shared.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
estr-slice.rs new region inference, seperate infer into modules, improve error msgs 2012-08-20 22:00:06 -07:00
estr-uniq.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-internal-boxes.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
evec-internal.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
evec-slice.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
exec-env.rs Camel case the option type 2012-08-26 15:56:16 -07:00
explicit-i-suffix.rs Add a test for explicit i suffix on integer literals 2012-06-12 14:09:11 -07:00
explicit-self-closures.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
explicit-self-generic.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
explicit-self.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
export-abstract-tag.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
export-glob-imports-target.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
export-glob.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
export-multi.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
export-non-interference.rs Detect and report types which could never be instantiated. 2012-03-28 17:02:54 -07:00
export-non-interference2.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
export-non-interference3.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
export-tag-variant.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
export-unexported-dep.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
expr-alt-box.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
expr-alt-fail-all.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
expr-alt-fail.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
expr-alt-generic-box1.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
expr-alt-generic-box2.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
expr-alt-generic-unique1.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-alt-generic-unique2.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
expr-alt-generic.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
expr-alt-struct.rs rustc: De-mode all overloaded operators 2012-09-20 09:48:05 -07:00
expr-alt-unique.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
expr-alt.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
expr-block-box.rs Reformat 2011-08-20 11:04:00 -07:00
expr-block-fn.rs new region inference, seperate infer into modules, improve error msgs 2012-08-20 22:00:06 -07:00
expr-block-generic-box1.rs Convert ret to return 2012-08-01 19:16:06 -07:00
expr-block-generic-box2.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
expr-block-generic-unique1.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-block-generic-unique2.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
expr-block-generic.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
expr-block-ref.rs Reformat 2011-08-20 11:04:00 -07:00
expr-block-slot.rs Reformat 2011-08-20 11:04:00 -07:00
expr-block-unique.rs Create a bunch of test cases for unique boxes by copying box tests 2011-09-23 15:15:30 -07:00
expr-block.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
expr-copy.rs xfail-fast another legacy_mode test 2012-09-19 14:50:21 -07:00
expr-elseif-ref.rs Reformat 2011-08-20 11:04:00 -07:00
expr-elseif-ref2.rs Reformat 2011-08-20 11:04:00 -07:00
expr-empty-ret.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
expr-fn.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-if-box.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
expr-if-fail-all.rs Reformat 2011-08-20 11:04:00 -07:00
expr-if-fail.rs Reformat 2011-08-20 11:04:00 -07:00
expr-if-generic-box1.rs Convert ret to return 2012-08-01 19:16:06 -07:00
expr-if-generic-box2.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
expr-if-generic.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
expr-if-struct.rs rustc: De-mode all overloaded operators 2012-09-20 09:48:05 -07:00
expr-if-unique.rs Create a bunch of test cases for unique boxes by copying box tests 2011-09-23 15:15:30 -07:00
expr-if.rs Reformat 2011-08-20 11:04:00 -07:00
expr-scope.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
exterior.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
extern-1.rs Change crust -> extern. 2012-07-03 16:49:46 -07:00
extern-call-deep.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
extern-call-deep2.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
extern-call-scrub.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
extern-call.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
extern-crosscrate.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
extern-mod-syntax.rs Convert std::map to camel case 2012-09-10 17:08:36 -07:00
extern-stress.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
extern-take-value.rs Change crust -> extern. 2012-07-03 16:49:46 -07:00
extern-yield.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
fact.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
fat-arrow-alt.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
fixed-point-bind-box.rs Make it illegal to use modes in a fn signature with providing 2012-09-23 13:30:13 -05:00
fixed-point-bind-unique.rs Make it illegal to use modes in a fn signature with providing 2012-09-23 13:30:13 -05:00
fixed_length_copy.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
fixed_length_vec_glue.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
float-literal-inference.rs rustc: Implement floating point literal inference. r=nmatsakis 2012-11-12 10:39:08 -08:00
float-nan.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
float-signature.rs Convert ret to return 2012-08-01 19:16:06 -07:00
float.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
float2.rs Make 1.f parse as a field access on the integer 1 2011-12-16 11:46:57 +01:00
floatlits.rs Reformat 2011-08-20 11:04:00 -07:00
fn-assign-managed-to-bare-1.rs Move two fn assignability tests from compile-fail to run-pass 2012-11-14 12:40:23 -08:00
fn-assign-managed-to-bare-2.rs Move two fn assignability tests from compile-fail to run-pass 2012-11-14 12:40:23 -08:00
fn-bare-assign.rs Remove by-mutable-ref mode from the compiler 2012-10-05 22:45:50 -07:00
fn-bare-coerce-to-block.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
fn-bare-coerce-to-shared.rs Remove temporary fn# syntax 2011-10-20 20:34:04 -07:00
fn-bare-item.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
fn-bare-size.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
fn-bare-spawn.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
fn-coerce-field.rs deprecate fn exprs and the fn() type, preferring fn@ and native fn 2012-01-13 06:27:34 -08:00
fn-lval.rs Convert ret to return 2012-08-01 19:16:06 -07:00
fn-type-infer.rs deprecate fn exprs and the fn() type, preferring fn@ and native fn 2012-01-13 06:27:34 -08:00
for-destruct.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
for-loop-fail.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
foreach-nested.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
foreach-put-structured.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
foreach-simple-outer-slot.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
foreign-dupe.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
foreign-fn-linkname.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
foreign-lib-path.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
foreign-mod-unused-const.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
foreign-mod.rc Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign-no-abi.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
foreign-struct.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
foreign.rc Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign2.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00
fun-call-variants.rs Convert ret to return 2012-08-01 19:16:06 -07:00
fun-indirect-call.rs Convert ret to return 2012-08-01 19:16:06 -07:00
functional-struct-update.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
generic-alias-box.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-alias-unique.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-box.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-derived-type.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-drop-glue.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-exterior-box.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-exterior-unique.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-fn-box.rs Convert ret to return 2012-08-01 19:16:06 -07:00
generic-fn-infer.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-fn-twice.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
generic-fn-unique.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-fn.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-ivec-leak.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
generic-ivec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
generic-recursive-tag.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
generic-tag-alt.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
generic-tag-corruption.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
generic-tag-local.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
generic-tag-values.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
generic-tag.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
generic-temporary.rs Make it illegal to use modes in a fn signature with providing 2012-09-23 13:30:13 -05:00
generic-tup.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-type-synonym.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
generic-type.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-unique.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
global-scope.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
guards.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
hashmap-memory.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
hello.rs test: Use println instead of debug in hello.rs 2012-10-03 14:29:59 -07:00
html-literals.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
i8-incr.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
i32-sub.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
if-bot.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
if-check.rs Convert ret to return 2012-08-01 19:16:06 -07:00
if-ret.rs Convert ret to return 2012-08-01 19:16:06 -07:00
impl-implicit-trait.rs syntax: Fix parsing of inherent traits 2012-08-07 13:01:22 -07:00
impl-variance.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
import-from-foreign.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
import-from.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
import-glob-0.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
import-glob-1.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
import-glob-crate.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
import-in-block.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
import-trailing-comma.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
import.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
import2.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
import3.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
import4.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00
import5.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00
import6.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
import7.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00
import8.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
infer-fn-tail-expr.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
infer-with-expected.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
inferred-suffix-in-pattern-range.rs Remove the 'to' keyword 2012-09-01 18:38:18 -07:00
infinite-loops.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
init-res-into-things.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
inner-module.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
instantiable.rs test file I had lying around and had forgotten to commit 2012-05-18 10:38:18 -07:00
int-conversion-coherence.rs rustc: Implement and enforce instance coherence 2012-07-17 15:46:43 -07:00
int.rs Reformat 2011-08-20 11:04:00 -07:00
integer-literal-suffix-inference.rs Remove obsolete comment. 2012-06-20 17:56:40 -07:00
integral-indexing.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
intrinsic-alignment.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
intrinsic-atomics-cc.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
intrinsic-atomics.rs rustc: add new intrinsics - atomic_cxchg{_acq,_rel} 2012-10-21 22:23:50 -04:00
intrinsic-frame-address.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
intrinsic-move-val.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
invoke-external-foreign.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
irrefutable-unit.rs Don't refute "()" in let-bindings (fixes #3104). 2012-08-21 21:05:01 -04:00
issue-333.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
issue-506.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
issue-507.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
issue-687.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
issue-783.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
issue-868.rs Add test for issue 868 2012-07-26 14:29:47 -07:00
issue-912.rs Add test cases 2012-06-21 19:58:52 -07:00
issue-979.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-980.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
issue-1112.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-1251.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
issue-1257.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
issue-1458.rs Fix #1458 (allow paren'd exprs to be the operator in a do) 2012-10-30 15:06:13 -07:00
issue-1460.rs rustc: Make < and = into traits 2012-08-29 18:25:22 -07:00
issue-1466.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
issue-1516.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-1660.rs Don't compute pre- and postconditions for item_consts 2012-01-31 11:52:46 -08:00
issue-1696.rs Remove redundant hashmap constructor functions. 2012-09-19 15:51:44 -07:00
issue-1701.rs Camel case the option type 2012-08-26 15:56:16 -07:00
issue-1821.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue-1866.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
issue-1895.rs Remove code from parser that was awaiting snapshot 2012-06-14 19:09:02 -07:00
issue-1974.rs Convert ret to return 2012-08-01 19:16:06 -07:00
issue-1989.rs Convert ret to return 2012-08-01 19:16:06 -07:00
issue-2101.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-2185.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
issue-2196.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-2214.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
issue-2216.rs Preliminary support for labeled break/continue for loops 2012-10-22 09:20:37 -07:00
issue-2242-d.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-2284.rs Simplify the AST representation of ty param bounds 2012-10-22 09:01:12 -07:00
issue-2288.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
issue-2311-2.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
issue-2311.rs Change remaining "iface" occurrences to "trait"; deprecate "iface" 2012-07-31 11:52:16 -07:00
issue-2312.rs Add a test for issue #2312 2012-08-06 11:08:52 -07:00
issue-2316-c.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-2380-b.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-2383.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-2414-c.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-2428.rs Allow enum discriminator exprs to refer to declared consts 2012-10-15 12:28:29 -07:00
issue-2445-b.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
issue-2445.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
issue-2463.rs Remove 'with' 2012-09-04 15:47:04 -07:00
issue-2472.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-2487-a.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-2502.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
issue-2526-a.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-2550.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
issue-2611.rs Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec 2012-09-28 17:44:15 -07:00
issue-2631-b.rs Remove redundant hashmap constructor functions. 2012-09-19 15:51:44 -07:00
issue-2633-2.rs Issue #2633: remove last_use entries that are subject to a loan 2012-06-17 16:17:40 -07:00
issue-2633.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
issue-2642.rs Don't consider loops to be breaking if they contain inner loops that break 2012-06-20 18:53:38 -07:00
issue-2708.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-2718.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-2723-b.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-2734.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
issue-2735-2.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-2735-3.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-2735.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
issue-2748-a.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
issue-2748-b.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
issue-2804-2.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-2804.rs libstd: port json over to serialization2 2012-09-26 16:29:41 -07:00
issue-2834.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
issue-2869.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
issue-2895.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-2904.rs cleanup: convert some remaining #foo invocations to foo! form. 2012-11-13 08:57:31 -08:00
issue-2930.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
issue-2935.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
issue-2936.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
issue-2989.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
issue-3012-2.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-3029.rs Add xfailed test case for #3029 2012-07-26 14:51:10 -07:00
issue-3037.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
issue-3091.rs Make comparisons between region pointers work 2012-08-02 23:53:45 -07:00
issue-3121.rs Add xfailed test cases 2012-11-01 14:43:26 -07:00
issue-3149.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
issue-3168.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
issue-3176.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
issue-3186.rs rustc: Enum idents are not in the value namespace. Closes #3186 2012-08-13 15:17:54 -07:00
issue-3220.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
issue-3305.rs Add test for issue 3305 2012-09-06 12:30:47 -07:00
issue-3447.rs In ty::normalize_ty, don't replace self_regions with None 2012-10-15 17:46:09 -07:00
issue-3656.rs xfail-fast issue-3656 2012-10-22 14:04:22 -07:00
issue-3753.rs stage2 run-pass test for #3753 2012-10-24 18:32:36 +03:00
issue-3874.rs Adding xfailed test for #3874 2012-11-01 15:14:52 -07:00
issue-3878.rs Add test case for #3878, which didn't get merged somehow 2012-11-01 14:43:20 -07:00
issue-3895.rs Add xfailed test cases 2012-11-01 14:43:26 -07:00
issue2170exe.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue2378c.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue_3136_b.rs Add various test cases (xfailed) 2012-10-15 12:00:32 -07:00
istr.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
item-attributes.rs Uncomment nested module in test, delete a FIXME 2012-10-11 17:02:38 -07:00
item-name-overload.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
iter-all.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
iter-any.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
iter-contains.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
iter-count.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
iter-eachi.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
iter-filter-to-vec.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
iter-flat-map-to-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
iter-foldl.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
iter-map-to-vec.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
iter-min-max.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
iter-range.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
iter-to-vec.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
ivec-add.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
ivec-pass-by-value.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
ivec-tag.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
keyword-changes-2012-07-31.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
kindck-owned-trait-contains-1.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
labeled-break.rs rustc: Parse labeled loop, break, and again 2012-08-15 16:20:34 -07:00
lambda-infer-unresolved.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
lambda-no-leak.rs rename sendfn to fn~, lambda to fn@ 2012-01-10 13:31:06 -08:00
large-records.rs Reformat 2011-08-20 11:04:00 -07:00
last-use-corner-cases.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
last-use-in-block.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
last-use-in-cap-clause.rs Convert ret to return 2012-08-01 19:16:06 -07:00
last-use-is-capture.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
lazy-and-or.rs Remove by-mutable-ref mode from the compiler 2012-10-05 22:45:50 -07:00
lazy-init.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
lazychan.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
leak-box-as-tydesc.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
leak-tag-copy.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
leak-unique-as-tydesc.rs Create a bunch of test cases for unique boxes by copying box tests 2011-09-23 15:15:30 -07:00
leaky_comm.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
let-assignability.rs rustc: Implement let assignability. r=nmatsakis 2012-11-14 11:26:00 -08:00
let-destruct-fresh-mem.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
let-destruct.rs test: "tag" -> "enum" in run-pass and run-fail 2012-01-19 16:11:17 -08:00
linear-for-loop.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
lint-non-camel-case-with-trailing-underscores.rs lint: Allow trailing underscores in camel case idents 2012-08-08 15:05:49 -07:00
lint-structural-records.rs Add a lint pass for structural records 2012-09-05 18:35:30 -07:00
list.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
liveness-assign-imm-local-after-loop.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-assign-imm-local-after-ret.rs Convert ret to return 2012-08-01 19:16:06 -07:00
liveness-loop-break.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
liveness-move-in-loop.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
log-degen-enum.rs add a test and correct terminology 2012-09-17 06:34:36 -07:00
log-err-phi.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
log-knows-the-names-of-variants-in-std.rs fix some of the broken tests (the ones that were doing the right thing) 2012-09-13 15:05:30 -07:00
log-knows-the-names-of-variants.rs repr: emit closing ) for enum variants, test that nullary variants names print 2012-09-13 11:10:05 -07:00
log-linearized.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
log-str.rs core: Demode sys 2012-09-20 15:37:55 -07:00
long-while.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
loop-break-cont-1.rs Tweak some test cases and add a few new ones 2012-03-10 20:38:03 -08:00
loop-break-cont.rs Parse 'loop' and 'again' the same 2012-09-04 13:37:11 -07:00
loop-diverges.rs A few tests for infinite loops 2012-03-11 20:17:27 -07:00
loop-scope.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
loop-unsafe.rs Make test suite terminate. 2012-08-16 16:26:08 -07:00
lots-a-fail.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
macro-2.rs cleanup: convert some remaining #foo invocations to foo! form. 2012-11-13 08:57:31 -08:00
macro-3.rs Eliminate some extraneous curly brackets inside invocations of macro_rules!. 2012-08-23 11:14:14 -07:00
macro-by-example-1.rs Eliminate some extraneous curly brackets inside invocations of macro_rules!. 2012-08-23 11:14:14 -07:00
macro-by-example-2.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
macro-interpolation.rs Camel case the option type 2012-08-26 15:56:16 -07:00
macro.rs Eliminate some extraneous curly brackets inside invocations of macro_rules!. 2012-08-23 11:14:14 -07:00
many.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
max-min-classes.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
maybe-mutable.rs Convert ret to return 2012-08-01 19:16:06 -07:00
method-attributes.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
mlist-cycle.rs Revert "rustc: Change all non-keyword uses of "link"" 2012-09-18 11:47:04 -07:00
mlist.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
mod-inside-fn.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
mod-view-items.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
module-polymorphism.rc Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
module-polymorphism.rs Move fail upcall into rust libcore. 2012-07-23 10:45:58 -07:00
module-polymorphism2.rc Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
module-polymorphism2.rs test: Add a test for interesting module template polymorphism 2012-04-14 00:15:12 -07:00
module-polymorphism3.rc Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
module-polymorphism3.rs test: Add a test for interesting module template polymorphism 2012-04-14 00:15:12 -07:00
module-polymorphism4.rc Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
module-polymorphism4.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
monad.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
monomorphize-trait-in-fn-at.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
monomorphized-callees-with-ty-params-3314.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
morestack-address.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
morestack1.rs test: Enable all morestack tests 2011-12-18 13:37:33 -08:00
morestack2.rs rt: Add RUST_MAX_STACK env var with 8MB default 2012-01-11 13:57:11 -08:00
morestack3.rs Convert ret to return 2012-08-01 19:16:06 -07:00
morestack4.rs Remove 'with' 2012-09-04 15:47:04 -07:00
morestack5.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
morestack6.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
move-1-unique.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
move-1.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
move-2-unique.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
move-2.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
move-3-unique.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
move-3.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
move-4-unique.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
move-4.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
move-arg-2-unique.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
move-arg-2.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
move-arg.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
move-nullary-fn.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
move-scalar.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
multi-let.rs Reformat 2011-08-20 11:04:00 -07:00
multi.rc Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
multiline-comment.rs Add an ignore! macro, remove support for nested block comments, re: #2755. 2012-09-07 16:58:36 -07:00
mutability-inherits-through-fixed-length-vec.rs Inherit mutability through fixed-length vectors. 2012-11-14 19:47:06 -08:00
mutable-alias-vec.rs Remove by-mutable-ref mode from the compiler 2012-10-05 22:45:50 -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-vec-drop.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutual-recursion-group.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
negative.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
nested-alts.rs Camel case the option type 2012-08-26 15:56:16 -07:00
nested-class.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
nested-exhaustive-alt.rs Camel case the option type 2012-08-26 15:56:16 -07:00
nested-pattern.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
nested-patterns.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
new-import-syntax.rs libsyntax: Allow "use" to be used in place of "import" 2012-08-13 17:55:54 -07:00
newlambdas-ret-infer.rs Convert ret to return 2012-08-01 19:16:06 -07:00
newlambdas-ret-infer2.rs Add two tests, one xfailed, for inferring lambda kinds in return position 2012-07-01 19:19:36 -07:00
newlambdas.rs Convert ret to return 2012-08-01 19:16:06 -07:00
newtype-polymorphic.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
newtype.rs Convert ret to return 2012-08-01 19:16:06 -07:00
nil-decl-in-foreign.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
nil-pattern.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
non-boolean-pure-fns.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
non-legacy-modes.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
nullary-or-pattern.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
numeric-method-autoexport.rs Demode Num trait and impls 2012-09-25 15:52:41 -07:00
opeq.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
operator-associativity.rs Reformat 2011-08-20 11:04:00 -07:00
operator-overloading.rs Demode dvec 2012-09-25 18:27:55 -07:00
option-ext.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00
option-unwrap.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
or-pattern.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
output-slot-variants.rs Convert ret to return 2012-08-01 19:16:06 -07:00
over-constrained-vregs.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
paren-free.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
parse-fail.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
pass-by-copy.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
path.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00
pattern-bound-var-in-for-each.rs Camel case the option type 2012-08-26 15:56:16 -07:00
pattern-in-closure.rs rustc: Support irrefutable patterns in function arguments. r=nmatsakis 2012-11-07 19:29:30 -08:00
pipe-bank-proto.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
pipe-detect-term.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
pipe-peek.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
pipe-pingpong-bounded.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
pipe-pingpong-proto.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
pipe-presentation-examples.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
pipe-select-macro.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
pipe-select.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
pipe-sleep.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
placement-new-arena.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
platform_thread.rs Convert more core types to camel case 2012-08-15 17:46:05 -07:00
pred-not-bool.rs Convert ret to return 2012-08-01 19:16:06 -07:00
preempt.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
private-class-field.rs Remove priv sections from classes. Obsolete the syntax 2012-09-11 15:29:37 -07:00
private-method.rs Remove priv sections from classes. Obsolete the syntax 2012-09-11 15:29:37 -07:00
pub-use-xcrate.rs xfail-fast run-pass/pub-use-xcrate 2012-11-08 19:02:25 -08:00
pure-fmt.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
pure-sum.rs Convert ret to return 2012-08-01 19:16:06 -07:00
purity-infer.rs Infer purity for || style closures. Closes #3023. 2012-08-24 14:21:27 -07:00
rcvr-borrowed-to-region.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
rcvr-borrowed-to-slice.rs De-mode vec::each() and many of the str iteration routines 2012-09-19 10:52:59 -07:00
readalias.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
rec-align-u32.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
rec-align-u64.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
rec-auto.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
rec-extend.rs Remove 'with' 2012-09-04 15:47:04 -07:00
rec-tup.rs Convert ret to return 2012-08-01 19:16:06 -07:00
rec.rs Reformat 2011-08-20 11:04:00 -07:00
record-pat.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
reexport-star.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
reflect-visit-data.rs Annotate FIXMEs in reflect-visit-data 2012-10-11 17:03:02 -07:00
reflect-visit-type.rs Re-xfail two tests that I tried to resurrect (no time right now) 2012-10-11 17:59:33 -07:00
region-return-interior-of-option-in-self.rs refactor categorization out of borrowck into its own module. 2012-08-08 09:22:07 -07:00
region-return-interior-of-option.rs Camel case the option type 2012-08-26 15:56:16 -07:00
regions-addr-of-interior-of-unique-box.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-addr-of-ret.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
regions-appearance-constraint.rs Fix #2979: inference for lifetimes of & expressions 2012-07-30 14:49:28 -07:00
regions-borrow-at.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
regions-borrow-estr-uniq.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
regions-borrow-evec-at.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
regions-borrow-evec-fixed.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
regions-borrow-evec-uniq.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
regions-borrow-uniq.rs new borrowing tests (not all passing) 2012-04-13 21:06:56 -07:00
regions-bot.rs prevent regions from escaping in ifaces; remove &r.T syntax 2012-07-18 11:48:58 -07:00
regions-copy-closure.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
regions-creating-enums2.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-creating-enums5.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-escape-into-other-fn.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-fn-subtyping-2.rs More tests wrt #2263. 2012-06-01 09:26:48 -07:00
regions-fn-subtyping.rs prevent regions from escaping in ifaces; remove &r.T syntax 2012-07-18 11:48:58 -07:00
regions-infer-borrow-scope-addr-of.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
regions-infer-borrow-scope-view.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-infer-borrow-scope-within-loop-ok.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-infer-borrow-scope.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-infer-call-2.rs Fix intersection of two region params in infer, cc #2962 2012-07-19 10:14:16 -07:00
regions-infer-call.rs Fix intersection of two region params in infer, cc #2962 2012-07-19 10:14:16 -07:00
regions-infer-contravariance-due-to-ret.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
regions-infer-contravariance.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
regions-mock-trans-impls.rs core: Rename 'unsafe' mod to 'cast' 2012-09-18 19:36:25 -07:00
regions-mock-trans.rs core: Rename 'unsafe' mod to 'cast' 2012-09-18 19:36:25 -07:00
regions-nullary-variant.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-params.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
regions-self-impls.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
regions-self-in-enums.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
regions-simple.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
regions-static-closure.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
regions-trait.rs Infer variance of types with respect to the region parameter. 2012-08-23 06:30:43 -07:00
repeated-vector-syntax.rs rustc: Translate repeated vector syntax 2012-08-03 18:49:44 -07:00
resolve-issue-2428.rs Add a test for Issue #2428. 2012-05-22 16:35:10 -07:00
resource-assign-is-not-copy.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
resource-cycle.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
resource-cycle2.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
resource-cycle3.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
resource-destruct.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
resource-generic.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
resource-in-struct.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
ret-bang.rs Convert ret to return 2012-08-01 19:16:06 -07:00
ret-break-cont-in-block.rs demode vec 2012-09-28 13:27:45 -07:00
ret-none.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
return-nil.rs Convert ret to return 2012-08-01 19:16:06 -07:00
rt-circular-buffer.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
rt-sched-1.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
select-macro.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
self-shadowing-import.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
send-iloop.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
send-resource.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
send-type-inference.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
sendable-class.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
sendfn-deep-copy.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
sendfn-generic-fn.rs Make it illegal to use modes in a fn signature with providing 2012-09-23 13:30:13 -05:00
sendfn-is-a-block.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
sendfn-spawn-with-fn-arg.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
seq-compare.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
shadow.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
shape_intrinsic_tag_then_rec.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
shebang.rs Remove 'use' line that's confusing pp-exact during use/import transition. 2012-09-05 16:53:55 -07:00
shift.rs Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417. 2012-05-22 14:59:15 -07:00
signed-shift-const-eval.rs Add a test for the just closed issue #2426. 2012-05-30 16:02:48 -07:00
simple-alt-generic-tag.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
simple-generic-alt.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
simple-generic-tag.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
simple-infer.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
size-and-align.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
spawn-fn.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
spawn-types.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
spawn.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
spawn2.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
stable-addr-of.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
static-impl.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
static-method-in-trait-with-tps-intracrate.rs Use the Nth impl when translating a static method call, instead 2012-10-12 17:46:43 -07:00
static-method-test.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
static-method-xcrate.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
static-methods-in-traits.rs rustc: Make static methods not leak out of traits. r=brson 2012-11-12 22:11:22 -08:00
str-append.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
str-concat.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
str-growth.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
str-idx.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
str-multiline.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
string-self-append.rs Workaround #3850 2012-10-24 18:56:31 -07:00
struct-deref.rs rustc: Implement dereference via unary '*' for structs. r=nmatsakis 2012-11-02 09:56:35 -07:00
struct-like-variant-construct.rs rustc: Implement construction of monomorphic struct-like variants. r=nmatsakis 2012-10-23 19:23:46 -07:00
struct-like-variant-match.rs rustc: Translate and check exhaustiveness of struct-like enum variant patterns. r=nmatsakis 2012-10-25 13:59:10 -07:00
struct-literal-dtor.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
struct-pattern-matching.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
struct-return.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
structured-compare.rs rustc: De-mode all overloaded operators 2012-09-20 09:48:05 -07:00
supported-cast.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
swap-1.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
swap-2.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00
syntax-extension-fmt.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
syntax-extension-minor.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
syntax-extension-shell.rs cleanup: convert some remaining #foo invocations to foo! form. 2012-11-13 08:57:31 -08:00
syntax-extension-source-utils.rs cleanup: convert some remaining #foo invocations to foo! form. 2012-11-13 08:57:31 -08:00
tag-align-dyn-u64.rs Convert ret to return 2012-08-01 19:16:06 -07:00
tag-align-dyn-variants.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
tag-align-shape.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
tag-align-u64.rs Convert ret to return 2012-08-01 19:16:06 -07:00
tag-disr-val-shape.rs fix some of the broken tests (the ones that were doing the right thing) 2012-09-13 15:05:30 -07:00
tag-exports.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
tag-in-block.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00
tag-variant-disr-val.rs rustc: De-mode all overloaded operators 2012-09-20 09:48:05 -07:00
tag.rs rustc: De-mode all overloaded operators 2012-09-20 09:48:05 -07:00
tail-call-arg-leak.rs Convert ret to return 2012-08-01 19:16:06 -07:00
tail-cps.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
tail-direct.rs Convert ret to return 2012-08-01 19:16:06 -07:00
task-comm-0.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
task-comm-1.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
task-comm-3.rs core: Use PortOne instead of Future in future_result 2012-10-23 14:21:15 -07:00
task-comm-4.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
task-comm-5.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
task-comm-6.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
task-comm-7.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
task-comm-9.rs core: Use PortOne instead of Future in future_result 2012-10-23 14:21:15 -07:00
task-comm-10.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
task-comm-11.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
task-comm-12.rs core: Use PortOne instead of Future in future_result 2012-10-23 14:21:15 -07:00
task-comm-13.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
task-comm-14.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
task-comm-15.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
task-comm-16.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
task-comm-17.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
task-comm-chan-cleanup.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
task-comm-chan-cleanup2.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
task-comm-chan-cleanup3.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
task-comm-chan-cleanup4.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
task-comm-chan-nil.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
task-comm.rs core: Use PortOne instead of Future in future_result 2012-10-23 14:21:15 -07:00
task-compare.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
task-killjoin-rsrc.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
task-killjoin.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
task-life-0.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
task-spawn-move-and-copy.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
terminate-in-initializer.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
test-ignore-cfg.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
test-runner-hides-main.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
threads.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
too-much-recursion.rs Add task::spawn_unlinked and start migrating away from task::unsupervise 2012-07-23 16:06:29 -04:00
trait-bounds.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
trait-cast.rs Camel case the option type 2012-08-26 15:56:16 -07:00
trait-composition-trivial.rs xfail-fast run-pass/trait-composition-trivial 2012-08-04 17:37:30 -07:00
trait-generic.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
trait-inheritance-overloading-xc-exe.rs rustc: Implement generic cross-crate trait inheritance 2012-10-22 18:00:48 -07:00
trait-inheritance-overloading.rs rustc: Implement generic cross-crate trait inheritance 2012-10-22 18:00:48 -07:00
trait-inheritance-simple.rs test: XFAIL trait-inheritance-simple because of suspected 32-bit brokenness 2012-10-05 17:18:52 -07:00
trait-mix.rc Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
trait-region-pointer-simple.rs rustc: Implement simple uses of &trait 2012-10-05 16:57:13 -07:00
trait-static-method-overwriting.rs rustc: Stop overwriting trait static method types when checking generic trait refs. Closes #3903. rs=blocking-burg 2012-11-01 15:10:41 -07:00
trait-to-str.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
trait-typedef-cc.rs Add xfailed test for #3907 2012-11-02 15:37:47 -07:00
traits-default-method-macro.rs syntax: Fold macros in default methods. Closes #3911 2012-11-02 23:11:36 -07:00
traits-default-method-self.rs Tag things that have to do with default methods with issue #2794. 2012-08-31 19:09:01 -04:00
traits-default-method-trivial.rs Compile default methods; un-xfail default methods test (cc: #2794). 2012-08-14 09:02:47 -07:00
traits.rs rustc: De-mode all overloaded operators 2012-09-20 09:48:05 -07:00
trivial-message.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
tstate-loop-break.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tup.rs Reformat 2011-08-20 11:04:00 -07:00
tuple-struct-construct.rs rustc: Translate tuple struct constructors 2012-10-25 11:49:26 -07:00
tuple-struct-destructuring.rs rustc: Implement translation of pattern matching for tuple structs and unit-like structs. r=nmatsakis 2012-11-02 09:56:28 -07:00
tuple-struct-matching.rs rustc: Implement translation of pattern matching for tuple structs and unit-like structs. r=nmatsakis 2012-11-02 09:56:28 -07:00
tuple-struct-trivial.rs Xfail a struct-test I can't figure out how to make work. 2012-08-16 14:26:35 -07:00
type-in-nested-module.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
type-namespace.rs Convert ret to return 2012-08-01 19:16:06 -07:00
type-param-constraints.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
type-param.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00
type-params-in-for-each.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
type-ptr.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -07:00
type-sizes.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
typeclasses-eq-example-static.rs Example from lkuper's intern talk, but now with static methods! 2012-08-09 11:20:15 -07:00
typeclasses-eq-example.rs Add example from lkuper's intern talk to the test suite. 2012-08-09 11:10:09 -07:00
typestate-cfg-nesting.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
typestate-multi-decl.rs Reformat 2011-08-20 11:04:00 -07:00
u8-incr-decr.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
u8-incr.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
u32-decr.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
uint.rs Reformat 2011-08-20 11:04:00 -07:00
unary-minus-suffix-inference.rs A test to exercise suffix inference for unary minus a little more. 2012-06-21 12:08:10 -07:00
unify-return-ty.rs core: Rename 'unsafe' mod to 'cast' 2012-09-18 19:36:25 -07:00
uniq-cc-generic.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
uniq-cc.rs Convert ret to return 2012-08-01 19:16:06 -07:00
unique-alt-discrim.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
unique-assign-copy.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
unique-assign-drop.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
unique-assign-generic.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
unique-assign.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
unique-autoderef-field.rs Autoderef indexes and fields of unique boxes 2011-09-22 16:06:25 -07:00
unique-autoderef-index.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
unique-cmp.rs Log and compare unique boxes 2011-09-21 17:08:40 -07:00
unique-containing-tag.rs rustc: Put uniques into addrspace 1 2012-06-05 14:03:25 -07:00
unique-copy-box.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
unique-create.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unique-decl-init-copy.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
unique-decl-init.rs Initialize unique box locals from other locals 2011-09-22 13:53:33 -07:00
unique-decl-move-temp.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
unique-decl-move.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
unique-decl.rs Parse unique box types 2011-09-20 17:51:17 -07:00
unique-deref.rs Add ability to deref unique boxes. Make unique boxes immediates. 2011-09-21 14:40:55 -07:00
unique-destructure.rs Add let destructuring for unique boxes 2011-09-23 16:12:04 -07:00
unique-drop-complex.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
unique-fn-arg-move.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
unique-fn-arg-mut.rs Remove by-mutable-ref mode from the compiler 2012-10-05 22:45:50 -07:00
unique-fn-arg.rs Add a test for unique boxes as fn args 2011-09-22 14:55:08 -07:00
unique-fn-ret.rs Adda test for returning unique boxes 2011-09-22 17:00:53 -07:00
unique-generic-assign.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
unique-in-tag.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
unique-in-vec-copy.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unique-in-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unique-init.rs Make creation of unique boxes work again 2011-09-20 17:51:17 -07:00
unique-kinds.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
unique-log.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
unique-move-drop.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
unique-move-temp.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
unique-move.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
unique-mutable.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
unique-object.rs rustc: Implement ~Trait. r=nmatsakis 2012-11-02 10:15:19 -07:00
unique-pat-2.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
unique-pat-3.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
unique-pat.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
unique-pinned-nocopy-2.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
unique-rec.rs Support non-immediates in trans_uniq::copy_val 2011-09-24 21:28:58 -07:00
unique-send-2.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
unique-send.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
unique-swap.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
unit-like-struct.rs rustc: Implement translation of pattern matching for tuple structs and unit-like structs. r=nmatsakis 2012-11-02 09:56:28 -07:00
unit.rs Convert ret to return 2012-08-01 19:16:06 -07:00
unnamed_argument_mode.rs fix issue #3535 and add colon between mode and type when dumping funcion prototype 2012-09-26 07:48:19 -07:00
unreachable-code-1.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
unreachable-code.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07:00
unsafe-fn-called-from-unsafe-blk.rs Convert ret to return 2012-08-01 19:16:06 -07:00
unsafe-fn-called-from-unsafe-fn.rs Convert ret to return 2012-08-01 19:16:06 -07:00
unused-move-capture.rs Remove code from parser that was awaiting snapshot 2012-06-14 19:09:02 -07:00
unused-move.rs testcase added for #3878 2012-10-31 00:05:34 +02:00
unwind-box.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
unwind-resource.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
unwind-resource2.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
unwind-unique.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
use-crate-name-alias.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
use-import-export.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
use-mod.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
use-trait-before-def.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
use-uninit-alt.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
use-uninit-alt2.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
use.rs bump version to 0.5. 2012-10-12 16:41:32 -07:00
utf8.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
utf8_chars.rs libcore: De-mode str 2012-09-21 18:37:06 -07:00
utf8_idents.rs Convert ret to return 2012-08-01 19:16:06 -07:00
variant-attributes.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
variant-structs-trivial.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
vec-concat.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-drop.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-fixed-length.rs libsyntax: Implement [int*3] syntax for fixed length vector types 2012-08-13 20:00:03 -07:00
vec-growth.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-ivec-deadlock.rs Workaround #3850 2012-10-24 18:56:31 -07:00
vec-late-init.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-push.rs Demode vec::push (and convert to method) 2012-09-26 18:02:07 -07:00
vec-self-append.rs Workaround #3850 2012-10-24 18:56:31 -07:00
vec-slice-drop.rs Convert the test suite to use the Drop trait 2012-11-14 19:26:37 -08:00
vec-slice.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-trailing-comma.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vector-no-ann-2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
warn-ctypes-inhibit.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
weird-exprs.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
while-cont.rs Convert 'again' to 'loop'. Remove 'again' keyword 2012-09-07 17:39:03 -07:00
while-flow-graph.rs Reformat 2011-08-20 11:04:00 -07:00
while-loop-constraints-2.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
while-prelude-drop.rs rustc: De-mode all overloaded operators 2012-09-20 09:48:05 -07:00
while-with-break.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
while.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
writealias.rs Remove by-mutable-ref mode from the compiler 2012-10-05 22:45:50 -07:00
x86stdcall.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
x86stdcall2.rs Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
yield.rs core: Use PortOne instead of Future in future_result 2012-10-23 14:21:15 -07:00
yield1.rs core: Use PortOne instead of Future in future_result 2012-10-23 14:21:15 -07:00
yield2.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
zip-same-length.rs Demode vec::push (and convert to method) 2012-09-26 18:02:07 -07:00