rust/src/test/run-pass
2012-01-11 13:57:11 -08:00
..
companionmod-src
crate-attributes-src
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
native-src
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
alt-bot-2.rs
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
alt-implicit-copy.rs
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
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
alt-phi.rs
alt-range.rs
alt-str.rs
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
anon-obj-backwarding-2.rs
anon-obj-backwarding.rs
anon-obj-cats.rs
anon-obj-degenerate.rs
anon-obj-no-inner-obj-simple.rs
anon-obj-no-inner-obj.rs
anon-obj-overriding-reduced.rs
anon-obj-overriding.rs
anon-obj-refer-to-parallel-method.rs
anon-obj-with-self-call-2.rs
anon-obj-with-self-call.rs
anon-objs-with-fields.rs
argument-passing.rs
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
arith-unsigned.rs
artificial-block.rs
assign-assign.rs
auto-instantiate.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
auto-loop.rs
autobind.rs
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
bind-exterior.rs
bind-generic.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
bind-interior.rs
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
bind-obj-ctor.rs
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
bind-thunk.rs
bind-trivial.rs
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 Change all uses of 'when' in alt-patterns to 'if' 2012-01-09 19:27:05 -08: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
block-fn-coerce.rs
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
box-compare.rs
box-in-tup.rs
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-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-pattern.rs
box-unbox.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
box.rs
break-value.rs
break.rs
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
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
chan-leak.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
char.rs
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
companionmod.rs
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
conditional-compile.rs
const-contents.rs
const-negative.rs
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
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
cycle-collection2.rs
cycle-collection4.rs
cycle-collection5.rs
cycle-collection.rs
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
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
div-mod.rs
double-unbox.rs
drop-bind-thunk-args.rs
drop-on-empty-block-exit.rs
drop-on-ret.rs
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
empty-mutable-vec.rs
empty-tag.rs
export-abstract-tag.rs
export-multi.rs
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-non-interference.rs
export-tag-variant.rs
export-unexported-dep.rs
expr-alt-box.rs
expr-alt-fail-all.rs
expr-alt-fail.rs
expr-alt-generic-box1.rs
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
expr-alt-unique.rs
expr-alt.rs
expr-block-box.rs
expr-block-fn.rs
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
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 to new param kind bound syntax 2012-01-05 15:50:02 +01:00
expr-if-box.rs
expr-if-fail-all.rs
expr-if-fail.rs
expr-if-generic-box1.rs
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
expr-if-unique.rs
expr-if.rs
expr-scope.rs
exterior.rs
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
fixed-point-bind-box.rs
fixed-point-bind-unique.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
float2.rs Make 1.f parse as a field access on the integer 1 2011-12-16 11:46:57 +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
floatlits.rs
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
fn-bare-bind-generic.rs
fn-bare-bind.rs
fn-bare-coerce-to-block.rs
fn-bare-coerce-to-shared.rs
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
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
fn-lval.rs
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
for-implicit-copy.rs
for-loop-fail.rs
foreach-nested.rs
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
fun-indirect-call.rs
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
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
generic-ivec.rs
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
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
generic-tag-local.rs
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
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
generic-type.rs
generic-unique.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
global-scope.rs
guards.rs Change all uses of 'when' in alt-patterns to 'if' 2012-01-09 19:27:05 -08: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
i32-sub.rs
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
iface-cast.rs update shape code to handle iface instances 2012-01-10 19:05:28 -08: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
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
import-from-native.rs
import-from.rs
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
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
infer-fn-tail-expr.rs
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
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
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
interior-vec.rs
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
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
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
item-name-overload.rs
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
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 rename sendfn to fn~, lambda to fn@ 2012-01-10 13:31:06 -08:00
large-records.rs
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
leak-tag-copy.rs
leak-unique-as-tydesc.rs
let-destruct-fresh-mem.rs
let-destruct.rs
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
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
log-str.rs add a log_str() function and allow '%?' in fmt strings to use it 2012-01-11 10:32:54 -08:00
long-while.rs
loop-scope.rs
lots-a-fail.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
macro-2.rs
macro-3.rs
macro-by-example-1.rs
macro-by-example-2.rs
macro.rs
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
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 rt: Add RUST_MAX_STACK env var with 8MB default 2012-01-11 13:57:11 -08:00
morestack3.rs rt: Add RUST_MAX_STACK env var with 8MB default 2012-01-11 13:57:11 -08:00
morestack4.rs rt: Add RUST_MAX_STACK env var with 8MB default 2012-01-11 13:57:11 -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
move-1.rs
move-2-unique.rs
move-2.rs
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
move-arg-2.rs
move-arg.rs
move-nullary-fn.rs
move-scalar.rs
multi-let.rs
multi.rc
multiline-comment.rs
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
mutable-huh-variance-vec2.rs
mutable-vec-drop.rs
mutual-recursion-group.rs
native2.rs implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove empty link_name. 2011-12-16 15:29:59 -08:00
native-dupe.rs
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
native-no-abi.rs
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
negative.rs
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
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
nil-pattern.rs
non-boolean-pure-fns.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
obj-as.rs
obj-docs.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
obj-drop.rs
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
obj-self-4.rs
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
or-pattern.rs
output-slot-variants.rs
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
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
pred-not-bool.rs
pred.rs
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
rebind-fn.rs
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
rec-tup.rs
rec.rs
record-pat.rs
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
resource-generic.rs
resource-in-struct.rs
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
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
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
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
simple-generic-alt.rs
simple-generic-tag.rs
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
spawn2.rs port over the tests to use the new API 2012-01-06 22:40:31 -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
standalone-method.rs
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
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
structured-compare.rs
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
swap-2.rs
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
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
tag-in-block.rs
tag-variant-disr-val.rs Add support for casting enum-like tags to scalar values. 2012-01-10 15:59:57 -08:00
tag.rs
tail-call-arg-leak.rs
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
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-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-cleanup.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -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 add rust_task_is_unwinding predicate and do not kill if already unwinding 2012-01-09 19:53:32 -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-connected.rs add section on spawn_connected to tutorial and pull test into file 2012-01-11 09:49:21 -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
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
threads.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
too-much-recursion.rs rt: Add RUST_MAX_STACK env var with 8MB default 2012-01-11 13:57:11 -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
type-in-nested-module.rs
type-namespace.rs
type-param-constraints.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
type-param.rs
type-params-in-for-each.rs
type-ptr.rs
type-sizes.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
typestate-cfg-nesting.rs
typestate-multi-decl.rs
typestate-transitive.rs
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
uint.rs
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
uniq-fn-leak.rs rename sendfn to fn~, lambda to fn@ 2012-01-10 13:31:06 -08:00
unique-alt-discrim.rs
unique-assign-copy.rs
unique-assign-drop.rs
unique-assign-generic.rs Switch to new param kind bound syntax 2012-01-05 15:50:02 +01:00
unique-assign.rs
unique-autoderef-field.rs
unique-autoderef-index.rs
unique-cmp.rs
unique-containing-tag.rs
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
unique-decl-init-copy.rs
unique-decl-init.rs
unique-decl-move-temp.rs
unique-decl-move.rs
unique-decl.rs
unique-deref.rs
unique-destructure.rs
unique-drop-complex.rs
unique-fn-arg-move.rs
unique-fn-arg-mut.rs
unique-fn-arg.rs
unique-fn-ret.rs
unique-generic-assign.rs 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
unique-in-vec.rs
unique-init.rs
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
unique-move-temp.rs
unique-move.rs
unique-mutable.rs
unique-pat-2.rs
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
unique-pinned-nocopy-2.rs
unique-rec.rs
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
unit.rs
unreachable-code.rs Change all uses of 'when' in alt-patterns to 'if' 2012-01-09 19:27:05 -08:00
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unwind-box.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-resource.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
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-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.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_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
utf8.rs Register new snapshots, purge log_err and log_full in favour of log(...). 2011-12-22 17:53:53 -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
vec-growth.rs
vec-ivec-deadlock.rs
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
vec.rs
vector-no-ann-2.rs
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
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
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
x86stdcall2.rs freebsd support 2012-01-01 20:18:55 -08:00
x86stdcall.rs freebsd support 2012-01-01 20:18:55 -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
yield.rs port over the tests to use the new API 2012-01-06 22:40:31 -08:00
zip-same-length.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00