rust/src/test/run-pass
2012-07-13 17:03:49 -07:00
..
companionmod-src
crate-attributes-src
foreign-mod-src Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign-src Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
module-polymorphism2-files/float-template
module-polymorphism3-files
module-polymorphism4-files
module-polymorphism-files
multi-src
syntax-extension-source-utils-files
acyclic-unwind.rs
alias-uninit-value.rs
alignment-gep-tup-like-1.rs
alignment-gep-tup-like-2.rs
alloca-from-derived-tydesc.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
alt-bot-2.rs
alt-bot.rs
alt-implicit-copy-unique.rs
alt-implicit-copy.rs
alt-join.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
alt-path.rs
alt-pattern-drop.rs Fix alt-pattern-drop's breakage from af2d01e 2012-06-28 15:59:43 -04:00
alt-pattern-lit.rs
alt-pattern-no-type-params.rs
alt-pattern-simple.rs
alt-phi.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
alt-range.rs
alt-str.rs
alt-tag.rs
alt-type-simple.rs
alt-unique-bind.rs
alt-with-ret-arm.rs
argument-passing.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
argv.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
assign-assign.rs
assignability-iface.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
attr-before-view-item2.rs
attr-before-view-item.rs
auto_serialize.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
auto-instantiate.rs
auto-loop.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
autobind.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
autoderef-method-newtype.rs
autoderef-method-priority.rs
autoderef-method-twice-but-not-thrice.rs
autoderef-method-twice.rs
autoderef-method.rs
basic-1.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
basic-2.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
basic.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
big-literals.rs
binary-minus-without-space.rs
binops.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
bitwise.rs
block-arg-call-as.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
block-arg-can-be-followed-by-binop.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
block-arg-can-be-followed-by-block-arg.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
block-arg-can-be-followed-by-call.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
block-arg-in-parentheses.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
block-arg-used-as-any.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
block-arg-used-as-lambda.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
block-arg.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
block-explicit-types.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
block-expr-precedence.rs
block-fn-coerce.rs
block-iter-1.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
block-iter-2.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
block-vec-map2.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
bool-not.rs
borrowck-borrow-from-expr-block.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
borrowck-fixed-length-vecs.rs
borrowck-move-from-unsafe-ptr-ok.rs
borrowck-mut-vec-as-imm-slice.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
borrowck-newtype-issue-2573.rs
borrowck-pat-reassign-no-binding.rs
borrowck-preserve-box-in-arm-not-taken.rs
borrowck-preserve-box-in-discr.rs
borrowck-preserve-box-in-field.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
borrowck-preserve-box-in-pat.rs
borrowck-preserve-box-in-uniq.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
borrowck-preserve-box-sometimes-needed.rs
borrowck-preserve-box.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
borrowck-preserve-cond-box.rs
borrowck-preserve-expl-deref.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
borrowck-univariant-enum.rs
box-compare.rs Support prefix notation for vstore strings. Closes #2906. 2012-07-13 17:03:49 -07:00
box-in-tup.rs
box-inside-if2.rs
box-inside-if.rs
box-pattern.rs
box-unbox.rs
box.rs
boxed-class-type-substitution.rs rustc: Fix a missing application of the operator in fold_ty 2012-06-27 20:11:59 -07:00
break-value.rs
break.rs Switch 'cont' to 'again' everywhere. Close #2229. 2012-07-09 14:37:48 -07:00
bug-862.rs
by-val-and-by-move.rs
c-stack-as-value.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
c-stack-returning-int64.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
cap-clause-move.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
cap-clause-not-used.rs
cast-region-to-uint.rs
cast.rs
cci_borrow.rs
cci_capture_clause.rs
cci_impl_exe.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
cci_iter_exe.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
cci_nested_exe.rs
cci_no_inline_exe.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
cfg-family.rs
cfg-target-family.rs
chan-leak.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
char.rs
check-pattern-bound.rs
child-outlives-parent.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
claim-nonterm.rs
class-cast-to-iface-cross-crate-2.rs test: Try to work around a resolve1 bug in class-cast-to-iface-cross-crate-2 2012-07-03 20:12:01 -07:00
class-cast-to-iface-cross-crate.rs rustc: Implement a new resolve pass behind a compile flag 2012-07-02 18:30:12 -07:00
class-cast-to-iface-multiple-types.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
class-cast-to-iface.rs Remove 'implements' keyword in favour of :, part of #2301. 2012-06-22 18:57:20 -07:00
class-dtor.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
class-exports.rs
class-iface-bounded-param.rs rustc: Implement a new resolve pass behind a compile flag 2012-07-02 18:30:12 -07:00
class-impl-parameterized-iface.rs Merge branch 'incoming' of github.com:/mozilla/rust into incoming 2012-07-09 14:38:37 -07:00
class-impl-very-parameterized-iface.rs Merge branch 'incoming' of github.com:/mozilla/rust into incoming 2012-07-09 14:38:37 -07:00
class-implement-iface-cross-crate.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
class-implement-ifaces.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
class-implements-multiple-ifaces.rs rustc: Implement a new resolve pass behind a compile flag 2012-07-02 18:30:12 -07:00
class-method-cross-crate.rs
class-methods-cross-crate.rs
class-methods.rs
class-poly-methods-cross-crate.rs Xfail-fast a recent test that doesn't work on check-fast. 2012-07-09 16:08:11 -07:00
class-poly-methods.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
class-separate-impl.rs Un-xfail test that works. Closes #2883 2012-07-13 12:04:38 -07:00
class-str-field.rs
class-typarams.rs
classes-cross-crate.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
classes-self-referential.rs
classes-simple-cross-crate.rs
classes-simple-method.rs
classes-simple.rs
classes.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
cleanup-copy-mode.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
clone-with-exterior.rs
close-over-big-then-small-data.rs
closure-inference2.rs
closure-inference.rs
comm.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
command-line-args.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
companionmod.rc
companionmod.rs
compare-generic-enums.rs
complex.rs
conditional-compile-arch.rs
conditional-compile.rs rustc: Conditionally compile view items. #2357 2012-07-09 14:09:03 -07:00
const-bound.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
const-const.rs
const-contents.rs
const-negative.rs
const.rs
constrained-type.rs
constraint-prop-expr-move.rs
constraint-prop-move.rs
constraint-prop-swap.rs
constraint-prop.rs
core-export-f64-sqrt.rs
crate-attributes.rc
crate-method-reexport-grrrrrrr.rs add xfail-fast directive 2012-07-13 10:20:50 -07:00
crateresolve1.rs
crateresolve2.rs
crateresolve3.rs
crateresolve4.rs
crateresolve5.rs
crateresolve6.rs
crateresolve7.rs
cycle-collection2.rs
cycle-collection4.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
cycle-collection5.rs
cycle-collection.rs
dead-code-one-arm-if.rs
decl-with-recv.rs
deep-vector2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
deep-vector.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
deep.rs
deref-lval.rs
deref.rs
div-mod.rs
do1.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
do2.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
do3.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
do-for-empty-args.rs Add tests for various ways to write 'do' and 'for' without args 2012-07-04 17:30:46 -07:00
do-for-no-args.rs syntax: Support dropping argument list from for/do 2012-07-01 22:36:24 -07:00
do-pure.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
do-stack.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
double-unbox.rs
drop-on-empty-block-exit.rs
drop-on-ret.rs
dupe-first-attr.rc
dvec-test.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
early-ret-binop-add.rs
early-ret-binop.rs
else-if.rs
empty-mutable-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
empty-tag.rs
enum-disr-val-pretty.rs
estr-internal.rs
estr-shared.rs
estr-slice.rs
estr-uniq.rs
evec-internal-boxes.rs
evec-internal.rs
evec-slice.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
exec-env.rs
explicit-i-suffix.rs
export-abstract-tag.rs
export-glob-imports-target.rs rustc: Implement a new resolve pass behind a compile flag 2012-07-02 18:30:12 -07:00
export-glob.rs rustc: Implement a new resolve pass behind a compile flag 2012-07-02 18:30:12 -07:00
export-multi.rs
export-non-interference2.rs
export-non-interference3.rs
export-non-interference.rs
export-tag-variant.rs
export-unexported-dep.rs
expr-alt-box.rs
expr-alt-fail-all.rs
expr-alt-fail.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
expr-alt-generic-box1.rs
expr-alt-generic-box2.rs
expr-alt-generic-unique1.rs
expr-alt-generic-unique2.rs
expr-alt-generic.rs
expr-alt-struct.rs
expr-alt-unique.rs
expr-alt.rs
expr-block-box.rs
expr-block-fn.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
expr-block-generic-box1.rs
expr-block-generic-box2.rs
expr-block-generic-unique1.rs
expr-block-generic-unique2.rs
expr-block-generic.rs
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 Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -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
expr-if-generic.rs
expr-if-struct.rs
expr-if-unique.rs
expr-if.rs
expr-scope.rs
exterior.rs
extern-1.rs Change crust -> extern. 2012-07-03 16:49:46 -07:00
extern-call-deep2.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
extern-call-deep.rs Change crust -> extern. 2012-07-03 16:49:46 -07:00
extern-call-scrub.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
extern-call.rs Change crust -> extern. 2012-07-03 16:49:46 -07:00
extern-crosscrate.rs test: xfail-fast extern-crosscrate 2012-07-09 13:41:32 -07:00
extern-stress.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
extern-take-value.rs Change crust -> extern. 2012-07-03 16:49:46 -07:00
extern-yield.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
fact.rs
fat-arrow-alt.rs
fixed_length_copy.rs
fixed_length_vec_glue.rs
fixed-point-bind-box.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
fixed-point-bind-unique.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
float2.rs
float-nan.rs
float-signature.rs
float.rs
floatlits.rs
fn-bare-assign.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
fn-bare-coerce-to-block.rs
fn-bare-coerce-to-shared.rs
fn-bare-item.rs
fn-bare-size.rs
fn-bare-spawn.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
fn-coerce-field.rs
fn-constraint.rs
fn-lval.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
fn-type-infer.rs
for-destruct.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
for-loop-fail.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
foreach-nested.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
foreach-put-structured.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
foreach-simple-outer-slot.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
foreign2.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign-dupe.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign-fn-linkname.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign-lib-path.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign-mod.rc Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign-no-abi.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign-struct.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
foreign.rc Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
fun-call-variants.rs
fun-indirect-call.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
generic-alias-box.rs
generic-alias-unique.rs
generic-box.rs
generic-derived-type.rs
generic-drop-glue.rs
generic-exterior-box.rs
generic-exterior-unique.rs
generic-fn-box.rs
generic-fn-infer.rs
generic-fn-twice.rs
generic-fn-unique.rs
generic-fn.rs
generic-ivec-leak.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
generic-ivec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
generic-recursive-tag.rs
generic-tag-alt.rs
generic-tag-corruption.rs
generic-tag-local.rs
generic-tag-values.rs
generic-tag.rs
generic-temporary.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
generic-tup.rs
generic-type-synonym.rs
generic-type.rs
generic-unique.rs
global-scope.rs
guards.rs
hashmap-memory.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
hello.rs
i8-incr.rs
i32-sub.rs
if-bot.rs
if-check-precond.rs
if-check.rs
if-ret.rs
iface-cast.rs
iface-generic.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
iface-to-str.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
impl-variance.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
import2.rs
import3.rs
import4.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
import5.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
import6.rs test: Swap the order of two imports in import6 to eliminate a cycle 2012-06-25 15:12:50 -07:00
import7.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
import8.rs
import-from-foreign.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
import-from.rs
import-glob-0.rs
import-glob-1.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
import-glob-crate.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
import-in-block.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
import-trailing-comma.rs
import.rs
infer-fn-tail-expr.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
infer-with-expected.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
inferred-suffix-in-pattern-range.rs
infinite-loops.rs
init-res-into-things.rs
inner-module.rs
instantiable.rs
int.rs
integer-literal-suffix-inference.rs
integral-indexing.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
intrinsic-alignment.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
intrinsic-atomics.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
intrinsic-frame-address.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
intrinsic-move-val.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
invoke-external-foreign.rs Change 'native' and 'crust' to 'extern'. 2012-06-26 16:18:37 -07:00
issue2170exe.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
issue2378c.rs
issue-333.rs
issue-506.rs Fix test that was using rust_task_allow_kill incorrectly 2012-07-05 21:33:47 -07:00
issue-507.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
issue-687.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
issue-783.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
issue-912.rs
issue-933.rs
issue-970.rs
issue-979.rs
issue-980.rs
issue-1112.rs
issue-1251.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
issue-1257.rs
issue-1460.rs
issue-1466.rs
issue-1516.rs
issue-1660.rs
issue-1696.rs
issue-1701.rs
issue-1821.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue-1866.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
issue-1895.rs
issue-1974.rs
issue-1989.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue-2101.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue-2185.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
issue-2196.rs
issue-2214.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
issue-2242-d.rs
issue-2288.rs Test for #2288 2012-07-13 14:45:15 -07:00
issue-2311-2.rs Extra test for #2311 2012-07-13 13:03:21 -07:00
issue-2311.rs
issue-2316-c.rs
issue-2380-b.rs
issue-2383.rs
issue-2414-c.rs
issue-2445-b.rs Add test cases for issue 2445 2012-06-25 13:18:43 -07:00
issue-2445.rs Add test cases for issue 2445 2012-06-25 13:18:43 -07:00
issue-2463.rs
issue-2487-a.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
issue-2502.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
issue-2526-a.rs
issue-2550.rs
issue-2611.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue-2631-b.rs Support prefix notation for vstore strings. Closes #2906. 2012-07-13 17:03:49 -07:00
issue-2633-2.rs
issue-2633.rs
issue-2642.rs
issue-2708.rs More test cases for classes with dtors 2012-06-24 15:11:25 -07:00
issue-2718.rs Comments only: annotate FIXMEs in tests 2012-07-12 18:09:31 -07:00
issue-2723-b.rs add xfail-fast directive due to aux-build 2012-07-13 10:47:20 -07:00
issue-2734.rs Support prefix notation for vstore strings. Closes #2906. 2012-07-13 17:03:49 -07:00
issue-2735.rs Support prefix notation for vstore strings. Closes #2906. 2012-07-13 17:03:49 -07:00
issue-2748-a.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
issue-2748-b.rs Consider slices to be a structural type. Closes #2748. 2012-07-05 14:48:23 -07:00
issue-2804-2.rs Obliterate the callee_id hack 2012-07-12 19:02:07 -07:00
issue-2804.rs Obliterate the callee_id hack 2012-07-12 19:02:07 -07:00
issue-2834.rs Added a test case for issue #2834. 2012-07-10 22:00:41 -07:00
issue-2869.rs Add test case for #2869 (xfailed) 2012-07-11 11:18:43 -07:00
istr.rs
item-attributes.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
item-name-overload.rs
iter-all.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
iter-any.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
iter-contains.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
iter-count.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
iter-eachi.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
iter-filter-to-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
iter-flat-map-to-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
iter-foldl.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
iter-map-to-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
iter-min-max.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
iter-range.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
iter-to-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
ivec-add.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
ivec-pass-by-value.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
ivec-tag.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
lambda-infer-unresolved.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
lambda-no-leak.rs
large-records.rs
last-use-corner-cases.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
last-use-in-block.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
last-use-in-cap-clause.rs
last-use-is-capture.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
lazy-and-or.rs
lazy-init.rs
lazychan.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
leak-box-as-tydesc.rs
leak-tag-copy.rs
leak-unique-as-tydesc.rs
leaky_comm.rs
let-destruct-fresh-mem.rs
let-destruct.rs
linear-for-loop.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
list.rs
liveness-assign-imm-local-after-loop.rs
liveness-assign-imm-local-after-ret.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
liveness-loop-break.rs
liveness-move-in-loop.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
log-knows-the-names-of-variants.rs
log-linearized.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
log-str.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
long-while.rs
loop-break-cont-1.rs
loop-break-cont.rs Switch 'cont' to 'again' everywhere. Close #2229. 2012-07-09 14:37:48 -07:00
loop-diverges.rs
loop-scope.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
lots-a-fail.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
macro-2.rs Test (but don't pretty-print) the new macro system. 2012-07-11 12:06:47 -07:00
macro-3.rs Test (but don't pretty-print) the new macro system. 2012-07-11 12:06:47 -07:00
macro-by-example-1.rs Test (but don't pretty-print) the new macro system. 2012-07-11 12:06:47 -07:00
macro-by-example-2.rs Get rid of basically all of the remaining old style vecs in tests. 2012-06-29 15:08:12 -07:00
macro.rs Test (but don't pretty-print) the new macro system. 2012-07-11 12:06:47 -07:00
main-ivec.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
many.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
maybe-mutable.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
method-attributes.rs
mlist-cycle.rs
mlist.rs
mod-view-items.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
module-polymorphism2.rc
module-polymorphism2.rs
module-polymorphism3.rc
module-polymorphism3.rs
module-polymorphism4.rc Move string append to libraries. Closes #2710. 2012-07-06 13:37:56 -07:00
module-polymorphism4.rs
module-polymorphism.rc Move string append to libraries. Closes #2710. 2012-07-06 13:37:56 -07:00
module-polymorphism.rs
monad.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
monomorphize-iface-in-fn-at.rs
morestack1.rs
morestack2.rs
morestack3.rs
morestack4.rs
morestack5.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
morestack6.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
move-1-unique.rs
move-1.rs
move-2-unique.rs
move-2.rs
move-3-unique.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
move-3.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
move-4-unique.rs
move-4.rs
move-arg-2-unique.rs Parse ~[...] as [...]/~. Same for @ and &. Closes #2747. 2012-06-28 17:10:06 -07:00
move-arg-2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
move-arg.rs
move-nullary-fn.rs
move-scalar.rs
multi-let.rs
multi.rc
multiline-comment.rs
mutable-alias-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-huh-variance-vec1.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-huh-variance-vec2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutable-vec-drop.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
mutual-recursion-group.rs
negative.rs
nested-alts.rs
nested-class.rs
nested-exhaustive-alt.rs
nested-pattern.rs
nested-patterns.rs
newlambdas-ret-infer2.rs Add two tests, one xfailed, for inferring lambda kinds in return position 2012-07-01 19:19:36 -07:00
newlambdas-ret-infer.rs Add two tests, one xfailed, for inferring lambda kinds in return position 2012-07-01 19:19:36 -07:00
newlambdas.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
newtype-polymorphic.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
newtype.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
nil-decl-in-foreign.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
nil-pattern.rs
non-boolean-pure-fns.rs
nullary-or-pattern.rs
numeric-method-autoexport.rs Get rid of places that expected foo.bar to implicitly bind. 2012-07-10 15:12:12 -07:00
opeq.rs
operator-associativity.rs
operator-overloading-leaks.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
operator-overloading.rs
option-ext.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
or-pattern.rs
osmain.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
output-slot-variants.rs
over-constrained-vregs.rs
paren-free.rs
parse-fail.rs
pass-by-copy.rs
path.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
pattern-bound-var-in-for-each.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
pipe-bank-proto.rs Use protocol compiler in future.rs. Also split recv into recv and try_recv. 2012-07-10 22:00:48 -07:00
pipe-detect-term.rs xfailing pipe-detect-term on Windows, because it requires failure. 2012-07-10 23:02:11 -07:00
pipe-peek.rs Added peek for pipes. 2012-07-10 22:00:46 -07:00
pipe-pingpong-proto.rs Use protocol compiler in future.rs. Also split recv into recv and try_recv. 2012-07-10 22:00:48 -07:00
pipe-select.rs Fix hang in pipe-select when RUST_THREADS=1 2012-07-13 16:03:02 -07:00
pipe-sleep.rs Updating tests to use pipes. 2012-07-06 10:42:41 -07:00
placement-new-arena.rs
placement-new-leaky.rs Change the interface of placement new to take a tydesc as part of Issue #2831. 2012-07-11 11:42:49 -07:00
pred-check.rs
pred-not-bool.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
pred.rs
preempt.rs
private-class-field.rs
private-method.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
ptr-is-null.rs
pure-sum.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
rcvr-borrowed-to-region.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
rcvr-borrowed-to-slice.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
readalias.rs
rec-align-u32.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
rec-align-u64.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
rec-auto.rs
rec-extend.rs
rec-tup.rs
rec.rs
record-pat.rs
reflect-visit-data.rs Update and un-xfail reflect-visit-data 2012-07-12 18:09:31 -07:00
reflect-visit-type.rs Modify reflect interface to pass tydescs back to client, stop on false return. 2012-07-10 15:16:48 -07:00
regions-addr-of-ret.rs
regions-borrow-at.rs
regions-borrow-estr-uniq.rs
regions-borrow-evec-at.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
regions-borrow-evec-fixed.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
regions-borrow-evec-uniq.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
regions-borrow-uniq.rs
regions-bot.rs
regions-creating-enums2.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
regions-creating-enums5.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-fn-subtyping-2.rs
regions-fn-subtyping.rs
regions-iface.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-mock-trans-impls.rs Merge branch 'rt-changes' into incoming 2012-07-12 15:03:54 -07:00
regions-mock-trans.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
regions-nullary-variant.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
regions-params.rs Eliminate usages of old sugared call syntax 2012-06-30 16:01:49 -07:00
regions-self-impls.rs change region syntax to &r/T in place of &r.T 2012-07-13 10:20:50 -07:00
regions-self-in-enums.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
regions-simple.rs
resolve-issue-2428.rs
resource-assign-is-not-copy.rs
resource-cycle2.rs Remove resources 2012-06-24 15:09:57 -07:00
resource-cycle3.rs More test cases for classes with dtors 2012-06-24 15:11:25 -07:00
resource-cycle.rs Remove resources 2012-06-24 15:09:57 -07:00
resource-destruct.rs
resource-generic.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
resource-in-struct.rs
ret-bang.rs
ret-break-cont-in-block.rs Switch 'cont' to 'again' everywhere. Close #2229. 2012-07-09 14:37:48 -07:00
ret-none.rs
return-nil.rs
rt-circular-buffer.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
rt-sched-1.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
self-shadowing-import.rs
selftype-add-ints.rs
send-iloop.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
send-resource.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
send-type-inference.rs
sendable-class.rs
sendfn-deep-copy.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
sendfn-generic-fn.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
sendfn-is-a-block.rs
sendfn-spawn-with-fn-arg.rs
seq-compare.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
shadow.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
shape_intrinsic_tag_then_rec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
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 Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
spawn2.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
spawn-fn.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
spawn-types.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
spawn.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
stable-addr-of.rs
static-impl.rs A new times method on numeric types 2012-07-05 19:44:20 -07:00
str-append.rs
str-concat.rs
str-growth.rs
str-idx.rs
str-multiline.rs
string-self-append.rs
struct-return.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
structured-compare-recursive.rs
structured-compare.rs
supported-cast.rs
swap-1.rs
swap-2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
syntax-extension-fmt.rs
syntax-extension-minor.rs
syntax-extension-shell.rs
syntax-extension-source-utils.rs Allow defining token tree macros. They should work now! 2012-07-09 17:44:46 -07:00
tag-align-dyn-u64.rs
tag-align-dyn-variants.rs
tag-align-shape.rs
tag-align-u64.rs
tag-auto-disr-val-shape.rs
tag-disr-val-shape.rs
tag-exports.rs rustc: Switch to the new resolution pass 2012-07-09 10:27:13 -07:00
tag-in-block.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
tag-variant-disr-val.rs
tag.rs
tail-call-arg-leak.rs
tail-cps.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
tail-direct.rs
task-comm-0.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-comm-1.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-comm-3.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-comm-4.rs
task-comm-5.rs
task-comm-6.rs
task-comm-7.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
task-comm-9.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
task-comm-10.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-comm-11.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-comm-12.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-comm-13.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-comm-14.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-comm-15.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-comm-16.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
task-comm-17.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-comm-chan-cleanup2.rs
task-comm-chan-cleanup3.rs
task-comm-chan-cleanup4.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-comm-chan-cleanup.rs
task-comm-chan-nil.rs
task-comm.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-compare.rs
task-killjoin-rsrc.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
task-killjoin.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-life-0.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
task-spawn-move-and-copy.rs
terminate-in-initializer.rs Switch 'cont' to 'again' everywhere. Close #2229. 2012-07-09 14:37:48 -07:00
test-ignore-cfg.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
test-runner-hides-main.rs
threads.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
too-much-recursion.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
trait-bounds.rs rustc: Resolve bounds of trait type parameters 2012-07-12 18:04:40 -07:00
traits.rs Start sketching some traitorous code (xfail'd) 2012-07-02 17:12:30 -07:00
trivial-message.rs
tstate-loop-break.rs
tup.rs
type-in-nested-module.rs
type-namespace.rs
type-param-constraints.rs
type-param.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
type-params-in-for-each.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
type-ptr.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
type-sizes.rs
typestate-cfg-nesting.rs
typestate-multi-decl.rs
typestate-transitive.rs
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
uint.rs
unary-minus-suffix-inference.rs
unchecked-predicates.rs Comments only: change TODOs to FIXMEs and annotate them 2012-07-05 16:10:29 -07:00
unify-return-ty.rs
uniq-cc-generic.rs
uniq-cc.rs
unique-alt-discrim.rs
unique-assign-copy.rs
unique-assign-drop.rs
unique-assign-generic.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unique-assign.rs
unique-autoderef-field.rs
unique-autoderef-index.rs Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
unique-cmp.rs
unique-containing-tag.rs
unique-copy-box.rs
unique-create.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unique-decl-init-copy.rs
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 Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. 2012-06-25 20:00:46 -07:00
unique-fn-arg-move.rs
unique-fn-arg-mut.rs
unique-fn-arg.rs
unique-fn-ret.rs
unique-generic-assign.rs
unique-in-tag.rs
unique-in-vec-copy.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unique-in-vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
unique-init.rs
unique-kinds.rs
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
unique-rec.rs
unique-send-2.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
unique-send.rs
unique-swap.rs
unit.rs
unreachable-code-1.rs change the test suite //! kind syntax to //~ kind in order to avoid a 2012-06-30 12:23:59 +01:00
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unused-move-capture.rs
unwind-box.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
unwind-resource2.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
unwind-resource.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
unwind-unique.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
use-crate-name-alias.rs
use-iface-before-def.rs
use-import-export.rs
use-uninit-alt2.rs
use-uninit-alt.rs
use.rs Fix some version numbers. 2012-07-11 09:09:08 -07:00
utf8_chars.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
utf8_idents.rs
utf8.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
variant-attributes.rs
vec-concat.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-drop.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-growth.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-ivec-deadlock.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-late-init.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-push.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-self-append.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-slice-drop.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-slice.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec-trailing-comma.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vec.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
vector-no-ann-2.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
warn-ctypes-inhibit.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
weird-exprs.rs Catch one missing residual 'cont' -> 'again' change. 2012-07-09 15:15:39 -07:00
while-cont.rs Switch 'cont' to 'again' everywhere. Close #2229. 2012-07-09 14:37:48 -07:00
while-flow-graph.rs
while-loop-constraints-2.rs
while-prelude-drop.rs
while-with-break.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
while.rs
writealias.rs
x86stdcall2.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
x86stdcall.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
yield1.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
yield2.rs
yield.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
zip-same-length.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00