rust/src/test/run-pass
2012-09-10 17:08:36 -07:00
..
companionmod-src test: "import" -> "use" 2012-09-05 12:32:05 -07:00
crate-attributes-src
foreign-mod-src
foreign-src
module-polymorphism2-files/float-template
module-polymorphism3-files
module-polymorphism4-files Promote most restricted keywords to strict keywords 2012-09-10 12:07:19 -07:00
module-polymorphism-files
multi-src m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
syntax-extension-source-utils-files Fix a curious failure not seen during testing. 2012-08-24 16:39:16 -07:00
trait_mix test: "import" -> "use" 2012-09-05 12:32:05 -07:00
acyclic-unwind.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
alias-uninit-value.rs test: "import" -> "use" 2012-09-05 12:32:05 -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 fix issue #3222 2012-09-05 16:38:00 +02:00
alt-bot-2.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
alt-bot.rs Camel case the option type 2012-08-26 15:56:16 -07:00
alt-implicit-copy-unique.rs
alt-implicit-copy.rs
alt-join.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
alt-naked-record-expr.rs
alt-naked-record.rs
alt-path.rs
alt-pattern-drop.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
alt-pattern-lit.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
alt-pattern-no-type-params.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
alt-pattern-simple.rs
alt-phi.rs
alt-range.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
alt-ref-binding-mut-option.rs Camel case the option type 2012-08-26 15:56:16 -07:00
alt-ref-binding-mut.rs
alt-ref-binding.rs Camel case the option type 2012-08-26 15:56:16 -07:00
alt-str.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
alt-tag.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
alt-type-simple.rs
alt-unique-bind.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
alt-with-ret-arm.rs Camel case the option type 2012-08-26 15:56:16 -07:00
anon-extern-mod-cross-crate-2.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
anon-extern-mod.rs rustc: "extern mod { ... }" should be written "extern { ... }" instead 2012-08-30 17:10:07 -07:00
argument-passing.rs
argv.rs
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
assign-assign.rs
assignability-trait.rs
attr-before-view-item2.rs
attr-before-view-item.rs
auto_serialize.rs rustc: Add an "ne" method to the Eq trait, and implement it everywhere 2012-09-07 12:24:48 -07:00
auto-instantiate.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
auto-loop.rs
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 Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -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
bare-static-string.rs
basic-1.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
basic-2.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
basic.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
big-literals.rs
binary-minus-without-space.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
bind-by-move.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
binops.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
bitv-perf-test.rs test: "import" -> "use" 2012-09-05 12:32:05 -07: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
block-explicit-types.rs
block-expr-precedence.rs
block-fn-coerce.rs
block-iter-1.rs
block-iter-2.rs
block-vec-map2.rs test: "import" -> "use" 2012-09-05 12:32:05 -07: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
borrowck-borrow-from-expr-block.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
borrowck-fixed-length-vecs.rs
borrowck-move-from-unsafe-ptr-ok.rs
borrowck-mut-uniq.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
borrowck-mut-vec-as-imm-slice.rs
borrowck-newtype-issue-2573.rs
borrowck-pat-reassign-no-binding.rs Camel case the option type 2012-08-26 15:56:16 -07:00
borrowck-preserve-box-in-arm-not-taken.rs Camel case the option type 2012-08-26 15:56:16 -07:00
borrowck-preserve-box-in-discr.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
borrowck-preserve-box-in-field.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
borrowck-preserve-box-in-pat.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
borrowck-preserve-box-in-uniq.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
borrowck-preserve-box-sometimes-needed.rs Camel case the option type 2012-08-26 15:56:16 -07:00
borrowck-preserve-box.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
borrowck-preserve-cond-box.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
borrowck-preserve-expl-deref.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
borrowck-root-while-cond-2.rs
borrowck-root-while-cond.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
borrowck-univariant-enum.rs
borrowed-ptr-pattern-2.rs Implement &-patterns 2012-09-07 17:09:07 -07:00
borrowed-ptr-pattern-3.rs Implement &-patterns 2012-09-07 17:09:07 -07:00
borrowed-ptr-pattern.rs Implement &-patterns 2012-09-07 17:09:07 -07: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-annihilator-shared.rs rt: Add tests for box annihilator. 2012-08-31 15:10:52 -07:00
box-annihilator-unique-vec.rs rt: Add tests for box annihilator. 2012-08-31 15:10:52 -07:00
box-annihilator-unique.rs rt: Add tests for box annihilator. 2012-08-31 15:10:52 -07:00
box-compare.rs
box-in-tup.rs
box-inside-if2.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
box-inside-if.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
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 rustc: "as Trait" can now be written "as @Trait". 2012-08-15 16:20:31 -07:00
break-value.rs
break.rs Convert 'again' to 'loop'. Remove 'again' keyword 2012-09-07 17:39:03 -07:00
by-val-and-by-move.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
c-stack-as-value.rs
c-stack-returning-int64.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
cap-clause-move.rs
cap-clause-not-used.rs
capture_nil.rs Do not copy values of type () or _|_ 2012-09-07 13:00:03 -07:00
cast-region-to-uint.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
cast.rs
cci_borrow.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
cci_capture_clause.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
cci_impl_exe.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
cci_iter_exe.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
cci_nested_exe.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
cci_no_inline_exe.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
cfg-family.rs
cfg-target-family.rs
chan-leak.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
char.rs
child-outlives-parent.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
class-attributes-1.rs Remove struct ctors 2012-09-06 10:52:26 -07:00
class-attributes-2.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
class-cast-to-trait-cross-crate-2.rs test: "import" -> "use" 2012-09-05 12:32:05 -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 Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
class-cast-to-trait.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
class-dtor.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
class-exports.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
class-impl-parameterized-trait.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
class-impl-very-parameterized-trait.rs Convert std::map to camel case 2012-09-10 17:08:36 -07:00
class-implement-trait-cross-crate.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
class-implement-traits.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
class-implements-multiple-traits.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
class-method-cross-crate.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
class-methods-cross-crate.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
class-methods.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
class-poly-methods-cross-crate.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
class-poly-methods.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
class-separate-impl.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
class-str-field.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
class-trait-bounded-param.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
class-typarams.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
classes-cross-crate.rs test: "import" -> "use" 2012-09-05 12:32:05 -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 test: "import" -> "use" 2012-09-05 12:32:05 -07:00
classes-simple-method.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
classes-simple.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
classes.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
cleanup-copy-mode.rs
clone-with-exterior.rs test: "import" -> "use" 2012-09-05 12:32:05 -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
coherence-impl-in-fn.rs rustc: Add an "ne" method to the Eq trait, and implement it everywhere 2012-09-07 12:24:48 -07:00
comm.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
command-line-args.rs
common-fields-trivial.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
companionmod.rc
companionmod.rs
compare-generic-enums.rs Camel case the option type 2012-08-26 15:56:16 -07:00
complex.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
conditional-compile-arch.rs
conditional-compile.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -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 Refactor trans to replace lvalue and friends with Datum. 2012-09-06 06:11:12 -07:00
const-negative.rs
const-rec-and-tup.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
const-region-ptrs.rs
const-struct.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
const-vecs-and-slices.rs
const.rs
core-export-f64-sqrt.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
crate-attributes.rc
crate-method-reexport-grrrrrrr.rs xfail crate-method-reexport-grrrrrrr.rs, which has been burning the build for days 2012-08-20 13:22:51 -07:00
crateresolve1.rs
crateresolve2.rs
crateresolve3.rs
crateresolve4.rs
crateresolve5.rs rustc: Make < and = into traits 2012-08-29 18:25:22 -07:00
crateresolve6.rs
crateresolve7.rs
cycle-collection2.rs
cycle-collection4.rs
cycle-collection5.rs
cycle-collection.rs
dead-code-one-arm-if.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
decl-with-recv.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
deep-vector2.rs
deep-vector.rs
deep.rs
deref-lval.rs
deref.rs
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
dupe-first-attr.rc
dvec-index-op.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
dvec-test.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
early-ret-binop-add.rs
early-vtbl-resolution.rs Camel case the option type 2012-08-26 15:56:16 -07:00
else-if.rs
empty-mutable-vec.rs
empty-tag.rs rustc: Add an "ne" method to the Eq trait, and implement it everywhere 2012-09-07 12:24:48 -07:00
enum-disr-val-pretty.rs
estr-internal.rs
estr-shared.rs
estr-slice.rs new region inference, seperate infer into modules, improve error msgs 2012-08-20 22:00:06 -07:00
estr-uniq.rs
evec-internal-boxes.rs
evec-internal.rs
evec-slice.rs
exec-env.rs Camel case the option type 2012-08-26 15:56:16 -07:00
explicit-i-suffix.rs
explicit-self-closures.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
explicit-self-generic.rs Fix generation of generic methods with explicit self 2012-08-21 20:15:22 -07:00
explicit-self.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
export-abstract-tag.rs
export-glob-imports-target.rs
export-glob.rs
export-multi.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
export-non-interference2.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
export-non-interference3.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
export-non-interference.rs
export-tag-variant.rs
export-unexported-dep.rs rustc: Add an "ne" method to the Eq trait, and implement it everywhere 2012-09-07 12:24:48 -07:00
expr-alt-box.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
expr-alt-fail-all.rs
expr-alt-fail.rs
expr-alt-generic-box1.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
expr-alt-generic-box2.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-alt-generic-unique1.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-alt-generic-unique2.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-alt-generic.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-alt-struct.rs rustc: Add an "ne" method to the Eq trait, and implement it everywhere 2012-09-07 12:24:48 -07:00
expr-alt-unique.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
expr-alt.rs
expr-block-box.rs
expr-block-fn.rs new region inference, seperate infer into modules, improve error msgs 2012-08-20 22:00:06 -07:00
expr-block-generic-box1.rs
expr-block-generic-box2.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-block-generic-unique1.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-block-generic-unique2.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-block-generic.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-block-ref.rs
expr-block-slot.rs
expr-block-unique.rs
expr-block.rs
expr-copy.rs
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 Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-if-generic.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
expr-if-struct.rs rustc: Add an "ne" method to the Eq trait, and implement it everywhere 2012-09-07 12:24:48 -07:00
expr-if-unique.rs
expr-if.rs
expr-scope.rs
exterior.rs
extern-1.rs
extern-call-deep2.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
extern-call-deep.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
extern-call-scrub.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
extern-call.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
extern-crosscrate.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
extern-mod-syntax.rs Convert std::map to camel case 2012-09-10 17:08:36 -07:00
extern-stress.rs
extern-take-value.rs
extern-yield.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
fact.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
fat-arrow-alt.rs
fixed_length_copy.rs
fixed_length_vec_glue.rs
fixed-point-bind-box.rs
fixed-point-bind-unique.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
float2.rs
float-nan.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
float-signature.rs
float.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
floatlits.rs
fn-bare-assign.rs
fn-bare-coerce-to-block.rs
fn-bare-coerce-to-shared.rs
fn-bare-item.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
fn-bare-size.rs
fn-bare-spawn.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
fn-coerce-field.rs
fn-lval.rs
fn-type-infer.rs
for-destruct.rs
for-loop-fail.rs
foreach-nested.rs
foreach-put-structured.rs
foreach-simple-outer-slot.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
foreign2.rs
foreign-dupe.rs
foreign-fn-linkname.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
foreign-lib-path.rs
foreign-mod-unused-const.rs test: Add a test for unused constants in foreign modules 2012-08-30 16:10:50 -07:00
foreign-mod.rc
foreign-no-abi.rs
foreign-struct.rs
foreign.rc
fun-call-variants.rs
fun-indirect-call.rs
functional-struct-update.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
generic-alias-box.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-alias-unique.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-box.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-derived-type.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-drop-glue.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-exterior-box.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-exterior-unique.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
generic-fn-box.rs
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
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-recursive-tag.rs
generic-tag-alt.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
generic-tag-corruption.rs
generic-tag-local.rs
generic-tag-values.rs
generic-tag.rs
generic-temporary.rs
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
global-scope.rs
guards.rs
hashmap-memory.rs Convert std::map to camel case 2012-09-10 17:08:36 -07:00
hello.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
html-literals.rs Eliminate some extraneous curly brackets inside invocations of macro_rules!. 2012-08-23 11:14:14 -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 test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import3.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import4.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import5.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import6.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import7.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import8.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import-from-foreign.rs
import-from.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import-glob-0.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import-glob-1.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import-glob-crate.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import-in-block.rs
import-trailing-comma.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
import.rs
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 test: "import" -> "use" 2012-09-05 12:32:05 -07:00
init-res-into-things.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
inner-module.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
instantiable.rs
int-conversion-coherence.rs
int.rs
integer-literal-suffix-inference.rs
integral-indexing.rs
intrinsic-alignment.rs
intrinsic-atomics-cc.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
intrinsic-atomics.rs fix atomic intrinsic test cases 2012-08-23 17:19:35 -04:00
intrinsic-frame-address.rs
intrinsic-move-val.rs
invoke-external-foreign.rs
irrefutable-unit.rs Don't refute "()" in let-bindings (fixes #3104). 2012-08-21 21:05:01 -04:00
issue2170exe.rs
issue2378c.rs test: "import" -> "use" 2012-09-05 12:32:05 -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 test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-507.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-687.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-783.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-868.rs
issue-912.rs
issue-979.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
issue-980.rs
issue-1112.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-1251.rs
issue-1257.rs
issue-1460.rs rustc: Make < and = into traits 2012-08-29 18:25:22 -07:00
issue-1466.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
issue-1516.rs
issue-1660.rs
issue-1696.rs Convert std::map to camel case 2012-09-10 17:08:36 -07:00
issue-1701.rs Camel case the option type 2012-08-26 15:56:16 -07:00
issue-1821.rs
issue-1866.rs
issue-1895.rs
issue-1974.rs
issue-1989.rs
issue-2101.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-2185.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
issue-2196.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-2214.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-2242-d.rs test: "import" -> "use" 2012-09-05 12:32:05 -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 test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-2380-b.rs
issue-2383.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-2414-c.rs
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 test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-2487-a.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07: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 test: "import" -> "use" 2012-09-05 12:32:05 -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 Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
issue-2631-b.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-2633-2.rs
issue-2633.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
issue-2642.rs
issue-2708.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
issue-2718.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
issue-2723-b.rs test: "import" -> "use" 2012-09-05 12:32:05 -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 Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
issue-2735-3.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
issue-2735.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
issue-2748-a.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
issue-2748-b.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
issue-2804-2.rs Convert std::map to camel case 2012-09-10 17:08:36 -07:00
issue-2804.rs Convert std::map to camel case 2012-09-10 17:08:36 -07:00
issue-2834.rs Uppercase Send bound and make test for #2834 work 2012-09-10 12:38:52 -07:00
issue-2869.rs
issue-2904.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
issue-2930.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
issue-2935.rs
issue-2936.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
issue-2989.rs Add test for #2989 2012-09-01 14:09:57 -07:00
issue-3012-2.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-3029.rs
issue-3037.rs
issue-3091.rs
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
issue-3176.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
issue-3186.rs
issue-3220.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
issue-3305.rs Add test for issue 3305 2012-09-06 12:30:47 -07:00
istr.rs
item-attributes.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
item-name-overload.rs
iter-all.rs Camel case the option type 2012-08-26 15:56:16 -07:00
iter-any.rs Camel case the option type 2012-08-26 15:56:16 -07:00
iter-contains.rs Camel case the option type 2012-08-26 15:56:16 -07:00
iter-count.rs Camel case the option type 2012-08-26 15:56:16 -07:00
iter-eachi.rs Camel case the option type 2012-08-26 15:56:16 -07:00
iter-filter-to-vec.rs Camel case the option type 2012-08-26 15:56:16 -07:00
iter-flat-map-to-vec.rs
iter-foldl.rs Camel case the option type 2012-08-26 15:56:16 -07:00
iter-map-to-vec.rs Camel case the option type 2012-08-26 15:56:16 -07:00
iter-min-max.rs Camel case the option type 2012-08-26 15:56:16 -07:00
iter-range.rs
iter-to-vec.rs Camel case the option type 2012-08-26 15:56:16 -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 test: "import" -> "use" 2012-09-05 12:32:05 -07:00
keyword-changes-2012-07-31.rs
kindck-owned-trait-contains-1.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
labeled-break.rs rustc: Parse labeled loop, break, and again 2012-08-15 16:20:34 -07:00
lambda-infer-unresolved.rs
lambda-no-leak.rs
large-records.rs
last-use-corner-cases.rs
last-use-in-block.rs
last-use-in-cap-clause.rs
last-use-is-capture.rs
lazy-and-or.rs
lazy-init.rs
lazychan.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
leak-box-as-tydesc.rs
leak-tag-copy.rs
leak-unique-as-tydesc.rs
leaky_comm.rs rustc: Make < and = into traits 2012-08-29 18:25:22 -07:00
let-destruct-fresh-mem.rs
let-destruct.rs
linear-for-loop.rs
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 m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
liveness-move-in-loop.rs
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
log-knows-the-names-of-variants.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
log-linearized.rs
log-str.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -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
loop-unsafe.rs Make test suite terminate. 2012-08-16 16:26:08 -07:00
lots-a-fail.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
macro-2.rs Eliminate some extraneous curly brackets inside invocations of macro_rules!. 2012-08-23 11:14:14 -07:00
macro-3.rs Eliminate some extraneous curly brackets inside invocations of macro_rules!. 2012-08-23 11:14:14 -07:00
macro-by-example-1.rs Eliminate some extraneous curly brackets inside invocations of macro_rules!. 2012-08-23 11:14:14 -07:00
macro-by-example-2.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
macro-interpolation.rs Camel case the option type 2012-08-26 15:56:16 -07:00
macro.rs Eliminate some extraneous curly brackets inside invocations of macro_rules!. 2012-08-23 11:14:14 -07:00
main-ivec.rs
many.rs test: "import" -> "use" 2012-09-05 12:32:05 -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
mlist.rs
mod-inside-fn.rs
mod-view-items.rs
module-polymorphism2.rc
module-polymorphism2.rs
module-polymorphism3.rc
module-polymorphism3.rs
module-polymorphism4.rc Promote most restricted keywords to strict keywords 2012-09-10 12:07:19 -07:00
module-polymorphism4.rs
module-polymorphism.rc
module-polymorphism.rs
monad.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
monomorphize-trait-in-fn-at.rs
monomorphized-callees-with-ty-params-3314.rs Capitalize Copy trait in test 2012-09-10 15:24:42 -07:00
morestack1.rs
morestack2.rs
morestack3.rs
morestack4.rs Remove 'with' 2012-09-04 15:47:04 -07:00
morestack5.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
morestack6.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
morestack-address.rs Add a morestack_addr (temporary) intrinsic 2012-08-31 16:20:36 -07:00
move-1-unique.rs
move-1.rs
move-2-unique.rs
move-2.rs
move-3-unique.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
move-3.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
move-4-unique.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
move-4.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
move-arg-2-unique.rs
move-arg-2.rs
move-arg.rs
move-nullary-fn.rs
move-scalar.rs
multi-let.rs
multi.rc
multiline-comment.rs Add an ignore! macro, remove support for nested block comments, re: #2755. 2012-09-07 16:58:36 -07:00
mutable-alias-vec.rs
mutable-huh-variance-vec1.rs
mutable-huh-variance-vec2.rs
mutable-vec-drop.rs
mutual-recursion-group.rs
negative.rs
nested-alts.rs Camel case the option type 2012-08-26 15:56:16 -07:00
nested-class.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
nested-exhaustive-alt.rs Camel case the option type 2012-08-26 15:56:16 -07:00
nested-pattern.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
nested-patterns.rs
new-import-syntax.rs
newlambdas-ret-infer2.rs
newlambdas-ret-infer.rs
newlambdas.rs
newtype-polymorphic.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
newtype.rs
nil-decl-in-foreign.rs
nil-pattern.rs
non-boolean-pure-fns.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
nullary-or-pattern.rs
numeric-method-autoexport.rs
opeq.rs
operator-associativity.rs
operator-overloading.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
option-ext.rs
option-unwrap.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
or-pattern.rs
output-slot-variants.rs
over-constrained-vregs.rs
paren-free.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
parse-fail.rs
pass-by-copy.rs
path.rs
pattern-bound-var-in-for-each.rs Camel case the option type 2012-08-26 15:56:16 -07:00
pipe-bank-proto.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
pipe-detect-term.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
pipe-peek.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
pipe-pingpong-bounded.rs Convert core::pipes to camel case 2012-08-28 14:33:18 -07:00
pipe-pingpong-proto.rs Camel case the option type 2012-08-26 15:56:16 -07:00
pipe-presentation-examples.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
pipe-select-macro.rs Change calls of proto! to use parens. 2012-08-23 11:14:15 -07:00
pipe-select.rs rustc: Make shape-based compare glue never called for comparison operators. 2012-09-10 12:48:42 -07:00
pipe-sleep.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
placement-new-arena.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
platform_thread.rs Convert more core types to camel case 2012-08-15 17:46:05 -07:00
pred-not-bool.rs
preempt.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
private-class-field.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
private-method.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
pure-fmt.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
pure-sum.rs
purity-infer.rs Infer purity for || style closures. Closes #3023. 2012-08-24 14:21:27 -07:00
rcvr-borrowed-to-region.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
rcvr-borrowed-to-slice.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
readalias.rs
rec-align-u32.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
rec-align-u64.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
rec-auto.rs
rec-extend.rs Remove 'with' 2012-09-04 15:47:04 -07:00
rec-tup.rs
rec.rs
record-pat.rs
reflect-visit-data.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
reflect-visit-type.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
region-return-interior-of-option-in-self.rs
region-return-interior-of-option.rs Camel case the option type 2012-08-26 15:56:16 -07:00
regions-addr-of-interior-of-unique-box.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-addr-of-ret.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
regions-appearance-constraint.rs
regions-borrow-at.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
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
regions-copy-closure.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
regions-creating-enums2.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-creating-enums5.rs
regions-escape-into-other-fn.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-fn-subtyping-2.rs
regions-fn-subtyping.rs
regions-infer-borrow-scope-addr-of.rs
regions-infer-borrow-scope-view.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-infer-borrow-scope-within-loop-ok.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-infer-borrow-scope.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-infer-call-2.rs
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 test: "import" -> "use" 2012-09-05 12:32:05 -07:00
regions-mock-trans.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
regions-nullary-variant.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-params.rs more sound treatment of fn& regions; change all & to be distinct 2012-08-21 10:28:34 -07:00
regions-self-impls.rs
regions-self-in-enums.rs
regions-simple.rs
regions-static-closure.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
regions-trait.rs Infer variance of types with respect to the region parameter. 2012-08-23 06:30:43 -07:00
repeated-vector-syntax.rs
resolve-issue-2428.rs
resource-assign-is-not-copy.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
resource-cycle2.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
resource-cycle3.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
resource-cycle.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
resource-destruct.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
resource-generic.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
resource-in-struct.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
ret-bang.rs
ret-break-cont-in-block.rs Convert 'again' to 'loop'. Remove 'again' keyword 2012-09-07 17:39:03 -07:00
ret-none.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
return-nil.rs
rt-circular-buffer.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
rt-sched-1.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
select-macro.rs Camel case the option type 2012-08-26 15:56:16 -07:00
self-shadowing-import.rs
send-iloop.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
send-resource.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
send-type-inference.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
sendable-class.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
sendfn-deep-copy.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
sendfn-generic-fn.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
sendfn-is-a-block.rs
sendfn-spawn-with-fn-arg.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
seq-compare.rs
shadow.rs
shape_intrinsic_tag_then_rec.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
shebang.rs Remove 'use' line that's confusing pp-exact during use/import transition. 2012-09-05 16:53:55 -07:00
shift.rs
signed-shift-const-eval.rs
simple-alt-generic-tag.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
simple-generic-alt.rs
simple-generic-tag.rs
simple-infer.rs
size-and-align.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
spawn2.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
spawn-fn.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
spawn-types.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
spawn.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
stable-addr-of.rs
static-impl.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
static-method-test.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
static-method-xcrate.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
str-append.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
str-concat.rs
str-growth.rs
str-idx.rs
str-multiline.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
string-self-append.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
struct-literal-dtor.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
struct-pattern-matching.rs Convert field terminators to commas. Stop parsing semis. 2012-09-07 16:12:15 -07:00
struct-return.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
structured-compare.rs rustc: Add an "ne" method to the Eq trait, and implement it everywhere 2012-09-07 12:24:48 -07:00
supported-cast.rs
swap-1.rs
swap-2.rs
syntax-extension-fmt.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
syntax-extension-minor.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
syntax-extension-shell.rs
syntax-extension-source-utils.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
tag-align-dyn-u64.rs
tag-align-dyn-variants.rs
tag-align-shape.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
tag-align-u64.rs
tag-auto-disr-val-shape.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
tag-disr-val-shape.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
tag-exports.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
tag-in-block.rs
tag-variant-disr-val.rs rustc: Add an "ne" method to the Eq trait, and implement it everywhere 2012-09-07 12:24:48 -07:00
tag.rs rustc: Make shape-based compare glue never called for comparison operators. 2012-09-10 12:48:42 -07:00
tail-call-arg-leak.rs
tail-cps.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
tail-direct.rs
task-comm-0.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-1.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
task-comm-3.rs test: bunch of test cleanup from sendable_futures change 2012-09-08 14:22:16 -07:00
task-comm-4.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-5.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-6.rs Convert class methods to impl methods. Stop parsing class methods 2012-09-10 16:13:08 -07:00
task-comm-7.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-9.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-10.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-11.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-12.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-13.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-14.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-15.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-16.rs rustc: Add an "ne" method to the Eq trait, and implement it everywhere 2012-09-07 12:24:48 -07:00
task-comm-17.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-chan-cleanup2.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-chan-cleanup3.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-chan-cleanup4.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-chan-cleanup.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm-chan-nil.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-comm.rs test: bunch of test cleanup from sendable_futures change 2012-09-08 14:22:16 -07:00
task-compare.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-killjoin-rsrc.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
task-killjoin.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-life-0.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
task-spawn-move-and-copy.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00
terminate-in-initializer.rs Convert 'again' to 'loop'. Remove 'again' keyword 2012-09-07 17:39:03 -07:00
test-ignore-cfg.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
test-runner-hides-main.rs
threads.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
too-much-recursion.rs
trait-bounds.rs
trait-cast.rs Camel case the option type 2012-08-26 15:56:16 -07:00
trait-composition-trivial.rs
trait-generic.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
trait-mix.rc
trait-to-str.rs test: "import" -> "use" 2012-09-05 12:32:05 -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
trivial-message.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
tstate-loop-break.rs
tup.rs
tuple-struct-trivial.rs Xfail a struct-test I can't figure out how to make work. 2012-08-16 14:26:35 -07:00
type-in-nested-module.rs
type-namespace.rs
type-param-constraints.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
type-param.rs
type-params-in-for-each.rs
type-ptr.rs
type-sizes.rs test: "import" -> "use" 2012-09-05 12:32:05 -07: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 test: "import" -> "use" 2012-09-05 12:32:05 -07:00
uniq-cc-generic.rs Convert all kind bounds to camel case. Remove send, owned keywords. 2012-09-07 18:10:11 -07:00
uniq-cc.rs
unique-alt-discrim.rs
unique-assign-copy.rs
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: "import" -> "use" 2012-09-05 12:32:05 -07:00
unique-create.rs
unique-decl-init-copy.rs
unique-decl-init.rs
unique-decl-move-temp.rs
unique-decl-move.rs
unique-decl.rs
unique-deref.rs
unique-destructure.rs
unique-drop-complex.rs
unique-fn-arg-move.rs
unique-fn-arg-mut.rs
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
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
unique-move-temp.rs
unique-move.rs
unique-mutable.rs
unique-pat-2.rs
unique-pat-3.rs
unique-pat.rs
unique-pinned-nocopy-2.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
unique-rec.rs
unique-send-2.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
unique-send.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
unique-swap.rs
unit.rs
unreachable-code-1.rs
unreachable-code.rs Convert 'again' to 'loop'. Remove 'again' keyword 2012-09-07 17:39:03 -07:00
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unused-move-capture.rs
unwind-box.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
unwind-resource2.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
unwind-resource.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
unwind-unique.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
use-crate-name-alias.rs
use-import-export.rs
use-mod.rs rustc: Implement "use mod" 2012-08-31 11:20:50 -07:00
use-trait-before-def.rs
use-uninit-alt2.rs
use-uninit-alt.rs
use.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
utf8_chars.rs test: "import" -> "use" 2012-09-05 12:32:05 -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
vec-late-init.rs
vec-push.rs
vec-self-append.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
vec-slice-drop.rs Remove 'let' syntax for struct fields 2012-09-07 14:02:33 -07:00
vec-slice.rs
vec-trailing-comma.rs
vec.rs
vector-no-ann-2.rs
warn-ctypes-inhibit.rs
weird-exprs.rs Convert 'again' to 'loop'. Remove 'again' keyword 2012-09-07 17:39: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
while-prelude-drop.rs rustc: Make shape-based compare glue never called for comparison operators. 2012-09-10 12:48:42 -07:00
while-with-break.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
while.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
writealias.rs
x86stdcall2.rs
x86stdcall.rs
yield1.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
yield2.rs
yield.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00
zip-same-length.rs test: "import" -> "use" 2012-09-05 12:32:05 -07:00