rust/src/test/run-pass
2011-08-19 11:54:46 -07:00
..
crate-attributes-src
multi-src
native-mod-src
native-src
acyclic-unwind.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
alias-uninit-value.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
alloca-from-derived-tydesc.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
alt-bot-2.rs Handle alt on a _|_ - typed value 2011-08-04 16:07:26 -07:00
alt-bot.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
alt-join.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
alt-path.rs
alt-pattern-drop.rs
alt-pattern-lit.rs
alt-pattern-no-type-params.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
alt-pattern-simple.rs
alt-phi.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
alt-str.rs
alt-tag.rs
alt-type-simple.rs
anon-obj-backwarding-2.rs Thread "self" through the stack. Backwarding! Closes #702. 2011-08-09 10:59:13 -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 Move along; nothing to see here... 2011-08-09 15:42:48 -07:00
anon-obj-degenerate.rs
anon-obj-no-inner-obj-simple.rs Simple example of anonymous objects from nothing. Closes #812. 2011-08-15 16:13:29 -07:00
anon-obj-no-inner-obj.rs Test cases for issue #822. 2011-08-15 16:29:42 -07:00
anon-obj-overriding-reduced.rs
anon-obj-overriding.rs
anon-obj-refer-to-parallel-method.rs Test cases for issue #822. 2011-08-15 16:29:42 -07:00
anon-obj-with-self-call-2.rs
anon-obj-with-self-call.rs
anon-objs-with-fields.rs
argv.rs Convert most main functions to the ivec signature 2011-08-16 10:29:08 -07:00
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
assign-assign.rs
auto-deref-fn.rs
auto-instantiate.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
auto-loop.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
autobind.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
autoderef-objfn.rs
basic-1.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
basic-2.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
basic.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
bind-exterior.rs Change some tests that used binop autoderef. 2011-08-12 18:28:03 -07:00
bind-interior.rs
bind-native.rs Removed spawn and task from the parser. Updated all the tests except for the benchmarks. 2011-08-15 09:26:52 -07:00
bind-obj-ctor.rs
bind-parameterized-args-2.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
bind-parameterized-args.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
bind-thunk.rs
bind-trivial.rs
binops.rs Remove last mentions of vec<> type in Rust source 2011-08-17 16:08:17 -07:00
bitwise.rs
block-expr-precedence.rs Add a comment about our single use of no-reformat 2011-08-19 10:16:38 -07:00
block-fn-coerce.rs
block-iter-1.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
block-iter-2.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
block-vec-map2.rs Rename std::ivec to std::vec 2011-08-16 10:36:19 -07:00
bool-not.rs
box-compare.rs
box-in-tup.rs Re-add some deleted tuple tests 2011-08-15 13:39:45 +02:00
box-inside-if2.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
box-inside-if.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
box-pattern.rs
box-unbox.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
box.rs
break-value.rs
break.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
call-autoderef-tag.rs
cast.rs
chan-leak.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
char.rs
child-outlives-parent.rs Removed spawn and task from the parser. Updated all the tests except for the benchmarks. 2011-08-15 09:26:52 -07:00
claim-nonterm.rs
clone-with-exterior.rs Removed spawn and task from the parser. Updated all the tests except for the benchmarks. 2011-08-15 09:26:52 -07:00
comm.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
command-line-args.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
complex.rs
conditional-compile.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
const.rs
constrained-type.rs Pretty-print constrained types correctly 2011-08-19 10:16:39 -07:00
constraint-prop-expr-move.rs
constraint-prop-move.rs
constraint-prop-swap.rs
constraint-prop.rs
crate-attributes.rc
dead-code-one-arm-if.rs
decl-with-recv.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
deep.rs
deref-lval.rs
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 Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
early-ret-binop-add.rs
early-ret-binop.rs
else-if.rs
empty-mutable-vec.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
export-abstract-tag.rs
export-multi.rs Allow multiple exports in a single export statement. Issue #817 2011-08-17 11:04:05 -07:00
export-non-interference2.rs
export-non-interference3.rs
export-non-interference.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
export-tag-variant.rs
export-unexported-dep.rs
expr-alt-box.rs
expr-alt-fail-all.rs
expr-alt-fail.rs Convert most working tests to ivecs 2011-08-12 16:13:13 -07:00
expr-alt-generic-box1.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
expr-alt-generic-box2.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
expr-alt-generic.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
expr-alt-struct.rs
expr-alt.rs
expr-block-box.rs
expr-block-fn.rs
expr-block-generic-box1.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
expr-block-generic-box2.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
expr-block-generic.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
expr-block-ref.rs Convert most working tests to ivecs 2011-08-12 16:13:13 -07:00
expr-block-slot.rs
expr-block.rs
expr-copy.rs Add operator 'copy', translates as fall-through. 2011-08-15 15:44:41 -07:00
expr-elseif-ref2.rs Convert most working tests to ivecs 2011-08-12 16:13:13 -07:00
expr-elseif-ref.rs Change some tests that used binop autoderef. 2011-08-12 18:28:03 -07:00
expr-empty-ret.rs
expr-fn.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
expr-if-box.rs
expr-if-fail-all.rs
expr-if-fail.rs
expr-if-generic-box1.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
expr-if-generic-box2.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
expr-if-generic.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
expr-if-struct.rs
expr-if.rs
expr-scope.rs
exterior.rs
fact.rs
first-class-method.rs Test case for issue #758. 2011-08-09 12:25:47 -07:00
fixed-point-bind-box.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
float2.rs
float-signature.rs
float.rs
floatlits.rs
fn-constraint.rs
fn-expr.rs
fn-lval.rs
fn-type-infer.rs
for-destruct.rs
for-each-destruct.rs
for-loop-fail.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
foreach-box-drop.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
foreach-nested-2.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
foreach-nested.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
foreach-put-structured.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
foreach-simple-outer-slot.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
foreach-simple.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
fun-call-variants.rs Clean up run-pass/fun-call-variants 2011-08-19 10:16:38 -07:00
fun-indirect-call.rs
generic-alias-box.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-bind-2.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-bind.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-box.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-derived-type.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-drop-glue.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-exterior-box.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-fn-box.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-fn-infer.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-fn-twice.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-fn.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-iter-frame.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-ivec-leak.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-ivec.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-obj-with-derived-type.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-obj.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07: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 Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07: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 Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-tag.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-temporary.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
generic-tup.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-type-synonym.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
generic-type.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
global-scope.rs
hashmap-memory.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
hello.rs
i8-incr.rs
i32-sub.rs
if-bot.rs
if-check-precond.rs
if-check.rs
if-ret.rs Teach the pretty-printer to disambiguate 'if ret { }' et. al 2011-08-19 10:16:38 -07:00
import2.rs
import3.rs
import4.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
import5.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
import6.rs
import7.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
import8.rs
import-from-native.rs Allow multiple imports in a single statement 2011-08-17 11:04:56 -07:00
import-from.rs Allow multiple imports in a single statement 2011-08-17 11:04:56 -07:00
import-glob-0.rs
import-glob-1.rs
import-glob-circular.rs
import-glob-crate.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
import.rs
infer-fn-tail-expr.rs Change the ivec type syntax to [T]. 2011-08-09 11:29:36 -07:00
infinite-loops.rs
inner-module.rs
int.rs
integral-indexing.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
interface-narrowing.rs Test case for issue #115. 2011-08-15 17:10:13 -07:00
interior-vec.rs Remove xfail-pretty directives from working tests 2011-08-19 10:16:38 -07:00
issue-333.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
issue-506.rs Using move-mode for spawn thunks to avoid race conditions. 2011-08-17 11:44:50 -07:00
issue-507.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
issue-687.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
issue-718.rs The self-stack stuff (from #702) also closes issue #718. 2011-08-09 11:46:15 -07:00
item-attributes.rs Remove all usages of std::vec::vbuf 2011-08-12 12:14:07 -07:00
item-name-overload.rs
iter-range.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
iter-ret.rs Convert most main functions to the ivec signature 2011-08-16 10:29:08 -07:00
ivec-add.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
ivec-pass-by-value.rs Change the ivec type syntax to [T]. 2011-08-09 11:29:36 -07:00
ivec-tag.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
join.rs Using move-mode for spawn thunks to avoid race conditions. 2011-08-17 11:44:50 -07:00
lambda-infer-unresolved.rs Don't force resolution of type variables until there is no enclosing function scope. Closes #803. 2011-08-04 17:33:15 -07:00
lambda-no-leak.rs Add a cleanup for copying closures. Closes #804. 2011-08-04 17:58:12 -07:00
large-records.rs
lazy-and-or.rs
lazy-init.rs
lazychan.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
leak-box-as-tydesc.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
leak-tag-copy.rs
let-destruct-fresh-mem.rs
let-destruct.rs
linear-for-loop.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
list.rs
log-err-phi.rs
long-while.rs
loop-scope.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
macro-2.rs
macro-3.rs
macro-by-example-1.rs
macro-by-example-2.rs Remove xfail-pretty directives from working tests 2011-08-19 10:16:38 -07:00
macro.rs
main-ivec.rs Accept main(args: [str]) as main signature 2011-08-16 10:29:08 -07:00
many.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
maybe-mutable.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
mlist-cycle.rs
mlist.rs
mod-view-items.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
move-1.rs
move-2.rs
move-3.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
move-4.rs
move-arg-2.rs Actually perform handoff from caller to callee on move-mode args. 2011-08-09 17:56:26 -07:00
move-arg.rs Add new arg-passing mode 'move' denoted with '-T'. Translate as pass-by-value, doesn't deinit source yet nor get proper analysis in typestate, alias passes. 2011-08-08 15:53:41 -07:00
move-scalar.rs
multi-let.rs Handle sequential let semantics properly in typestate 2011-08-18 17:21:55 -07:00
multi.rc
multiline-comment.rs
mutable-alias-vec.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
mutable-vec-drop.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
mutual-recursion-group.rs
native2.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
native-mod.rc
native-opaque-type.rs
native.rc
nested-alts.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
nested-obj-self.rs
nested-pattern.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
newtype-polymorphic.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
newtype.rs
nil-pattern.rs
obj-as.rs
obj-docs.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
obj-drop.rs
obj-recursion.rs
obj-return-polytypes.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
obj-self-2.rs
obj-self-3.rs
obj-self-4.rs
obj-self.rs
obj-with-vec.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
opeq.rs
operator-associativity.rs
or-pattern.rs
output-slot-variants.rs
over-constrained-vregs.rs
paren-free.rs
parse-fail.rs
path.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
pattern-bound-var-in-for-each.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
polymorphic-iter.rs Fix polymorphic iterators. Closes #829. 2011-08-19 11:54:46 -07:00
pred-check.rs
pred.rs
preempt.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
readalias.rs
rebind-fn.rs
rec-auto.rs
rec-extend.rs
rec-tup.rs Re-add some deleted tuple tests 2011-08-15 13:39:45 +02:00
rec.rs
record-pat.rs
resource-destruct.rs
resource-generic.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
resource-in-struct.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
ret-bang.rs
ret-none.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
return-nil.rs
rt-circular-buffer.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
self-shadowing-import.rs
send-type-inference.rs Better type inference for chans and ports. 2011-08-17 17:16:23 -07:00
seq-compare.rs Convert most working tests to ivecs 2011-08-12 16:13:13 -07:00
shadow.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
simple-alt-generic-tag.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
simple-anon-objs.rs
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
simple-obj.rs
sio-client.rs Removed trans_comm.rs from the compiler. Updating aio/sio to work with the new chan and port system, started on a networking module for the standard library. 2011-08-16 09:36:29 -07:00
sio-ctx.rs Update comments on sio-ctx test 2011-08-09 12:30:50 -07:00
sio-read.rs Updating sio tests. 2011-08-16 09:45:55 -07:00
sio-srv.rs Updating sio tests. 2011-08-16 09:45:55 -07:00
sio-write.rs Updating sio tests. 2011-08-16 09:45:55 -07:00
size-and-align.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
spawn2.rs Converted two more spawn tests. 2011-08-15 09:26:51 -07:00
spawn-fn.rs Removed spawn and task from the parser. Updated all the tests except for the benchmarks. 2011-08-15 09:26:52 -07:00
spawn-module-qualified.rs Removed spawn and task from the parser. Updated all the tests except for the benchmarks. 2011-08-15 09:26:52 -07:00
spawn-types.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
spawn.rs Working on more spawn test cases. 2011-08-15 09:26:51 -07:00
standalone-method.rs Un-XFAIL a test. Issue #435. 2011-08-09 12:35:41 -07:00
stateful-obj.rs
str-append.rs
str-concat.rs
str-growth.rs
str-idx.rs
str-multiline.rs
string-self-append.rs
structured-compare-recursive.rs
structured-compare.rs
swap-1.rs
swap-2.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
syntax-extension-fmt.rs
syntax-extension-minor.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
syntax-extension-shell.rs
tag-and-generic-obj.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
tag-in-block.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
tag.rs
tail-call-arg-leak.rs
tail-cps.rs
tail-direct.rs
task-comm-0.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
task-comm-1.rs Using move-mode for spawn thunks to avoid race conditions. 2011-08-17 11:44:50 -07:00
task-comm-2.rs Removed old object-based chans. 2011-08-15 09:26:51 -07:00
task-comm-3.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
task-comm-4.rs Removed old object-based chans. 2011-08-15 09:26:51 -07:00
task-comm-5.rs Removed old object-based chans. 2011-08-15 09:26:51 -07:00
task-comm-6.rs Removed old object-based chans. 2011-08-15 09:26:51 -07:00
task-comm-7.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
task-comm-8.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
task-comm-9.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
task-comm-10.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
task-comm-11.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
task-comm-12.rs Removed spawn and task from the parser. Updated all the tests except for the benchmarks. 2011-08-15 09:26:52 -07:00
task-comm-13.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
task-comm-15.rs Fix task-comm-15 type errors and un-xfail. 2011-08-18 16:13:03 -07:00
task-comm-16.rs Removed old object-based chans. 2011-08-15 09:26:51 -07:00
task-comm-chan-nil.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
task-comm.rs Using move-mode for spawn thunks to avoid race conditions. 2011-08-17 11:44:50 -07:00
task-compare.rs Using move-mode for spawn thunks to avoid race conditions. 2011-08-17 11:44:50 -07:00
task-killjoin.rs Using move-mode for spawn thunks to avoid race conditions. 2011-08-17 11:44:50 -07:00
task-life-0.rs Porting a bunch of tests over. 2011-08-15 09:26:52 -07:00
task-pin.rs
ternary.rs
test-runner-hides-main.rs
threads.rs Porting a bunch of tests over. 2011-08-15 09:26:52 -07:00
trivial-message.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
tup.rs Re-add some deleted tuple tests 2011-08-15 13:39:45 +02:00
type-in-nested-module.rs
type-namespace.rs
type-param-constraints.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
type-param.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
type-params-in-for-each.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
type-ptr.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
type-sizes.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
typestate-cfg-nesting.rs
typestate-multi-decl.rs
typestate-transitive.rs
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
uint.rs
unify-return-ty.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
unit.rs
use-import-export.rs
use-uninit-alt2.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
use-uninit-alt.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
use.rs
user.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
utf8_chars.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
utf8.rs The wonky for...in... whitespace was bothering me. Sorry! 2011-08-15 22:19:50 -07:00
vec-append.rs Port the tests to the expr foo::<T> syntax. 2011-08-16 15:05:57 -07:00
vec-concat.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
vec-drop.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
vec-growth.rs Convert most working tests to ivecs 2011-08-12 16:13:13 -07:00
vec-ivec-deadlock.rs Convert most working tests to ivecs 2011-08-12 16:13:13 -07:00
vec-late-init.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
vec-push.rs Port the tests to the decl foo<T> syntax. 2011-08-16 15:05:56 -07:00
vec-self-append.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
vec-slice.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
vec.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
vector-no-ann-2.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
while-and-do-while.rs
while-flow-graph.rs
while-loop-constraints-2.rs
while-prelude-drop.rs
while-with-break.rs Port the tests to the typaram foo<T> syntax. 2011-08-16 15:05:56 -07:00
wierd-exprs.rs Pretty-print parens around more things that need disambiguation 2011-08-19 10:16:38 -07:00
writealias.rs
x86stdcall.rs
yield1.rs Using move-mode for spawn thunks to avoid race conditions. 2011-08-17 11:44:50 -07:00
yield2.rs Using move-mode for spawn thunks to avoid race conditions. 2011-08-17 11:44:50 -07:00
yield.rs Using move-mode for spawn thunks to avoid race conditions. 2011-08-17 11:44:50 -07:00