rust/src/test/run-pass
2013-02-22 14:53:44 -08:00
..
foreign-mod-src
foreign-src
mod_dir_simple
module-polymorphism3-files/float-template librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
syntax-extension-source-utils-files
alias-uninit-value.rs
alignment-gep-tup-like-1.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
alignment-gep-tup-like-2.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
alloca-from-derived-tydesc.rs
alt-borrowed_str.rs
alt-bot-2.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
alt-bot.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
alt-implicit-copy-unique.rs
alt-join.rs
alt-naked-record-expr.rs
alt-naked-record.rs
alt-path.rs
alt-pattern-drop.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
alt-pattern-lit.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
alt-pattern-no-type-params.rs
alt-pattern-simple.rs
alt-phi.rs
alt-range.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
alt-ref-binding-in-guard-3256.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
alt-ref-binding-mut-option.rs
alt-ref-binding-mut.rs
alt-ref-binding.rs
alt-str.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
alt-tag.rs
alt-type-simple.rs
alt-unique-bind.rs
alt-value-binding-in-guard-3291.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
alt-with-ret-arm.rs
anon_trait_static_method_exe.rs
anon-extern-mod-cross-crate-2.rs
anon-extern-mod.rs
anon-trait-static-method.rs
argument-passing.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
assign-assign.rs
assignability-trait.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
attr-before-view-item2.rs
attr-before-view-item.rs
attr-main-2.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
attr-main.rs
auto-encode.rs librustc: Separate the rest of the trait bounds with + and stop parsing space-separated ones. rs=plussing 2013-02-21 08:29:48 -08:00
auto-instantiate.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
auto-loop.rs
auto-ref-bounded-ty-param.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
auto-ref-newtype.rs
auto-ref-slice-plus-ref.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
auto-ref-sliceable.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
auto-ref.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
autobind.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
autoderef-and-borrow-method-receiver.rs
autoderef-method-newtype.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
autoderef-method-on-trait-monomorphized.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
autoderef-method-on-trait.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
autoderef-method-priority.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
autoderef-method-twice-but-not-thrice.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
autoderef-method-twice.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
autoderef-method.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
autoref-intermediate-types-issue-3585.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
bare-static-string.rs
big-literals.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
binary-minus-without-space.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
bind-by-move.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
binops.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
bitv-perf-test.rs Modernize bitv mut fields and explicit self 2013-02-17 23:09:20 -05:00
bitwise.rs
block-arg-call-as.rs
block-arg-can-be-followed-by-binop.rs
block-arg-can-be-followed-by-block-arg.rs
block-arg-can-be-followed-by-call.rs
block-arg-in-parentheses.rs
block-arg-used-as-any.rs
block-arg-used-as-lambda.rs
block-arg.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
block-explicit-types.rs
block-expr-precedence.rs
block-fn-coerce.rs
block-iter-1.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
block-iter-2.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
block-vec-map2.rs
bool-not.rs
borrow-by-val-method-receiver.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
borrowck-binding-mutbl.rs
borrowck-borrow-from-at-vec.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
borrowck-borrow-from-expr-block.rs
borrowck-fixed-length-vecs.rs
borrowck-lend-args.rs
borrowck-move-from-unsafe-ptr-ok.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
borrowck-mut-uniq.rs
borrowck-mut-vec-as-imm-slice.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
borrowck-newtype-issue-2573.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
borrowck-pat-reassign-no-binding.rs
borrowck-preserve-box-in-arm-not-taken.rs
borrowck-preserve-box-in-discr.rs
borrowck-preserve-box-in-field.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
borrowck-preserve-box-in-pat.rs
borrowck-preserve-box-in-uniq.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
borrowck-preserve-box-sometimes-needed.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
borrowck-preserve-box.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
borrowck-preserve-cond-box.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
borrowck-preserve-expl-deref.rs
borrowck-root-while-cond-2.rs
borrowck-root-while-cond.rs
borrowck-univariant-enum.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
borrowck-wg-borrow-mut-to-imm-2.rs
borrowck-wg-borrow-mut-to-imm-3.rs
borrowck-wg-borrow-mut-to-imm.rs
borrowck-wg-simple.rs
borrowed-ptr-pattern-2.rs
borrowed-ptr-pattern-3.rs
borrowed-ptr-pattern-infallible.rs
borrowed-ptr-pattern-option.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
borrowed-ptr-pattern.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
box-compare.rs
box-in-tup.rs
box-inside-if2.rs
box-inside-if.rs
box-pattern.rs
box-unbox.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
box.rs
boxed-class-type-substitution.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
boxed-trait-with-vstore.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
break-value.rs
break.rs
by-val-and-by-move.rs
c-stack-as-value.rs
c-stack-returning-int64.rs
call-closure-from-overloaded-op.rs
cap-clause-move.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
cap-clause-not-used.rs
capture_nil.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
cast-region-to-uint.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cast.rs
cci_borrow.rs
cci_capture_clause.rs
cci_impl_exe.rs
cci_iter_exe.rs
cci_nested_exe.rs
cci_no_inline_exe.rs
cfg-family.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cfg-target-family.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
char.rs
child-outlives-parent.rs
class-attributes-1.rs libsyntax: Pretty print using the new impl syntax. r=brson 2013-02-13 15:23:48 -08:00
class-attributes-2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
class-cast-to-trait-cross-crate-2.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
class-cast-to-trait-cross-crate.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
class-cast-to-trait-multiple-types.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
class-cast-to-trait.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
class-dtor.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
class-exports.rs
class-impl-parameterized-trait.rs
class-impl-very-parameterized-trait.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
class-implement-trait-cross-crate.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
class-implement-traits.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
class-implements-multiple-traits.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
class-method-cross-crate.rs
class-methods-cross-crate.rs
class-methods.rs
class-poly-methods-cross-crate.rs
class-poly-methods.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
class-separate-impl.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
class-str-field.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
class-trait-bounded-param.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
class-typarams.rs
classes-cross-crate.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
classes-self-referential.rs
classes-simple-cross-crate.rs
classes-simple-method.rs
classes-simple.rs
classes.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cleanup-copy-mode.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
clone-with-exterior.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
close-over-big-then-small-data.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
closure-inference2.rs
closure-inference.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
coerce-reborrow-imm-ptr-arg.rs
coerce-reborrow-imm-ptr-rcvr.rs
coerce-reborrow-imm-vec-arg.rs
coerce-reborrow-imm-vec-rcvr.rs
coerce-reborrow-mut-ptr-arg.rs
coerce-reborrow-mut-ptr-rcvr.rs
coerce-reborrow-mut-vec-arg.rs
coerce-reborrow-mut-vec-rcvr.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
coherence-copy-bound.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
coherence-impl-in-fn.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
comm.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
common-fields-trivial.rs
compare-generic-enums.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
complex.rs
conditional-compile-arch.rs
conditional-compile.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
const-big-enum.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
const-bound.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
const-const.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
const-contents.rs
const-enum-byref-self.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
const-enum-byref.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
const-enum-newtype-align.rs pub fn main 2013-02-17 12:20:42 -08:00
const-enum-ptr.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
const-enum-struct2.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
const-enum-struct.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
const-enum-tuple2.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
const-enum-tuple.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
const-enum-tuplestruct2.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
const-enum-tuplestruct.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
const-enum-vec-index.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
const-enum-vec-ptr.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
const-enum-vector.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
const-extern-function.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
const-fields-and-indexing.rs
const-fn-val.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
const-negative.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
const-newtype-enum.rs
const-nullary-enum.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
const-nullary-univariant-enum.rs
const-rec-and-tup.rs
const-region-ptrs.rs
const-struct.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
const-tuple-struct.rs
const-unit-struct.rs
const-vecs-and-slices.rs
const.rs
consts-in-patterns.rs
core-export-f64-sqrt.rs
crate-method-reexport-grrrrrrr.rs
crateresolve1.rs
crateresolve2.rs
crateresolve3.rs
crateresolve4.rs
crateresolve5.rs
crateresolve6.rs
crateresolve7.rs
cycle-collection2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cycle-collection4.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cycle-collection5.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cycle-collection.rs
dead-code-one-arm-if.rs
deep-vector2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
deep-vector.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
deep.rs
default-method-simple.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
deref-lval.rs
deref.rs
deriving-enum-single-variant.rs
deriving-via-extension-c-enum.rs
deriving-via-extension-enum.rs
deriving-via-extension-iter-bytes-enum.rs
deriving-via-extension-iter-bytes-struct.rs
deriving-via-extension-struct-empty.rs Implement #[deriving_eq] on tuple like structs 2013-02-21 15:32:20 +10:00
deriving-via-extension-struct-like-enum-variant.rs
deriving-via-extension-struct-tuple.rs Implement #[deriving_eq] on tuple like structs 2013-02-21 15:32:20 +10:00
deriving-via-extension-struct.rs
deriving-via-extension-type-params.rs
die-macro.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
div-mod.rs
do1.rs
do2.rs
do3.rs
do-for-empty-args.rs
do-for-no-args.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
do-pure.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
do-stack.rs
double-unbox.rs
drop-on-empty-block-exit.rs
drop-on-ret.rs
drop-trait-generic.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
drop-trait.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
dupe-first-attr.rc
duplicate-use.rs
dvec-index-op.rs
dvec-test.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
early-ret-binop-add.rs
early-vtbl-resolution.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
else-if.rs
empty-mutable-vec.rs
empty-tag.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
enum-disr-val-pretty.rs
enum-export-inheritance.rs
enum-variants.rs
estr-shared.rs
estr-slice.rs
estr-uniq.rs
evec-internal-boxes.rs
evec-internal.rs
evec-slice.rs
exec-env.rs
explicit_self_xcrate_exe.rs
explicit-i-suffix.rs
explicit-self-closures.rs
explicit-self-generic.rs
explicit-self-objects-box.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
explicit-self-objects-ext-1.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
explicit-self-objects-ext-2.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
explicit-self-objects-ext-3.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
explicit-self-objects-ext-4.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
explicit-self-objects-simple.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
explicit-self-objects-uniq.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
explicit-self.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
export-abstract-tag.rs
export-glob-imports-target.rs
export-multi.rs
export-non-interference2.rs
export-non-interference3.rs
export-non-interference.rs
export-tag-variant.rs
export-unexported-dep.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
expr-alt-box.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-alt-fail-all.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-alt-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-alt-generic-box1.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-alt-generic-box2.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
expr-alt-generic-unique1.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
expr-alt-generic-unique2.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
expr-alt-generic.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
expr-alt-struct.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
expr-alt-unique.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-alt.rs
expr-block-box.rs
expr-block-fn.rs
expr-block-generic-box1.rs
expr-block-generic-box2.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
expr-block-generic-unique1.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
expr-block-generic-unique2.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
expr-block-generic.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
expr-block-ref.rs
expr-block-slot.rs
expr-block-unique.rs
expr-block.rs
expr-copy.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
expr-elseif-ref2.rs
expr-elseif-ref.rs
expr-empty-ret.rs
expr-fn.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
expr-if-box.rs
expr-if-fail-all.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-if-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
expr-if-generic-box1.rs
expr-if-generic-box2.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
expr-if-generic.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
expr-if-struct.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
expr-if-unique.rs
expr-if.rs
expr-scope.rs
exterior.rs
extern-1.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
extern-call-deep2.rs
extern-call-deep.rs
extern-call-scrub.rs
extern-call.rs
extern-crosscrate.rs
extern-mod-abi.rs
extern-mod-syntax.rs
extern-pub.rs
extern-stress.rs
extern-take-value.rs
extern-yield.rs
fact.rs
fat-arrow-alt.rs
fixed_length_copy.rs
fixed_length_vec_glue.rs
fixed-point-bind-box.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
fixed-point-bind-unique.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
float2.rs
float-literal-inference.rs
float-nan.rs
float-signature.rs
float.rs
floatlits.rs
fn-assign-managed-to-bare-1.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
fn-assign-managed-to-bare-2.rs
fn-bare-assign.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
fn-bare-coerce-to-block.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
fn-bare-coerce-to-shared.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
fn-bare-item.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
fn-bare-size.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
fn-bare-spawn.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
fn-coerce-field.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
fn-lval.rs
fn-pattern-expected-type-2.rs
fn-pattern-expected-type.rs
fn-type-infer.rs
for-destruct.rs
for-loop-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
foreach-nested.rs
foreach-put-structured.rs
foreach-simple-outer-slot.rs
foreign2.rs
foreign-call-no-runtime.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
foreign-dupe.rs
foreign-fn-linkname.rs
foreign-lib-path.rs
foreign-mod-unused-const.rs
foreign-mod.rc
foreign-no-abi.rs
foreign-struct.rs
foreign.rc
fun-call-variants.rs
fun-indirect-call.rs
functional-struct-update.rs
generic-alias-box.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
generic-alias-unique.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
generic-box.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
generic-derived-type.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
generic-drop-glue.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
generic-exterior-box.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
generic-exterior-unique.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
generic-fn-box.rs
generic-fn-infer.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
generic-fn-twice.rs
generic-fn-unique.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
generic-fn.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
generic-ivec-leak.rs
generic-ivec.rs
generic-newtype-struct.rs
generic-object.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -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 Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
generic-tup.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
generic-type-synonym.rs
generic-type.rs
generic-unique.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
getopts_ref.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
global-scope.rs
guards-not-exhaustive.rs
guards.rs
hashmap-memory.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
hello.rs
html-literals.rs
i8-incr.rs
i32-sub.rs
if-bot.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
if-check.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
if-ret.rs
impl-implicit-trait.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
impl-privacy-xc-1.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
impl-privacy-xc-2.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
impl-variance.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
import2.rs
import3.rs
import4.rs
import5.rs
import6.rs
import7.rs
import8.rs
import-from-foreign.rs
import-from.rs
import-glob-0.rs
import-glob-crate.rs
import-in-block.rs RIMOV core::vec 2013-02-13 12:48:24 -05:00
import-trailing-comma.rs
import.rs
infer-fn-tail-expr.rs
infer-with-expected.rs
inferred-suffix-in-pattern-range.rs
infinite-loops.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
init-res-into-things.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
inner-module.rs
instantiable.rs
int-conversion-coherence.rs
int.rs
integer-literal-suffix-inference.rs
integral-indexing.rs
intrinsic-alignment.rs
intrinsic-atomics-cc.rs
intrinsic-atomics.rs
intrinsic-frame-address.rs
intrinsic-move-val.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
intrinsics-integer.rs
intrinsics-math.rs
invoke-external-foreign.rs
irrefutable-unit.rs
issue2170exe.rs
issue2378c.rs
issue4516_ty_param.rs
issue_3136_b.rs
issue_3882.rs
issue-333.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-868.rs
issue-912.rs
issue-979.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-980.rs
issue-1112.rs
issue-1251.rs
issue-1257.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
issue-1458.rs
issue-1460.rs
issue-1466.rs
issue-1516.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
issue-1660.rs
issue-1696.rs
issue-1701.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-1821.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-1866.rs
issue-1895.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
issue-1974.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-1989.rs
issue-2101.rs
issue-2185.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
issue-2190-1.rs
issue-2190-2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2190.rs
issue-2196.rs
issue-2214.rs
issue-2216.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2284.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-2288.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-2311-2.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-2311.rs
issue-2312.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
issue-2316-c.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2380-b.rs
issue-2383.rs modernize std::deque 2013-02-16 18:20:54 -05:00
issue-2414-c.rs
issue-2428.rs
issue-2445-b.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-2445.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-2463.rs
issue-2472.rs
issue-2487-a.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2502.rs
issue-2526-a.rs
issue-2550.rs
issue-2611.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2631-b.rs
issue-2633-2.rs
issue-2633.rs
issue-2642.rs
issue-2708.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2718.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-2723-b.rs
issue-2734.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-2735-2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2735-3.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2735.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-2748-a.rs
issue-2748-b.rs
issue-2804-2.rs
issue-2804.rs
issue-2834.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-2869.rs
issue-2895.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2904.rs librustc: Separate the rest of the trait bounds with + and stop parsing space-separated ones. rs=plussing 2013-02-21 08:29:48 -08:00
issue-2930.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
issue-2935.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2936.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-2989.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-3012-2.rs
issue-3026.rs
issue-3037.rs
issue-3052.rs
issue-3091.rs
issue-3109.rs
issue-3121.rs
issue-3149.rs libcore: Move the numeric operations out of Num. r=brson 2013-02-14 08:14:01 -08:00
issue-3168.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
issue-3176.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
issue-3186.rs
issue-3211.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-3220.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
issue-3250.rs
issue-3305.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-3389.rs
issue-3424.rs
issue-3447.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
issue-3461.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-3480.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-3500.rs
issue-3559
issue-3559.rs
issue-3563-2.rs
issue-3563-3.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
issue-3574.rs
issue-3609.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
issue-3656.rs
issue-3683.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-3702
issue-3702.rs
issue-3753.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-3794.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-3847.rs
issue-3860.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-3874.rs
issue-3878.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
issue-3888-2.rs Convert all uses of vec::slice to vec::view Issue #3869 2013-02-14 16:14:32 -08:00
issue-3895.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
issue-3904.rs
issue-3935.rs
issue-3979-2.rs
issue-3979-generics.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-3979-xcrate.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-3979.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
issue-4016
issue-4016.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
issue-4092
issue-4092.rs
issue-4401.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-4541.rs
issue-4542.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
issue-4830.rs
issue-4875.rs Fix for issue 4875 2013-02-19 17:35:02 -05:00
istr.rs
item-attributes.rs
item-name-overload.rs
iter-all.rs
iter-any.rs
iter-contains.rs
iter-count.rs
iter-eachi.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
iter-filter-to-vec.rs
iter-flat-map-to-vec.rs
iter-foldl.rs
iter-map-to-vec.rs
iter-min-max.rs
iter-range.rs
iter-to-vec.rs
ivec-add.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
ivec-pass-by-value.rs
ivec-tag.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
keyword-changes-2012-07-31.rs
kindck-owned-trait-contains-1.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
labeled-break.rs
lambda-infer-unresolved.rs
lambda-no-leak.rs
large-records.rs
last-use-in-block.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
last-use-in-cap-clause.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
last-use-is-capture.rs
lazy-and-or.rs
lazy-init.rs
leak-box-as-tydesc.rs
leak-tag-copy.rs
leak-unique-as-tydesc.rs
let-assignability.rs
let-destruct-fresh-mem.rs
let-destruct.rs
linear-for-loop.rs
lint-non-camel-case-with-trailing-underscores.rs
lint-structural-records.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08: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 tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
log-degen-enum.rs
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs
log-knows-the-names-of-variants.rs
log-linearized.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
log-str.rs
long-while.rs
loop-break-cont-1.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
loop-break-cont.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
loop-diverges.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
loop-scope.rs
lots-a-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
macro-2.rs
macro-interpolation.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
macro-path.rs
macro-stmt.rs
max-min-classes.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
maybe-mutable.rs
method-attributes.rs libsyntax: Pretty print using the new impl syntax. r=brson 2013-02-13 15:23:48 -08:00
mlist-cycle.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
mlist.rs
mod_dir_path2.rs
mod_dir_path3.rs
mod_dir_path_multi.rs
mod_dir_path.rs
mod_dir_recursive.rs
mod_dir_simple.rs
mod_file_aux.rs
mod_file_with_path_attr.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
mod_file.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
mod-inside-fn.rs
mod-merge-hack-inst.rs
mod-merge-hack-template.rs
mod-merge-hack.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
mod-view-items.rs
module-qualified-struct-destructure.rs
monad.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
monomorphize-trait-in-fn-at.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
monomorphized-callees-with-ty-params-3314.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
morestack1.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
morestack2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
morestack3.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
morestack4.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
morestack5.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
morestack6.rs
morestack-address.rs
move-1-unique.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-1.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-2-unique.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-2.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-3-unique.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-3.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-4-unique.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-4.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-arg-2-unique.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-arg-2.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-arg.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-nullary-fn.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-scalar.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
move-self.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
moves-based-on-type-capture-clause.rs
moves-based-on-type-cross-crate.rs
multi-let.rs
multiline-comment.rs
multiple-trait-bounds.rs
mut-function-arguments.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
mut-vstore-expr.rs
mutability-inherits-through-fixed-length-vec.rs
mutable-alias-vec.rs
mutable-huh-variance-vec1.rs
mutable-huh-variance-vec2.rs
mutable-vec-drop.rs
mutual-recursion-group.rs
negative.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
nested-alts.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
nested-class.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
nested-exhaustive-alt.rs
nested-pattern.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
nested-patterns.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
new-impl-syntax.rs
new-import-syntax.rs
new-vstore-mut-box-syntax.rs
newlambdas-ret-infer2.rs
newlambdas-ret-infer.rs
newlambdas.rs
newtype-polymorphic.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
newtype-struct-xc-2.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
newtype-struct-xc.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
newtype.rs
nil-decl-in-foreign.rs
nil-pattern.rs
non-boolean-pure-fns.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
non-legacy-modes.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
nullary-or-pattern.rs
numeric-method-autoexport.rs
one-tuple.rs rustc: For one-tuples, make parsing and printing the type work 2013-02-18 17:45:56 -08:00
opeq.rs
operator-associativity.rs
operator-overloading-explicit-self.rs
operator-overloading.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
option-ext.rs
option-unwrap.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
or-pattern.rs
output-slot-variants.rs
over-constrained-vregs.rs
paren-free.rs
parse-fail.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
pass-by-copy.rs
path.rs
pattern-bound-var-in-for-each.rs
pattern-in-closure.rs
pipe-bank-proto.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
pipe-detect-term.rs auto merge of #5081 : brson/rust/pipes, r=pcwalton 2013-02-22 11:24:38 -08:00
pipe-peek.rs auto merge of #5081 : brson/rust/pipes, r=pcwalton 2013-02-22 11:24:38 -08:00
pipe-pingpong-bounded.rs auto merge of #5081 : brson/rust/pipes, r=pcwalton 2013-02-22 11:24:38 -08:00
pipe-pingpong-proto.rs Remove the last bits of structural records from tests/rustc/rusti/rustpkg. 2013-02-21 15:19:40 -08:00
pipe-presentation-examples.rs auto merge of #5081 : brson/rust/pipes, r=pcwalton 2013-02-22 11:24:38 -08:00
pipe-select-macro.rs
pipe-select.rs auto merge of #5081 : brson/rust/pipes, r=pcwalton 2013-02-22 11:24:38 -08:00
pipe-sleep.rs auto merge of #5081 : brson/rust/pipes, r=pcwalton 2013-02-22 11:24:38 -08:00
placement-new-arena.rs
platform_thread.rs
pred-not-bool.rs
preempt.rs
private-class-field.rs
private-method.rs
propagate-expected-type-through-block.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
pub_use_mods_xcrate_exe.rs
pub-use-xcrate.rs
pure-fmt.rs
pure-sum.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
purity-infer.rs
rcvr-borrowed-to-region.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
rcvr-borrowed-to-slice.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
readalias.rs
rec-align-u32.rs
rec-align-u64.rs
rec-auto.rs
rec-extend.rs
rec-tup.rs
rec.rs
record-pat.rs
recursion.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
reexport-star.rs
reflect-visit-data.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
reflect-visit-type.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
region-dependent-addr-of.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
region-return-interior-of-option.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
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
regions-borrow-evec-uniq.rs
regions-borrow-uniq.rs
regions-bot.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
regions-copy-closure.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
regions-creating-enums2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
regions-creating-enums5.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
regions-equiv-fns.rs
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 librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
regions-infer-call.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
regions-infer-contravariance-due-to-ret.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
regions-infer-contravariance.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
regions-mock-trans-impls.rs
regions-mock-trans.rs
regions-nullary-variant.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
regions-params.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
regions-self-impls.rs update this test to use the new syntax entirely 2013-02-16 08:03:58 -05:00
regions-self-in-enums.rs
regions-simple.rs
regions-static-closure.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
regions-trait.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
repeated-vector-syntax.rs
resolve-issue-2428.rs
resource-assign-is-not-copy.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
resource-cycle2.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
resource-cycle3.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
resource-cycle.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
resource-destruct.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
resource-generic.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
resource-in-struct.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
ret-bang.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
ret-break-cont-in-block.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
ret-none.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
return-nil.rs
rt-sched-1.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
select-macro.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
self-shadowing-import.rs
self-type-param.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
send-iloop.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
send-resource.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
send-type-inference.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
sendable-class.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
sendfn-generic-fn.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
sendfn-is-a-block.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
sendfn-spawn-with-fn-arg.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
seq-compare.rs
shadow.rs
shape_intrinsic_tag_then_rec.rs
shebang.rs
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 Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
spawn2.rs
spawn-fn.rs
spawn-types.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
spawn.rs
stable-addr-of.rs
stat.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
static-fn-inline-xc.rs
static-fn-trait-xc.rs
static-impl.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
static-method-in-trait-with-tps-intracrate.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
static-method-test.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
static-method-xcrate.rs
static-methods-in-traits2.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
static-methods-in-traits.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
str-append.rs
str-concat.rs
str-growth.rs
str-idx.rs
str-multiline.rs
string-self-append.rs
struct-deref.rs
struct-destructuring-cross-crate.rs
struct-field-assignability.rs
struct-like-variant-construct.rs
struct-like-variant-match.rs
struct-literal-dtor.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
struct-pattern-matching.rs
struct-return.rs
structured-compare.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
super.rs
supported-cast.rs
swap-1.rs
swap-2.rs
swap-overlapping.rs Don't perform swap when src == dst. #5041 2013-02-20 16:18:48 -08:00
syntax-extension-fmt.rs
syntax-extension-minor.rs
syntax-extension-shell.rs
syntax-extension-source-utils.rs
tag-align-dyn-u64.rs
tag-align-dyn-variants.rs
tag-align-shape.rs
tag-align-u64.rs
tag-disr-val-shape.rs
tag-exports.rs
tag-in-block.rs
tag-variant-disr-val.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
tag.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
tail-call-arg-leak.rs
tail-cps.rs
tail-direct.rs
task-comm-0.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
task-comm-1.rs
task-comm-3.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
task-comm-4.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
task-comm-5.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
task-comm-6.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
task-comm-7.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
task-comm-9.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
task-comm-10.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
task-comm-11.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
task-comm-12.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
task-comm-13.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
task-comm-14.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
task-comm-15.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
task-comm-16.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
task-comm-17.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
task-comm-chan-nil.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
task-killjoin-rsrc.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
task-killjoin.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
task-life-0.rs
task-spawn-move-and-copy.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
terminate-in-initializer.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
test-ignore-cfg.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
test-runner-hides-main.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
threads.rs
too-much-recursion.rs
trait-bounds.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-cast.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-composition-trivial.rs
trait-default-method-bound-subst2.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
trait-default-method-bound-subst3.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
trait-default-method-bound-subst4.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
trait-default-method-bound-subst.rs pub fn main for run-pass tests that didn't have it 2013-02-17 14:36:43 -08:00
trait-default-method-bound.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-generic.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
trait-inheritance2.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-inheritance-auto-xc-2.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-inheritance-auto-xc.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-inheritance-auto.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-inheritance-call-bound-inherited2.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-inheritance-call-bound-inherited.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trait-inheritance-cast-without-call-to-supertrait.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trait-inheritance-cast.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trait-inheritance-cross-trait-call-xc.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trait-inheritance-cross-trait-call.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trait-inheritance-diamond.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-inheritance-multiple-inheritors.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-inheritance-multiple-params.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-inheritance-num0.rs
trait-inheritance-num1.rs libcore: Move the numeric operations out of Num. r=brson 2013-02-14 08:14:01 -08:00
trait-inheritance-num2.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
trait-inheritance-num3.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
trait-inheritance-num5.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
trait-inheritance-num.rs libcore: Move the numeric operations out of Num. r=brson 2013-02-14 08:14:01 -08:00
trait-inheritance-overloading-simple.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
trait-inheritance-overloading-xc-exe.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-inheritance-overloading.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-inheritance-self.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trait-inheritance-simple.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trait-inheritance-static2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trait-inheritance-static.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trait-inheritance-subst2.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
trait-inheritance-subst.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
trait-inheritance-visibility.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-region-pointer-simple.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trait-static-method-overwriting.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
trait-to-str.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
trait-typedef-cc.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
traits-default-method-macro.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
traits-default-method-self.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
traits-default-method-trivial.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
traits.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
trivial-message.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
tstate-loop-break.rs
tup.rs
tuple-struct-construct.rs
tuple-struct-destructuring.rs
tuple-struct-matching.rs
tuple-struct-trivial.rs
type-in-nested-module.rs
type-namespace.rs
type-param-constraints.rs Remove legacy_modes from test cases 2013-02-22 14:53:44 -08:00
type-param.rs
type-params-in-for-each.rs
type-ptr.rs
type-sizes.rs
type-use-i1-versus-i8.rs Changed a test to use intrinsics.rs and changed a few lines that were too long, had bad whitespace, etc. 2013-02-20 20:45:17 +01:00
typeclasses-eq-example-static.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
typeclasses-eq-example.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
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
uniq-cc-generic.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
uniq-cc.rs
unique-alt-discrim.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-assign-copy.rs
unique-assign-drop.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-assign-generic.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
unique-assign.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-autoderef-field.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-autoderef-index.rs
unique-cmp.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-containing-tag.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unique-copy-box.rs
unique-create.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-decl-init-copy.rs
unique-decl-init.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-decl-move-temp.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
unique-decl-move.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
unique-decl.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unique-deref.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-destructure.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-drop-complex.rs
unique-fn-arg-move.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
unique-fn-arg-mut.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-fn-arg.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-fn-ret.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-generic-assign.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
unique-in-tag.rs
unique-in-vec-copy.rs
unique-in-vec.rs
unique-init.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-kinds.rs librustc: Separate most trait bounds with '+'. rs=plussing 2013-02-20 21:14:20 -08:00
unique-log.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-move-drop.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
unique-move-temp.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
unique-move.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
unique-mutable.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-object.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-pat-2.rs
unique-pat-3.rs
unique-pat.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unique-pinned-nocopy-2.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unique-rec.rs
unique-send-2.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
unique-send.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
unique-swap.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unit-like-struct.rs
unit.rs
unnamed_argument_mode.rs
unreachable-code-1.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
unreachable-code.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unsafe-pointer-assignability.rs
unused-move-capture.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
unused-move.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
unwind-box.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
unwind-resource2.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
unwind-resource.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
unwind-unique.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
use-crate-name-alias.rs
use-import-export.rs
use-mod.rs
use-trait-before-def.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
use-uninit-alt2.rs Remove die!, raplace invocations with fail! Issue #4524 pt 3 2013-02-13 17:01:32 -08:00
use-uninit-alt.rs
use.rs
utf8_chars.rs
utf8_idents.rs
utf8.rs
variant-attributes.rs
variant-structs-trivial.rs
vec-concat.rs
vec-drop.rs
vec-fixed-length.rs
vec-growth.rs
vec-ivec-deadlock.rs
vec-late-init.rs
vec-matching-autoslice.rs
vec-matching-legal-tail-element-borrow.rs
vec-matching.rs
vec-position.rs rustc: Use position method in check::method 2013-02-20 17:46:01 -08:00
vec-push.rs
vec-self-append.rs
vec-slice-drop.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
vec-slice.rs
vec-tail-matching.rs
vec-trailing-comma.rs
vec.rs
vector-no-ann-2.rs
warn-ctypes-inhibit.rs
weird-exprs.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
while-cont.rs
while-flow-graph.rs
while-loop-constraints-2.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
while-prelude-drop.rs
while-with-break.rs
while.rs
writealias.rs
x86stdcall2.rs
x86stdcall.rs
yield1.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
yield2.rs
yield.rs tests/tutorials: Get rid of move. 2013-02-15 02:49:55 -08:00
zip-same-length.rs