rust/src/test/run-pass
2012-02-22 21:17:19 -08:00
..
companionmod-src
crate-attributes-src
multi-src
native-mod-src
native-src
acyclic-unwind.rs
alias-uninit-value.rs Change option::t to option 2012-01-31 17:05:20 -08:00
alignment-gep-tup-like-1.rs
alignment-gep-tup-like-2.rs
alloca-from-derived-tydesc.rs
alt-bot-2.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
alt-bot.rs
alt-implicit-copy-unique.rs
alt-implicit-copy.rs
alt-join.rs Change option::t to option 2012-01-31 17:05:20 -08:00
alt-path.rs Require alts to be exhaustive 2012-01-31 10:08:24 -08:00
alt-pattern-drop.rs
alt-pattern-lit.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
alt-pattern-no-type-params.rs
alt-pattern-simple.rs
alt-phi.rs
alt-range.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
alt-str.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
alt-tag.rs
alt-type-simple.rs
argument-passing.rs
argv.rs
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
assign-assign.rs
auto-instantiate.rs
auto-loop.rs
autobind.rs
basic-1.rs
basic-2.rs
basic.rs
big-literals.rs
binary-minus-without-space.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
bind-exterior.rs
bind-generic.rs
bind-interior.rs
bind-methods.rs Support 'alt check' syntax 2012-02-15 11:53:32 +01:00
bind-native-fn.rs (core::str) rename byte_len -> len_bytes and rename char_len -> len 2012-02-12 15:30:20 -08:00
bind-native.rs Remove experimental GC code 2012-02-03 11:34:12 +01:00
bind-parameterized-args-2.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
bind-parameterized-args.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
bind-thunk.rs
bind-trivial.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
binops.rs core: New task API 2012-02-20 18:58:04 -08:00
bitwise.rs test: Resolve some FIXMEs 2012-02-05 17:05:24 -08:00
block-arg-call-as.rs
block-arg-can-be-followed-by-binop.rs
block-arg-can-be-followed-by-block-arg.rs
block-arg-can-be-followed-by-call.rs
block-arg-in-parentheses.rs
block-arg-used-as-any.rs
block-arg-used-as-lambda.rs
block-arg.rs
block-explicit-types.rs
block-expr-precedence.rs
block-fn-coerce.rs
block-iter-1.rs
block-iter-2.rs
block-vec-map2.rs
bool-not.rs
box-compare.rs
box-in-tup.rs
box-inside-if2.rs
box-inside-if.rs
box-pattern.rs
box-unbox.rs
box.rs
break-value.rs
break.rs
bug-862.rs
c-stack-as-value.rs
c-stack-returning-int64.rs
cap-clause-move.rs
cap-clause-not-used.rs
cast.rs
chan-leak.rs
char.rs
check-pattern-bound.rs
child-outlives-parent.rs
claim-nonterm.rs
classes-simple.rs Re-XFAIL test that I accidentally 2012-02-20 17:33:35 -08:00
classes.rs Beginnings of front-end support for classes 2012-02-03 22:47:35 -08:00
clone-with-exterior.rs
close-over-big-then-small-data.rs
closure-inference2.rs new test case 2012-02-05 10:37:07 -08:00
closure-inference.rs new test showing off the improved inference 2012-02-05 09:56:18 -08:00
comm.rs
command-line-args.rs
companionmod.rc
companionmod.rs
complex.rs
conditional-compile-arch.rs
conditional-compile.rs
const-contents.rs
const-negative.rs
const.rs
constrained-type.rs
constraint-prop-expr-move.rs Fix tests for str::le patch 2012-02-03 14:32:23 +01:00
constraint-prop-move.rs Fix tests for str::le patch 2012-02-03 14:32:23 +01:00
constraint-prop-swap.rs Fix tests for str::le patch 2012-02-03 14:32:23 +01:00
constraint-prop.rs Fix tests for str::le patch 2012-02-03 14:32:23 +01:00
core-export-f64-sqrt.rs
crate-attributes.rc
crust-1.rs rustc: Parse crust functions 2012-02-14 11:24:09 -08:00
crust-call-deep2.rs rt: Maintain stack ptrs correctly when returning from stack switches 2012-02-14 11:24:09 -08:00
crust-call-deep.rs rustc: Translate crust functions 2012-02-14 11:24:09 -08:00
crust-call-scrub.rs rt: Maintain stack ptrs correctly when returning from stack switches 2012-02-14 11:24:09 -08:00
crust-call.rs rustc: Translate crust functions 2012-02-14 11:24:09 -08:00
crust-stress.rs test: Assert that the result is correct in run-pass/crust-stress 2012-02-15 12:45:04 -08:00
crust-take-value.rs rustc: Translate the value of crust functions 2012-02-14 11:24:09 -08:00
crust-yield.rs test: Test yielding in crust functions 2012-02-14 11:24:09 -08:00
cycle-collection2.rs
cycle-collection4.rs
cycle-collection5.rs
cycle-collection.rs
dead-code-one-arm-if.rs
decl-with-recv.rs
deep.rs
deref-lval.rs
deref.rs
div-mod.rs
double-unbox.rs
drop-bind-thunk-args.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
drop-on-empty-block-exit.rs
drop-on-ret.rs
drop-parametric-closure-with-bound-box.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
dupe-first-attr.rc
early-ret-binop-add.rs
early-ret-binop.rs
else-if.rs
empty-mutable-vec.rs
empty-tag.rs
enum-disr-val-pretty.rs Fix various drift issues in the qq branch. 2012-02-03 20:54:18 -07:00
export-abstract-tag.rs
export-glob.rs Add new test for export globs, xfailed. 2012-02-17 23:02:27 -08:00
export-multi.rs
export-non-interference2.rs
export-non-interference3.rs
export-non-interference.rs
export-tag-variant.rs
export-unexported-dep.rs
expr-alt-box.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
expr-alt-fail-all.rs
expr-alt-fail.rs
expr-alt-generic-box1.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
expr-alt-generic-box2.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
expr-alt-generic-unique1.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
expr-alt-generic-unique2.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
expr-alt-generic.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
expr-alt-struct.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
expr-alt-unique.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
expr-alt.rs
expr-block-box.rs
expr-block-fn.rs
expr-block-generic-box1.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
expr-block-generic-box2.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
expr-block-generic-unique1.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
expr-block-generic-unique2.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
expr-block-generic.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08: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
expr-if-box.rs
expr-if-fail-all.rs
expr-if-fail.rs
expr-if-generic-box1.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
expr-if-generic-box2.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
expr-if-generic.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
expr-if-struct.rs
expr-if-unique.rs
expr-if.rs
expr-scope.rs
exterior.rs
fact.rs
fixed-point-bind-box.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
fixed-point-bind-unique.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
float2.rs
float-nan.rs
float-signature.rs
float.rs
floatlits.rs
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
fn-bare-size.rs
fn-bare-spawn.rs
fn-coerce-field.rs
fn-constraint.rs Fix tests for str::le patch 2012-02-03 14:32:23 +01:00
fn-lval.rs
fn-type-infer.rs
for-destruct.rs
for-implicit-copy.rs
for-loop-fail.rs
foreach-nested.rs
foreach-put-structured.rs
foreach-simple-outer-slot.rs
fun-call-variants.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
fun-indirect-call.rs
generic-alias-box.rs
generic-alias-unique.rs
generic-bind-2.rs
generic-bind.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
generic-box.rs
generic-derived-type.rs
generic-drop-glue.rs
generic-exterior-box.rs
generic-exterior-unique.rs
generic-fn-box.rs
generic-fn-infer.rs
generic-fn-twice.rs
generic-fn-unique.rs
generic-fn.rs
generic-ivec-leak.rs
generic-ivec.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
generic-unique.rs
global-scope.rs
guards.rs
hashmap-memory.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
hello.rs
i8-incr.rs
i32-sub.rs
if-bot.rs
if-check-precond.rs
if-check.rs
if-ret.rs
iface-cast.rs
iface-generic.rs Revert self types 2012-01-30 11:37:52 +01:00
iface-to-str.rs
import2.rs
import3.rs
import4.rs
import5.rs
import6.rs
import7.rs
import8.rs
import-from-native.rs
import-from.rs
import-glob-0.rs
import-glob-1.rs
import-glob-circular.rs
import-glob-crate.rs
import-in-block.rs
import.rs
infer-fn-tail-expr.rs
infinite-loops.rs
init-res-into-things.rs test: Resolve some FIXMEs 2012-02-05 17:05:24 -08:00
inner-module.rs
int.rs
integral-indexing.rs
interior-vec.rs
invoke-external-native.rs
issue-333.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
issue-506.rs
issue-507.rs core: New task API 2012-02-20 18:58:04 -08:00
issue-511.rs Change option::t to option 2012-01-31 17:05:20 -08:00
issue-687.rs
issue-783.rs core: New task API 2012-02-20 18:58:04 -08:00
issue-898.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
issue-933.rs
issue-970.rs
issue-980.rs
issue-1112.rs
issue-1251.rs
issue-1257.rs
issue-1460.rs test: Add test for issue #1460 2012-02-05 20:42:05 -08:00
issue-1660.rs Don't compute pre- and postconditions for item_consts 2012-01-31 11:52:46 -08:00
issue-1696.rs test: Add a test for #1696 2012-02-22 21:17:19 -08:00
issue-1821.rs test: Add test for #1821 2012-02-13 15:58:14 -08:00
istr.rs
item-attributes.rs Remove native types from stdlib 2012-02-01 12:23:13 +01:00
item-name-overload.rs
iter-range.rs
ivec-add.rs
ivec-pass-by-value.rs
ivec-tag.rs
lambda-infer-unresolved.rs
lambda-no-leak.rs
large-records.rs
last-use-in-block.rs Fix bug in handling of block functions in last-use analysis 2012-02-13 17:55:40 +01:00
last-use-in-cap-clause.rs
last-use-is-capture.rs
lazy-and-or.rs
lazy-init.rs
lazychan.rs
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
list.rs
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs
log-knows-the-names-of-variants.rs
log-linearized.rs
log-str.rs
long-while.rs
loop-scope.rs
lots-a-fail.rs core: New task API 2012-02-20 18:58:04 -08:00
macro-2.rs
macro-3.rs
macro-by-example-1.rs
macro-by-example-2.rs
macro.rs
main-ivec.rs
many.rs
maybe-mutable.rs
method-attributes.rs rustc: Allow attributes on methods. Closes #1709 2012-01-30 11:43:45 -08:00
mlist-cycle.rs
mlist.rs
mod-view-items.rs
monad.rs Add monad iface test 2012-02-06 09:56:41 +01:00
morestack1.rs
morestack2.rs
morestack3.rs
morestack4.rs
morestack5.rs core: New task API 2012-02-20 18:58:04 -08:00
morestack6.rs core: New task API 2012-02-20 18:58:04 -08:00
move-1-unique.rs
move-1.rs
move-2-unique.rs
move-2.rs
move-3-unique.rs
move-3.rs
move-4-unique.rs
move-4.rs
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
mutable-huh-variance-vec1.rs
mutable-huh-variance-vec2.rs
mutable-vec-drop.rs
mutual-recursion-group.rs
native2.rs rewrite to use ctypes types 2012-02-11 10:14:41 -08:00
native-dupe.rs Remove experimental GC code 2012-02-03 11:34:12 +01:00
native-fn-linkname.rs
native-mod.rc
native-no-abi.rs
native.rc
negative.rs
nested-alts.rs
nested-exhaustive-alt.rs A test that I forgot to git-add 2012-02-15 17:21:03 +01:00
nested-pattern.rs Change option::t to option 2012-01-31 17:05:20 -08:00
nested-patterns.rs
newtype-polymorphic.rs
newtype.rs
nil-decl-in-native.rs test: Add test for #901. Closes #901 2012-02-05 17:54:52 -08:00
nil-pattern.rs
non-boolean-pure-fns.rs
nullary-or-pattern.rs
opeq.rs
operator-associativity.rs
operator-overloading.rs Add test case for issue #1733 2012-02-02 10:30:07 +01:00
or-pattern.rs
output-slot-variants.rs
over-constrained-vregs.rs
paren-free.rs
parse-fail.rs
pass-by-copy.rs
path.rs
pattern-bound-var-in-for-each.rs
pred-check.rs
pred-not-bool.rs
pred.rs
preempt.rs
qquote.rs rustc: Generate crates with #ast 2012-02-21 15:34:26 -08:00
readalias.rs
rebind-fn.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
rec-auto.rs
rec-extend.rs
rec-tup.rs
rec.rs
record-pat.rs Increase precedence of as operator 2012-02-09 11:58:08 +01:00
resource-assign-is-not-copy.rs
resource-destruct.rs
resource-generic.rs
resource-in-struct.rs
ret-bang.rs
ret-none.rs
return-nil.rs
rt-circular-buffer.rs
rt-sched-1.rs core: Add task::spawn_sched 2012-02-08 15:42:51 -08:00
self-shadowing-import.rs
send-iloop.rs core: New task API 2012-02-20 18:58:04 -08:00
send-type-inference.rs
sendfn-deep-copy.rs
sendfn-generic-fn.rs
sendfn-is-a-block.rs
sendfn-spawn-with-fn-arg.rs
seq-compare.rs
shadow.rs
shape_intrinsic_tag_then_rec.rs Change option::t to option 2012-01-31 17:05:20 -08:00
shift.rs rustc: Allow any integral types on rhs of shift ops 2012-02-22 17:26:08 -08:00
simple-alt-generic-tag.rs
simple-generic-alt.rs
simple-generic-tag.rs
simple-infer.rs
size-and-align.rs
spawn2.rs
spawn-fn.rs
spawn-types.rs
spawn.rs core: New task API 2012-02-20 18:58:04 -08:00
static-impl.rs Add [X].len() to core, use it in trans modules 2012-02-14 13:43:36 +01:00
str-append.rs
str-concat.rs
str-growth.rs
str-idx.rs
str-multiline.rs
string-self-append.rs (core::str) rename byte_len -> len_bytes and rename char_len -> len 2012-02-12 15:30:20 -08:00
structured-compare-recursive.rs
structured-compare.rs
supported-cast.rs Remove native types from stdlib 2012-02-01 12:23:13 +01:00
swap-1.rs
swap-2.rs
syntax-extension-fmt.rs core: Fix to_str_exact for floats with no decimal component 2012-02-21 14:25:31 -08:00
syntax-extension-minor.rs
syntax-extension-shell.rs
tag-align-dyn-u64.rs
tag-align-dyn-variants.rs
tag-align-shape.rs
tag-align-u64.rs
tag-auto-disr-val-shape.rs
tag-disr-val-shape.rs
tag-exports.rs
tag-in-block.rs
tag-variant-disr-val.rs
tag.rs
tail-call-arg-leak.rs
tail-cps.rs
tail-direct.rs
task-comm-0.rs
task-comm-1.rs core: New task API 2012-02-20 18:58:04 -08:00
task-comm-3.rs core: New task API 2012-02-20 18:58:04 -08:00
task-comm-4.rs
task-comm-5.rs
task-comm-6.rs
task-comm-7.rs core: New task API 2012-02-20 18:58:04 -08:00
task-comm-9.rs core: New task API 2012-02-20 18:58:04 -08:00
task-comm-10.rs
task-comm-11.rs
task-comm-12.rs core: New task API 2012-02-20 18:58:04 -08:00
task-comm-13.rs core: New task API 2012-02-20 18:58:04 -08:00
task-comm-14.rs
task-comm-15.rs
task-comm-16.rs test: Resolve some FIXMEs 2012-02-05 17:05:24 -08:00
task-comm-17.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
task-comm-chan-cleanup2.rs
task-comm-chan-cleanup3.rs
task-comm-chan-cleanup4.rs
task-comm-chan-cleanup.rs
task-comm-chan-nil.rs
task-comm.rs core: New task API 2012-02-20 18:58:04 -08:00
task-compare.rs
task-killjoin-rsrc.rs
task-killjoin.rs core: New task API 2012-02-20 18:58:04 -08:00
task-life-0.rs
task-spawn-move-and-copy.rs
terminate-in-initializer.rs core: New task API 2012-02-20 18:58:04 -08:00
test-ignore-cfg.rs
test-runner-hides-main.rs
threads.rs
too-much-recursion.rs core: New task API 2012-02-20 18:58:04 -08:00
trivial-message.rs
tup.rs
type-in-nested-module.rs
type-namespace.rs
type-param-constraints.rs
type-param.rs
type-params-in-for-each.rs
type-ptr.rs
type-sizes.rs
typestate-cfg-nesting.rs
typestate-multi-decl.rs
typestate-transitive.rs
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
uint.rs
unchecked-predicates.rs make bind syntax unnecessary: just use _ for one of the arguments 2012-02-11 10:14:41 -08:00
unify-return-ty.rs
uniq-cc-generic.rs
uniq-cc.rs
unique-alt-discrim.rs
unique-assign-copy.rs
unique-assign-drop.rs
unique-assign-generic.rs
unique-assign.rs
unique-autoderef-field.rs
unique-autoderef-index.rs
unique-cmp.rs
unique-containing-tag.rs
unique-copy-box.rs
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
unique-in-tag.rs
unique-in-vec-copy.rs
unique-in-vec.rs
unique-init.rs
unique-kinds.rs
unique-log.rs
unique-move-drop.rs
unique-move-temp.rs
unique-move.rs
unique-mutable.rs
unique-pat-2.rs
unique-pat-3.rs
unique-pat.rs
unique-pinned-nocopy-2.rs
unique-rec.rs
unique-send-2.rs
unique-send.rs
unique-swap.rs
unit.rs
unreachable-code.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unused-move-capture.rs Take move captures in account in mutability checker 2012-02-22 13:35:17 +01:00
unwind-box.rs core: New task API 2012-02-20 18:58:04 -08:00
unwind-resource2.rs core: New task API 2012-02-20 18:58:04 -08:00
unwind-resource.rs core: New task API 2012-02-20 18:58:04 -08:00
unwind-unique.rs core: New task API 2012-02-20 18:58:04 -08:00
use-iface-before-def.rs Make sure iface_methods are set before they are accessed 2012-02-06 09:56:42 +01:00
use-import-export.rs
use-uninit-alt2.rs
use-uninit-alt.rs
use.rs
user.rs
utf8_chars.rs (core::str) rename byte_len -> len_bytes and rename char_len -> len 2012-02-12 15:30:20 -08:00
utf8_idents.rs
utf8.rs
variant-attributes.rs
vec-concat.rs
vec-drop.rs
vec-growth.rs
vec-ivec-deadlock.rs
vec-late-init.rs
vec-push.rs
vec-self-append.rs
vec-slice.rs
vec.rs
vector-no-ann-2.rs
weird-exprs.rs Fix last failing test 2012-01-30 18:21:12 +01:00
while-and-do-while.rs
while-cont.rs
while-flow-graph.rs
while-loop-constraints-2.rs
while-prelude-drop.rs
while-with-break.rs
writealias.rs
x86stdcall2.rs
x86stdcall.rs
yield1.rs core: New task API 2012-02-20 18:58:04 -08:00
yield2.rs
yield.rs core: New task API 2012-02-20 18:58:04 -08:00
zip-same-length.rs