rust/src/test/run-pass
bors a5342d5970 auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brson
The std::run module is a relic from a standard library long since past, and
there's not much use to having two modules to execute processes with where one
is slightly more convenient. This commit merges the two modules, moving lots of
functionality from std::run into std::io::process and then deleting
std::run.

New things you can find in std::io::process are:

* Process::new() now only takes prog/args
* Process::configure() takes a ProcessConfig
* Process::status() is the same as run::process_status
* Process::output() is the same as run::process_output
* I/O for spawned tasks is now defaulted to captured in pipes instead of ignored
* Process::kill() was added (plus an associated green/native implementation)
* Process::wait_with_output() is the same as the old finish_with_output()
* destroy() is now signal_exit()
* force_destroy() is now signal_kill()

Closes #2625
Closes #10016
2014-02-23 22:06:50 -08:00
..
foreign-mod-src
foreign-src
mod_dir_implicit_aux
mod_dir_simple
module-polymorphism3-files/float-template
syntax-extension-source-utils-files
alias-uninit-value.rs
alignment-gep-tup-like-1.rs
alloca-from-derived-tydesc.rs
anon_trait_static_method_exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
anon-extern-mod-cross-crate-2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
anon-extern-mod.rs
anon-trait-static-method.rs
argument-passing.rs
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
artificial-block.rs
asm-out-assign.rs
assert-eq-macro-success.rs
assign-assign.rs
assignability-trait.rs
attr-before-view-item2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
attr-before-view-item.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
attr-main-2.rs
attr-main.rs
attr-no-drop-flag-size.rs
attr-start.rs
auto-encode.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
auto-instantiate.rs
auto-loop.rs
auto-ref-bounded-ty-param.rs
auto-ref-slice-plus-ref.rs
auto-ref-sliceable.rs
auto-ref.rs
autobind.rs
autoderef-and-borrow-method-receiver.rs
autoderef-method-on-trait.rs
autoderef-method-priority.rs
autoderef-method-twice-but-not-thrice.rs
autoderef-method-twice.rs
autoderef-method.rs
autoref-intermediate-types-issue-3585.rs
bare-static-string.rs
big-literals.rs
binary-minus-without-space.rs
bind-by-move.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
bind-field-short-with-modifiers.rs
binops.rs
bitv-perf-test.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
bitwise.rs
block-arg-call-as.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
block-arg.rs
block-explicit-types.rs
block-expr-precedence.rs
block-fn-coerce.rs
block-iter-1.rs
block-iter-2.rs
bool-not.rs
borrow-by-val-method-receiver.rs
borrowck-assign-to-subfield.rs
borrowck-binding-mutbl.rs
borrowck-borrow-from-expr-block.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
borrowck-borrow-of-mut-base-ptr-safe.rs
borrowck-closures-two-imm.rs
borrowck-fixed-length-vecs.rs
borrowck-freeze-frozen-mut.rs
borrowck-lend-args.rs
borrowck-macro-interaction-issue-6304.rs
borrowck-move-by-capture-ok.rs
borrowck-mut-uniq.rs
borrowck-mut-vec-as-imm-slice.rs
borrowck-nested-calls.rs
borrowck-pat-enum.rs
borrowck-pat-reassign-no-binding.rs
borrowck-preserve-box-in-field.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
borrowck-preserve-box-in-moved-value.rs
borrowck-preserve-box-in-uniq.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
borrowck-preserve-box.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
borrowck-preserve-cond-box.rs
borrowck-preserve-expl-deref.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
borrowck-root-while-cond-2.rs
borrowck-root-while-cond.rs
borrowck-rvalues-mutable.rs
borrowck-scope-of-deref-issue-4666.rs
borrowck-static-item-in-fn.rs
borrowck-uniq-via-ref.rs
borrowck-univariant-enum.rs
borrowed-ptr-pattern-2.rs
borrowed-ptr-pattern-3.rs
borrowed-ptr-pattern-infallible.rs
borrowed-ptr-pattern-option.rs
borrowed-ptr-pattern.rs
box-compare.rs
box-in-tup.rs
box-inside-if2.rs
box-inside-if.rs
box-unbox.rs
box.rs
boxed-class-type-substitution.rs
break-value.rs
break.rs
bug-7183-generics.rs
bug-7295.rs
builtin-superkinds-capabilities-transitive.rs
builtin-superkinds-capabilities-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
builtin-superkinds-capabilities.rs
builtin-superkinds-in-metadata.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
builtin-superkinds-phantom-typaram.rs
builtin-superkinds-self-type.rs
builtin-superkinds-simple.rs
builtin-superkinds-typaram.rs
by-value-self-in-mut-slot.rs
c-stack-as-value.rs
c-stack-returning-int64.rs
call-closure-from-overloaded-op.rs
can-copy-pod.rs
cancel-clean-via-immediate-rvalue-ref.rs
capture_nil.rs
capturing-logging.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cast-region-to-uint.rs
cast.rs
cci_borrow.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cci_capture_clause.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cci_impl_exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cci_iter_exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cci_nested_exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cci_no_inline_exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cell-does-not-clone.rs
cfg_inner_static.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cfg-family.rs
cfg-macros-foo.rs
cfg-macros-notfoo.rs
cfg-target-family.rs
cfgs-on-items.rs
char.rs
child-outlives-parent.rs
class-attributes-1.rs
class-attributes-2.rs
class-cast-to-trait-cross-crate-2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
class-cast-to-trait-multiple-types.rs
class-cast-to-trait.rs
class-dtor.rs
class-exports.rs
class-impl-very-parameterized-trait.rs
class-implement-trait-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
class-implement-traits.rs
class-method-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
class-methods-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
class-methods.rs
class-poly-methods-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
class-poly-methods.rs
class-separate-impl.rs
class-str-field.rs
class-typarams.rs
classes-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
classes-self-referential.rs
classes-simple-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
classes-simple-method.rs
classes-simple.rs
classes.rs
cleanup-arm-conditional.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
cleanup-copy-mode.rs
cleanup-rvalue-during-if-and-while.rs
cleanup-rvalue-for-scope.rs
cleanup-rvalue-scopes.rs
cleanup-rvalue-temp-during-incomplete-alloc.rs
cleanup-shortcircuit.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
clone-with-exterior.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
close-over-big-then-small-data.rs
closure-bounds-can-capture-chan.rs
closure-inference2.rs
closure-inference.rs
closure-reform.rs
cmp-default.rs
coerce-reborrow-imm-ptr-arg.rs
coerce-reborrow-imm-ptr-rcvr.rs
coerce-reborrow-imm-vec-arg.rs
coerce-reborrow-imm-vec-rcvr.rs
coerce-reborrow-mut-ptr-arg.rs
coerce-reborrow-mut-ptr-rcvr.rs
coerce-reborrow-mut-vec-arg.rs
coerce-reborrow-mut-vec-rcvr.rs
coerce-to-closure-and-proc.rs
coherence-impl-in-fn.rs
colorful-write-macros.rs
comm.rs
compare-generic-enums.rs
complex.rs
concat.rs
conditional-compile-arch.rs
conditional-compile.rs
conditional-debug-macro-off.rs
conditional-debug-macro-on.rs
const-autoderef.rs
const-big-enum.rs
const-binops.rs
const-bound.rs
const-cast-ptr-int.rs
const-cast.rs
const-const.rs
const-contents.rs
const-cross-crate-const.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
const-cross-crate-extern.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
const-deref.rs
const-enum-byref-self.rs
const-enum-byref.rs
const-enum-cast.rs
const-enum-ptr.rs
const-enum-struct2.rs
const-enum-struct.rs
const-enum-structlike.rs
const-enum-tuple2.rs
const-enum-tuple.rs
const-enum-tuplestruct2.rs
const-enum-tuplestruct.rs
const-enum-vec-index.rs
const-enum-vec-ptr.rs
const-enum-vec-repeat.rs
const-enum-vector.rs
const-expr-in-fixed-length-vec.rs
const-expr-in-vec-repeat.rs
const-extern-function.rs
const-fields-and-indexing.rs
const-fn-val.rs
const-negative.rs
const-nullary-enum.rs
const-nullary-univariant-enum.rs
const-rec-and-tup.rs
const-region-ptrs-noncopy.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
const-region-ptrs.rs
const-str-ptr.rs
const-struct-offsets.rs
const-struct.rs
const-tuple-struct.rs
const-unit-struct.rs
const-vec-of-fns.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
const-vec-syntax.rs
const-vecs-and-slices.rs
const.rs
consts-in-patterns.rs
core-run-destroy.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
crate-method-reexport-grrrrrrr.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
crateresolve1.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
crateresolve2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
crateresolve3.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
crateresolve4.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
crateresolve5.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
crateresolve8.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cross-crate-const-pat.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cross-crate-newtype-struct-pat.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cycle-collection.rs
dead-code-one-arm-if.rs
deep-vector2.rs
deep-vector.rs
deep.rs
default-method-parsing.rs
default-method-simple.rs
default-method-supertrait-vtable.rs
deref-lval.rs
deref.rs
deriving-clone-enum.rs
deriving-clone-generic-enum.rs
deriving-clone-generic-struct.rs
deriving-clone-generic-tuple-struct.rs
deriving-clone-struct.rs
deriving-clone-tuple-struct.rs
deriving-cmp-generic-enum.rs
deriving-cmp-generic-struct-enum.rs
deriving-cmp-generic-struct.rs
deriving-cmp-generic-tuple-struct.rs
deriving-cmp-shortcircuit.rs
deriving-encodable-decodable.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
deriving-enum-single-variant.rs
deriving-global.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
deriving-hash.rs std: rewrite Hash to make it more generic 2014-02-21 21:33:23 -08:00
deriving-in-fn.rs Expand ItemDecorator extensions in all contexts 2014-02-14 07:48:00 -08:00
deriving-in-macro.rs
deriving-meta-empty-trait-list.rs
deriving-meta-multiple.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
deriving-meta.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
deriving-primitive.rs
deriving-rand.rs
deriving-self-lifetime-totalord-totaleq.rs
deriving-self-lifetime.rs
deriving-show.rs
deriving-to-str.rs
deriving-via-extension-c-enum.rs
deriving-via-extension-enum.rs
deriving-via-extension-hash-enum.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
deriving-via-extension-hash-struct.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
deriving-via-extension-struct-empty.rs
deriving-via-extension-struct-like-enum-variant.rs
deriving-via-extension-struct-tuple.rs
deriving-via-extension-struct.rs
deriving-via-extension-type-params.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
deriving-zero.rs
die-macro.rs
div-mod.rs
double-unbox.rs
drop-on-empty-block-exit.rs
drop-on-ret.rs
drop-trait-generic.rs
drop-trait.rs
dupe-first-attr.rc
duplicate-use.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
duplicated-external-mods.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
early-ret-binop-add.rs
early-vtbl-resolution.rs
else-if.rs
empty-mutable-vec.rs
empty-tag.rs
enum-alignment.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
enum-clike-ffi-as-int.rs
enum-discr.rs
enum-discrim-autosizing.rs
enum-discrim-manual-sizing.rs
enum-discrim-range-overflow.rs
enum-discrim-width-stuff.rs
enum-disr-val-pretty.rs
enum-export-inheritance.rs
enum-nullable-const-null-with-fields.rs
enum-nullable-simplifycfg-misopt.rs
enum-variants.rs
enum-vec-initializer.rs
estr-slice.rs
estr-uniq.rs
evec-internal-boxes.rs
evec-internal.rs
evec-slice.rs
exec-env.rs
explicit_self_xcrate_exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
explicit-i-suffix.rs
explicit-self-closures.rs
explicit-self-generic.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
explicit-self-objects-uniq.rs
explicit-self.rs
exponential-notation.rs
export-abstract-tag.rs
export-glob-imports-target.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-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-match-box.rs
expr-match-fail-all.rs
expr-match-fail.rs
expr-match-generic-box1.rs
expr-match-generic-box2.rs
expr-match-generic-unique1.rs
expr-match-generic-unique2.rs
expr-match-generic.rs
expr-match-struct.rs
expr-match-unique.rs
expr-match.rs
expr-repeat-vstore.rs
expr-scope.rs
exterior.rs
extern-1.rs
extern-call-deep2.rs
extern-call-deep.rs
extern-call-direct.rs
extern-call-indirect.rs
extern-call-scrub.rs
extern-calling-convention-test.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
extern-compare-with-return-type.rs
extern-crosscrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
extern-fn-reachable.rs
extern-foreign-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
extern-mod-abi.rs
extern-mod-ordering-exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
extern-mod-syntax.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
extern-pass-char.rs
extern-pass-double.rs
extern-pass-TwoU8s.rs
extern-pass-TwoU16s.rs
extern-pass-TwoU32s.rs
extern-pass-TwoU64s.rs
extern-pass-u32.rs
extern-pass-u64.rs
extern-pub.rs
extern-return-TwoU8s.rs
extern-return-TwoU16s.rs
extern-return-TwoU32s.rs
extern-return-TwoU64s.rs
extern-stress.rs
extern-take-value.rs
extern-yield.rs
extoption_env-not-defined.rs
fact.rs
fail-in-dtor-drops-fields.rs
fat-arrow-match.rs
field-destruction-order.rs
filter-block-view-items.rs
fixed_length_copy.rs
fixed_length_vec_glue.rs
float2.rs
float-literal-inference.rs
float-nan.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
float-signature.rs
float.rs
floatlits.rs
fn-abi.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
fn-bare-assign.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
fn-bare-coerce-to-block.rs
fn-bare-item.rs
fn-bare-size.rs
fn-bare-spawn.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
fn-coerce-field.rs
fn-lval.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
fn-pattern-expected-type-2.rs
fn-pattern-expected-type.rs
fn-type-infer.rs
for-destruct.rs
for-loop-fail.rs
foreach-external-iterators-break.rs
foreach-external-iterators-hashmap-break-restart.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
foreach-external-iterators-hashmap.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
foreach-external-iterators-loop.rs
foreach-external-iterators-nested.rs
foreach-external-iterators.rs
foreach-nested.rs
foreach-put-structured.rs
foreach-simple-outer-slot.rs
foreign2.rs
foreign-call-no-runtime.rs
foreign-dupe.rs
foreign-fn-linkname.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
foreign-lib-path.rs
foreign-mod-unused-const.rs
foreign-mod.rc
foreign-no-abi.rs
foreign-struct.rs
foreign.rc
format-no-uppercase-statics.rs
format-ref-cell.rs Change the format_args! macro expansion for temporaries 2014-02-19 20:54:44 +08:00
fsu-moves-and-copies.rs
fun-call-variants.rs
fun-indirect-call.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
func-arg-incomplete-pattern.rs
func-arg-ref-pattern.rs
func-arg-wild-pattern.rs
functional-struct-upd.rs
generic-alias-box.rs
generic-alias-unique.rs
generic-box.rs
generic-default-type-params-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
generic-default-type-params.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-newtype-struct.rs
generic-object.rs
generic-recursive-tag.rs
generic-static-methods.rs
generic-tag-corruption.rs
generic-tag-local.rs
generic-tag-match.rs
generic-tag-values.rs
generic-tag.rs
generic-temporary.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
generic-tup.rs
generic-type-synonym.rs
generic-type.rs
generic-unique.rs
getopts_ref.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
glob-std.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
global-scope.rs
guards-not-exhaustive.rs
guards.rs
hashmap-memory.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
hello.rs
html-literals.rs
hygiene-dodging-1.rs
hygienic-labels-in-let.rs Make break and continue hygienic 2014-02-23 21:20:37 +08:00
hygienic-labels.rs Make break and continue hygienic 2014-02-23 21:20:37 +08:00
i8-incr.rs
i32-sub.rs
if-bot.rs
if-check.rs
if-ret.rs
ifmt.rs Decouple integer formatting from std::num::strconv 2014-02-22 03:56:16 +11:00
ignore-all-the-things.rs
impl-implicit-trait.rs
impl-privacy-xc-1.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
impl-privacy-xc-2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
import2.rs
import3.rs
import4.rs
import5.rs
import6.rs
import7.rs
import8.rs
import-from.rs
import-glob-0.rs
import-glob-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
import-in-block.rs
import-trailing-comma.rs
import.rs
infer-fn-tail-expr.rs
inferred-suffix-in-pattern-range.rs
infinite-loops.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
init-res-into-things.rs
inner-attrs-on-impl.rs
inner-module.rs
inner-static.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
instantiable.rs
int-conversion-coherence.rs
int.rs
integer-literal-radix.rs
integer-literal-suffix-inference.rs
integral-indexing.rs
intrinsic-alignment.rs
intrinsic-atomics-cc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
intrinsic-atomics.rs
intrinsic-move-val.rs
intrinsic-uninit.rs
intrinsics-integer.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
intrinsics-math.rs
invoke-external-foreign.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
irrefutable-unit.rs
issue2170exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue2378c.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue_3136_b.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue_9155.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-333.rs
issue-868.rs
issue-979.rs
issue-980.rs
issue-1112.rs
issue-1251.rs
issue-1257.rs
issue-1460.rs
issue-1516.rs
issue-1660.rs
issue-1696.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-1701.rs
issue-1821.rs
issue-1866.rs
issue-1974.rs
issue-2185.rs
issue-2190-1.rs
issue-2190-2.rs
issue-2190.rs
issue-2214.rs
issue-2216.rs
issue-2284.rs
issue-2288.rs
issue-2311-2.rs
issue-2311.rs
issue-2312.rs
issue-2316-c.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2380-b.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2383.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2414-c.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2428.rs
issue-2445-b.rs
issue-2445.rs
issue-2463.rs
issue-2472.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2487-a.rs
issue-2502.rs
issue-2526-a.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2550.rs
issue-2611-3.rs
issue-2631-b.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-2633-2.rs
issue-2633.rs
issue-2642.rs
issue-2708.rs
issue-2718.rs
issue-2723-b.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2734.rs
issue-2735-2.rs
issue-2735-3.rs
issue-2735.rs
issue-2748-a.rs
issue-2748-b.rs
issue-2804-2.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-2804.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-2895.rs
issue-2904.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2935.rs
issue-2936.rs
issue-2989.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-3012-2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-3026.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-3037.rs
issue-3052.rs
issue-3091.rs
issue-3109.rs
issue-3121.rs
issue-3149.rs
issue-3168.rs
issue-3186.rs
issue-3211.rs
issue-3220.rs
issue-3250.rs
issue-3290.rs
issue-3389.rs
issue-3424.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-3429.rs
issue-3447.rs
issue-3500.rs
issue-3556.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-3559.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-3563-2.rs
issue-3563-3.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-3574.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-3609.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-3656.rs
issue-3683.rs
issue-3702.rs
issue-3743.rs
issue-3753.rs
issue-3794.rs
issue-3796.rs
issue-3847.rs
issue-3874.rs
issue-3878.rs
issue-3888-2.rs
issue-3895.rs
issue-3904.rs
issue-3935.rs
issue-3979-2.rs
issue-3979-generics.rs
issue-3979-xcrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-3979.rs
issue-3991.rs
issue-4016.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-4025.rs
issue-4036.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-4107.rs
issue-4120.rs
issue-4208.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-4228.rs
issue-4241.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-4252.rs Resolve the vtables for method calls to generic Drop impls with trait bounds. 2014-02-20 00:12:09 +02:00
issue-4333.rs
issue-4387.rs
issue-4401.rs
issue-4446.rs
issue-4448.rs
issue-4464.rs
issue-4541.rs
issue-4542.rs
issue-4545.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-4735.rs
issue-4759-1.rs
issue-4759.rs
issue-4830.rs
issue-4875.rs
issue-5008-borrowed-traitobject-method-call.rs
issue-5060.rs
issue-5192.rs
issue-5239-2.rs
issue-5243.rs
issue-5280.rs
issue-5315.rs
issue-5321-immediates-with-bare-self.rs
issue-5353.rs
issue-5521.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-5530.rs
issue-5550.rs
issue-5554.rs
issue-5572.rs
issue-5666.rs
issue-5688.rs
issue-5708.rs
issue-5741.rs
issue-5754.rs
issue-5791.rs
issue-5884.rs
issue-5900.rs
issue-5917.rs
issue-5950.rs
issue-6117.rs
issue-6128.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-6130.rs
issue-6153.rs
issue-6157.rs
issue-6318.rs
issue-6334.rs
issue-6341.rs
issue-6344-let.rs
issue-6344-match.rs
issue-6470.rs
issue-6557.rs
issue-6898.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
issue-6919.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-7012.rs
issue-7178.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-7222.rs
issue-7344.rs
issue-7519-match-unit-in-arg.rs
issue-7563.rs
issue-7660.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-7673-cast-generically-implemented-trait.rs
issue-7911.rs
issue-8044.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-8171-default-method-self-inherit-builtin-trait.rs
issue-8248.rs
issue-8249.rs
issue-8259.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-8351-1.rs
issue-8351-2.rs
issue-8398.rs
issue-8401.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-8498.rs
issue-8578.rs
issue-8851.rs
issue-8860.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-8898.rs
issue-9047.rs
issue-9110.rs
issue-9123.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-9129.rs
issue-9188.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-9259.rs
issue-9382.rs
issue-9394-inherited-trait-calls.rs
issue-9396.rs
issue-9446.rs
issue-9906.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-9918.rs
issue-9942.rs
issue-9968.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-10031.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-10392.rs
issue-10626.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
issue-10638.rs
issue-10682.rs Test nested proc can access outer owned data 2014-02-21 20:40:24 +01:00
issue-10714.rs
issue-10718.rs
issue-10734.rs
issue-10806.rs
issue-10853.rs
issue-11085.rs
issue-11224.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-11225-1.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-11225-2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-11709.rs
istr.rs
item-attributes.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
item-name-overload.rs
iter-range.rs
ivec-add.rs
ivec-pass-by-value.rs
ivec-tag.rs
keyword-changes-2012-07-31.rs
kindck-implicit-close-over-mut-var.rs
kindck-owned-trait-contains-1.rs
kinds-in-metadata.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
labeled-break.rs
lambda-infer-unresolved.rs
lang-item-public.rs Force all lang items to be reachable 2014-02-22 10:29:06 -08:00
large-records.rs
last-use-in-block.rs
last-use-in-cap-clause.rs
last-use-is-capture.rs
lazy-and-or.rs
lazy-init.rs
leak-box-as-tydesc.rs
leak-tag-copy.rs
leak-unique-as-tydesc.rs
let-assignability.rs
let-destruct-ref.rs
let-var-hygiene.rs
linear-for-loop.rs
link-section.rs
linkage-visibility.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
lint-cstack.rs
lint-non-camel-case-types-non-uppercase-statics-unicode.rs
lint-non-camel-case-with-trailing-underscores.rs
lint-non-uppercase-statics-lowercase-mut-statics.rs
list.rs
liveness-assign-imm-local-after-loop.rs
liveness-assign-imm-local-after-ret.rs
liveness-loop-break.rs
liveness-move-in-loop.rs
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
log-knows-the-names-of-variants.rs
log-poly.rs
log-str.rs
logging_before_rt_started.rs
logging-enabled-debug.rs
logging-enabled.rs
logging-only-prints-once.rs
logging-right-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
long-while.rs
loop-break-cont-1.rs
loop-break-cont.rs
loop-diverges.rs
loop-scope.rs
lots-a-fail.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
macro-2.rs
macro-attributes.rs
macro-crate-def-only.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
macro-export-inner-module.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
macro-interpolation.rs
macro-local-data-key.rs
macro-multiple-items.rs
macro-path.rs
macro-stmt.rs
macro-with-attrs1.rs
macro-with-attrs2.rs
match-borrowed_str.rs
match-bot-2.rs
match-bot.rs
match-drop-strs-issue-4541.rs
match-enum-struct-0.rs
match-enum-struct-1.rs
match-implicit-copy-unique.rs
match-in-macro.rs
match-join.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
match-naked-record-expr.rs
match-naked-record.rs
match-path.rs
match-pattern-drop.rs
match-pattern-lit.rs
match-pattern-no-type-params.rs
match-pattern-simple.rs
match-phi.rs
match-pipe-binding.rs
match-range-static.rs
match-range.rs
match-ref-binding-in-guard-3256.rs
match-ref-binding-mut-option.rs
match-ref-binding-mut.rs
match-ref-binding.rs
match-static-const-rename.rs
match-str.rs
match-struct-0.rs
match-tag.rs
match-unique-bind.rs
match-value-binding-in-guard-3291.rs
match-vec-rvalue.rs
match-with-ret-arm.rs
max-min-classes.rs
method-attributes.rs
mid-path-type-params.rs
mlist.rs
mod_dir_implicit.rs
mod_dir_path2.rs
mod_dir_path3.rs
mod_dir_path_multi.rs
mod_dir_path.rs
mod_dir_recursive.rs
mod_dir_simple.rs
mod_file_aux.rs
mod_file_with_path_attr.rs
mod_file.rs
mod-inside-fn.rs
mod-view-items.rs
module-qualified-struct-destructure.rs
monad.rs
monomorphize-abi-alignment.rs
monomorphized-callees-with-ty-params-3314.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
morestack1.rs
morestack2.rs
morestack3.rs
morestack4.rs
morestack5.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
morestack6.rs
move-1-unique.rs
move-1.rs
move-2-unique.rs
move-2.rs
move-3-unique.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
move-3.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
move-4-unique.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
move-4.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
move-arg-2-unique.rs
move-arg-2.rs
move-arg.rs
move-nullary-fn.rs
move-out-of-field.rs
move-scalar.rs
move-self.rs
moves-based-on-type-capture-clause.rs
moves-based-on-type-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
multi-let.rs
multibyte.rs
multiline-comment.rs
multiple-trait-bounds.rs
mut-function-arguments.rs
mut-in-ident-patterns.rs
mut-vstore-expr.rs
mutability-inherits-through-fixed-length-vec.rs
mutable-alias-vec.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
mutable-vec-drop.rs
mutual-recursion-group.rs
native-always-waits.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
native-print-no-runtime.rs
negative.rs
nested_item_main.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
nested-block-comment.rs
nested-class.rs
nested-enum-same-names.rs
nested-exhaustive-match.rs
nested-function-names-issue-8587.rs
nested-matchs.rs
nested-pattern.rs
nested-patterns.rs
new-box-syntax.rs
new-impl-syntax.rs
new-import-syntax.rs
new-style-constants.rs
new-style-fixed-length-vec.rs
newlambdas-ret-infer2.rs
newlambdas-ret-infer.rs
newlambdas.rs
newtype-polymorphic.rs
newtype-struct-drop-run.rs
newtype-struct-with-dtor.rs
newtype-struct-xc-2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
newtype-struct-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
newtype-temporary.rs
newtype.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
nil-decl-in-foreign.rs
nil-pattern.rs
no-landing-pads.rs
no-std-xcrate2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
no-std-xcrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
non-boolean-pure-fns.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
non-legacy-modes.rs
nul-characters.rs
nullable-pointer-iotareduction.rs
nullable-pointer-size.rs
nullary-or-pattern.rs
numeric-method-autoexport.rs
objects-coerce-freeze-borrored.rs
objects-owned-object-borrowed-method-header.rs
objects-owned-object-borrowed-method-headerless.rs
objects-owned-object-owned-method.rs
once-move-out-on-heap.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
once-move-out-on-stack.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
one-tuple.rs
opeq.rs
operator-associativity.rs
operator-overloading.rs
option-ext.rs
option-unwrap.rs
or-pattern.rs
osx-frameworks.rs
output-slot-variants.rs
over-constrained-vregs.rs
overload-index-operator.rs
owned-implies-static.rs
packed-struct-borrow-element.rs
packed-struct-generic-layout.rs
packed-struct-generic-size.rs
packed-struct-layout.rs
packed-struct-match.rs
packed-struct-size-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
packed-struct-size.rs
packed-struct-vec.rs
packed-tuple-struct-layout.rs
packed-tuple-struct-size.rs
paren-free.rs
parse-fail.rs
pass-by-copy.rs
path.rs
pattern-bound-var-in-for-each.rs
pattern-in-closure.rs
phase-syntax-link-does-resolve.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
phase-use-ignored.rs
placement-new-arena.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
pred-not-bool.rs
preempt.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
priv-impl-prim-ty.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
privacy1.rs
privacy-ns.rs Make priavcy checking aware that a use directive can point to two defintions (namespaces) with different privacy. Closes #4110 2014-02-19 14:47:10 +13:00
privacy-reexport.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
private-class-field.rs
private-method.rs
process-detach.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
pub_use_mods_xcrate_exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
pub-extern-privacy.rs
pub-use-xcrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
pure-sum.rs
purity-infer.rs
raw-str.rs
rcvr-borrowed-to-region.rs
rcvr-borrowed-to-slice.rs
readalias.rs
rec-align-u32.rs
rec-align-u64.rs
rec-auto.rs
rec-extend.rs
rec-tup.rs
rec.rs
record-pat.rs
recursion.rs
reexport-should-still-link.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
reexport-star.rs
reexported-static-methods-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
reflect-visit-type.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
regions-addr-of-interior-of-unique-box.rs
regions-addr-of-ret.rs
regions-appearance-constraint.rs
regions-borrow-at.rs
regions-borrow-estr-uniq.rs
regions-borrow-evec-fixed.rs
regions-borrow-evec-uniq.rs
regions-borrow-uniq.rs
regions-bot.rs
regions-copy-closure.rs
regions-creating-enums2.rs
regions-creating-enums5.rs
regions-dependent-addr-of.rs
regions-dependent-autofn.rs
regions-dependent-autoslice.rs
regions-dependent-let-ref.rs
regions-early-bound-lifetime-in-assoc-fn.rs
regions-escape-into-other-fn.rs
regions-expl-self.rs
regions-fn-subtyping-2.rs
regions-fn-subtyping.rs
regions-infer-bivariance.rs
regions-infer-borrow-scope-addr-of.rs
regions-infer-borrow-scope-view.rs
regions-infer-borrow-scope-within-loop-ok.rs
regions-infer-borrow-scope.rs
regions-infer-call-2.rs
regions-infer-call.rs
regions-infer-contravariance-due-to-ret.rs
regions-lifetime-static-items-enclosing-scopes.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
regions-mock-tcx.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
regions-mock-trans.rs
regions-nullary-variant.rs
regions-params.rs
regions-return-interior-of-option.rs
regions-self-impls.rs
regions-self-in-enums.rs
regions-simple.rs
regions-static-closure.rs
regions-variance-contravariant-use-contravariant.rs
regions-variance-covariant-use-covariant.rs
rename-directory.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
repeat-expr-in-static.rs
repeated-vector-syntax.rs
resolve-issue-2428.rs
resource-assign-is-not-copy.rs
resource-destruct.rs
resource-in-struct.rs
ret-bang.rs
ret-none.rs
return-from-closure.rs
return-nil.rs
select-macro.rs
self-in-mut-slot-default-method.rs
self-in-mut-slot-immediate-value.rs
self-re-assign.rs Test ordering of glue_drop and glue_takew in self-re-assignment. Closes #3290. 2014-02-18 16:17:10 +13:00
self-shadowing-import.rs
self-type-param.rs
send_str_hashmap.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
send_str_treemap.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
send-iloop.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
send-resource.rs
send-type-inference.rs
sendable-class.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
shift.rs
signal-exit-status.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
signed-shift-const-eval.rs
simd-binop.rs
simd-generics.rs
simd-issue-10604.rs
simd-type.rs
simple-generic-match.rs
simple-generic-tag.rs
simple-infer.rs
simple-match-generic-tag.rs
size-and-align.rs
sized-borrowed-pointer.rs
sized-owned-pointer.rs
small-enum-range-edge.rs
small-enums-with-fields.rs
smallest-hello-world.rs
spawn2.rs
spawn-fn.rs
spawn-types.rs
spawn.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
spawning-with-debug.rs
stable-addr-of.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
stat.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-assert.rs
static-fn-inline-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-fn-trait-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-function-pointer-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-function-pointer.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
static-impl.rs
static-method-in-trait-with-tps-intracrate.rs
static-method-xcrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-methods-in-traits2.rs
static-methods-in-traits.rs
static-mut-foreign.rs
static-mut-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
str-append.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
str-concat.rs
str-growth.rs
str-idx.rs
str-multiline.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
string-self-append.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
struct_variant_xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
struct-destructuring-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
struct-field-assignability.rs
struct-like-variant-construct.rs
struct-like-variant-match.rs
struct-lit-functional-update-no-fields.rs
struct-literal-dtor.rs
struct-new-as-field-name.rs
struct-order-of-eval-1.rs
struct-order-of-eval-2.rs
struct-pattern-matching.rs
struct-return.rs
structured-compare.rs
super-fast-paren-parsing.rs
super.rs
supertrait-default-generics.rs
supported-cast.rs
swap-1.rs
swap-2.rs
swap-overlapping.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
syntax-extension-bytes.rs
syntax-extension-cfg.rs
syntax-extension-minor.rs
syntax-extension-shell.rs
syntax-extension-source-utils.rs
tag-align-dyn-u64.rs
tag-align-dyn-variants.rs
tag-align-shape.rs
tag-align-u64.rs
tag-disr-val-shape.rs
tag-exports.rs
tag-in-block.rs
tag-variant-disr-type-mismatch.rs
tag-variant-disr-val.rs
tag.rs
tail-call-arg-leak.rs
tail-cps.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
tail-direct.rs
task-comm-0.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-1.rs
task-comm-3.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-4.rs
task-comm-5.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-6.rs
task-comm-7.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-9.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-10.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-11.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-12.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-13.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-14.rs
task-comm-15.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-16.rs
task-comm-17.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-chan-nil.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-killjoin-rsrc.rs
task-killjoin.rs
task-life-0.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-spawn-move-and-copy.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
tempfile.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
terminate-in-initializer.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
test-ignore-cfg.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
test-runner-hides-main.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
threads.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trailing-comma.rs
trait-bounds-basic.rs
trait-bounds-in-arc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-bounds-recursion.rs
trait-bounds.rs
trait-cast-generic.rs
trait-cast.rs
trait-coercion-generic.rs
trait-coercion.rs
trait-composition-trivial.rs
trait-default-method-bound-subst2.rs
trait-default-method-bound-subst3.rs
trait-default-method-bound-subst4.rs
trait-default-method-bound-subst.rs
trait-default-method-bound.rs
trait-default-method-xc-2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-default-method-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-generic.rs
trait-inheritance2.rs
trait-inheritance-auto-xc-2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-inheritance-auto-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-inheritance-auto.rs
trait-inheritance-call-bound-inherited2.rs
trait-inheritance-call-bound-inherited.rs
trait-inheritance-cast-without-call-to-supertrait.rs
trait-inheritance-cast.rs
trait-inheritance-cross-trait-call-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-inheritance-cross-trait-call.rs
trait-inheritance-diamond.rs
trait-inheritance-multiple-inheritors.rs
trait-inheritance-multiple-params.rs
trait-inheritance-num0.rs
trait-inheritance-num1.rs
trait-inheritance-num2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-inheritance-num3.rs
trait-inheritance-num5.rs
trait-inheritance-num.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-inheritance-overloading-simple.rs
trait-inheritance-overloading-xc-exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-inheritance-overloading.rs
trait-inheritance-self-in-supertype.rs
trait-inheritance-self.rs
trait-inheritance-simple.rs
trait-inheritance-static2.rs
trait-inheritance-static.rs
trait-inheritance-subst2.rs
trait-inheritance-subst.rs
trait-inheritance-visibility.rs
trait-object-generics.rs
trait-region-pointer-simple.rs
trait-static-method-overwriting.rs
trait-to-str.rs
trait-typedef-cc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-with-bounds-default.rs
traits-default-method-macro.rs
traits-default-method-mut.rs
traits-default-method-self.rs
traits-default-method-trivial.rs
transmute-non-immediate-to-immediate.rs
trivial-message.rs
tup.rs
tuple-struct-construct.rs
tuple-struct-constructor-pointer.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
tuple-struct-destructuring.rs
tuple-struct-matching.rs
tuple-struct-trivial.rs
tydesc-name.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
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 extern mod => extern crate 2014-02-14 22:55:21 -08:00
type-use-i1-versus-i8.rs
typeck-macro-interaction-issue-8852.rs
typeclasses-eq-example-static.rs
typeclasses-eq-example.rs
typeid-intrinsic.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
typestate-cfg-nesting.rs
typestate-multi-decl.rs
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
uint.rs
unary-minus-suffix-inference.rs
unfold-cross-crate.rs
unify-return-ty.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
uninit-empty-types.rs
uniq-cc-generic.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
uniq-cc.rs
uniq-self-in-mut-slot.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-match-discrim.rs
unique-move-drop.rs
unique-move-temp.rs
unique-move.rs
unique-mutable.rs
unique-object-move.rs
unique-pat-2.rs
unique-pat-3.rs
unique-pat.rs
unique-rec.rs
unique-send-2.rs
unique-send.rs
unique-swap.rs
unit-like-struct-drop-run.rs
unit-like-struct.rs
unit.rs
unnamed_argument_mode.rs
unreachable-code-1.rs
unreachable-code.rs
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unsafe-pointer-assignability.rs
unused-move-capture.rs
unused-move.rs
unwind-box.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
unwind-resource2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
unwind-resource.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
unwind-unique.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
use_inline_dtor.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
use-crate-name-alias.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
use-import-export.rs
use-trait-before-def.rs
use-uninit-match2.rs
use-uninit-match.rs
use.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
utf8_chars.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
utf8_idents.rs
utf8.rs
variadic-ffi.rs
variant-attributes.rs
variant-structs-trivial.rs
vec-concat.rs
vec-drop.rs
vec-fixed-length.rs
vec-growth.rs
vec-ivec-deadlock.rs
vec-late-init.rs
vec-matching-autoslice.rs librustc: Remove unique vector patterns from the language. 2014-02-19 16:35:31 -08:00
vec-matching-fixed.rs
vec-matching-fold.rs
vec-matching-legal-tail-element-borrow.rs
vec-matching.rs librustc: Remove unique vector patterns from the language. 2014-02-19 16:35:31 -08:00
vec-push.rs
vec-repeat-with-cast.rs
vec-self-append.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
vec-slice-drop.rs
vec-slice.rs
vec-tail-matching.rs librustc: Remove unique vector patterns from the language. 2014-02-19 16:35:31 -08:00
vec-to_str.rs
vec-trailing-comma.rs
vec.rs
vector-no-ann-2.rs
vector-sort-failure-safe.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
xcrate-address-insignificant.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
xcrate-static-addresses.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
xcrate-trait-lifetime-param.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
xcrate-unit-struct.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
yield1.rs
yield2.rs
yield.rs
zero-size-type-destructors.rs