rust/src/test/run-pass
2012-12-06 21:52:50 -08:00
..
foreign-mod-src
foreign-src
module-polymorphism3-files/float-template Disallow importing private items 2012-11-29 14:12:51 -08:00
syntax-extension-source-utils-files
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
alt-borrowed_str.rs rustc: Stop calling cmp shape glue in trans. 2012-09-10 17:26:17 -07:00
alt-bot-2.rs
alt-bot.rs
alt-implicit-copy-unique.rs test: Fix alt-implicit-copy-unique. rs=me 2012-12-05 17:38:21 -08:00
alt-implicit-copy.rs
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
alt-naked-record.rs
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
alt-pattern-no-type-params.rs
alt-pattern-simple.rs
alt-phi.rs
alt-range.rs
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
alt-ref-binding-mut.rs
alt-ref-binding.rs
alt-str.rs
alt-tag.rs
alt-type-simple.rs
alt-unique-bind.rs
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
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
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
argument-passing.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
assign-assign.rs
assignability-trait.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -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
attr-before-view-item.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
auto_serialize.rs Rename std::ebml::Reader => std::ebml::reader, same for writer 2012-12-06 16:14:54 -08: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
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
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
autoderef-method-twice-but-not-thrice.rs
autoderef-method-twice.rs
autoderef-method.rs
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
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
binary-minus-without-space.rs
bind-by-move.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
binops.rs rustc: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
bitv-perf-test.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
bitwise.rs
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
block-arg-can-be-followed-by-call.rs
block-arg-in-parentheses.rs demode vec 2012-09-28 13:27:45 -07:00
block-arg-used-as-any.rs
block-arg-used-as-lambda.rs
block-arg.rs demode vec 2012-09-28 13:27:45 -07:00
block-explicit-types.rs
block-expr-precedence.rs
block-fn-coerce.rs
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 test: Fix a bunch of test cases. rs=burning 2012-12-05 11:40:47 -08:00
block-vec-map2.rs test: Fix a bunch of test cases. rs=burning 2012-12-05 11:40:47 -08:00
bool-not.rs
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
borrowck-pat-reassign-no-binding.rs
borrowck-preserve-box-in-arm-not-taken.rs
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
borrowck-preserve-box.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
borrowck-preserve-cond-box.rs
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
borrowck-root-while-cond.rs
borrowck-univariant-enum.rs
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
box-in-tup.rs
box-inside-if2.rs
box-inside-if.rs
box-pattern.rs
box-unbox.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
box.rs
boxed-class-type-substitution.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
boxed-trait-with-vstore.rs
break-value.rs
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
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
capture_nil.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
cast-region-to-uint.rs
cast.rs
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
cfg-target-family.rs
chan-leak.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
char.rs
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 librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
class-attributes-2.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -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 test: Fix a bunch of test cases. rs=burning 2012-12-05 11:40:47 -08: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 Fix tests for field parsing changes 2012-12-01 15:25:17 -08:00
class-exports.rs test: More bustage fixes. rs=me 2012-12-05 17:36:51 -08: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 Fix test 2012-11-25 14:04:45 -08: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 test: Fix a bunch of test cases. rs=burning 2012-12-05 11:40:47 -08: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 test: More bustage fixes. rs=me 2012-12-05 17:36:51 -08: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-inference2.rs
closure-inference.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
coherence-impl-in-fn.rs rustc: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08: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
compare-generic-enums.rs
complex.rs
conditional-compile-arch.rs
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
const-contents.rs
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
const-nullary-enum.rs librustc: Implement C-like enum constants. r=tjc 2012-11-30 21:09:14 -08:00
const-rec-and-tup.rs
const-region-ptrs.rs
const-struct.rs rustc: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
const-tuple-struct.rs librustc: Implement tuple struct constants. r=brson 2012-11-30 21:10:17 -08:00
const-unit-struct.rs librustc: Implement unit-like struct constants. r=brson 2012-11-30 21:10:54 -08:00
const-vecs-and-slices.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
const.rs
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-method-reexport-grrrrrrr.rs
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-collection2.rs
cycle-collection4.rs
cycle-collection5.rs
cycle-collection.rs
dead-code-one-arm-if.rs
decl-with-recv.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
deep-vector2.rs
deep-vector.rs
deep.rs
default-method-simple.rs rustc: Implement monomorphic default methods. r=nmatsakis 2012-10-15 14:14:05 -07:00
deref-lval.rs
deref.rs
deriving-generic-bounded.rs librustc: Implement (and require) explicit self for derivable traits. r=nmatsakis 2012-11-15 10:26:49 -08:00
deriving-one-method.rs librustc: Implement (and require) explicit self for derivable traits. r=nmatsakis 2012-11-15 10:26:49 -08:00
deriving-override.rs librustc: Implement (and require) explicit self for derivable traits. r=nmatsakis 2012-11-15 10:26:49 -08:00
deriving-param-pass-through.rs librustc: Implement (and require) explicit self for derivable traits. r=nmatsakis 2012-11-15 10:26:49 -08:00
deriving-returning-nil.rs librustc: Implement (and require) explicit self for derivable traits. r=nmatsakis 2012-11-15 10:26:49 -08:00
deriving-simple.rs librustc: Implement (and require) explicit self for derivable traits. r=nmatsakis 2012-11-15 10:26:49 -08:00
deriving-via-extension-c-enum.rs rustc: Implement "deriving" for monomorphic structs via a syntax extension. r=brson 2012-11-20 11:58:19 -08:00
deriving-via-extension-enum.rs libsyntax: Implement deriving for enums with N-ary variants. r=brson 2012-11-21 10:27:13 -08:00
deriving-via-extension-iter-bytes-enum.rs libsyntax: Implement deriving via a syntax extension for the IterBytes trait. r=brson 2012-11-21 10:27:34 -08:00
deriving-via-extension-iter-bytes-struct.rs libsyntax: Implement deriving via a syntax extension for the IterBytes trait. r=brson 2012-11-21 10:27:34 -08:00
deriving-via-extension-struct.rs rustc: Implement "deriving" for monomorphic structs via a syntax extension. r=brson 2012-11-20 11:58:19 -08:00
deriving-via-extension-type-params.rs libsyntax: Implement deriving correctly for type-parameterized structs and enums. r=brson 2012-11-21 10:27:37 -08:00
div-mod.rs
do1.rs
do2.rs
do3.rs
do-for-empty-args.rs
do-for-no-args.rs
do-pure.rs
do-stack.rs
double-unbox.rs
drop-on-empty-block-exit.rs
drop-on-ret.rs
drop-trait-generic.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
drop-trait.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
dupe-first-attr.rc
duplicate-use.rs [tests] Add test for #4033 2012-11-24 13:40:00 -08:00
dvec-index-op.rs
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
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
empty-mutable-vec.rs
empty-tag.rs rustc: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
enum-deriving-simple.rs librustc: Implement (and require) explicit self for derivable traits. r=nmatsakis 2012-11-15 10:26:49 -08:00
enum-disr-val-pretty.rs
enum-export-inheritance.rs rustc: Make enum export visibility inherit properly 2012-09-27 17:43:09 -07:00
estr-shared.rs
estr-slice.rs
estr-uniq.rs
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
exec-env.rs
explicit_self_xcrate_exe.rs librustc: Fix translation of cross-crate inline or generic methods with explicit self. rs=blocking-snapshot 2012-11-26 18:09:12 -08:00
explicit-i-suffix.rs
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-objects-box.rs librustc: Implement explicit @self and ~self for objects. r=nmatsakis 2012-11-30 19:39:01 -08:00
explicit-self-objects-simple.rs librustc: Implement simple explicit self for objects. r=nmatsakis 2012-11-30 18:55:12 -08:00
explicit-self-objects-uniq.rs librustc: Implement explicit @self and ~self for objects. r=nmatsakis 2012-11-30 19:39:01 -08:00
explicit-self.rs test: Fix a bunch of test cases. rs=burning 2012-12-05 11:40:47 -08: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-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-non-interference.rs
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 rustc: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
expr-alt-box.rs
expr-alt-fail-all.rs
expr-alt-fail.rs
expr-alt-generic-box1.rs
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 test: Fix a bunch of test cases. rs=burning 2012-12-05 11:40:47 -08:00
expr-alt-generic-unique2.rs test: Fix a bunch of test cases. rs=burning 2012-12-05 11:40:47 -08: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: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
expr-alt-unique.rs
expr-alt.rs
expr-block-box.rs
expr-block-fn.rs
expr-block-generic-box1.rs
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 test: Fix a bunch of test cases. rs=burning 2012-12-05 11:40:47 -08: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
expr-block-slot.rs
expr-block-unique.rs
expr-block.rs
expr-copy.rs xfail-fast another legacy_mode test 2012-09-19 14:50:21 -07:00
expr-elseif-ref2.rs
expr-elseif-ref.rs
expr-empty-ret.rs
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
expr-if-fail-all.rs
expr-if-fail.rs
expr-if-generic-box1.rs
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: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
expr-if-unique.rs
expr-if.rs
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 test: Fix some more run-pass bustage. rs=clownshoes 2012-12-06 09:28:42 -08:00
extern-1.rs
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-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-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-abi.rs librustc: Parse extern "C" { ... }. r=brson 2012-11-28 11:28:16 -08: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
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
fat-arrow-alt.rs Remove xfail-pretty from tests that pretty-print correctly now 2012-10-30 15:06:10 -07: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
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
float2.rs
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
float.rs
floatlits.rs
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
fn-bare-coerce-to-shared.rs
fn-bare-item.rs
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
fn-lval.rs
fn-pattern-expected-type-2.rs libsyntax: Remove the "by-mutable-ref" obsolete syntax error; it blocks useful function argument patterns. Add a test for the latter. r=brson 2012-11-29 12:06:36 -08:00
fn-pattern-expected-type.rs test: Add a test that function argument patterns take in the expected type. r=test-only 2012-11-29 11:25:02 -08:00
fn-type-infer.rs
for-destruct.rs
for-loop-fail.rs
foreach-nested.rs
foreach-put-structured.rs
foreach-simple-outer-slot.rs
foreign2.rs use + mode for (almost) everything when not using legacy modes 2012-09-25 12:47:35 -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
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
fun-call-variants.rs
fun-indirect-call.rs
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 test: Fix a bunch of test cases. rs=burning 2012-12-05 11:40:47 -08: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
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
generic-ivec.rs
generic-object.rs test: Add a test for generic objects. r=test-only 2012-11-29 11:18:36 -08:00
generic-recursive-tag.rs
generic-tag-alt.rs
generic-tag-corruption.rs
generic-tag-local.rs
generic-tag-values.rs
generic-tag.rs
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
generic-type.rs
generic-unique.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
getopts_ref.rs test: More bustage fixes. rs=me 2012-12-05 17:36:51 -08: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
hashmap-memory.rs test: Fix a bunch of test cases. rs=burning 2012-12-05 11:40:47 -08: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
i32-sub.rs
if-bot.rs
if-check.rs
if-ret.rs
impl-implicit-trait.rs
impl-variance.rs
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
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
infer-fn-tail-expr.rs
infer-with-expected.rs
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 librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -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
int-conversion-coherence.rs
int.rs
integer-literal-suffix-inference.rs
integral-indexing.rs
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
intrinsics-math.rs Use fuzzy_eq in run-pass/intrinsics-math.rs 2012-12-06 18:55:10 -08: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
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
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
issue-912.rs
issue-979.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
issue-980.rs
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
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
issue-1516.rs
issue-1660.rs
issue-1696.rs Remove redundant hashmap constructor functions. 2012-09-19 15:51:44 -07:00
issue-1701.rs
issue-1821.rs
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
issue-1974.rs
issue-1989.rs
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-2190-1.rs Add tests for #2190 (xfailed) 2012-11-15 12:35:14 -08:00
issue-2190-2.rs Add tests for #2190 (xfailed) 2012-11-15 12:35:14 -08:00
issue-2190.rs Add tests for #2190 (xfailed) 2012-11-15 12:35:14 -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
issue-2312.rs
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 librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -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 test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
issue-2633.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
issue-2642.rs
issue-2708.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
issue-2718.rs test: Fix a bunch of test cases. rs=burning 2012-12-05 11:40:47 -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 librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
issue-2735-3.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -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
issue-2804-2.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
issue-2804.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
issue-2834.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
issue-2869.rs
issue-2895.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -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
issue-3037.rs
issue-3091.rs
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
issue-3220.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -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-3683.rs [tests] Add passing test 2012-11-24 14:02:35 -08: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
issue-3979.rs Add xfailed test for #3979 2012-11-15 18:03:35 -08:00
istr.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08: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
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
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
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
lambda-infer-unresolved.rs
lambda-no-leak.rs
large-records.rs
last-use-corner-cases.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08: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 test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
last-use-is-capture.rs test: More bustage fixes. rs=me 2012-12-05 17:36:51 -08:00
lazy-and-or.rs Remove by-mutable-ref mode from the compiler 2012-10-05 22:45:50 -07:00
lazy-init.rs
lazychan.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
leak-box-as-tydesc.rs
leak-tag-copy.rs
leak-unique-as-tydesc.rs
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
let-destruct.rs
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-structural-records.rs Add a lint pass for structural records 2012-09-05 18:35:30 -07:00
list.rs
liveness-assign-imm-local-after-loop.rs
liveness-assign-imm-local-after-ret.rs
liveness-loop-break.rs
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
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
loop-break-cont-1.rs
loop-break-cont.rs Parse 'loop' and 'again' the same 2012-09-04 13:37:11 -07:00
loop-diverges.rs
loop-scope.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
loop-unsafe.rs
lots-a-fail.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
macro-2.rs Update tests to respect the way that macros work now. 2012-11-29 12:09:11 -08:00
macro-3.rs
macro-by-example-1.rs
macro-by-example-2.rs
macro-interpolation.rs Update tests to respect the way that macros work now. 2012-11-29 12:09:11 -08:00
macro-path.rs Update tests to respect the way that macros work now. 2012-11-29 12:09:11 -08:00
macro-stmt.rs Test statement macros. 2012-11-29 12:09:11 -08:00
macro.rs
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
method-attributes.rs
mlist-cycle.rs Revert "rustc: Change all non-keyword uses of "link"" 2012-09-18 11:47:04 -07:00
mlist.rs
mod_file_aux.rs Parse file mods from .rs files 2012-11-18 18:09:41 -08:00
mod_file_with_path_attr.rs Parse file mods from .rs files 2012-11-18 18:09:41 -08:00
mod_file.rs Parse file mods from .rs files 2012-11-18 18:09:41 -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-merge-hack-inst.rs syntax: Add a hack to support the int-template pattern 2012-11-26 18:13:54 -08:00
mod-merge-hack-template.rs syntax: Add a hack to support the int-template pattern 2012-11-26 18:13:54 -08:00
mod-merge-hack.rs syntax: Add a hack to support the int-template pattern 2012-11-26 18:13:54 -08: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
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
monomorphized-callees-with-ty-params-3314.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
morestack1.rs
morestack2.rs
morestack3.rs
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 test: More run-pass test fixes 2012-12-05 16:51:32 -08: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
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
moves-based-on-type-cross-crate.rs librustc: Implement moves based on type. r=nmatsakis 2012-12-04 15:38:04 -08:00
multi-let.rs
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
mutable-huh-variance-vec2.rs
mutable-vec-drop.rs
mutual-recursion-group.rs
negative.rs
nested-alts.rs
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
nested-pattern.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
nested-patterns.rs
new-import-syntax.rs
new-vstore-mut-box-syntax.rs librustc: Implement @mut [T] as the new replacement for @[mut T] 2012-11-27 09:23:31 -08:00
newlambdas-ret-infer2.rs
newlambdas-ret-infer.rs
newlambdas.rs
newtype-polymorphic.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
newtype.rs Fix tests for field parsing changes 2012-12-01 15:25:17 -08: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
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
numeric-method-autoexport.rs Demode Num trait and impls 2012-09-25 15:52:41 -07:00
opeq.rs
operator-associativity.rs
operator-overloading-explicit-self.rs librustc: Make overloaded operators with explicit self translate correctly 2012-11-28 11:01:14 -08:00
operator-overloading.rs test: More bustage fixes. rs=me 2012-12-05 17:36:51 -08: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 librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
or-pattern.rs
output-slot-variants.rs
over-constrained-vregs.rs
paren-free.rs
parse-fail.rs
pass-by-copy.rs
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
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 Update tests to respect the way that macros work now. 2012-11-29 12:09:11 -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
pred-not-bool.rs
preempt.rs
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_mods_xcrate_exe.rs librustc: Fix cross-crate reexports. rs=blocking-servo 2012-11-15 17:15:02 -08: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
purity-infer.rs
rcvr-borrowed-to-region.rs
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
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 test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
rec-extend.rs Remove 'with' 2012-09-04 15:47:04 -07:00
rec-tup.rs
rec.rs
record-pat.rs
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 impls of traits cannot define methods on the anonymous trait 2012-11-29 22:07:49 -08: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
region-return-interior-of-option.rs
regions-addr-of-interior-of-unique-box.rs
regions-addr-of-ret.rs
regions-appearance-constraint.rs
regions-borrow-at.rs
regions-borrow-estr-uniq.rs
regions-borrow-evec-at.rs
regions-borrow-evec-fixed.rs Remove old fixed-length vector syntax 2012-10-20 17:50:46 -07:00
regions-borrow-evec-uniq.rs
regions-borrow-uniq.rs
regions-bot.rs
regions-copy-closure.rs Fix tests for field parsing changes 2012-12-01 15:25:17 -08:00
regions-creating-enums2.rs
regions-creating-enums5.rs
regions-equiv-fns.rs Implement LUB algorithm and add new unit-testing infrastructure for infer. 2012-11-24 09:53:39 -05:00
regions-escape-into-other-fn.rs
regions-fn-subtyping-2.rs
regions-fn-subtyping.rs
regions-infer-borrow-scope-addr-of.rs
regions-infer-borrow-scope-view.rs
regions-infer-borrow-scope-within-loop-ok.rs
regions-infer-borrow-scope.rs
regions-infer-call-2.rs
regions-infer-call.rs
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
regions-params.rs xfail-fast the legacy_mode run-pass tests 2012-09-19 13:59:58 -07:00
regions-self-impls.rs
regions-self-in-enums.rs
regions-simple.rs
regions-static-closure.rs Fix tests for field parsing changes 2012-12-01 15:25:17 -08:00
regions-trait.rs
repeated-vector-syntax.rs
resolve-issue-2428.rs
resource-assign-is-not-copy.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
resource-cycle2.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
resource-cycle3.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
resource-cycle.rs test: Fix broken resource-cycle.rs. r=tinderbox 2012-11-29 12:05:56 -08:00
resource-destruct.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
resource-generic.rs Fix tests for field parsing changes 2012-12-01 15:25:17 -08:00
resource-in-struct.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
ret-bang.rs
ret-break-cont-in-block.rs Fix test 2012-12-05 20:14:40 -08: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
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 librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -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 test: More run-pass test fixes 2012-12-05 16:51:32 -08: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
shadow.rs
shape_intrinsic_tag_then_rec.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08: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
signed-shift-const-eval.rs
simple-alt-generic-tag.rs
simple-generic-alt.rs
simple-generic-tag.rs
simple-infer.rs
size-and-align.rs
spawn2.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -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
stable-addr-of.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
stat.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
static-fn-inline-xc.rs xfail-fast static-fn-inline-xc. needs aux-build 2012-12-06 18:44:26 -08: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 test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
str-concat.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
str-growth.rs
str-idx.rs
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 librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -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: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
supported-cast.rs
swap-1.rs
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 test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
syntax-extension-minor.rs
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
tag-align-dyn-variants.rs
tag-align-shape.rs
tag-align-u64.rs
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: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
tag.rs rustc: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
tail-call-arg-leak.rs
tail-cps.rs
tail-direct.rs
task-comm-0.rs Make moves explicit in rpass tests 2012-10-12 20:43:38 -07:00
task-comm-1.rs
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 rustc: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08: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-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-cleanup.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 librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
task-killjoin-rsrc.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -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
trait-bounds.rs
trait-cast.rs
trait-composition-trivial.rs
trait-generic.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
trait-inheritance2.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-auto-xc-2.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-auto-xc.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-auto.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-call-bound-inherited2.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-call-bound-inherited.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-cast-without-call-to-supertrait.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-cast.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-cross-trait-call-xc.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-cross-trait-call.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-diamond.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-multiple-inheritors.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-multiple-params.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-num0.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-num1.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-num2.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-num3.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-num5.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-num.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-overloading-simple.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-overloading-xc-exe.rs Xfail trait-inheritance-overloading-xc-exe 2012-12-06 21:52:50 -08:00
trait-inheritance-overloading.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
trait-inheritance-simple.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-static2.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-static.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-subst2.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-subst.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08:00
trait-inheritance-visibility.rs Implement trait inheritance for bounded type parameters 2012-11-29 18:10:11 -08: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
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
tup.rs
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
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
type-param-constraints.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -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
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
type-use-i1-versus-i8.rs librustc: Fix type_use to not treat i1* arguments as interchangeable with i8* arguments. Closes #3917. rs=bugfix 2012-12-05 20:23:14 -08:00
typeclasses-eq-example-static.rs
typeclasses-eq-example.rs
typestate-cfg-nesting.rs
typestate-multi-decl.rs
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
uint.rs
unary-minus-suffix-inference.rs
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
unique-alt-discrim.rs
unique-assign-copy.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
unique-assign-drop.rs
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
unique-autoderef-field.rs
unique-autoderef-index.rs
unique-cmp.rs
unique-containing-tag.rs
unique-copy-box.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
unique-create.rs
unique-decl-init-copy.rs test: More bustage fixes. rs=me 2012-12-05 17:36:51 -08:00
unique-decl-init.rs
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
unique-deref.rs
unique-destructure.rs
unique-drop-complex.rs
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
unique-fn-ret.rs
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
unique-in-vec-copy.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
unique-in-vec.rs
unique-init.rs
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
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
unique-object.rs rustc: Implement ~Trait. r=nmatsakis 2012-11-02 10:15:19 -07:00
unique-pat-2.rs
unique-pat-3.rs
unique-pat.rs
unique-pinned-nocopy-2.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
unique-rec.rs
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
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
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
unsafe-fn-called-from-unsafe-fn.rs
unsafe-pointer-assignability.rs librustc: Allow &T to be assigned to *T. r=nmatsakis 2012-11-28 11:29:53 -08:00
unused-move-capture.rs
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-resource2.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
unwind-resource.rs librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -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
use-uninit-alt2.rs
use-uninit-alt.rs
use.rs bump version to 0.5. 2012-10-12 16:41:32 -07:00
utf8_chars.rs libcore: De-mode str 2012-09-21 18:37:06 -07:00
utf8_idents.rs
utf8.rs
variant-attributes.rs
variant-structs-trivial.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
vec-concat.rs
vec-drop.rs
vec-fixed-length.rs
vec-growth.rs
vec-ivec-deadlock.rs test: More run-pass test fixes 2012-12-05 16:51:32 -08:00
vec-late-init.rs
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 librustc: Make the Drop trait use explicit self 2012-11-29 11:06:15 -08:00
vec-slice.rs
vec-trailing-comma.rs
vec.rs
vector-no-ann-2.rs
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
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: Implement explicit self for Eq and Ord. r=graydon 2012-11-19 15:33:11 -08:00
while-with-break.rs
while.rs
writealias.rs Remove by-mutable-ref mode from the compiler 2012-10-05 22:45:50 -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
x86stdcall.rs
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
yield.rs core: Use PortOne instead of Future in future_result 2012-10-23 14:21:15 -07:00
zip-same-length.rs Demode vec::push (and convert to method) 2012-09-26 18:02:07 -07:00