rust/src/test/run-pass
Tim Chevalier e958cbe799 Un-xfail issue 2734 test
because I guess I forgot to do that when I fixed the bug.
2012-07-10 23:10:21 -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 New syntax extensions: #line[], #col[], #file[], #stringify[], #include[] 2012-05-18 10:05:24 -07:00
acyclic-unwind.rs
alias-uninit-value.rs
alignment-gep-tup-like-1.rs
alignment-gep-tup-like-2.rs Send is no longer a subkind of copy. This allows for sendable, but non-copyable resources. Closes #2420. 2012-05-22 14:10:32 -07:00
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 remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
alt-implicit-copy.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
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 rustc: Put uniques into addrspace 1 2012-06-05 14:03:25 -07:00
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 Be less eager about implicit borrowing when doing method resolution. Closes #2796. 2012-07-06 15:55:18 -07:00
attr-before-view-item2.rs Support visibility modifiers and attributes on view items 2012-05-08 23:14:24 +02:00
attr-before-view-item.rs Support visibility modifiers and attributes on view items 2012-05-08 23:14:24 +02:00
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 support autoderef on method calls 2012-06-19 20:46:48 -07:00
autoderef-method-priority.rs support autoderef on method calls 2012-06-19 20:46:48 -07:00
autoderef-method-twice-but-not-thrice.rs two more tests for method autoderef 2012-06-19 20:52:33 -07:00
autoderef-method-twice.rs two more tests for method autoderef 2012-06-19 20:52:33 -07:00
autoderef-method.rs support autoderef on method calls 2012-06-19 20:46:48 -07:00
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 Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417. 2012-05-22 14:59:15 -07:00
block-arg-call-as.rs Convert 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 Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
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 first steps to autoderef on method calls 2012-06-19 11:52:39 -07:00
borrowck-move-from-unsafe-ptr-ok.rs handle moves in let initializers and allow moves from unsafe ptrs 2012-06-21 08:34:54 -07:00
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 Treat enums with one variant specially in borrowck: #2573 2012-06-12 14:30:14 -07:00
borrowck-pat-reassign-no-binding.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-preserve-box-in-arm-not-taken.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-preserve-box-in-discr.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
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 remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
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 remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-preserve-box.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
borrowck-preserve-cond-box.rs remove alias analysis and replace with borrowck 2012-06-08 20:39:11 -07:00
borrowck-preserve-expl-deref.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
borrowck-univariant-enum.rs Treat enums with one variant specially in borrowck: #2573 2012-06-12 14:30:14 -07:00
box-compare.rs
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 test for issue #2443 2012-05-25 14:37:35 -07:00
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 new cap clause syntax 2012-05-04 12:33:08 -07:00
cast-region-to-uint.rs allow region ptrs to be cast to uints 2012-05-18 19:07:19 -07:00
cast.rs
cci_borrow.rs Revert "test: xfail-win32 run-pass/cci_borrow.rs" 2012-06-01 18:27:38 -07:00
cci_capture_clause.rs Revert "test: xfail-win32 run-pass/cci_capture_clause.rs" 2012-06-01 18:27:30 -07:00
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 rustc: Enable #[cfg(windows)] and #[cfg(unix)] 2012-06-06 23:39:09 -07:00
cfg-target-family.rs rustc: Add 'target_family' to default configuration 2012-06-06 23:39:09 -07:00
chan-leak.rs 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 Test for issue 2286 2012-05-02 14:02:44 -07:00
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 rustc: Implement a new resolve pass behind a compile flag 2012-07-02 18:30:12 -07:00
class-str-field.rs
class-typarams.rs better support for classes with polymorphic methods 2012-06-04 11:46:23 -07:00
classes-cross-crate.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
classes-self-referential.rs Issue #2572: (trans) Fix self-referential classes. 2012-06-14 18:51:31 -07:00
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 test: xfail-win32 run-pass/companionmod. not sure why it's broke 2012-06-01 21:28:55 -07:00
companionmod.rs
compare-generic-enums.rs add a test that types w/ def_ids compare just fine to types w/o def_ids 2012-05-30 11:04:12 -07:00
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 Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -07:00
crate-attributes.rc
crateresolve1.rs
crateresolve2.rs
crateresolve3.rs
crateresolve4.rs
crateresolve5.rs
crateresolve6.rs
crateresolve7.rs
cycle-collection2.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
cycle-collection4.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
cycle-collection5.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
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 Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
enum-disr-val-pretty.rs
estr-internal.rs More shape fixes for evecs. 2012-05-03 14:11:54 -07:00
estr-shared.rs
estr-slice.rs Implement better shape code for evec, estr. 2012-05-03 13:09:02 -07:00
estr-uniq.rs
evec-internal-boxes.rs
evec-internal.rs More shape fixes for evecs. 2012-05-03 14:11:54 -07:00
evec-slice.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
exec-env.rs
explicit-i-suffix.rs Add a test for explicit i suffix on integer literals 2012-06-12 14:09:11 -07:00
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 Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
expr-alt-generic-box2.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
expr-alt-generic-unique1.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
expr-alt-generic-unique2.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
expr-alt-generic.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
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 Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
expr-block-generic-box2.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
expr-block-generic-unique1.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
expr-block-generic-unique2.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
expr-block-generic.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -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 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 Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
expr-if-generic-box2.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
expr-if-generic.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
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 Add a test case for previous commit 2012-06-04 18:56:50 -07:00
fixed_length_copy.rs Fix copying of fixed length vectors. Closes #2630. 2012-06-15 15:31:19 -07:00
fixed_length_vec_glue.rs Make the shape interpreter actually advance past fixed length vectors. Closes #2613. 2012-06-15 15:31:19 -07:00
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 Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
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 Send is no longer a subkind of copy. This allows for sendable, but non-copyable resources. Closes #2420. 2012-05-22 14:10:32 -07:00
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 minor changes to tests so they pass borrowck 2012-06-06 18:37:58 -07:00
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 Allow trailing commas in import lists. Closes #2582. 2012-06-13 11:53:35 -07:00
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 Enable integer literal suffix inference. 2012-06-19 17:06:05 -07:00
infinite-loops.rs
init-res-into-things.rs Start porting tests to use classes with dtors instead of resources 2012-05-15 20:35:57 -07:00
inner-module.rs
instantiable.rs test file I had lying around and had forgotten to commit 2012-05-18 10:38:18 -07:00
int.rs
integer-literal-suffix-inference.rs Remove obsolete comment. 2012-06-20 17:56:40 -07:00
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 test for #2378 2012-05-18 20:00:50 -07:00
issue-333.rs Remove bind. Issue #2189 2012-06-20 17:27:28 -07:00
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 Add test cases 2012-06-21 19:58:52 -07:00
issue-933.rs
issue-970.rs
issue-979.rs Start porting tests to use classes with dtors instead of resources 2012-05-15 20:35:57 -07:00
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 Remove do ... while loops from the tests and docs. 2012-05-10 15:27:42 -07:00
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 Remove code from parser that was awaiting snapshot 2012-06-14 19:09:02 -07:00
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 Test for #2242 (xfailed for now) 2012-06-20 16:25:46 -07:00
issue-2311.rs Resolve bounds in iface types 2012-05-29 16:50:21 -07:00
issue-2316-c.rs Don't re-export a glob-imported ID when the same ID is defined within 2012-05-01 08:43:17 -07:00
issue-2380-b.rs Test case for issue 2380 2012-05-29 17:05:17 -07:00
issue-2383.rs In reachability, don't ignore nested items 2012-05-29 14:40:35 -07:00
issue-2414-c.rs Allow impls to be re-exported 2012-06-13 15:52:00 -07:00
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 Allow optional comma before with in FRU. Closes #2463. 2012-05-31 12:20:26 -07:00
issue-2487-a.rs Remove empty argument lists from do expressions 2012-07-04 17:21:29 -07:00
issue-2502.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue-2526-a.rs Traverse types in reachability 2012-06-13 11:57:01 -07:00
issue-2550.rs Don't treat all class fields as mutable, except in trans 2012-06-11 10:16:17 -07:00
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 Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue-2633-2.rs Issue #2633: remove last_use entries that are subject to a loan 2012-06-17 16:17:40 -07:00
issue-2633.rs Issue #2633: remove last_use entries that are subject to a loan 2012-06-17 16:17:40 -07:00
issue-2642.rs Don't consider loops to be breaking if they contain inner loops that break 2012-06-20 18:53:38 -07:00
issue-2708.rs More test cases for classes with dtors 2012-06-24 15:11:25 -07:00
issue-2718.rs Be a little more clever about calculating sizes for class types 2012-06-26 11:14:39 -07:00
issue-2734.rs Un-xfail issue 2734 test 2012-07-10 23:10:21 -07:00
issue-2748-a.rs Consider slices to be a structural type. Closes #2748. 2012-07-05 14:48:23 -07:00
issue-2748-b.rs Consider slices to be a structural type. Closes #2748. 2012-07-05 14:48:23 -07:00
issue-2834.rs Added a test case for issue #2834. 2012-07-10 22:00:41 -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 new cap clause syntax 2012-05-04 12:33:08 -07:00
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 Forgot to xfail-fast this 2012-06-12 19:05:34 -07:00
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 new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
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 remove initedness checking from typestate, as best I could 2012-05-24 09:52:16 -07:00
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 Use unboxed vecs for string shape glue. 2012-06-18 15:54:37 -07:00
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
macro-3.rs
macro-by-example-1.rs
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
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 Fix resolve bug that made nested classes not work 2012-06-20 20:12:14 -07:00
nested-exhaustive-alt.rs Rewrite exhaustiveness checker 2012-04-25 09:15:17 +02:00
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 change list so that it must be used in a purely boxed fashion 2012-05-21 09:37:34 -07:00
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 Pipe code cleanup 2012-07-10 22:00:48 -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 Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -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 remove extra type parameter from ptr::is_null() and friends 2012-05-02 21:47:14 -07:00
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 Allow rcvrs to be borrowed; check rcvrs in borrowck properly 2012-06-02 10:08:04 -07:00
rcvr-borrowed-to-slice.rs Convert to new closure syntax 2012-07-01 19:19:32 -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 Modify reflect interface to pass tydescs back to client, stop on false return. 2012-07-10 15:16:48 -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 change region scope of call arguments, old one was unsound 2012-05-24 05:19:44 -07:00
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
regions-creating-enums5.rs
regions-fn-subtyping-2.rs More tests wrt #2263. 2012-06-01 09:26:48 -07:00
regions-fn-subtyping.rs Clarify comments in test. 2012-06-01 09:26:48 -07:00
regions-iface.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
regions-mock-trans-impls.rs Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -07:00
regions-mock-trans.rs Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -07:00
regions-nullary-variant.rs
regions-params.rs Eliminate usages of old sugared call syntax 2012-06-30 16:01:49 -07:00
regions-self-impls.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
regions-self-in-enums.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
regions-simple.rs replace mutbl pass with borrowck 2012-05-10 21:14:43 -07:00
resolve-issue-2428.rs Add a test for Issue #2428. 2012-05-22 16:35:10 -07:00
resource-assign-is-not-copy.rs Start porting tests to use classes with dtors instead of resources 2012-05-15 20:35:57 -07:00
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 Convert more resource tests to use classes with dtors 2012-05-22 22:12:18 -04:00
resource-generic.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
resource-in-struct.rs Port more test cases to use classes instead of resources 2012-06-01 20:40:34 -07:00
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 refactor region manip. to remove redundancy, get closer to fn subtyping 2012-05-30 11:04:12 -07:00
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 Tests for copyability and sendability rules for classes 2012-06-01 20:40:35 -07:00
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 Remove code from parser that was awaiting snapshot 2012-06-14 19:09:02 -07:00
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 Added a test for #! comments 2012-05-22 18:03:26 -07:00
shift.rs Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417. 2012-05-22 14:59:15 -07:00
signed-shift-const-eval.rs Add a test for the just closed issue #2426. 2012-05-30 16:02:48 -07:00
simple-alt-generic-tag.rs
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 Add more #fmt float tests 2012-06-02 16:45:20 -07:00
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 Rewrite exhaustiveness checker 2012-04-25 09:15:17 +02:00
tag.rs
tail-call-arg-leak.rs Remove be keyword. 2012-05-15 10:41:14 -07:00
tail-cps.rs Switch 'native' to 'extern' (or 'foreign' in some descriptions) 2012-07-03 16:11:00 -07:00
tail-direct.rs Remove be keyword. 2012-05-15 10:41:14 -07:00
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 Comments only: annotate FIXMEs in tests 2012-06-14 15:35:43 -07:00
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 Remove code from parser that was awaiting snapshot 2012-06-14 19:09:02 -07:00
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
traits.rs Start sketching some traitorous code (xfail'd) 2012-07-02 17:12:30 -07:00
trivial-message.rs
tstate-loop-break.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tup.rs
type-in-nested-module.rs
type-namespace.rs
type-param-constraints.rs Port more test cases to use classes instead of resources 2012-06-01 20:40:34 -07:00
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 A test to exercise suffix inference for unary minus a little more. 2012-06-21 12:08:10 -07:00
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 Prevent capturing non-copyable things in closures. 2012-05-23 15:46:43 -07:00
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 rustc: Put uniques into addrspace 1 2012-06-05 14:03:25 -07:00
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 Port more test cases to use classes instead of resources 2012-06-01 20:40:34 -07:00
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 Remove code from parser that was awaiting snapshot 2012-06-14 19:09:02 -07:00
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 test: Fix and un-xfail run-pass/use 2012-04-25 15:58:33 -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 Remove do ... while loops from the tests and docs. 2012-05-10 15:27:42 -07:00
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