rust/src/test/run-pass
2011-07-11 16:02:16 -07:00
..
crate-attributes-src
multi-src
native-mod-src
native-src
acyclic-unwind.rs
alias-uninit-value.rs
alloca-from-derived-tydesc.rs test: Add a test case for derived-tydescs-before-dynamic-allocas 2011-06-18 18:44:21 -07:00
alt-bot.rs
alt-join.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
alt-path.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
alt-pattern-drop.rs
alt-pattern-lit.rs
alt-pattern-no-type-params.rs
alt-pattern-simple.rs
alt-phi.rs
alt-str.rs test: Add test for string matching in pattern alts. Closes #53 2011-06-22 22:05:11 -07:00
alt-tag.rs
alt-type-simple.rs
anon-obj-degenerate.rs Un-xfail a test. 2011-07-07 17:39:35 -07:00
anon-obj-overloading.rs Fix a bug that was interfering with method overriding. Issue #543. 2011-07-07 17:29:15 -07:00
anon-obj-with-self-call.rs Actually notice xfail-stage2 as different from xfail-stage2. Fix affected tests. 2011-06-28 17:36:51 -07:00
anon-objs-with-fields.rs Actually notice xfail-stage2 as different from xfail-stage2. Fix affected tests. 2011-06-28 17:36:51 -07:00
argv.rs
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
assign-assign.rs
auto-deref-fn.rs Fix autoderef of function calls when the function is not an lval. 2011-07-11 11:38:01 -07:00
auto-instantiate.rs
autobind.rs Auto-bind generic functions when their value is taken in non-call context 2011-07-08 14:28:46 +02:00
autoderef-full-lval.rs
autoderef-objfn.rs
basic-1.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
basic-2.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
basic.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
bind-exterior.rs
bind-interior.rs
bind-obj-ctor.rs
bind-thunk.rs
bind-trivial.rs
binops.rs Fix comparisons of the nil type to do something sensible. 2011-07-11 14:45:21 -07:00
bitwise.rs Fail typechecking for bad binop/type combinations 2011-06-25 19:42:59 -07:00
block-expr-precedence.rs
bool-not.rs
box-compare.rs
box-in-tup.rs
box-inside-if2.rs
box-inside-if.rs
box-unbox.rs
box.rs
break-value.rs
break.rs
call-autoderef-tag.rs Fix autoderef of function calls when the function is not an lval. 2011-07-11 11:38:01 -07:00
cast.rs
char.rs
child-outlives-parent.rs Re-enabling some tests. 2011-06-28 16:12:34 -07:00
claim-nonterm.rs remove an unused variable 2011-06-30 12:45:50 -07:00
clone-with-exterior.rs
comm.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
command-line-args.rs
complex.rs
conditional-compile.rs Support conditional compilation of native items. Closes #610 2011-07-05 13:30:00 -07:00
const.rs
constrained-type.rs
constraint-prop-expr-move.rs Tests for constraint propagation 2011-07-08 22:25:57 -07:00
constraint-prop-move.rs Tests for constraint propagation 2011-07-08 22:25:57 -07:00
constraint-prop-swap.rs Tests for constraint propagation 2011-07-08 22:25:57 -07:00
constraint-prop.rs Tests for constraint propagation 2011-07-08 22:25:57 -07:00
crate-attributes.rc Support attaching attributes to modules via the crate file. Issue #487 2011-06-28 18:39:34 -07:00
dead-code-one-arm-if.rs
decl-with-recv.rs
deep.rs
deref-lval.rs
deref.rs
destructor-ordering.rs
div-mod.rs
drop-bind-thunk-args.rs
drop-on-empty-block-exit.rs
drop-on-ret.rs
drop-parametric-closure-with-bound-box.rs
else-if.rs
empty-mutable-vec.rs
export-abstract-tag.rs Restore some functionality that got stripped out of the export tests while last reformatting. 2011-06-30 15:39:25 -07:00
export-non-interference2.rs Restore some functionality that got stripped out of the export tests while last reformatting. 2011-06-30 15:39:25 -07:00
export-non-interference3.rs Restore some functionality that got stripped out of the export tests while last reformatting. 2011-06-30 15:39:25 -07:00
export-non-interference.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
export-tag-variant.rs Restore some functionality that got stripped out of the export tests while last reformatting. 2011-06-30 15:39:25 -07:00
export-unexported-dep.rs Restore some functionality that got stripped out of the export tests while last reformatting. 2011-06-30 15:39:25 -07:00
expr-alt-box.rs Use 'resource' rather than 'res' as a keyword 2011-06-28 18:00:39 +02:00
expr-alt-fail-all.rs
expr-alt-fail.rs
expr-alt-generic-box1.rs
expr-alt-generic-box2.rs
expr-alt-generic.rs
expr-alt-struct.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-alt.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-block-box.rs
expr-block-fn.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-block-generic-box1.rs
expr-block-generic-box2.rs
expr-block-generic.rs
expr-block-ref.rs
expr-block-slot.rs
expr-block.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-elseif-ref2.rs
expr-elseif-ref.rs
expr-empty-ret.rs rustc: Handle valueless ret expressions as block results. Closes #521 2011-06-22 17:20:01 -07:00
expr-fn.rs
expr-if-box.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-if-fail-all.rs
expr-if-fail.rs
expr-if-generic-box1.rs
expr-if-generic-box2.rs
expr-if-generic.rs
expr-if-struct.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
expr-if.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
exterior.rs
fact.rs
fixed-point-bind-box.rs Add a test that exercises these cases in bind. 2011-07-11 11:37:56 -07:00
float2.rs
float-signature.rs
float.rs
floatlits.rs
fn-constraint.rs Serialize constraints in types (literal arguments still not supported) 2011-06-21 14:37:33 -07:00
fn-expr.rs
fn-lval.rs
fn-type-infer.rs Fix type inference inside of anonymous functions. 2011-06-23 21:36:10 -07:00
for-loop-fail.rs Handle fail inside a for-each loop properly 2011-07-05 16:05:38 -07:00
foreach-box-drop.rs
foreach-nested-2.rs
foreach-nested.rs
foreach-put-structured.rs
foreach-simple-outer-slot.rs
foreach-simple.rs
fun-call-variants.rs
fun-indirect-call.rs
generic-alias-box.rs
generic-bind-2.rs
generic-bind.rs
generic-box.rs
generic-derived-type.rs
generic-drop-glue.rs
generic-exterior-box.rs
generic-fn-box.rs
generic-fn-infer.rs
generic-fn-twice.rs
generic-fn.rs
generic-iter-frame.rs
generic-ivec-leak.rs rustc: Fix a leak that resulted from copying a structural interior type containing interior vectors. Add a test case. 2011-06-29 12:16:07 -07:00
generic-ivec.rs rustc: Move duplicate_heap_parts to copy glue; add a test case 2011-06-28 17:59:30 -07:00
generic-obj-with-derived-type.rs
generic-obj.rs
generic-recursive-tag.rs
generic-tag-alt.rs
generic-tag-corruption.rs
generic-tag-local.rs
generic-tag-values.rs
generic-tag.rs
generic-temporary.rs
generic-tup.rs
generic-type-synonym.rs
generic-type.rs
global-scope.rs rustc: Implement explicit global scope resolution via leading "::"; add a test case 2011-07-11 16:02:16 -07:00
hello.rs
i8-incr.rs
i32-sub.rs
if-bot.rs
if-check-precond.rs Restructure the "checking" pass in typestate 2011-06-17 19:09:18 -07:00
if-check.rs Restructure the "checking" pass in typestate 2011-06-17 19:09:18 -07:00
import2.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
import3.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
import4.rs
import5.rs
import6.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
import7.rs
import8.rs
import-glob-0.rs
import-glob-1.rs Use "" in the native_name as an indication that no extra options have to 2011-06-28 08:21:13 -04:00
import-glob-circular.rs Fix bug: globbed imports were importing everything visible from the other 2011-06-22 15:41:39 -07:00
import-glob-crate.rs
import.rs Make tests a little more friendly to combine. 2011-06-29 12:14:29 -07:00
infinite-loops.rs Basic multithreading support. The infinite loops test successfully maxes out the CPU. 2011-06-27 09:58:39 -07:00
inner-module.rs
int.rs
integral-indexing.rs
interior-vec.rs rt: Remove the _2 prefix from intrinsics; all rust-intrinsics now use explicit return pointers 2011-07-10 01:20:18 -07:00
issue-333.rs Add test case for issue #333. Closes #333 2011-07-08 17:43:44 -07:00
issue-506.rs Removed duplicated ret_ty_of_fn. This also means the native function branch is working now, so this commit closes #506. 2011-06-20 12:04:33 -07:00
issue-507.rs
item-attributes.rs Change ast::meta_name_value to accept any literal, not just string 2011-07-05 17:25:18 -07:00
item-name-overload.rs
iter-range.rs
iter-ret.rs
ivec-add.rs rustc: Do dynamic size calculations properly when concatenating interior vectors. Closes #640. 2011-07-08 11:29:29 -07:00
ivec-pass-by-value.rs rustc: Duplicate heap data of interior vectors when passing them by value 2011-06-30 19:09:52 -07:00
join.rs
large-records.rs
lazy-and-or.rs
lazy-init.rs
lazychan.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
leak-box-as-tydesc.rs
leak-tag-copy.rs
lib-bitv.rs
lib-box.rs
lib-deque.rs
lib-either.rs
lib-fs.rs Make moving of temporaries do the right thing, use it to optimize 2011-07-07 15:54:01 +02:00
lib-getopts.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
lib-int.rs Begin running the test for int::pow 2011-07-09 12:35:30 -07:00
lib-io.rs
lib-ivec.rs stdlib: Implement ivec::foldl 2011-07-05 18:29:47 -07:00
lib-list.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
lib-map.rs
lib-option.rs
lib-path.rs
lib-ptr.rs rustc: Implement pointer dereference; add a test case 2011-07-11 15:19:16 -07:00
lib-qsort3.rs
lib-qsort.rs
lib-rand.rs
lib-sha1.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
lib-sort-ivec.rs stdlib: Add an interior vector version of sort and a test case 2011-06-30 19:09:52 -07:00
lib-sort.rs
lib-str-buf.rs
lib-str.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
lib-task.rs
lib-uint.rs
lib-vec-str-conversions.rs
lib-vec.rs Add simple syntax extension (#simplext) 2011-06-28 15:02:12 +00:00
linear-for-loop.rs
list.rs
log-err-phi.rs
long-while.rs
macro-2.rs '#simplext' -> '#macro' 2011-06-28 15:02:12 +00:00
macro-3.rs '#simplext' -> '#macro' 2011-06-28 15:02:12 +00:00
macro.rs '#simplext' -> '#macro' 2011-06-28 15:02:12 +00:00
many.rs
maybe-mutable.rs
mlist-cycle.rs
mlist.rs
mod-view-items.rs Pretty-print view items in mod items 2011-06-30 16:08:28 -07:00
move-1.rs
move-2.rs
move-3.rs
move-4.rs
move-scalar.rs Implement move for scalar values 2011-06-27 11:32:06 -07:00
multi.rc
multiline-comment.rs
mutable-alias-vec.rs
mutable-vec-drop.rs
mutual-recursion-group.rs
native2.rs Use "" in the native_name as an indication that no extra options have to 2011-06-28 08:21:13 -04:00
native-mod.rc
native-opaque-type.rs Use "" in the native_name as an indication that no extra options have to 2011-06-28 08:21:13 -04:00
native.rc
nested-alts.rs
nested-obj-self.rs
nested-pattern.rs
newtype-polymorphic.rs Add tests for newtype-style tags 2011-07-01 17:51:49 +02:00
newtype.rs Add tests for newtype-style tags 2011-07-01 17:51:49 +02:00
obj-as.rs
obj-drop.rs
obj-dtor-2.rs
obj-dtor.rs
obj-recursion.rs
obj-return-polytypes.rs
obj-self-2.rs
obj-self-3.rs
obj-self-4.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
obj-self.rs
obj-with-vec.rs
opeq.rs
operator-associativity.rs
or-pattern.rs Implement or-patterns in case clauses 2011-07-11 11:01:54 +02:00
output-slot-variants.rs
over-constrained-vregs.rs
paren-free.rs Support paren-free and lightweight-case syntax 2011-07-06 17:50:52 +02:00
parse-fail.rs
path.rs
pattern-bound-var-in-for-each.rs Handle pattern-bound upvars 2011-07-05 19:58:49 -07:00
pred-check.rs
pred.rs
preempt.rs
readalias.rs
rec-auto.rs
rec-extend.rs
rec-tup.rs
rec.rs
record-pat.rs Implement record patterns 2011-07-11 15:32:41 +02:00
resource-destruct.rs Use 'resource' rather than 'res' as a keyword 2011-06-28 18:00:39 +02:00
resource-generic.rs Support type parameters in resources 2011-06-30 18:36:12 +02:00
ret-bang.rs
ret-none.rs
return-nil.rs
rt-circular-buffer.rs
self-shadowing-import.rs Ignore current scope when resolving self-shadowing imports 2011-07-08 16:04:40 +02:00
send-type-inference.rs Unify the rhs and lhs types in a send 2011-07-11 15:24:47 -07:00
seq-compare.rs
simple-alt-generic-tag.rs
simple-anon-objs.rs More descriptive identifiers. 2011-06-21 13:31:27 -07:00
simple-generic-alt.rs
simple-generic-tag.rs
simple-infer.rs
simple-obj.rs
size-and-align.rs
spawn2.rs
spawn-fn.rs
spawn-module-qualified.rs
spawn-types.rs Re-enabling some tests. 2011-06-28 16:12:34 -07:00
spawn.rs
stateful-obj.rs
str-append.rs
str-concat.rs
str-growth.rs
str-idx.rs
str-multiline.rs
string-self-append.rs Improve the tests for vector self appending. 2011-06-27 12:34:45 -07:00
structured-compare-recursive.rs
structured-compare.rs
swap-1.rs
swap-2.rs
syntax-extension-fmt.rs Make a test compile faster. 2011-06-24 14:47:36 -07:00
syntax-extension-shell.rs
tag-and-generic-obj.rs
tag-in-block.rs
tag.rs
tail-call-arg-leak.rs
tail-cps.rs Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
tail-direct.rs
task-comm-0.rs test: Enable more tests 2011-06-22 08:35:02 -07:00
task-comm-1.rs Wrote swap_context in assembly. Closes #548. This also allows us to re-enable optimization on OSX for both gcc and clang. Also, re-enamed task-comm-1.rs, which was previously broken by optimization. 2011-06-23 18:49:29 -07:00
task-comm-2.rs
task-comm-3.rs
task-comm-4.rs
task-comm-5.rs
task-comm-6.rs
task-comm-7.rs
task-comm-8.rs
task-comm-9.rs
task-comm-10.rs
task-comm-11.rs
task-comm-12.rs
task-comm-13-thread.rs
task-comm-13.rs
task-comm-15.rs
task-comm-16.rs
task-comm-chan-nil.rs
task-comm.rs
task-compare.rs Teach the parser and typechecker to understand port[int](). Closes #588 2011-06-28 16:11:04 -07:00
task-killjoin.rs
task-life-0.rs Re-enabling some tests. 2011-06-28 16:12:34 -07:00
task-pin.rs Adding support for pinning tasks to the currently running thread. Closes #598. 2011-06-29 18:47:47 -07:00
ternary.rs test: Improve ternary operator tests 2011-06-23 23:27:32 -07:00
threads.rs
trivial-message.rs
tup.rs
type-in-nested-module.rs
type-namespace.rs
type-param.rs
type-params-in-for-each.rs
type-ptr.rs
type-sizes.rs
typestate-cfg-nesting.rs
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
uint.rs
unit.rs
use-import-export.rs
use-uninit-alt2.rs
use-uninit-alt.rs
use.rs
user.rs
utf8_chars.rs
utf8.rs
vec-alloc-append.rs
vec-append.rs
vec-concat.rs
vec-drop.rs
vec-growth.rs
vec-in-tup.rs
vec-ivec-deadlock.rs rt: Remove the lock around upcall_vec_append. Add a test case. Closes #156. 2011-06-29 10:33:51 -07:00
vec-late-init.rs
vec-push.rs
vec-ref-count.rs
vec-reverse.rs
vec-self-append.rs Improve the tests for vector self appending. 2011-06-27 12:34:45 -07:00
vec-slice.rs
vec.rs
vector-no-ann-2.rs
while-and-do-while.rs
while-flow-graph.rs
while-loop-constraints-2.rs Tests for while loops that may invalidate constraints 2011-06-27 18:14:23 -07:00
while-prelude-drop.rs
while-with-break.rs
writealias.rs
yield1.rs
yield2.rs
yield.rs