rust/src/test/run-pass
2012-04-05 15:18:26 -07:00
..
companionmod-src
crate-attributes-src
multi-src
native-mod-src
native-src
acyclic-unwind.rs Add an infinite loop construct 2012-03-09 16:40:58 -08:00
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 Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
alloca-from-derived-tydesc.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
alt-bot-2.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
alt-bot.rs
alt-implicit-copy-unique.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
alt-implicit-copy.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
alt-join.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
alt-path.rs Require alts to be exhaustive 2012-01-31 10:08:24 -08:00
alt-pattern-drop.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
alt-pattern-lit.rs Rewrite exhaustiveness checker 2012-02-15 15:47:42 +01:00
alt-pattern-no-type-params.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
alt-pattern-simple.rs
alt-phi.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
alt-type-simple.rs
alt-with-ret-arm.rs add test that was failing from tedh 2012-03-24 21:59:16 -07:00
argument-passing.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
argv.rs
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
assign-assign.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
auto_serialize.rs std: Rename the hashmap constructors to conform to new standards 2012-03-14 18:19:08 -07:00
auto-instantiate.rs
auto-loop.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
autobind.rs
basic-1.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
basic-2.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
basic.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
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 Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
bind-native.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07: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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
block-arg-call-as.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
block-arg-can-be-followed-by-binop.rs
block-arg-can-be-followed-by-block-arg.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
block-arg-can-be-followed-by-call.rs
block-arg-in-parentheses.rs
block-arg-used-as-any.rs Rename fn*() to fn() as originally planned. 2012-01-19 07:11:50 -08:00
block-arg-used-as-lambda.rs
block-arg.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
block-explicit-types.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
block-expr-precedence.rs
block-fn-coerce.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
block-iter-1.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
block-iter-2.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
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 rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
box-unbox.rs
box.rs
break-value.rs Add an infinite loop construct 2012-03-09 16:40:58 -08:00
break.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
bug-862.rs
c-stack-as-value.rs
c-stack-returning-int64.rs core:: Eliminate str::sbuf. Replace with *u8 2012-03-14 18:19:08 -07:00
cap-clause-move.rs
cap-clause-not-used.rs
cast.rs
cci_impl_exe.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
cci_iter_exe.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
cci_nested_exe.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
cci_no_inline_exe.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
chan-leak.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
char.rs
check-pattern-bound.rs
child-outlives-parent.rs
claim-nonterm.rs
class-method-cross-crate.rs Make cross-crate calls to class methods work 2012-03-22 20:32:47 -07:00
class-methods-cross-crate.rs Add another test for cross-crate method calls 2012-03-23 23:10:45 -07:00
class-methods.rs Require "self" as base expression for intra-class method or field references 2012-03-29 12:22:01 -07:00
class-poly-methods.rs xfail - metadata encoding doesn't work, which breaks Windows 2012-04-03 17:16:14 -07:00
class-str-field.rs Require "self" as base expression for intra-class method or field references 2012-03-29 12:22:01 -07:00
class-typarams.rs also xfail class-typarams (doesn't work on Windows) 2012-04-03 17:47:07 -07:00
classes-cross-crate.rs Enforce mutability declarations in classes; correct shapes for classes 2012-03-27 22:11:58 -07:00
classes-simple-cross-crate.rs Encode both private and public class fields in metadata 2012-03-16 20:36:07 -07:00
classes-simple-method.rs Require "self" as base expression for intra-class method or field references 2012-03-29 12:22:01 -07:00
classes-simple.rs Allow references to "self" within classes 2012-03-28 14:19:00 -07:00
classes.rs Require "self" as base expression for intra-class method or field references 2012-03-29 12:22:01 -07:00
cleanup-copy-mode.rs Tidy up predicate names in libcore. Should close #1431. 2012-04-04 18:08:55 -07: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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
conditional-compile-arch.rs
conditional-compile.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
const-const.rs rustc: Allow consts to refer to other consts 2012-04-04 15:03:39 -07:00
const-contents.rs
const-negative.rs
const.rs
constrained-type.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
constraint-prop-expr-move.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
constraint-prop-move.rs Finish cleanup of core::str 2012-02-23 17:00:19 +01:00
constraint-prop-swap.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
constraint-prop.rs Finish cleanup of core::str 2012-02-23 17:00:19 +01:00
core-export-f64-sqrt.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
crate-attributes.rc
crust-1.rs rustc: Parse crust functions 2012-02-14 11:24:09 -08:00
crust-call-deep2.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
crust-call-deep.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
crust-call-scrub.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
crust-call.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
crust-stress.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
crust-take-value.rs rustc: Translate the value of crust functions 2012-02-14 11:24:09 -08:00
crust-yield.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
cycle-collection2.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
cycle-collection4.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
cycle-collection5.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
cycle-collection.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
dead-code-one-arm-if.rs
decl-with-recv.rs
deep.rs
deref-lval.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
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 rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
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 Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
empty-tag.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
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 rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
export-glob-imports-target.rs Fix comment, add test that export glob works as import glob in scope. 2012-02-23 18:39:13 -08:00
export-glob.rs Support basic, unsophisticated, somewhat wrong export-globs. 2012-02-23 18:39:14 -08:00
export-multi.rs
export-non-interference2.rs
export-non-interference3.rs
export-non-interference.rs Detect and report types which could never be instantiated. 2012-03-28 17:02:54 -07:00
export-tag-variant.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
export-unexported-dep.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
expr-copy.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
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 rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
expr-if-unique.rs
expr-if.rs
expr-scope.rs
exterior.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
fn-bare-bind-generic.rs
fn-bare-bind.rs
fn-bare-coerce-to-block.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
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 Finish cleanup of core::str 2012-02-23 17:00:19 +01:00
fn-lval.rs
fn-type-infer.rs
for-destruct.rs
for-implicit-copy.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
for-loop-fail.rs
foreach-nested.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
foreach-put-structured.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
foreach-simple-outer-slot.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
generic-ivec-leak.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
generic-ivec.rs
generic-recursive-tag.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
generic-tag-alt.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
generic-tag-corruption.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
generic-tag-local.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
generic-tag-values.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
generic-tag.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
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 --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
hello.rs
i8-incr.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
i32-sub.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
if-bot.rs
if-check-precond.rs
if-check.rs
if-ret.rs
iface-cast.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
iface-generic.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
iface-to-str.rs
impl-variance.rs rustc: Unify impl self types in the opposite order so variance is correct 2012-03-16 17:06:15 -07:00
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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
import-in-block.rs
import.rs
infer-fn-tail-expr.rs
infinite-loops.rs Add an infinite loop construct 2012-03-09 16:40:58 -08:00
init-res-into-things.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
inner-module.rs
int.rs
integral-indexing.rs
invoke-external-native.rs core: Clean up comments and exports 2012-03-10 00:35:02 -08:00
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 Add an infinite loop construct 2012-03-09 16:40:58 -08:00
issue-783.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07: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 Handle predicates that recurse in a check() expression 2012-01-19 22:53:22 -08:00
issue-970.rs Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Close #1428. 2012-01-19 19:29:21 -08:00
issue-979.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
issue-980.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
issue-1112.rs
issue-1251.rs
issue-1257.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
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 std: Rename the hashmap constructors to conform to new standards 2012-03-14 18:19:08 -07:00
issue-1821.rs test: Add test for #1821 2012-02-13 15:58:14 -08:00
issue-1895.rs Use the correct prestate for calls 2012-03-01 09:16:26 -08:00
issue-1899.rs allow binding of fn~, make result fn@. fixes 1899. 2012-03-16 17:48:53 -04:00
issue-1974.rs rustc: Don't make the while loop body's basic block a child of the condition 2012-03-13 17:27:17 -07:00
istr.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
item-attributes.rs Remove native types from stdlib 2012-02-01 12:23:13 +01:00
item-name-overload.rs
iter-range.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
ivec-add.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
ivec-pass-by-value.rs
ivec-tag.rs
lambda-infer-unresolved.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
lambda-no-leak.rs
large-records.rs
last-use-corner-cases.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
last-use-in-block.rs Add an infinite loop construct 2012-03-09 16:40:58 -08:00
last-use-in-cap-clause.rs
last-use-is-capture.rs
lazy-and-or.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
lazy-init.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
lazychan.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
leak-box-as-tydesc.rs
leak-tag-copy.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
leak-unique-as-tydesc.rs
let-destruct-fresh-mem.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
let-destruct.rs test: "tag" -> "enum" in run-pass and run-fail 2012-01-19 16:11:17 -08:00
linear-for-loop.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
list.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
log-knows-the-names-of-variants.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
log-linearized.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
log-str.rs
long-while.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
loop-break-cont-1.rs Tweak some test cases and add a few new ones 2012-03-10 20:38:03 -08:00
loop-break-cont.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
loop-diverges.rs A few tests for infinite loops 2012-03-11 20:17:27 -07:00
loop-scope.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
lots-a-fail.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -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 Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
method-attributes.rs rustc: Allow attributes on methods. Closes #1709 2012-01-30 11:43:45 -08:00
mlist-cycle.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
mlist.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
mod-view-items.rs Overhaul constructor naming in libs 2012-03-13 11:07:22 -07:00
monad.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
monomorphize-iface-in-fn-at.rs add test for commit 9502fb99e0 2012-03-21 08:23:31 -07:00
morestack1.rs
morestack2.rs
morestack3.rs
morestack4.rs
morestack5.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
morestack6.rs Overhaul constructor naming in libs 2012-03-13 11:07:22 -07:00
move-1-unique.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
move-1.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
move-2-unique.rs
move-2.rs
move-3-unique.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
move-3.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
multi-let.rs
multi.rc
multiline-comment.rs
mutable-alias-vec.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
mutable-huh-variance-vec1.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
mutable-huh-variance-vec2.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
mutable-vec-drop.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
mutual-recursion-group.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
native2.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07: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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
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 Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
newtype-polymorphic.rs test: "tag" -> "enum" in run-pass and run-fail 2012-01-19 16:11:17 -08:00
newtype.rs test: "tag" -> "enum" in run-pass and run-fail 2012-01-19 16:11:17 -08:00
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 test: "tag" -> "enum" in run-pass and run-fail 2012-01-19 16:11:17 -08:00
nullary-or-pattern.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
opeq.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
operator-associativity.rs
operator-overloading.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
or-pattern.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
osmain.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
output-slot-variants.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
over-constrained-vregs.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
paren-free.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
parse-fail.rs
pass-by-copy.rs
path.rs
pattern-bound-var-in-for-each.rs
placement-new-arena.rs Adjust arena definition to be compatible with placement new 2012-03-21 05:46:31 -07:00
placement-new-leaky.rs Implement an initial version of placement new. 2012-03-20 20:39:40 -07:00
pred-check.rs
pred-not-bool.rs
pred.rs
preempt.rs Add an infinite loop construct 2012-03-09 16:40:58 -08:00
private-class-field.rs Require "self" as base expression for intra-class method or field references 2012-03-29 12:22:01 -07:00
private-method.rs Require "self" as base expression for intra-class method or field references 2012-03-29 12:22:01 -07:00
qquote.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07: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
regions-addr-of-ret.rs rustc: Universally quantify regions when calling functions. Un-XFAIL regions-addr-of-ret.rs. 2012-03-28 14:24:18 -07:00
regions-mock-trans-impls.rs test: Un-XFAIL regions-mock-trans.rs and regions-mock-trans-impls.rs 2012-03-28 14:31:23 -07:00
regions-mock-trans.rs test: Un-XFAIL regions-mock-trans.rs and regions-mock-trans-impls.rs 2012-03-28 14:31:23 -07:00
regions-params.rs new tests for things we'll have to fix eventually 2012-04-05 15:18:26 -07:00
regions-self-impls.rs wip: refactor repr of regions 2012-04-04 19:41:23 -07:00
regions-self-in-enums.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
regions-simple.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
resource-assign-is-not-copy.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
resource-cycle2.rs rt: Run resource destructors during cycle collection 2012-03-22 19:07:31 -07:00
resource-cycle.rs rt: Run resource destructors during cycle collection 2012-03-22 19:07:31 -07:00
resource-destruct.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
resource-generic.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
resource-in-struct.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
ret-bang.rs
ret-break-cont-in-block.rs Support returning from loop blocks 2012-03-27 12:33:13 +02:00
ret-none.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
return-nil.rs
rt-circular-buffer.rs
rt-sched-1.rs core: Rename unsafe::leak to unsafe::forget. Closes #2031 2012-03-20 15:20:37 -07:00
self-shadowing-import.rs
send-iloop.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
send-type-inference.rs
sendfn-deep-copy.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
sendfn-generic-fn.rs
sendfn-is-a-block.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
sendfn-spawn-with-fn-arg.rs
seq-compare.rs
shadow.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
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 rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
simple-generic-alt.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
simple-generic-tag.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
simple-infer.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
size-and-align.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
spawn2.rs
spawn-fn.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
spawn-types.rs
spawn.rs core: New task API 2012-02-20 18:58:04 -08:00
stable-addr-of.rs Keep an explicit map of things that have to be spilled 2012-03-23 16:08:01 +01:00
static-impl.rs core: Add extension methods for vec 2012-03-29 20:56:50 -07:00
str-append.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
str-concat.rs
str-growth.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
str-idx.rs
str-multiline.rs
string-self-append.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
struct-return.rs Conditionalize test to only run double/byte/double test on x64 for now. 2012-03-20 17:34:21 -07:00
structured-compare-recursive.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
structured-compare.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
supported-cast.rs Libc/os/run/rand/io reorganization. Close #1373. Close #1638. 2012-03-12 20:08:29 -07:00
swap-1.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
swap-2.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
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 unify size_of, align_of into one call (metrics) 2012-01-21 19:31:52 -08:00
tag-align-dyn-variants.rs unify size_of, align_of into one call (metrics) 2012-01-21 19:31:52 -08:00
tag-align-shape.rs unify size_of, align_of into one call (metrics) 2012-01-21 19:31:52 -08:00
tag-align-u64.rs unify size_of, align_of into one call (metrics) 2012-01-21 19:31:52 -08:00
tag-auto-disr-val-shape.rs test: Un-xfail run-pass/tag-auto-disr-val-shape 2012-01-25 12:44:13 -08:00
tag-disr-val-shape.rs test: Un-xfail run-pass/tag-disr-val-shape 2012-01-25 12:34:37 -08:00
tag-exports.rs Export all enum variants by default; new syntax for selectively exporting variants 2012-01-23 15:48:08 -08:00
tag-in-block.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
tag-variant-disr-val.rs test: Add regression test for #1659 2012-01-25 12:40:08 -08:00
tag.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
tail-call-arg-leak.rs
tail-cps.rs
tail-direct.rs
task-comm-0.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
task-comm-1.rs core: New task API 2012-02-20 18:58:04 -08:00
task-comm-3.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
task-comm-4.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
task-comm-5.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
task-comm-6.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
task-comm-7.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
task-comm-9.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
task-comm-10.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
task-comm-11.rs
task-comm-12.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
task-comm-13.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
task-comm-14.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
task-comm-15.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
task-comm-16.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07: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 Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
task-compare.rs
task-killjoin-rsrc.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
task-killjoin.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
task-life-0.rs
task-spawn-move-and-copy.rs Recognize last uses for copied closed-over variables 2012-02-29 18:06:26 +01:00
terminate-in-initializer.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
test-ignore-cfg.rs
test-runner-hides-main.rs
threads.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
too-much-recursion.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07: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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
type-ptr.rs
type-sizes.rs
typestate-cfg-nesting.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
typestate-multi-decl.rs
typestate-transitive.rs
u8-incr-decr.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
u8-incr.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
u32-decr.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
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 Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
uniq-cc.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
unique-alt-discrim.rs
unique-assign-copy.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
unique-assign-drop.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
unique-assign-generic.rs
unique-assign.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
unique-autoderef-field.rs
unique-autoderef-index.rs
unique-cmp.rs
unique-containing-tag.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
unique-copy-box.rs
unique-create.rs
unique-decl-init-copy.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
unique-fn-arg.rs
unique-fn-ret.rs
unique-generic-assign.rs
unique-in-tag.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
unique-in-vec-copy.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
unique-in-vec.rs
unique-init.rs
unique-kinds.rs
unique-log.rs
unique-move-drop.rs
unique-move-temp.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
unique-move.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
unique-mutable.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
unique-pat-2.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
unique-pat-3.rs rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly. 2012-01-19 18:41:06 -08:00
unique-pat.rs
unique-pinned-nocopy-2.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
unique-rec.rs
unique-send-2.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
unique-send.rs
unique-swap.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
unit.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
unreachable-code.rs Disallow ret inside of block functions 2012-03-26 12:45:47 +02: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 Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
unwind-resource2.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
unwind-resource.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
unwind-unique.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07: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 make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
use-uninit-alt.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
use.rs
user.rs
utf8_chars.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
utf8_idents.rs
utf8.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
variant-attributes.rs rustc: Allow attributes on enum variants. Closes #1663 2012-01-25 16:24:06 -08:00
vec-concat.rs
vec-drop.rs
vec-growth.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
vec-ivec-deadlock.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
vec-late-init.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
vec-push.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
vec-self-append.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
vec-slice.rs
vec.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
vector-no-ann-2.rs
vector-no-ann.rs resolve type variables with no constraints to bot 2012-03-29 19:41:09 -07:00
weird-exprs.rs resolve type variables with no constraints to bot 2012-03-29 19:41:09 -07:00
while-and-do-while.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
while-cont.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
while-flow-graph.rs
while-loop-constraints-2.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
while-prelude-drop.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
while-with-break.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
writealias.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
x86stdcall2.rs
x86stdcall.rs
yield1.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
yield2.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
yield.rs Rename task::task_builder to task::builder 2012-04-05 14:09:32 -07:00
zip-same-length.rs core Remove vec::enum_chars/uint. Closes #1955 2012-03-10 17:07:23 -08:00