rust/src/test/run-pass
2012-06-06 15:08:24 -07:00
..
companionmod-src
crate-attributes-src
module-polymorphism2-files/float-template
module-polymorphism3-files
module-polymorphism4-files
module-polymorphism-files
multi-src
native-mod-src
native-src
syntax-extension-source-utils-files New syntax extensions: #line[], #col[], #file[], #stringify[], #include[] 2012-05-18 10:05:24 -07:00
acyclic-unwind.rs
alias-uninit-value.rs
alignment-gep-tup-like-1.rs
alignment-gep-tup-like-2.rs Send is no longer a subkind of copy. This allows for sendable, but non-copyable resources. Closes #2420. 2012-05-22 14:10:32 -07:00
alloca-from-derived-tydesc.rs
alt-bot-2.rs
alt-bot.rs
alt-implicit-copy-unique.rs
alt-implicit-copy.rs
alt-join.rs
alt-path.rs
alt-pattern-drop.rs
alt-pattern-lit.rs
alt-pattern-no-type-params.rs
alt-pattern-simple.rs
alt-phi.rs
alt-range.rs
alt-str.rs
alt-tag.rs
alt-type-simple.rs
alt-unique-bind.rs rustc: Put uniques into addrspace 1 2012-06-05 14:03:25 -07:00
alt-with-ret-arm.rs
argument-passing.rs make all arguments modes immutable 2012-05-29 16:22:17 -07:00
argv.rs
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
assign-assign.rs
attr-before-view-item2.rs
attr-before-view-item.rs
auto_serialize.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
bind-exterior.rs
bind-generic.rs
bind-interior.rs
bind-methods.rs
bind-native-fn.rs Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -07:00
bind-native.rs
bind-parameterized-args-2.rs
bind-parameterized-args.rs
bind-thunk.rs
bind-trivial.rs
binops.rs Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417. 2012-05-22 14:59:15 -07:00
bitwise.rs Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417. 2012-05-22 14:59:15 -07: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
borrowck-borrow-from-expr-block.rs change region scope of call arguments, old one was unsound 2012-05-24 05:19:44 -07:00
borrowck-mut-vec-as-imm-slice.rs allow mutable vectors and so forth to be used as immutable slices 2012-05-31 15:07:09 -07:00
borrowck-pat-reassign-no-binding.rs add xfail-fast directives for borrowck tests 2012-05-16 12:44:54 -07:00
borrowck-preserve-box-in-arm-not-taken.rs remove line so that pretty printer doesn't mess it up 2012-05-18 14:32:38 -07:00
borrowck-preserve-box-in-discr.rs test that we preserve boxes in patterns---still one bug 2012-05-18 14:32:37 -07:00
borrowck-preserve-box-in-field.rs add xfail-fast directives for borrowck tests 2012-05-16 12:44:54 -07:00
borrowck-preserve-box-in-pat.rs better support for classes with polymorphic methods 2012-06-04 11:46:23 -07:00
borrowck-preserve-box-in-uniq.rs add xfail-fast directives for borrowck tests 2012-05-16 12:44:54 -07:00
borrowck-preserve-box-sometimes-needed.rs test for troublesome case where preserve was freeing uninitialized memory 2012-05-30 11:26:15 -07:00
borrowck-preserve-box.rs add xfail-fast directives for borrowck tests 2012-05-16 12:44:54 -07:00
borrowck-preserve-cond-box.rs add xfail-fast directives for borrowck tests 2012-05-16 12:44:54 -07:00
borrowck-preserve-expl-deref.rs test that we preserve boxes in patterns---still one bug 2012-05-18 14:32:37 -07:00
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
by-val-and-by-move.rs test for issue #2443 2012-05-25 14:37:35 -07:00
c-stack-as-value.rs
c-stack-returning-int64.rs
cap-clause-move.rs
cap-clause-not-used.rs
cast-region-to-uint.rs allow region ptrs to be cast to uints 2012-05-18 19:07:19 -07:00
cast.rs
cci_borrow.rs Revert "test: xfail-win32 run-pass/cci_borrow.rs" 2012-06-01 18:27:38 -07:00
cci_capture_clause.rs Revert "test: xfail-win32 run-pass/cci_capture_clause.rs" 2012-06-01 18:27:30 -07:00
cci_impl_exe.rs
cci_iter_exe.rs
cci_nested_exe.rs
cci_no_inline_exe.rs
chan-leak.rs
char.rs
check-pattern-bound.rs
child-outlives-parent.rs
claim-nonterm.rs
class-cast-to-iface-cross-crate-2.rs
class-cast-to-iface-cross-crate.rs
class-cast-to-iface-multiple-types.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
class-cast-to-iface.rs
class-dtor.rs First cut at dtors for classes 2012-05-14 14:26:10 -07:00
class-exports.rs
class-iface-bounded-param.rs fix classes and parameterized ifaces; remove needless self check 2012-05-24 06:49:40 -07:00
class-impl-parameterized-iface.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
class-impl-very-parameterized-iface.rs better support for classes with polymorphic methods 2012-06-04 11:46:23 -07:00
class-implement-iface-cross-crate.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
class-implement-ifaces.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
class-implements-multiple-ifaces.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
class-method-cross-crate.rs
class-methods-cross-crate.rs
class-methods.rs
class-poly-methods-cross-crate.rs better support for classes with polymorphic methods 2012-06-04 11:46:23 -07:00
class-poly-methods.rs
class-separate-impl.rs
class-str-field.rs
class-typarams.rs better support for classes with polymorphic methods 2012-06-04 11:46:23 -07:00
classes-cross-crate.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
classes-simple-cross-crate.rs
classes-simple-method.rs
classes-simple.rs
classes.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
cleanup-copy-mode.rs
clone-with-exterior.rs
close-over-big-then-small-data.rs
closure-inference2.rs
closure-inference.rs
comm.rs
command-line-args.rs
companionmod.rc test: xfail-win32 run-pass/companionmod. not sure why it's broke 2012-06-01 21:28:55 -07:00
companionmod.rs
compare-generic-enums.rs add a test that types w/ def_ids compare just fine to types w/o def_ids 2012-05-30 11:04:12 -07:00
complex.rs
conditional-compile-arch.rs
conditional-compile.rs Revert "Revert "Fix test case so the class in it is non-empty" due to test failures" 2012-06-06 15:08:24 -07:00
const-bound.rs Const kind checking. The rules are almost certainly incomplete and unsound... 2012-05-24 15:06:56 -07:00
const-const.rs
const-contents.rs
const-negative.rs
const.rs
constrained-type.rs
constraint-prop-expr-move.rs
constraint-prop-move.rs
constraint-prop-swap.rs
constraint-prop.rs
core-export-f64-sqrt.rs Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -07:00
crate-attributes.rc
crateresolve1.rs
crateresolve2.rs
crateresolve3.rs
crateresolve4.rs
crateresolve5.rs
crateresolve6.rs
crateresolve7.rs
crust-1.rs
crust-call-deep2.rs
crust-call-deep.rs
crust-call-scrub.rs
crust-call.rs
crust-stress.rs
crust-take-value.rs
crust-yield.rs
cycle-collection2.rs
cycle-collection4.rs
cycle-collection5.rs
cycle-collection.rs
dead-code-one-arm-if.rs
decl-with-recv.rs
deep-vector2.rs rustc: Don't copy vecs in seq_preconds. Huge perf win on some tests 2012-05-18 15:59:00 -07:00
deep-vector.rs rustc: Don't recurse in seq_preconds. Consumes too much stack 2012-05-18 14:28:39 -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
dupe-first-attr.rc
dvec-test.rs move io over to dvec 2012-05-18 20:00:50 -07:00
early-ret-binop-add.rs
early-ret-binop.rs
else-if.rs
empty-mutable-vec.rs
empty-tag.rs
enum-disr-val-pretty.rs
estr-internal.rs
estr-shared.rs
estr-slice.rs
estr-uniq.rs
evec-internal-boxes.rs
evec-internal.rs
evec-slice.rs
exec-env.rs
export-abstract-tag.rs
export-glob-imports-target.rs
export-glob.rs
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
expr-alt-fail-all.rs
expr-alt-fail.rs
expr-alt-generic-box1.rs
expr-alt-generic-box2.rs
expr-alt-generic-unique1.rs
expr-alt-generic-unique2.rs
expr-alt-generic.rs
expr-alt-struct.rs
expr-alt-unique.rs
expr-alt.rs
expr-block-box.rs
expr-block-fn.rs
expr-block-generic-box1.rs
expr-block-generic-box2.rs
expr-block-generic-unique1.rs
expr-block-generic-unique2.rs
expr-block-generic.rs
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
expr-if-generic-box2.rs
expr-if-generic.rs
expr-if-struct.rs
expr-if-unique.rs
expr-if.rs
expr-scope.rs
exterior.rs
fact.rs
fat-arrow-alt.rs Add a test case for previous commit 2012-06-04 18:56:50 -07:00
fixed-point-bind-box.rs
fixed-point-bind-unique.rs
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
fn-lval.rs
fn-type-infer.rs
for-destruct.rs
for-loop-fail.rs
foreach-nested.rs
foreach-put-structured.rs
foreach-simple-outer-slot.rs
fun-call-variants.rs
fun-indirect-call.rs
generic-alias-box.rs
generic-alias-unique.rs Send is no longer a subkind of copy. This allows for sendable, but non-copyable resources. Closes #2420. 2012-05-22 14:10:32 -07:00
generic-bind-2.rs
generic-bind.rs
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
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
iface-to-str.rs
impl-variance.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
infer-with-expected.rs
infinite-loops.rs
init-res-into-things.rs Start porting tests to use classes with dtors instead of resources 2012-05-15 20:35:57 -07:00
inner-module.rs
instantiable.rs test file I had lying around and had forgotten to commit 2012-05-18 10:38:18 -07:00
int.rs
integral-indexing.rs
intrinsic-alignment.rs
invoke-external-native.rs
issue2170exe.rs
issue2378c.rs test for #2378 2012-05-18 20:00:50 -07:00
issue-333.rs
issue-506.rs
issue-507.rs
issue-687.rs
issue-783.rs
issue-898.rs
issue-933.rs
issue-970.rs
issue-979.rs Start porting tests to use classes with dtors instead of resources 2012-05-15 20:35:57 -07:00
issue-980.rs
issue-1112.rs
issue-1251.rs
issue-1257.rs
issue-1460.rs
issue-1466.rs
issue-1516.rs
issue-1660.rs
issue-1696.rs
issue-1701.rs
issue-1821.rs
issue-1866.rs
issue-1895.rs
issue-1899.rs
issue-1974.rs
issue-1989.rs
issue-2185.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
issue-2196.rs
issue-2311.rs Resolve bounds in iface types 2012-05-29 16:50:21 -07:00
issue-2316-c.rs
issue-2380-b.rs Test case for issue 2380 2012-05-29 17:05:17 -07:00
issue-2383.rs In reachability, don't ignore nested items 2012-05-29 14:40:35 -07:00
issue-2463.rs Allow optional comma before with in FRU. Closes #2463. 2012-05-31 12:20:26 -07:00
istr.rs
item-attributes.rs
item-name-overload.rs
iter-all.rs
iter-any.rs
iter-contains.rs
iter-count.rs
iter-eachi.rs
iter-filter-to-vec.rs
iter-flat-map-to-vec.rs
iter-foldl.rs
iter-map-to-vec.rs
iter-min-max.rs
iter-range.rs
iter-to-vec.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-corner-cases.rs
last-use-in-block.rs
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
liveness-assign-imm-local-after-loop.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-assign-imm-local-after-ret.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
liveness-loop-break.rs remove initedness checking from typestate, as best I could 2012-05-24 09:52:16 -07:00
liveness-move-in-loop.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs change list so that it must be used in a purely boxed fashion 2012-05-21 09:37:34 -07:00
log-knows-the-names-of-variants.rs
log-linearized.rs
log-str.rs
long-while.rs
loop-break-cont-1.rs
loop-break-cont.rs
loop-diverges.rs
loop-scope.rs
lots-a-fail.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07: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
mlist-cycle.rs
mlist.rs
mod-view-items.rs
module-polymorphism2.rc
module-polymorphism2.rs
module-polymorphism3.rc
module-polymorphism3.rs
module-polymorphism4.rc
module-polymorphism4.rs
module-polymorphism.rc
module-polymorphism.rs
monad.rs
monomorphize-iface-in-fn-at.rs
morestack1.rs
morestack2.rs
morestack3.rs
morestack4.rs
morestack5.rs
morestack6.rs
move-1-unique.rs
move-1.rs
move-2-unique.rs
move-2.rs
move-3-unique.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
move-3.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
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
native-dupe.rs
native-fn-linkname.rs
native-lib-path.rs
native-mod.rc
native-no-abi.rs
native-struct.rs
native.rc
negative.rs
nested-alts.rs
nested-exhaustive-alt.rs
nested-pattern.rs
nested-patterns.rs
newtype-polymorphic.rs
newtype.rs
nil-decl-in-native.rs
nil-pattern.rs
non-boolean-pure-fns.rs change list so that it must be used in a purely boxed fashion 2012-05-21 09:37:34 -07:00
nullary-or-pattern.rs
opeq.rs
operator-associativity.rs
operator-overloading.rs
option-ext.rs
or-pattern.rs
osmain.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 core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
placement-new-arena.rs
placement-new-leaky.rs Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -07:00
pred-check.rs
pred-not-bool.rs
pred.rs
preempt.rs
private-class-field.rs
private-method.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
ptr-is-null.rs
pure-sum.rs move purity checking into borrowck, addresses #1422 2012-05-11 14:05:58 -07:00
rcvr-borrowed-to-region.rs Allow rcvrs to be borrowed; check rcvrs in borrowck properly 2012-06-02 10:08:04 -07:00
rcvr-borrowed-to-slice.rs Allow rcvrs to be borrowed; check rcvrs in borrowck properly 2012-06-02 10:08:04 -07:00
readalias.rs
rebind-fn.rs
rec-align-u32.rs
rec-align-u64.rs
rec-auto.rs
rec-extend.rs
rec-tup.rs
rec.rs
record-pat.rs
reflect-visit-type.rs Re-xfail reflect-visit-type since it crashes check-fast. 2012-05-28 17:03:44 -07:00
regions-addr-of-ret.rs change region scope of call arguments, old one was unsound 2012-05-24 05:19:44 -07:00
regions-borrow-at.rs
regions-borrow-estr-uniq.rs
regions-borrow-evec-at.rs
regions-borrow-evec-fixed.rs
regions-borrow-evec-uniq.rs
regions-borrow-uniq.rs
regions-bot.rs
regions-creating-enums2.rs
regions-creating-enums5.rs
regions-fn-subtyping-2.rs More tests wrt #2263. 2012-06-01 09:26:48 -07:00
regions-fn-subtyping.rs Clarify comments in test. 2012-06-01 09:26:48 -07:00
regions-iface.rs
regions-mock-trans-impls.rs Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -07:00
regions-mock-trans.rs Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -07:00
regions-nullary-variant.rs
regions-params.rs
regions-self-impls.rs
regions-self-in-enums.rs
regions-simple.rs
resolve-issue-2428.rs Add a test for Issue #2428. 2012-05-22 16:35:10 -07:00
resource-assign-is-not-copy.rs Start porting tests to use classes with dtors instead of resources 2012-05-15 20:35:57 -07:00
resource-cycle2.rs
resource-cycle.rs
resource-destruct.rs Convert more resource tests to use classes with dtors 2012-05-22 22:12:18 -04:00
resource-generic.rs Convert more resource tests to use classes with dtors 2012-05-22 22:12:18 -04:00
resource-in-struct.rs Port more test cases to use classes instead of resources 2012-06-01 20:40:34 -07:00
ret-bang.rs
ret-break-cont-in-block.rs
ret-none.rs
return-nil.rs
rt-circular-buffer.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
rt-sched-1.rs
self-shadowing-import.rs
selftype-add-ints.rs refactor region manip. to remove redundancy, get closer to fn subtyping 2012-05-30 11:04:12 -07:00
send-iloop.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
send-resource.rs Port more test cases to use classes instead of resources 2012-06-01 20:40:34 -07:00
send-type-inference.rs
sendable-class.rs Tests for copyability and sendability rules for classes 2012-06-01 20:40:35 -07:00
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
shebang.rs Added a test for #! comments 2012-05-22 18:03:26 -07:00
shift.rs Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417. 2012-05-22 14:59:15 -07:00
signed-shift-const-eval.rs Add a test for the just closed issue #2426. 2012-05-30 16:02:48 -07: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
stable-addr-of.rs
static-impl.rs
str-append.rs
str-concat.rs
str-growth.rs
str-idx.rs
str-multiline.rs
string-self-append.rs
struct-return.rs Machine types are different from int/uint, etc (Issue #2187) 2012-06-04 19:16:47 -07:00
structured-compare-recursive.rs
structured-compare.rs
supported-cast.rs
swap-1.rs
swap-2.rs
swappable-test.rs Revert "test: Remove swappable-test" due to test failures 2012-06-06 11:39:52 -07:00
syntax-extension-fmt.rs Add more #fmt float tests 2012-06-02 16:45:20 -07:00
syntax-extension-minor.rs
syntax-extension-shell.rs
syntax-extension-source-utils.rs add #include_bin[] 2012-05-18 10:05:25 -07:00
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 Remove be keyword. 2012-05-15 10:41:14 -07:00
tail-cps.rs Remove be keyword. 2012-05-15 10:41:14 -07:00
tail-direct.rs Remove be keyword. 2012-05-15 10:41:14 -07:00
task-comm-0.rs
task-comm-1.rs
task-comm-3.rs
task-comm-4.rs
task-comm-5.rs
task-comm-6.rs
task-comm-7.rs
task-comm-9.rs
task-comm-10.rs
task-comm-11.rs
task-comm-12.rs
task-comm-13.rs
task-comm-14.rs
task-comm-15.rs
task-comm-16.rs
task-comm-17.rs
task-comm-chan-cleanup2.rs
task-comm-chan-cleanup3.rs
task-comm-chan-cleanup4.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
task-comm-chan-cleanup.rs
task-comm-chan-nil.rs
task-comm.rs
task-compare.rs
task-killjoin-rsrc.rs Update task-killjoin-rsrc to use classes 2012-06-01 20:40:34 -07:00
task-killjoin.rs
task-life-0.rs
task-spawn-move-and-copy.rs
terminate-in-initializer.rs
test-ignore-cfg.rs
test-runner-hides-main.rs
threads.rs
too-much-recursion.rs
trivial-message.rs
tstate-loop-break.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
tup.rs
type-in-nested-module.rs
type-namespace.rs
type-param-constraints.rs Port more test cases to use classes instead of resources 2012-06-01 20:40:34 -07:00
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 change list so that it must be used in a purely boxed fashion 2012-05-21 09:37:34 -07:00
unify-return-ty.rs
uniq-cc-generic.rs Prevent capturing non-copyable things in closures. 2012-05-23 15:46:43 -07:00
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 rustc: Put uniques into addrspace 1 2012-06-05 14:03:25 -07:00
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 Port more test cases to use classes instead of resources 2012-06-01 20:40:34 -07:00
unique-rec.rs
unique-send-2.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
unique-send.rs
unique-swap.rs
unit.rs
unreachable-code-1.rs
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unused-move-capture.rs
unwind-box.rs
unwind-resource2.rs Port more test cases to use classes instead of resources 2012-06-01 20:40:34 -07:00
unwind-resource.rs Port more test cases to use classes instead of resources 2012-06-01 20:40:34 -07:00
unwind-unique.rs
use-crate-name-alias.rs
use-iface-before-def.rs
use-import-export.rs
use-uninit-alt2.rs
use-uninit-alt.rs
use.rs
utf8_chars.rs
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
warn-ctypes-inhibit.rs
weird-exprs.rs
while-cont.rs
while-flow-graph.rs
while-loop-constraints-2.rs
while-prelude-drop.rs
while-with-break.rs
while.rs
writealias.rs
x86stdcall2.rs
x86stdcall.rs
yield1.rs
yield2.rs
yield.rs
zip-same-length.rs