rust/src/test/run-pass
2012-01-09 16:12:48 -08:00
..
companionmod-src rustc: Support 'companion mod's for crates and directory mods 2011-10-29 01:40:20 -07:00
crate-attributes-src Reformat 2011-08-20 11:04:00 -07:00
multi-src Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
native-mod-src Reformat 2011-08-20 11:04:00 -07:00
native-src Reformat 2011-08-20 11:04:00 -07:00
acyclic-unwind.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
alias-uninit-value.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
alloca-from-derived-tydesc.rs Update our code to new type parameter kind syntax 2011-10-25 15:56:55 +02:00
alt-bot-2.rs Handle alt on a _|_ - typed value 2011-08-04 16:07:26 -07:00
alt-bot.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
alt-implicit-copy-unique.rs Add missing case for pat_uniq to syntax::visit 2011-09-23 16:03:35 -07:00
alt-implicit-copy.rs Apply implicit copying for unsafe references to alt patterns 2011-09-13 12:23:36 +02:00
alt-join.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
alt-path.rs Reformat 2011-08-20 11:04:00 -07:00
alt-pattern-drop.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
alt-pattern-lit.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
alt-pattern-no-type-params.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
alt-pattern-simple.rs Reformat 2011-08-20 11:04:00 -07:00
alt-phi.rs Remove remaining uses of iter and for-each 2011-10-21 13:34:35 +02:00
alt-range.rs Un-xfail-fast some tests 2011-10-20 16:01:24 -07:00
alt-str.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
alt-tag.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
alt-type-simple.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
anon-obj-backwarding-2.rs Reformat 2011-08-20 11:04:00 -07:00
anon-obj-backwarding.rs Thread "self" through the stack. Backwarding! Closes #702. 2011-08-09 10:59:13 -07:00
anon-obj-cats.rs Reformat 2011-08-20 11:04:00 -07:00
anon-obj-degenerate.rs Reformat 2011-08-20 11:04:00 -07:00
anon-obj-no-inner-obj-simple.rs Reformat 2011-08-20 11:04:00 -07:00
anon-obj-no-inner-obj.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
anon-obj-overriding-reduced.rs Reformat 2011-08-20 11:04:00 -07:00
anon-obj-overriding.rs Reformat 2011-08-20 11:04:00 -07:00
anon-obj-refer-to-parallel-method.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
anon-obj-with-self-call-2.rs Reformat 2011-08-20 11:04:00 -07:00
anon-obj-with-self-call.rs Reformat 2011-08-20 11:04:00 -07:00
anon-objs-with-fields.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
argument-passing.rs Pretty-print for new arg-mode syntax 2011-09-12 12:49:00 +02:00
argv.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
arith-0.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
arith-1.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
arith-2.rs Reformat 2011-08-20 11:04:00 -07:00
arith-unsigned.rs Reformat 2011-08-20 11:04:00 -07:00
artificial-block.rs Reformat 2011-08-20 11:04:00 -07:00
assign-assign.rs Reformat 2011-08-20 11:04:00 -07:00
auto-instantiate.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
auto-loop.rs Reformat 2011-08-20 11:04:00 -07:00
autobind.rs Update our code to new type parameter kind syntax 2011-10-25 15:56:55 +02:00
autoderef-objfn.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
basic-1.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
basic-2.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
basic.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
big-literals.rs Change literal representation to not truncate 2011-12-07 21:08:28 +01:00
binary-minus-without-space.rs Make 1-1 parse again 2011-10-07 16:46:44 +02:00
bind-exterior.rs Change some tests that used binop autoderef. 2011-08-12 18:28:03 -07:00
bind-generic.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
bind-interior.rs Make fn denote a bare function. Convert fn to fn@ as needed 2011-10-20 18:23:48 -07:00
bind-native-fn.rs implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove empty link_name. 2011-12-16 15:29:59 -08:00
bind-native.rs Use attributes for native module ABI and link name 2011-11-16 11:35:13 -08:00
bind-obj-ctor.rs Reformat 2011-08-20 11:04:00 -07:00
bind-parameterized-args-2.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
bind-parameterized-args.rs Make fn denote a bare function. Convert fn to fn@ as needed 2011-10-20 18:23:48 -07:00
bind-thunk.rs Make fn denote a bare function. Convert fn to fn@ as needed 2011-10-20 18:23:48 -07:00
bind-trivial.rs Make fn denote a bare function. Convert fn to fn@ as needed 2011-10-20 18:23:48 -07:00
binops.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
bitwise.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
block-arg-call-as.rs Remove proto_sugar and 'lambda' as keyword, commit to fn@. 2012-01-09 16:12:48 -08:00
block-arg-can-be-followed-by-binop.rs new tests 2012-01-03 13:13:52 -08:00
block-arg-can-be-followed-by-block-arg.rs new tests 2012-01-03 13:13:52 -08:00
block-arg-can-be-followed-by-call.rs new tests 2012-01-03 13:13:52 -08:00
block-arg-in-parentheses.rs require a non-semi expr acting as a stmt to have unit return type 2012-01-05 10:44:38 -08:00
block-arg-in-ternary.rs Merge branch 'master' into kmath 2012-01-05 16:25:51 +01:00
block-arg-used-as-lambda.rs Remove proto_sugar and 'lambda' as keyword, commit to fn@. 2012-01-09 16:12:48 -08:00
block-arg.rs Merge branch 'master' into kmath 2012-01-05 16:25:51 +01:00
block-explicit-types.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
block-expr-precedence.rs Un-xfail various tests 2011-09-19 18:55:26 -07:00
block-fn-coerce.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
block-iter-1.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
block-iter-2.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
block-vec-map2.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
bool-not.rs Reformat 2011-08-20 11:04:00 -07:00
box-compare.rs Reformat 2011-08-20 11:04:00 -07:00
box-in-tup.rs Reformat 2011-08-20 11:04:00 -07:00
box-inside-if.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
box-inside-if2.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
box-pattern.rs Reformat 2011-08-20 11:04:00 -07:00
box-unbox.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
box.rs Reformat 2011-08-20 11:04:00 -07:00
break-value.rs Reformat 2011-08-20 11:04:00 -07:00
break.rs Reformat 2011-08-20 11:04:00 -07:00
bug-862.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
c-stack-as-value.rs re-enable tests for #1058 and #1059 2011-11-18 16:32:19 -08:00
c-stack-returning-int64.rs implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove empty link_name. 2011-12-16 15:29:59 -08:00
cap-clause-move.rs Remove proto_sugar and 'lambda' as keyword, commit to fn@. 2012-01-09 16:12:48 -08:00
cap-clause-not-used.rs implement capture clauses (move, in particular) and integrate 2011-12-19 14:07:46 -08:00
cast.rs Reformat 2011-08-20 11:04:00 -07:00
chan-leak.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
char.rs Reformat 2011-08-20 11:04:00 -07:00
check-pattern-bound.rs Add companion-module core.rs that exports log levels and option/some/none everywhere. 2011-12-20 12:41:44 -08:00
child-outlives-parent.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
claim-nonterm.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
clone-with-exterior.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
comm.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
command-line-args.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
companionmod.rc rustc: Add a path attribute for crate directives 2011-11-24 15:31:18 -08:00
companionmod.rs rustc: Support 'companion mod's for crates and directory mods 2011-10-29 01:40:20 -07:00
complex.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
conditional-compile-arch.rs Support conditional compilation based on architecture 2011-11-15 16:33:09 -08:00
conditional-compile.rs Use attributes for native module ABI and link name 2011-11-16 11:35:13 -08:00
const-contents.rs Add test with implemented bits of issue #570. 2011-11-09 14:33:06 -08:00
const-negative.rs Add a test for negative constants. Closes #358 2011-09-22 21:59:09 -07:00
const.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
constrained-type.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
constraint-prop-expr-move.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
constraint-prop-move.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
constraint-prop-swap.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
constraint-prop.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
crate-attributes.rc rustc: Add a path attribute for crate directives 2011-11-24 15:31:18 -08:00
cycle-collection.rs rt: Turn on cycle collection at task death; add a test case 2011-09-26 16:59:15 -07:00
cycle-collection2.rs Record the internal reference count of environment boxes. Closes #981 2011-10-21 14:05:16 -07:00
cycle-collection4.rs Free vectors during cc sweep 2011-10-21 16:07:40 -07:00
cycle-collection5.rs Cycle-collect objects 2011-10-21 17:21:59 -07:00
dead-code-one-arm-if.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
decl-with-recv.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
deep.rs Reformat 2011-08-20 11:04:00 -07:00
deref-lval.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
deref.rs Reformat 2011-08-20 11:04:00 -07:00
div-mod.rs Reformat 2011-08-20 11:04:00 -07:00
double-unbox.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
drop-bind-thunk-args.rs Reformat 2011-08-20 11:04:00 -07:00
drop-on-empty-block-exit.rs Reformat 2011-08-20 11:04:00 -07:00
drop-on-ret.rs Reformat 2011-08-20 11:04:00 -07:00
drop-parametric-closure-with-bound-box.rs Fix test that used an oversized int literal 2011-12-07 22:10:56 +01:00
dupe-first-attr.rc freebsd support 2012-01-01 20:18:55 -08:00
early-ret-binop-add.rs Allow tail expressions even in no_value blocks. Type checker 2012-01-03 13:13:52 -08:00
early-ret-binop.rs Allow tail expressions even in no_value blocks. Type checker 2012-01-03 13:13:52 -08:00
else-if.rs Reformat 2011-08-20 11:04:00 -07:00
empty-mutable-vec.rs Reformat 2011-08-20 11:04:00 -07:00
empty-tag.rs Properly fill single-variant zero-arg tag values. 2011-10-13 15:14:09 +02:00
export-abstract-tag.rs Reformat 2011-08-20 11:04:00 -07:00
export-multi.rs Reformat 2011-08-20 11:04:00 -07:00
export-non-interference.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
export-non-interference2.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
export-non-interference3.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
export-tag-variant.rs Reformat 2011-08-20 11:04:00 -07:00
export-unexported-dep.rs Drop arguments on the caller side, not the callee 2011-08-22 10:16:09 +02:00
expr-alt-box.rs Reformat 2011-08-20 11:04:00 -07:00
expr-alt-fail-all.rs Reformat 2011-08-20 11:04:00 -07:00
expr-alt-fail.rs Reformat 2011-08-20 11:04:00 -07:00
expr-alt-generic-box1.rs Make fn denote a bare function. Convert fn to fn@ as needed 2011-10-20 18:23:48 -07:00
expr-alt-generic-box2.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-alt-generic-unique1.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-alt-generic-unique2.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-alt-generic.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-alt-struct.rs Reformat 2011-08-20 11:04:00 -07:00
expr-alt-unique.rs Create a bunch of test cases for unique boxes by copying box tests 2011-09-23 15:15:30 -07:00
expr-alt.rs Reformat 2011-08-20 11:04:00 -07:00
expr-block-box.rs Reformat 2011-08-20 11:04:00 -07:00
expr-block-fn.rs Reformat 2011-08-20 11:04:00 -07:00
expr-block-generic-box1.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
expr-block-generic-box2.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-block-generic-unique1.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-block-generic-unique2.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-block-generic.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-block-ref.rs Reformat 2011-08-20 11:04:00 -07:00
expr-block-slot.rs Reformat 2011-08-20 11:04:00 -07:00
expr-block-unique.rs Create a bunch of test cases for unique boxes by copying box tests 2011-09-23 15:15:30 -07:00
expr-block.rs Reformat 2011-08-20 11:04:00 -07:00
expr-copy.rs Properly implement copy expressions 2011-09-12 13:13:20 +02:00
expr-elseif-ref.rs Reformat 2011-08-20 11:04:00 -07:00
expr-elseif-ref2.rs Reformat 2011-08-20 11:04:00 -07:00
expr-empty-ret.rs Reformat 2011-08-20 11:04:00 -07:00
expr-fn.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-if-box.rs Reformat 2011-08-20 11:04:00 -07:00
expr-if-fail-all.rs Reformat 2011-08-20 11:04:00 -07:00
expr-if-fail.rs Reformat 2011-08-20 11:04:00 -07:00
expr-if-generic-box1.rs Make fn denote a bare function. Convert fn to fn@ as needed 2011-10-20 18:23:48 -07:00
expr-if-generic-box2.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-if-generic.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-if-struct.rs Reformat 2011-08-20 11:04:00 -07:00
expr-if-unique.rs Create a bunch of test cases for unique boxes by copying box tests 2011-09-23 15:15:30 -07:00
expr-if.rs Reformat 2011-08-20 11:04:00 -07:00
expr-scope.rs Reformat 2011-08-20 11:04:00 -07:00
exterior.rs Reformat 2011-08-20 11:04:00 -07:00
fact.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
first-class-method.rs Move closure construction over to DPS style 2011-09-29 10:36:40 +02:00
fixed-point-bind-box.rs Update our code to new type parameter kind syntax 2011-10-25 15:56:55 +02:00
fixed-point-bind-unique.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
float-nan.rs Merge branch 'master' into kmath 2012-01-05 16:25:51 +01:00
float-signature.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
float.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
float2.rs Make 1.f parse as a field access on the integer 1 2011-12-16 11:46:57 +01:00
floatlits.rs Reformat 2011-08-20 11:04:00 -07:00
fn-bare-anon-2.rs Merge all 3 log syntaxes, tidy up residual misuses. 2011-12-22 16:14:00 -08:00
fn-bare-anon.rs Merge all 3 log syntaxes, tidy up residual misuses. 2011-12-22 16:14:00 -08:00
fn-bare-assign.rs Remove temporary fn# syntax 2011-10-20 20:34:04 -07:00
fn-bare-bind-generic.rs Remove temporary fn# syntax 2011-10-20 20:34:04 -07:00
fn-bare-bind.rs Remove temporary fn# syntax 2011-10-20 20:34:04 -07:00
fn-bare-coerce-to-block.rs Remove temporary fn# syntax 2011-10-20 20:34:04 -07:00
fn-bare-coerce-to-shared.rs Remove temporary fn# syntax 2011-10-20 20:34:04 -07:00
fn-bare-item.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
fn-bare-size.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
fn-bare-spawn.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
fn-coerce-field.rs Remove temporary fn# syntax 2011-10-20 20:34:04 -07:00
fn-constraint.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
fn-expr.rs Reformat 2011-08-20 11:04:00 -07:00
fn-lval.rs Reformat 2011-08-20 11:04:00 -07:00
fn-type-infer.rs Remove proto_sugar and 'lambda' as keyword, commit to fn@. 2012-01-09 16:12:48 -08:00
for-destruct.rs Reformat 2011-08-20 11:04:00 -07:00
for-implicit-copy.rs Make for loop alias-safe 2011-09-13 13:05:59 +02:00
for-loop-fail.rs Reformat 2011-08-20 11:04:00 -07:00
foreach-nested.rs Remove remaining uses of iter and for-each 2011-10-21 13:34:35 +02:00
foreach-put-structured.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
foreach-simple-outer-slot.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
foreach-unique-drop.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
fun-call-variants.rs Make fn denote a bare function. Convert fn to fn@ as needed 2011-10-20 18:23:48 -07:00
fun-indirect-call.rs Reformat 2011-08-20 11:04:00 -07:00
generic-alias-box.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-alias-unique.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-bind-2.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-bind.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-box.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-derived-type.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-drop-glue.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-exterior-box.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-exterior-unique.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-fn-box.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
generic-fn-infer.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-fn-twice.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-fn-unique.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-fn.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-ivec-leak.rs Reformat 2011-08-20 11:04:00 -07:00
generic-ivec.rs Reformat 2011-08-20 11:04:00 -07:00
generic-obj-with-derived-type.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-obj.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-recursive-tag.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-tag-alt.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
generic-tag-corruption.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-tag-local.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-tag-values.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
generic-tag.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-temporary.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
generic-tup.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
generic-type-synonym.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
generic-type.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-unique.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
global-scope.rs Remove all xfail-stage0 directives 2011-08-03 10:55:59 -07:00
guards.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
hashmap-memory.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
hello.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
i8-incr.rs Reformat 2011-08-20 11:04:00 -07:00
i32-sub.rs Reformat 2011-08-20 11:04:00 -07:00
if-bot.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
if-check-precond.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
if-check.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
if-ret.rs Reformat 2011-08-20 11:04:00 -07:00
iface-generic.rs Fix pretty-printing of ty params in iface methods 2012-01-06 17:40:05 +01:00
iface-to-str.rs Make resolution of dictionaries on bounded params work 2012-01-03 16:37:41 +01:00
import-from-native.rs Use attributes for native module ABI and link name 2011-11-16 11:35:13 -08:00
import-from.rs Reformat 2011-08-20 11:04:00 -07:00
import-glob-0.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
import-glob-1.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
import-glob-circular.rs Reformat 2011-08-20 11:04:00 -07:00
import-glob-crate.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
import-in-block.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
import.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
import2.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
import3.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
import4.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
import5.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
import6.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
import7.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
import8.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
infer-fn-tail-expr.rs Reformat 2011-08-20 11:04:00 -07:00
infinite-loops.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
init-res-into-things.rs Add some tests for new kind system 2011-11-18 16:15:46 +01:00
inner-module.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
int.rs Reformat 2011-08-20 11:04:00 -07:00
integral-indexing.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
interface-narrowing.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
interior-vec.rs Use attributes for native module ABI and link name 2011-11-16 11:35:13 -08:00
invoke-external-native Trying to remove wrappers from float 2011-12-31 03:45:17 +01:00
invoke-external-native.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
issue-333.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
issue-506.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
issue-507.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
issue-511.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
issue-687.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
issue-718.rs The self-stack stuff (from #702) also closes issue #718. 2011-08-09 11:46:15 -07:00
issue-783.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
issue-898.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
issue-970.rs Add missing ty_constr cases to trans::type_of_inner and ty::fold_ty. 2012-01-03 15:50:05 -08:00
issue-980.rs Un-xfail-fast some tests 2011-10-20 16:01:24 -07:00
issue-1112.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
issue-1251.rs rustc: Add suffix ".rc" to LLVM module identifier 2011-12-05 17:21:20 +08:00
issue-1257.rs rustc: Fix memory leak in do-while loop 2011-12-05 00:38:38 +08:00
istr.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
item-attributes.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
item-name-overload.rs Reformat 2011-08-20 11:04:00 -07:00
iter-range.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
ivec-add.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
ivec-pass-by-value.rs Reformat 2011-08-20 11:04:00 -07:00
ivec-tag.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
join.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
lambda-infer-unresolved.rs Remove proto_sugar and 'lambda' as keyword, commit to fn@. 2012-01-09 16:12:48 -08:00
lambda-no-leak.rs Remove proto_sugar and 'lambda' as keyword, commit to fn@. 2012-01-09 16:12:48 -08:00
large-records.rs Reformat 2011-08-20 11:04:00 -07:00
last-use-in-cap-clause.rs Remove proto_sugar and 'lambda' as keyword, commit to fn@. 2012-01-09 16:12:48 -08:00
last-use-is-capture.rs Remove proto_sugar and 'lambda' as keyword, commit to fn@. 2012-01-09 16:12:48 -08:00
lazy-and-or.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
lazy-init.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
lazychan.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
leak-box-as-tydesc.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
leak-tag-copy.rs Reformat 2011-08-20 11:04:00 -07:00
leak-unique-as-tydesc.rs Create a bunch of test cases for unique boxes by copying box tests 2011-09-23 15:15:30 -07:00
let-destruct-fresh-mem.rs Reformat 2011-08-20 11:04:00 -07:00
let-destruct.rs Reformat 2011-08-20 11:04:00 -07:00
linear-for-loop.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
linked-failure.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
list.rs Reformat 2011-08-20 11:04:00 -07:00
log-err-phi.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
log-linearized.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
long-while.rs Reformat 2011-08-20 11:04:00 -07:00
loop-scope.rs Reformat 2011-08-20 11:04:00 -07:00
lots-a-fail.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
macro-2.rs Reformat 2011-08-20 11:04:00 -07:00
macro-3.rs Reformat 2011-08-20 11:04:00 -07:00
macro-by-example-1.rs Reformat 2011-08-20 11:04:00 -07:00
macro-by-example-2.rs Reformat 2011-08-20 11:04:00 -07:00
macro.rs Reformat 2011-08-20 11:04:00 -07:00
main-ivec.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
many.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
maybe-mutable.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
mlist-cycle.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
mlist.rs Reformat 2011-08-20 11:04:00 -07:00
mod-view-items.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
morestack1.rs test: Enable all morestack tests 2011-12-18 13:37:33 -08:00
morestack2.rs test: Enable all morestack tests 2011-12-18 13:37:33 -08:00
morestack3.rs test: Enable all morestack tests 2011-12-18 13:37:33 -08:00
morestack4.rs test: Enable all morestack tests 2011-12-18 13:37:33 -08:00
morestack5.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
morestack6.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
move-1-unique.rs Support non-immediates in trans_uniq::copy_val 2011-09-24 21:28:58 -07:00
move-1.rs Reformat 2011-08-20 11:04:00 -07:00
move-2-unique.rs Create a bunch of test cases for unique boxes by copying box tests 2011-09-23 15:15:30 -07:00
move-2.rs Reformat 2011-08-20 11:04:00 -07:00
move-3-unique.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
move-3.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
move-4-unique.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
move-4.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
move-arg-2-unique.rs Create a bunch of test cases for unique boxes by copying box tests 2011-09-23 15:15:30 -07:00
move-arg-2.rs Pretty-print for new arg-mode syntax 2011-09-12 12:49:00 +02:00
move-arg.rs Pretty-print for new arg-mode syntax 2011-09-12 12:49:00 +02:00
move-nullary-fn.rs Add tests for moving nullary functions 2011-09-19 19:04:33 -07:00
move-scalar.rs Reformat 2011-08-20 11:04:00 -07:00
multi-let.rs Reformat 2011-08-20 11:04:00 -07:00
multi.rc rustc: Add a path attribute for crate directives 2011-11-24 15:31:18 -08:00
multiline-comment.rs Reformat 2011-08-20 11:04:00 -07:00
mutable-alias-vec.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
mutable-huh-variance-vec1.rs rustc: Accept 'const' as synonym for 'mutable?' 2011-11-16 13:52:08 -08:00
mutable-huh-variance-vec2.rs rustc: Accept 'const' as synonym for 'mutable?' 2011-11-16 13:52:08 -08:00
mutable-vec-drop.rs Reformat 2011-08-20 11:04:00 -07:00
mutual-recursion-group.rs Reformat 2011-08-20 11:04:00 -07:00
native-dupe.rs Use attributes for native module ABI and link name 2011-11-16 11:35:13 -08:00
native-fn-linkname.rs implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove empty link_name. 2011-12-16 15:29:59 -08:00
native-mod.rc Add "cdecl" as synonym for "c-stack-cdecl" 2011-11-09 16:47:44 -08:00
native-no-abi.rs Add a test that native mods don't need to declare an ABI 2011-11-16 11:36:46 -08:00
native-opaque-type.rs implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove empty link_name. 2011-12-16 15:29:59 -08:00
native.rc Add "cdecl" as synonym for "c-stack-cdecl" 2011-11-09 16:47:44 -08:00
native2.rs implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove empty link_name. 2011-12-16 15:29:59 -08:00
negative.rs Add support for negative literals. 2011-09-14 00:47:14 -04:00
nested-alts.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
nested-obj-self.rs Reformat 2011-08-20 11:04:00 -07:00
nested-pattern.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
nested-patterns.rs Allow binding of nested patterns 2011-12-08 12:03:48 +01:00
newtype-polymorphic.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
newtype.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
nil-pattern.rs Reformat 2011-08-20 11:04:00 -07:00
non-boolean-pure-fns.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
obj-as.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
obj-docs.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
obj-drop.rs Reformat 2011-08-20 11:04:00 -07:00
obj-recursion.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
obj-return-polytypes.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
obj-self-2.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
obj-self-3.rs Disallow writing to function arguments again 2011-11-03 10:57:54 +01:00
obj-self-4.rs Reformat 2011-08-20 11:04:00 -07:00
obj-self.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
obj-with-vec.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
opeq.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
operator-associativity.rs Reformat 2011-08-20 11:04:00 -07:00
or-pattern.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
output-slot-variants.rs Reformat 2011-08-20 11:04:00 -07:00
over-constrained-vregs.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
paren-free.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
parse-fail.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
pass-by-copy.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
path.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
pattern-bound-var-in-for-each.rs Add companion-module core.rs that exports log levels and option/some/none everywhere. 2011-12-20 12:41:44 -08:00
pred-check.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
pred-not-bool.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
pred.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
preempt.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
readalias.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
rebind-fn.rs Make fn denote a bare function. Convert fn to fn@ as needed 2011-10-20 18:23:48 -07:00
rec-auto.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
rec-extend.rs Reformat 2011-08-20 11:04:00 -07:00
rec-tup.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
rec.rs Reformat 2011-08-20 11:04:00 -07:00
record-pat.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
reference-branch.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
resource-assign-is-not-copy.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
resource-destruct.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
resource-generic.rs Add pass-by-ref annotation to the tests to make them typecheck 2011-10-07 10:41:39 +02:00
resource-in-struct.rs Update stdlib, compiler, and tests to new kind system 2011-11-18 12:49:01 +01:00
ret-bang.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
ret-none.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
return-nil.rs Reformat 2011-08-20 11:04:00 -07:00
rt-circular-buffer.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
self-shadowing-import.rs Reformat 2011-08-20 11:04:00 -07:00
send-iloop.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
send-type-inference.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
sendfn-deep-copy.rs Remove leftover comm.rs in std 2012-01-09 14:53:13 +01:00
sendfn-generic-fn.rs Remove leftover comm.rs in std 2012-01-09 14:53:13 +01:00
sendfn-is-a-block.rs impl the proper partial order between fn types 2011-12-19 14:07:46 -08:00
sendfn-spawn-with-fn-arg.rs Remove leftover comm.rs in std 2012-01-09 14:53:13 +01:00
seq-compare.rs Reformat 2011-08-20 11:04:00 -07:00
shadow.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
shape_intrinsic_tag_then_rec.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
simple-alt-generic-tag.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
simple-anon-objs.rs Reformat 2011-08-20 11:04:00 -07:00
simple-generic-alt.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
simple-generic-tag.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
simple-infer.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
simple-obj.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
size-and-align.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
spawn-fn.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
spawn-module-qualified.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
spawn-types.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
spawn.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
spawn2.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
standalone-method.rs Move closure construction over to DPS style 2011-09-29 10:36:40 +02:00
stateful-obj.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
static-impl.rs Add type argument field to expr_path 2011-12-19 10:43:23 +01:00
str-append.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
str-concat.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
str-growth.rs Reformat 2011-08-20 11:04:00 -07:00
str-idx.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
str-multiline.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
string-self-append.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
structured-compare-recursive.rs Reformat 2011-08-20 11:04:00 -07:00
structured-compare.rs Reformat 2011-08-20 11:04:00 -07:00
supported-cast.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
swap-1.rs Reformat 2011-08-20 11:04:00 -07:00
swap-2.rs Update our code to new type parameter kind syntax 2011-10-25 15:56:55 +02:00
syntax-extension-fmt.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
syntax-extension-minor.rs Reformat 2011-08-20 11:04:00 -07:00
syntax-extension-shell.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
tag-and-generic-obj.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
tag-in-block.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
tag.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
tail-call-arg-leak.rs Reformat 2011-08-20 11:04:00 -07:00
tail-cps.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
tail-direct.rs Reformat 2011-08-20 11:04:00 -07:00
task-comm-0.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-1.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-2.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-3.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-4.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
task-comm-5.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
task-comm-6.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
task-comm-7.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-8.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-9.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-10.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-11.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-12.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-13.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-14.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-15.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-16.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
task-comm-17.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
task-comm-chan-cleanup.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
task-comm-chan-cleanup2.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
task-comm-chan-cleanup3.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
task-comm-chan-cleanup4.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-comm-chan-nil.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
task-comm.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-compare.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
task-killjoin-rsrc.rs remove trailing whitespace 2012-01-06 22:07:29 -08:00
task-killjoin.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-life-0.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
task-pin.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
task-spawn-move-and-copy.rs modify last use to take into account cap clause, add new test 2012-01-08 14:57:03 -08:00
terminate-in-initializer.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
ternary.rs Reformat 2011-08-20 11:04:00 -07:00
test-ignore-cfg.rs reorder args to the various vec, option fns so blk comes last 2011-12-16 07:17:23 -08:00
test-runner-hides-main.rs Reformat 2011-08-20 11:04:00 -07:00
threads.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
trivial-message.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
tup.rs Reformat 2011-08-20 11:04:00 -07:00
type-in-nested-module.rs Reformat 2011-08-20 11:04:00 -07:00
type-namespace.rs Reformat 2011-08-20 11:04:00 -07:00
type-param-constraints.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
type-param.rs Reformat for new mode syntax, step 1 2011-09-12 12:04:14 +02:00
type-params-in-for-each.rs Update our code to new type parameter kind syntax 2011-10-25 15:56:55 +02:00
type-ptr.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
type-sizes.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
typestate-cfg-nesting.rs Reformat 2011-08-20 11:04:00 -07:00
typestate-multi-decl.rs Reformat 2011-08-20 11:04:00 -07:00
typestate-transitive.rs Change "pred" to "pure fn" in all libraries and test cases 2011-08-25 18:24:45 -07:00
u8-incr-decr.rs Reformat 2011-08-20 11:04:00 -07:00
u8-incr.rs Reformat 2011-08-20 11:04:00 -07:00
u32-decr.rs Reformat 2011-08-20 11:04:00 -07:00
uint.rs Reformat 2011-08-20 11:04:00 -07:00
unchecked-predicates.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
unify-return-ty.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
unique-alt-discrim.rs Fix ty_uniq case in maybe_auto_unbox 2011-09-22 18:14:18 -07:00
unique-assign-copy.rs Add a test that assignment of unique boxes to locals does a copy 2011-09-22 13:53:34 -07:00
unique-assign-drop.rs Drop the previous value when copying one unique box local to another 2011-09-22 13:53:34 -07:00
unique-assign-generic.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
unique-assign.rs Add assignment to unique box locals 2011-09-22 13:53:33 -07:00
unique-autoderef-field.rs Autoderef indexes and fields of unique boxes 2011-09-22 16:06:25 -07:00
unique-autoderef-index.rs Autoderef indexes and fields of unique boxes 2011-09-22 16:06:25 -07:00
unique-cmp.rs Log and compare unique boxes 2011-09-21 17:08:40 -07:00
unique-containing-tag.rs Fix tags of unique boxes 2011-09-26 14:44:08 -07:00
unique-copy-box.rs Register snapshots and switch logging over to use of log_full or #error / #debug. 2011-12-22 14:42:52 -08:00
unique-create.rs Make creation of unique boxes work again 2011-09-20 17:51:17 -07:00
unique-decl-init-copy.rs Initialize unique box locals from other locals 2011-09-22 13:53:33 -07:00
unique-decl-init.rs Initialize unique box locals from other locals 2011-09-22 13:53:33 -07:00
unique-decl-move-temp.rs Add tests for moving unique boxes 2011-09-22 15:43:08 -07:00
unique-decl-move.rs Add tests for moving unique boxes 2011-09-22 15:43:08 -07:00
unique-decl.rs Parse unique box types 2011-09-20 17:51:17 -07:00
unique-deref.rs Add ability to deref unique boxes. Make unique boxes immediates. 2011-09-21 14:40:55 -07:00
unique-destructure.rs Add let destructuring for unique boxes 2011-09-23 16:12:04 -07:00
unique-drop-complex.rs Call drop glue on the thing in a unique box 2011-09-22 10:26:34 -07:00
unique-fn-arg-move.rs Add tests for moving unique boxes 2011-09-22 15:43:08 -07:00
unique-fn-arg-mut.rs Add a test for mutable references to unique boxes as function arguments 2011-09-22 15:03:44 -07:00
unique-fn-arg.rs Add a test for unique boxes as fn args 2011-09-22 14:55:08 -07:00
unique-fn-ret.rs Adda test for returning unique boxes 2011-09-22 17:00:53 -07:00
unique-generic-assign.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
unique-in-tag.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
unique-in-vec-copy.rs Add a test that unique boxes in vectors are copied when the vector is 2011-09-26 17:59:58 -07:00
unique-in-vec.rs Allow vectors to contain unique boxes. Closes #952 2011-09-22 17:00:53 -07:00
unique-init.rs Make creation of unique boxes work again 2011-09-20 17:51:17 -07:00
unique-kinds.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
unique-log.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
unique-move-drop.rs Add tests for moving unique boxes 2011-09-22 15:43:08 -07:00
unique-move-temp.rs Add tests for moving unique boxes 2011-09-22 15:43:08 -07:00
unique-move.rs Add tests for moving unique boxes 2011-09-22 15:43:08 -07:00
unique-mutable.rs Add support for mutable unique boxes 2011-09-22 10:26:34 -07:00
unique-pat-2.rs Fix tags of unique boxes 2011-09-26 14:44:08 -07:00
unique-pat-3.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
unique-pat.rs Begin to support pattern matching on unique boxes 2011-09-23 15:15:30 -07:00
unique-pinned-nocopy-2.rs Make it again possible to initialize resource locals via assignment 2011-09-27 23:20:27 -07:00
unique-rec.rs Support non-immediates in trans_uniq::copy_val 2011-09-24 21:28:58 -07:00
unique-send-2.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
unique-send.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
unique-swap.rs Add tests for swapping unique boxes 2011-09-24 12:36:50 -07:00
unit.rs Reformat 2011-08-20 11:04:00 -07:00
unreachable-code.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
unsafe-fn-called-from-unsafe-blk.rs make treatment of unchecked/unsafe blocks more uniform 2011-10-12 14:39:24 -07:00
unsafe-fn-called-from-unsafe-fn.rs fix test to include a main() function 2011-10-12 14:26:47 -07:00
unwind-box.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
unwind-resource.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
unwind-resource2.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
unwind-unique.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
use-import-export.rs Reformat 2011-08-20 11:04:00 -07:00
use-uninit-alt.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
use-uninit-alt2.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
use.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
user.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
utf8.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
utf8_chars.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
utf8_idents.rs Add support in lexer for utf8 identifiers. No NFKC logic in char yet. 2011-12-29 14:45:18 -08:00
vec-concat.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
vec-drop.rs Reformat 2011-08-20 11:04:00 -07:00
vec-growth.rs Reformat 2011-08-20 11:04:00 -07:00
vec-ivec-deadlock.rs Reformat 2011-08-20 11:04:00 -07:00
vec-late-init.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
vec-push.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
vec-self-append.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
vec-slice.rs Replace xfail-stageN with simply xfail-test 2011-08-31 16:32:16 +02:00
vec.rs Reformat 2011-08-20 11:04:00 -07:00
vector-no-ann-2.rs Reformat 2011-08-20 11:04:00 -07:00
weird-exprs.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
while-and-do-while.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
while-cont.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
while-flow-graph.rs Reformat 2011-08-20 11:04:00 -07:00
while-loop-constraints-2.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
while-prelude-drop.rs Reformat 2011-08-20 11:04:00 -07:00
while-with-break.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
writealias.rs Pretty-print for new arg-mode syntax 2011-09-12 12:49:00 +02:00
x86stdcall.rs freebsd support 2012-01-01 20:18:55 -08:00
x86stdcall2.rs freebsd support 2012-01-01 20:18:55 -08:00
yield.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
yield1.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
yield2.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -08:00
zip-same-length.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00