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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
foreign-src Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
mod_dir_implicit_aux syntax: Bless mod.rs. #4116 2013-07-21 19:32:24 -07:00
mod_dir_simple Fix existing privacy/visibility violations 2013-10-07 13:00:52 -07:00
module-polymorphism3-files/float-template
syntax-extension-source-utils-files rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
alias-uninit-value.rs
alignment-gep-tup-like-1.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
alloca-from-derived-tydesc.rs
anon-extern-mod-cross-crate-2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
anon-extern-mod.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
anon-trait-static-method.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
anon_trait_static_method_exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
argument-passing.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
arith-0.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
arith-1.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
arith-2.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
arith-unsigned.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
artificial-block.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
asm-out-assign.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
assert-eq-macro-success.rs testsuite: more pub fn main 2013-03-27 10:09:03 -07:00
assign-assign.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
assignability-trait.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
attr-before-view-item.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
attr-before-view-item2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
attr-main-2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
attr-main.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
attr-no-drop-flag-size.rs std: Move size/align functions to std::mem. #2240 2013-10-17 17:31:35 -07:00
attr-start.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
auto-encode.rs Move time out of extra (cc #8784) 2014-02-21 07:44:11 -08:00
auto-instantiate.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
auto-loop.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
auto-ref-bounded-ty-param.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
auto-ref-slice-plus-ref.rs Update/delete tests using @[]. 2014-02-02 02:59:03 +11:00
auto-ref-sliceable.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
auto-ref.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
autobind.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
autoderef-and-borrow-method-receiver.rs librustc: Remove &const and *const from the language. 2013-08-27 18:46:51 -07:00
autoderef-method-on-trait.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
autoderef-method-priority.rs register snapshots 2013-10-23 18:06:12 -04:00
autoderef-method-twice-but-not-thrice.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
autoderef-method-twice.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
autoderef-method.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
autoref-intermediate-types-issue-3585.rs register snapshots 2013-10-23 18:06:12 -04:00
bare-static-string.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
big-literals.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
binary-minus-without-space.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
bind-by-move.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
bind-field-short-with-modifiers.rs Allow ref and mut modifiers for short form field patterns 2013-12-10 14:05:57 -08:00
binops.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
bitv-perf-test.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
bitwise.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
block-arg-call-as.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
block-arg.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
block-explicit-types.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
block-expr-precedence.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
block-fn-coerce.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
block-iter-1.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
block-iter-2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
bool-not.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
borrow-by-val-method-receiver.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
borrowck-assign-to-subfield.rs test: Make all the run-pass tests use pub fn main 2014-01-03 15:30:54 -08:00
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 Fix test case harder (cc #9629) 2013-12-10 13:14:45 -05:00
borrowck-closures-two-imm.rs test -- add new tests specifically examining closure borrows 2014-02-11 16:55:25 -05:00
borrowck-fixed-length-vecs.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
borrowck-freeze-frozen-mut.rs Fix test case harder (cc #9629) 2013-12-10 13:14:45 -05:00
borrowck-lend-args.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
borrowck-macro-interaction-issue-6304.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
borrowck-move-by-capture-ok.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
borrowck-mut-uniq.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
borrowck-mut-vec-as-imm-slice.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
borrowck-nested-calls.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
borrowck-pat-enum.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
borrowck-pat-reassign-no-binding.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
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 Added tests to make tidy 2014-02-07 12:49:24 -06:00
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 Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
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 test: Get rid of some @muts in borrow check tests 2014-01-03 14:02:01 -08:00
borrowck-root-while-cond.rs test: Get rid of some @muts in borrow check tests 2014-01-03 14:02:01 -08:00
borrowck-rvalues-mutable.rs Issue #3511 - Rationalize temporary lifetimes. 2014-01-15 18:34:38 -05:00
borrowck-scope-of-deref-issue-4666.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
borrowck-static-item-in-fn.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
borrowck-uniq-via-ref.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
borrowck-univariant-enum.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
borrowed-ptr-pattern-2.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
borrowed-ptr-pattern-3.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
borrowed-ptr-pattern-infallible.rs test: Remove @str from the test suite 2014-02-02 01:44:49 +11:00
borrowed-ptr-pattern-option.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
borrowed-ptr-pattern.rs test: Remove @str from the test suite 2014-02-02 01:44:49 +11:00
box-compare.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
box-in-tup.rs register snapshots 2013-10-23 18:06:12 -04:00
box-inside-if.rs register snapshots 2013-10-23 18:06:12 -04:00
box-inside-if2.rs register snapshots 2013-10-23 18:06:12 -04:00
box-unbox.rs register snapshots 2013-10-23 18:06:12 -04:00
box.rs register snapshots 2013-10-23 18:06:12 -04:00
boxed-class-type-substitution.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
break-value.rs
break.rs Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
bug-7183-generics.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
bug-7295.rs Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
builtin-superkinds-capabilities-transitive.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
builtin-superkinds-capabilities-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
builtin-superkinds-capabilities.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
builtin-superkinds-in-metadata.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
builtin-superkinds-phantom-typaram.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
builtin-superkinds-self-type.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
builtin-superkinds-simple.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
builtin-superkinds-typaram.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
by-value-self-in-mut-slot.rs Add tests for uniq & by-value self in mut slot. 2013-10-22 21:22:19 -04:00
c-stack-as-value.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
c-stack-returning-int64.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
call-closure-from-overloaded-op.rs test: Fix rustdoc and tests. 2013-09-23 18:23:22 -07:00
can-copy-pod.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
cancel-clean-via-immediate-rvalue-ref.rs partially fix immediate rvalues 2013-10-17 16:50:07 -04:00
capture_nil.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
capturing-logging.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cast-region-to-uint.rs Remove seldom-used std::reference functions. 2014-01-29 20:31:03 -05:00
cast.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
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 Introduce marker types for indicating variance and for opting out 2014-01-31 21:18:48 -05:00
cfg-family.rs
cfg-macros-foo.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
cfg-macros-notfoo.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
cfg-target-family.rs
cfg_inner_static.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
cfgs-on-items.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
char.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
child-outlives-parent.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
class-attributes-1.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
class-attributes-2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
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 Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
class-cast-to-trait.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
class-dtor.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
class-exports.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
class-impl-very-parameterized-trait.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
class-implement-trait-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
class-implement-traits.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
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 Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
class-poly-methods-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
class-poly-methods.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
class-separate-impl.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
class-str-field.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
class-typarams.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
classes-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
classes-self-referential.rs register snapshots 2013-10-23 18:06:12 -04:00
classes-simple-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
classes-simple-method.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
classes-simple.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
classes.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
cleanup-arm-conditional.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
cleanup-copy-mode.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
cleanup-rvalue-during-if-and-while.rs Tweak test name and make it more specific 2014-02-11 11:38:42 -05:00
cleanup-rvalue-for-scope.rs Update year on license header 2014-01-17 10:13:53 -05:00
cleanup-rvalue-scopes.rs Adjust comments in test case 2014-01-17 10:47:29 -05:00
cleanup-rvalue-temp-during-incomplete-alloc.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
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 Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
closure-bounds-can-capture-chan.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
closure-inference.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
closure-inference2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
closure-reform.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
cmp-default.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
coerce-reborrow-imm-ptr-arg.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-imm-ptr-rcvr.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-imm-vec-arg.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-imm-vec-rcvr.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-mut-ptr-arg.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-mut-ptr-rcvr.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-mut-vec-arg.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-mut-vec-rcvr.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-to-closure-and-proc.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
coherence-impl-in-fn.rs test: Update tests to use the new syntax. 2013-05-22 21:57:10 -07:00
colorful-write-macros.rs Lift $dst outside the closure in write! 2014-02-13 13:05:48 -08:00
comm.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
compare-generic-enums.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
complex.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
concat.rs Implement a concat!() format extension 2013-10-31 13:46:10 -07:00
conditional-compile-arch.rs test: fix for missing ARM support 2013-04-23 11:31:54 +09:00
conditional-compile.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
conditional-debug-macro-off.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
conditional-debug-macro-on.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
const-autoderef.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-big-enum.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-binops.rs Remove ApproxEq and assert_approx_eq! 2014-01-09 15:41:46 +11:00
const-bound.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
const-cast-ptr-int.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
const-cast.rs Change type of extern fns from *u8 to extern "ABI" fn 2013-08-21 10:50:37 -04:00
const-const.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-contents.rs remove the float type 2013-10-01 14:54:10 -04:00
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 Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
const-enum-byref-self.rs Register new snapshots 2013-11-28 20:27:56 -08:00
const-enum-byref.rs Register new snapshots 2013-11-28 20:27:56 -08:00
const-enum-cast.rs remove the float type 2013-10-01 14:54:10 -04:00
const-enum-ptr.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-enum-struct.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-struct2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-structlike.rs Register new snapshots 2013-11-28 20:27:56 -08:00
const-enum-tuple.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-tuple2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-tuplestruct.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-tuplestruct2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-vec-index.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-enum-vec-ptr.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-enum-vec-repeat.rs Fixing tests 2014-01-31 22:11:18 -08:00
const-enum-vector.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-expr-in-fixed-length-vec.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
const-expr-in-vec-repeat.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
const-extern-function.rs fix various warnings 2013-08-30 15:10:55 -07:00
const-fields-and-indexing.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
const-fn-val.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
const-negative.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-nullary-enum.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-nullary-univariant-enum.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-rec-and-tup.rs remove the float type 2013-10-01 14:54:10 -04:00
const-region-ptrs-noncopy.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
const-region-ptrs.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
const-str-ptr.rs std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. 2013-12-04 22:35:53 +11:00
const-struct-offsets.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
const-struct.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
const-tuple-struct.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-unit-struct.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
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 librustc: Remove &const and *const from the language. 2013-08-27 18:46:51 -07:00
const-vecs-and-slices.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
const.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
consts-in-patterns.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
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 test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
dead-code-one-arm-if.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
deep-vector.rs
deep-vector2.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
deep.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
default-method-parsing.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
default-method-simple.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
default-method-supertrait-vtable.rs auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton 2013-09-25 00:55:53 -07:00
deref-lval.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
deref.rs register snapshots 2013-10-23 18:06:12 -04:00
deriving-clone-enum.rs syntax: implement #[deriving(DeepClone)]. Fixes #6514. 2013-05-16 22:55:08 +10:00
deriving-clone-generic-enum.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
deriving-clone-generic-struct.rs syntax: implement #[deriving(DeepClone)]. Fixes #6514. 2013-05-16 22:55:08 +10:00
deriving-clone-generic-tuple-struct.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
deriving-clone-struct.rs remove the float type 2013-10-01 14:54:10 -04:00
deriving-clone-tuple-struct.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
deriving-cmp-generic-enum.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
deriving-cmp-generic-struct-enum.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
deriving-cmp-generic-struct.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
deriving-cmp-generic-tuple-struct.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
deriving-cmp-shortcircuit.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
deriving-encodable-decodable.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
deriving-enum-single-variant.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
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 Add a test for #6976 2013-11-17 18:35:47 -05:00
deriving-meta-empty-trait-list.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
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 Uppercase numeric constants 2014-01-25 21:38:25 +13:00
deriving-rand.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
deriving-self-lifetime-totalord-totaleq.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
deriving-self-lifetime.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
deriving-show.rs Implement #[deriving(Show)]. 2014-02-08 13:53:21 +11:00
deriving-to-str.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
deriving-via-extension-c-enum.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
deriving-via-extension-enum.rs remove the float type 2013-10-01 14:54:10 -04:00
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 rustdoc: Change all code-blocks with a script 2013-09-25 14:27:42 -07:00
deriving-via-extension-struct-like-enum-variant.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
deriving-via-extension-struct-tuple.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
deriving-via-extension-struct.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
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 Add operator trait constraints to std::num::{Zero, One} and document their appropriate use 2014-01-20 18:09:46 +11:00
die-macro.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
div-mod.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
double-unbox.rs register snapshots 2013-10-23 18:06:12 -04:00
drop-on-empty-block-exit.rs register snapshots 2013-10-23 18:06:12 -04:00
drop-on-ret.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
drop-trait-generic.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
drop-trait.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
dupe-first-attr.rc test: Make all the run-pass tests use pub fn main 2014-01-03 15:30:54 -08:00
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 remove the float type 2013-10-01 14:54:10 -04:00
else-if.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
empty-mutable-vec.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
empty-tag.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
enum-alignment.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
enum-clike-ffi-as-int.rs Fix the usual check-fast scoping mistake. 2013-11-25 19:42:57 -08:00
enum-discr.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
enum-discrim-autosizing.rs Add tests for enum discriminant sizing. 2013-10-29 09:09:20 -07:00
enum-discrim-manual-sizing.rs Add tests for enum discriminant sizing. 2013-10-29 09:09:20 -07:00
enum-discrim-range-overflow.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
enum-discrim-width-stuff.rs Fix check-fast breakage in new enum test. 2013-10-30 00:13:17 -07:00
enum-disr-val-pretty.rs remove the float type 2013-10-01 14:54:10 -04:00
enum-export-inheritance.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
enum-nullable-const-null-with-fields.rs Fix ICE on const of nullable enum with fields in null case. 2014-01-09 22:24:31 -08:00
enum-nullable-simplifycfg-misopt.rs register snapshots 2013-10-23 18:06:12 -04:00
enum-variants.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
enum-vec-initializer.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
estr-slice.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
estr-uniq.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
evec-internal-boxes.rs register snapshots 2013-10-23 18:06:12 -04:00
evec-internal.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
evec-slice.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
exec-env.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
explicit-i-suffix.rs
explicit-self-closures.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
explicit-self-generic.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
explicit-self-objects-uniq.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
explicit-self.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
explicit_self_xcrate_exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
exponential-notation.rs Add some tests for the exponential notation 2014-01-22 20:32:40 -05:00
export-abstract-tag.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
export-glob-imports-target.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
export-multi.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
export-non-interference.rs register snapshots 2013-10-23 18:06:12 -04:00
export-non-interference2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
export-non-interference3.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
export-tag-variant.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
export-unexported-dep.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
expr-block-box.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
expr-block-fn.rs Demote self to an (almost) regular argument and remove the env param. 2014-01-27 14:31:24 +02:00
expr-block-generic-box1.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
expr-block-generic-box2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
expr-block-generic-unique1.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
expr-block-generic-unique2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
expr-block-generic.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
expr-block-ref.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
expr-block-slot.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
expr-block-unique.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-block.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-copy.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
expr-elseif-ref.rs register snapshots 2013-10-23 18:06:12 -04:00
expr-elseif-ref2.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
expr-empty-ret.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
expr-fn.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
expr-if-box.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
expr-if-fail-all.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
expr-if-fail.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
expr-if-generic-box1.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
expr-if-generic-box2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
expr-if-generic.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
expr-if-struct.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-if-unique.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-if.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-match-box.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
expr-match-fail-all.rs Fix minor doc typos 2014-01-31 21:43:07 -08:00
expr-match-fail.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
expr-match-generic-box1.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
expr-match-generic-box2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
expr-match-generic-unique1.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
expr-match-generic-unique2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
expr-match-generic.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
expr-match-struct.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-match-unique.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-match.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-repeat-vstore.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
expr-scope.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
exterior.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
extern-1.rs
extern-call-deep.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
extern-call-deep2.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
extern-call-direct.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-call-indirect.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
extern-call-scrub.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
extern-calling-convention-test.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
extern-compare-with-return-type.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
extern-crosscrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
extern-fn-reachable.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
extern-foreign-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
extern-mod-abi.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
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 Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
extern-pass-double.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
extern-pass-TwoU8s.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
extern-pass-TwoU16s.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
extern-pass-TwoU32s.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
extern-pass-TwoU64s.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
extern-pass-u32.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
extern-pass-u64.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
extern-pub.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
extern-return-TwoU8s.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
extern-return-TwoU16s.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
extern-return-TwoU32s.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
extern-return-TwoU64s.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
extern-stress.rs Remove Times trait 2014-01-30 14:52:25 +11:00
extern-take-value.rs fix various warnings 2013-08-30 15:10:55 -07:00
extern-yield.rs Remove Times trait 2014-01-30 14:52:25 +11:00
extoption_env-not-defined.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
fact.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
fail-in-dtor-drops-fields.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
fat-arrow-match.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
field-destruction-order.rs Fix a bug with the scheduler and destructor order 2013-10-24 15:16:58 -07:00
filter-block-view-items.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
fixed_length_copy.rs rm obsolete no-op lints 2013-07-20 20:17:08 -04:00
fixed_length_vec_glue.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
float-literal-inference.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
float-nan.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
float-signature.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
float.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
float2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
floatlits.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
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 test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
fn-bare-item.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
fn-bare-size.rs std: Move size/align functions to std::mem. #2240 2013-10-17 17:31:35 -07:00
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 Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
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 Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
fn-pattern-expected-type.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
fn-type-infer.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
for-destruct.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
for-loop-fail.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
foreach-external-iterators-break.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
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 Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
foreach-external-iterators-nested.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
foreach-external-iterators.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
foreach-nested.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
foreach-put-structured.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
foreach-simple-outer-slot.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
foreign-call-no-runtime.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
foreign-dupe.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
foreign-fn-linkname.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
foreign-lib-path.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
foreign-mod-unused-const.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
foreign-mod.rc Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
foreign-no-abi.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
foreign-struct.rs test: un-xfail now working run-pass/foreign-struct.rs, close #2334. 2013-08-19 15:09:19 -07:00
foreign.rc Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
foreign2.rs Removing ccdecl 2013-10-14 14:33:05 +02:00
format-no-uppercase-statics.rs Change the format! statics to be all-caps 2013-10-01 09:26:15 -07:00
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 Replace NonCopyable usage with NoPod 2014-02-04 00:15:27 +01:00
fun-call-variants.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
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 Added tests to make tidy 2014-02-07 12:49:24 -06:00
func-arg-ref-pattern.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
func-arg-wild-pattern.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
functional-struct-upd.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
generic-alias-box.rs register snapshots 2013-10-23 18:06:12 -04:00
generic-alias-unique.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
generic-box.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
generic-default-type-params-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
generic-default-type-params.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
generic-derived-type.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
generic-drop-glue.rs register snapshots 2013-10-23 18:06:12 -04:00
generic-exterior-box.rs register snapshots 2013-10-23 18:06:12 -04:00
generic-exterior-unique.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
generic-fn-box.rs register snapshots 2013-10-23 18:06:12 -04:00
generic-fn-infer.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
generic-fn-twice.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
generic-fn-unique.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
generic-fn.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
generic-ivec-leak.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
generic-ivec.rs register snapshots 2013-10-23 18:06:12 -04:00
generic-newtype-struct.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
generic-object.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
generic-recursive-tag.rs register snapshots 2013-10-23 18:06:12 -04:00
generic-static-methods.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
generic-tag-corruption.rs Register new snapshots 2013-09-23 20:29:01 -07:00
generic-tag-local.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
generic-tag-match.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
generic-tag-values.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
generic-tag.rs register snapshots 2013-10-23 18:06:12 -04:00
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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
generic-type-synonym.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
generic-type.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
generic-unique.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
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 Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
guards-not-exhaustive.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
guards.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
hashmap-memory.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
hello.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
html-literals.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
hygiene-dodging-1.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
i32-sub.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
if-bot.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
if-check.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
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 Register new snapshots 2013-11-28 20:27:56 -08:00
impl-implicit-trait.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
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
import-from.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
import-glob-0.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
import-glob-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
import-in-block.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
import-trailing-comma.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
import.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
import2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
import3.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
import4.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
import5.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
import6.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
import7.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
import8.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
infer-fn-tail-expr.rs
inferred-suffix-in-pattern-range.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
infinite-loops.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
init-res-into-things.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
inner-attrs-on-impl.rs syntax: parse inner attributes on impls. 2013-11-25 19:18:44 +11:00
inner-module.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
inner-static.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
instantiable.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
int-conversion-coherence.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
int.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
integer-literal-radix.rs Added positive tests for integer literal base interpretation. 2013-11-06 15:30:12 -08:00
integer-literal-suffix-inference.rs
integral-indexing.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
intrinsic-alignment.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
intrinsic-atomics-cc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
intrinsic-atomics.rs Add an AtomicU64 type to std::sync::atomics 2014-02-03 12:04:30 -08:00
intrinsic-move-val.rs Issue #3511 - Rationalize temporary lifetimes. 2014-01-15 18:34:38 -05:00
intrinsic-uninit.rs Remove unused abi attributes. 2013-10-14 13:10:36 +02:00
intrinsics-integer.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
intrinsics-math.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
invoke-external-foreign.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
irrefutable-unit.rs
issue-333.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
issue-868.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
issue-979.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
issue-980.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
issue-1112.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
issue-1251.rs rustc: Add a lint for the obsolete crate-level link attribute 2013-12-23 21:04:01 -08:00
issue-1257.rs
issue-1460.rs
issue-1516.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
issue-1660.rs
issue-1696.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-1701.rs Register new snapshots 2013-11-28 20:27:56 -08:00
issue-1821.rs
issue-1866.rs Remove spurious comment in test for #1866. 2013-09-04 19:19:20 -06:00
issue-1974.rs
issue-2185.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-2190-1.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-2190-2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-2190.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-2214.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-2216.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-2284.rs
issue-2288.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
issue-2311-2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-2311.rs
issue-2312.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
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 Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-2445-b.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-2445.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-2463.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-2472.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2487-a.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
issue-2502.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
issue-2526-a.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2550.rs rm obsolete no-op lints 2013-07-20 20:17:08 -04:00
issue-2611-3.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-2631-b.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-2633-2.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
issue-2633.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-2642.rs
issue-2708.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
issue-2718.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-2723-b.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2734.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
issue-2735-2.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
issue-2735-3.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
issue-2735.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
issue-2748-a.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
issue-2748-b.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
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 std: Move size/align functions to std::mem. #2240 2013-10-17 17:31:35 -07:00
issue-2904.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-2935.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
issue-2936.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
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 librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
issue-3091.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
issue-3109.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-3121.rs register snapshots 2013-10-23 18:06:12 -04:00
issue-3149.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
issue-3168.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-3186.rs
issue-3211.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-3220.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
issue-3250.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-3290.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-3389.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
issue-3424.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-3429.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
issue-3447.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
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 remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
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 Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-3683.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
issue-3702.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
issue-3743.rs remove the float type 2013-10-01 14:54:10 -04:00
issue-3753.rs Capitalize statics in f32 and f64 mods 2013-10-28 19:35:56 -07:00
issue-3794.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
issue-3796.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-3847.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
issue-3874.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
issue-3878.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-3888-2.rs Convert vec::[mut_]slice to methods, remove vec::const_slice. 2013-06-27 22:36:09 +10:00
issue-3895.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-3904.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-3935.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
issue-3979-2.rs Fix the issue-3979 tests and add a new test. 2013-07-23 17:06:56 -07:00
issue-3979-generics.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
issue-3979-xcrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-3979.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
issue-3991.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-4016.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-4025.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
issue-4036.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-4107.rs remove the float type 2013-10-01 14:54:10 -04:00
issue-4120.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-4208.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-4228.rs Add test for #4228. 2013-06-09 08:00:52 -04:00
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 Move std::rt::io to std::io 2013-11-11 20:44:07 -08:00
issue-4387.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-4401.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-4446.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
issue-4448.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
issue-4464.rs Add a bunch of tests for closed issues 2013-08-13 21:32:34 -07:00
issue-4541.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
issue-4542.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-4545.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-4735.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
issue-4759-1.rs Add a bunch of tests for closed issues 2013-08-13 21:32:34 -07:00
issue-4759.rs Add a bunch of tests for closed issues 2013-08-13 21:32:34 -07:00
issue-4830.rs
issue-4875.rs Register new snapshots 2013-11-28 20:27:56 -08:00
issue-5008-borrowed-traitobject-method-call.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
issue-5060.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
issue-5192.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-5239-2.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-5243.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
issue-5280.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-5315.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-5321-immediates-with-bare-self.rs Remove Times trait 2014-01-30 14:52:25 +11:00
issue-5353.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-5521.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-5530.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
issue-5550.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-5554.rs Add operator trait constraints to std::num::{Zero, One} and document their appropriate use 2014-01-20 18:09:46 +11:00
issue-5572.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-5666.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
issue-5688.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
issue-5708.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
issue-5741.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
issue-5754.rs remove the float type 2013-10-01 14:54:10 -04:00
issue-5791.rs Add tests and un-xfail a few issues 2013-10-10 18:48:52 -07:00
issue-5884.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
issue-5900.rs Add a limited prim type lookup for safer const expr evaluation 2014-01-29 00:05:11 -05:00
issue-5917.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
issue-5950.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-6117.rs Remove std::either 2014-01-03 10:25:23 -08:00
issue-6128.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-6130.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-6153.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
issue-6157.rs Add test for issue 6157 2014-01-29 23:39:09 +01:00
issue-6318.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-6334.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-6341.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-6344-let.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-6344-match.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-6470.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
issue-6557.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
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 Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
issue-7178.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-7222.rs remove the float type 2013-10-01 14:54:10 -04:00
issue-7344.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-7519-match-unit-in-arg.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-7563.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-7660.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
issue-7673-cast-generically-implemented-trait.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
issue-7911.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-8044.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-8171-default-method-self-inherit-builtin-trait.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-8248.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-8249.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
issue-8259.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-8351-1.rs Register new snapshots 2013-11-28 20:27:56 -08:00
issue-8351-2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-8398.rs rpass: Remove io_error usage 2014-02-03 09:32:34 -08:00
issue-8401.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-8498.rs un-xfail test for #8498 and replace prints w/ asserts 2014-02-01 12:36:59 -05:00
issue-8578.rs Adding tests for closed issues 2013-12-18 09:12:04 -08:00
issue-8851.rs Adding tests for closed issues 2013-12-18 09:12:04 -08:00
issue-8860.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-8898.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
issue-9047.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-9110.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
issue-9123.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-9129.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-9188.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-9259.rs Add a test for closed issue #9259 2014-01-18 11:01:15 -08:00
issue-9382.rs Update/delete tests using @[]. 2014-02-02 02:59:03 +11:00
issue-9394-inherited-trait-calls.rs Fix ICE caused by my previous patch, that is, if super trait had more 2013-09-26 16:59:54 +02:00
issue-9396.rs Adding tests for closed issues 2014-02-04 18:05:13 -08:00
issue-9446.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
issue-9906.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
issue-9918.rs Resolve type variables when checking casting to char 2014-02-13 12:50:25 -08:00
issue-9942.rs Add a limited prim type lookup for safer const expr evaluation 2014-01-29 00:05:11 -05:00
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 Accept trailing commas in struct patterns 2013-12-19 09:29:41 -08:00
issue-10626.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
issue-10638.rs Be more strict about doc comments 2013-11-27 18:00:50 -05:00
issue-10682.rs Test nested proc can access outer owned data 2014-02-21 20:40:24 +01:00
issue-10714.rs std: Add init and uninit to mem. Replace direct intrinsic usage 2014-02-09 00:17:40 -08:00
issue-10718.rs Fix type inference for proc expressions 2013-12-02 21:39:53 +09:00
issue-10734.rs Rewrite the issue-10734 rpass file 2013-11-30 23:55:55 -08:00
issue-10806.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-10853.rs Accept unsugared docs in missing-doc lint 2013-12-08 20:08:49 -08:00
issue-11085.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
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 Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
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
istr.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
item-attributes.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
item-name-overload.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
iter-range.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
ivec-add.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
ivec-pass-by-value.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
ivec-tag.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
keyword-changes-2012-07-31.rs
kindck-implicit-close-over-mut-var.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
kindck-owned-trait-contains-1.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
kinds-in-metadata.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
labeled-break.rs syntax: implement labelled breaks for for. 2013-09-08 22:08:01 +10:00
lambda-infer-unresolved.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
lang-item-public.rs Force all lang items to be reachable 2014-02-22 10:29:06 -08:00
large-records.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
last-use-in-block.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
last-use-in-cap-clause.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
last-use-is-capture.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
lazy-and-or.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
lazy-init.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
leak-box-as-tydesc.rs register snapshots 2013-10-23 18:06:12 -04:00
leak-tag-copy.rs register snapshots 2013-10-23 18:06:12 -04:00
leak-unique-as-tydesc.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
let-assignability.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
let-destruct-ref.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
let-var-hygiene.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
linear-for-loop.rs Removed unneccessary _iter suffixes from various APIs 2013-11-26 10:02:26 +01:00
link-section.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
linkage-visibility.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
lint-cstack.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
lint-non-camel-case-types-non-uppercase-statics-unicode.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
lint-non-camel-case-with-trailing-underscores.rs
lint-non-uppercase-statics-lowercase-mut-statics.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
list.rs register snapshots 2013-10-23 18:06:12 -04:00
liveness-assign-imm-local-after-loop.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
liveness-assign-imm-local-after-ret.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
liveness-loop-break.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
liveness-move-in-loop.rs librustc: Remove the broken overloaded assign-ops from the language. 2013-06-28 10:44:16 -04:00
log-err-phi.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
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 rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
log-poly.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
log-str.rs std: Move sys::log_str to repr::repr_to_str. Further work on #2240. 2013-10-21 11:59:23 -07:00
logging-enabled-debug.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
logging-enabled.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
logging-only-prints-once.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
logging-right-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
logging_before_rt_started.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
long-while.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
loop-break-cont-1.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
loop-break-cont.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
loop-diverges.rs
loop-scope.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
lots-a-fail.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
macro-2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
macro-attributes.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
macro-local-data-key.rs remove the float type 2013-10-01 14:54:10 -04:00
macro-multiple-items.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
macro-path.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
macro-stmt.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
macro-with-attrs1.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
macro-with-attrs2.rs Allow attributes on macros 2013-10-08 19:12:30 -07:00
match-borrowed_str.rs test: Remove @str from the test suite 2014-02-02 01:44:49 +11:00
match-bot-2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
match-bot.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
match-drop-strs-issue-4541.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
match-enum-struct-0.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
match-enum-struct-1.rs Register new snapshots 2013-11-28 20:27:56 -08:00
match-implicit-copy-unique.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
match-in-macro.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
match-join.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
match-naked-record-expr.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
match-naked-record.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
match-path.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
match-pattern-drop.rs register snapshots 2013-10-23 18:06:12 -04:00
match-pattern-lit.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
match-pattern-no-type-params.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
match-pattern-simple.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
match-phi.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
match-pipe-binding.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
match-range-static.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
match-range.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
match-ref-binding-in-guard-3256.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
match-ref-binding-mut-option.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
match-ref-binding-mut.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
match-ref-binding.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
match-static-const-rename.rs fix tests for check-fast. 2013-10-01 18:02:39 +02:00
match-str.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
match-struct-0.rs Register new snapshots 2013-11-28 20:27:56 -08:00
match-tag.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
match-unique-bind.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
match-value-binding-in-guard-3291.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
match-vec-rvalue.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
match-with-ret-arm.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
max-min-classes.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
method-attributes.rs
mid-path-type-params.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
mlist.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
mod-inside-fn.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
mod-view-items.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_dir_implicit.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_dir_path.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_dir_path2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_dir_path3.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_dir_path_multi.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_dir_recursive.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_dir_simple.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_file.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_file_aux.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_file_with_path_attr.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
module-qualified-struct-destructure.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
monad.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
monomorphize-abi-alignment.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
monomorphized-callees-with-ty-params-3314.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
morestack1.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
morestack2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
morestack3.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
morestack4.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
morestack5.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
morestack6.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
move-1-unique.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
move-1.rs Issue #3511 - Rationalize temporary lifetimes. 2014-01-15 18:34:38 -05:00
move-2-unique.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
move-2.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
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 test: Fix tests. 2013-05-08 17:04:02 -07:00
move-arg-2.rs register snapshots 2013-10-23 18:06:12 -04:00
move-arg.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
move-nullary-fn.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
move-out-of-field.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
move-scalar.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
move-self.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
moves-based-on-type-capture-clause.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
moves-based-on-type-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
multi-let.rs automated whitespace fixes 2013-06-13 18:03:08 -04:00
multibyte.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
multiline-comment.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
multiple-trait-bounds.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
mut-function-arguments.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
mut-in-ident-patterns.rs Test for mut in ident patterns. 2013-10-25 01:50:56 -04:00
mut-vstore-expr.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
mutability-inherits-through-fixed-length-vec.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
mutable-alias-vec.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
mutable-vec-drop.rs register snapshots 2013-10-23 18:06:12 -04:00
mutual-recursion-group.rs register snapshots 2013-10-23 18:06:12 -04:00
native-always-waits.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
native-print-no-runtime.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
negative.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
nested-block-comment.rs Add support for nested comments 2013-10-21 21:58:34 +02:00
nested-class.rs Forbid privacy in inner functions 2013-11-17 21:28:18 -08:00
nested-enum-same-names.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
nested-exhaustive-match.rs librustc: Remove @ pointer patterns from the language 2014-01-13 14:45:21 -08:00
nested-function-names-issue-8587.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
nested-matchs.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
nested-pattern.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
nested-patterns.rs librustc: Remove @ pointer patterns from the language 2014-01-13 14:45:21 -08:00
nested_item_main.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
new-box-syntax.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
new-impl-syntax.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
new-import-syntax.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
new-style-constants.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
new-style-fixed-length-vec.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
newlambdas-ret-infer.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
newlambdas-ret-infer2.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
newlambdas.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
newtype-polymorphic.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
newtype-struct-drop-run.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
newtype-struct-with-dtor.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
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 Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
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 librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
nil-pattern.rs
no-landing-pads.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
no-std-xcrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
no-std-xcrate2.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 test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
nul-characters.rs Removed unneccessary _iter suffixes from various APIs 2013-11-26 10:02:26 +01:00
nullable-pointer-iotareduction.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
nullable-pointer-size.rs Update/delete tests using @[]. 2014-02-02 02:59:03 +11:00
nullary-or-pattern.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
numeric-method-autoexport.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
objects-coerce-freeze-borrored.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
objects-owned-object-borrowed-method-header.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
objects-owned-object-borrowed-method-headerless.rs tests: Add new tests for borrowck/objects and update some existing tests 2013-08-11 14:01:23 -04:00
objects-owned-object-owned-method.rs tests: Add new tests for borrowck/objects and update some existing tests 2013-08-11 14:01:23 -04:00
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 Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
opeq.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
operator-associativity.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
operator-overloading.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
option-ext.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
option-unwrap.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
or-pattern.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
osx-frameworks.rs test: Make all the run-pass tests use pub fn main 2014-01-03 15:30:54 -08:00
output-slot-variants.rs register snapshots 2013-10-23 18:06:12 -04:00
over-constrained-vregs.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
overload-index-operator.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
owned-implies-static.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
packed-struct-borrow-element.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
packed-struct-generic-layout.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
packed-struct-generic-size.rs Update/delete tests using @[]. 2014-02-02 02:59:03 +11:00
packed-struct-layout.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
packed-struct-match.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
packed-struct-size-xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
packed-struct-size.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
packed-struct-vec.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
packed-tuple-struct-layout.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
packed-tuple-struct-size.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
paren-free.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
parse-fail.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
pass-by-copy.rs register snapshots 2013-10-23 18:06:12 -04:00
path.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
pattern-bound-var-in-for-each.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
pattern-in-closure.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
phase-syntax-link-does-resolve.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
phase-use-ignored.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
placement-new-arena.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
pred-not-bool.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
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
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
privacy1.rs Fix merge fallout of privacy changes 2013-10-07 21:44:02 -07:00
private-class-field.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
private-method.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
process-detach.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
pub-extern-privacy.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
pub-use-xcrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
pub_use_mods_xcrate_exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
pure-sum.rs librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00
purity-infer.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
raw-str.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
rcvr-borrowed-to-region.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
rcvr-borrowed-to-slice.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
readalias.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
rec-align-u32.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
rec-align-u64.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
rec-auto.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
rec-extend.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
rec-tup.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
rec.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
record-pat.rs Register new snapshots 2013-11-28 20:27:56 -08:00
recursion.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
reexport-should-still-link.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
reexport-star.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
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 add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
regions-addr-of-ret.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
regions-appearance-constraint.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
regions-borrow-at.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
regions-borrow-estr-uniq.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
regions-borrow-evec-fixed.rs Un-xfail/move/delete some tests. 2013-09-03 20:00:41 +10:00
regions-borrow-evec-uniq.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
regions-borrow-uniq.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
regions-bot.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
regions-copy-closure.rs test -- update tests with new error messages 2014-02-11 16:55:25 -05:00
regions-creating-enums2.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-creating-enums5.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-dependent-addr-of.rs Register new snapshots 2013-11-28 20:27:56 -08:00
regions-dependent-autofn.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
regions-dependent-autoslice.rs Update various tests and libraries that were incorrectly 2013-11-08 19:45:50 -05:00
regions-dependent-let-ref.rs Update years on more license headers 2014-01-17 10:18:39 -05:00
regions-early-bound-lifetime-in-assoc-fn.rs Fix test for #10391 to have pub main 2013-12-05 18:25:01 -05:00
regions-escape-into-other-fn.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
regions-expl-self.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
regions-fn-subtyping-2.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
regions-fn-subtyping.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
regions-infer-bivariance.rs Introduce marker types for indicating variance and for opting out 2014-01-31 21:18:48 -05:00
regions-infer-borrow-scope-addr-of.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
regions-infer-borrow-scope-view.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
regions-infer-borrow-scope-within-loop-ok.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
regions-infer-borrow-scope.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
regions-infer-call-2.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
regions-infer-call.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
regions-infer-contravariance-due-to-ret.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
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 Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-nullary-variant.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-params.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
regions-return-interior-of-option.rs Update various tests and libraries that were incorrectly 2013-11-08 19:45:50 -05:00
regions-self-impls.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-self-in-enums.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-simple.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
regions-static-closure.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-variance-contravariant-use-contravariant.rs Make main public to accommodate check-fast 2013-11-09 09:13:58 -05:00
regions-variance-covariant-use-covariant.rs Make main public to accommodate check-fast 2013-11-09 09:13:58 -05:00
rename-directory.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
repeat-expr-in-static.rs Add test for repeat expr in statics. 2013-08-13 20:57:05 -04:00
repeated-vector-syntax.rs Update/delete tests using @[]. 2014-02-02 02:59:03 +11:00
resolve-issue-2428.rs Fix/annotate a variety of xfails 2013-06-24 01:35:11 -04:00
resource-assign-is-not-copy.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
resource-destruct.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
resource-in-struct.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
ret-bang.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
ret-none.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
return-from-closure.rs rustc: Allow return to return from a closure. 2013-12-18 22:53:45 +11:00
return-nil.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
select-macro.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
self-in-mut-slot-default-method.rs Add tests for uniq & by-value self in mut slot. 2013-10-22 21:22:19 -04:00
self-in-mut-slot-immediate-value.rs Use the right type for self in methods and remove obsoleted items. 2014-01-11 16:40:23 +02:00
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 Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
self-type-param.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
send-iloop.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
send-resource.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
send-type-inference.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
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
sendable-class.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
sendfn-is-a-block.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
sendfn-spawn-with-fn-arg.rs libextra: Another round of de-Cell-ing. 2013-12-10 15:13:12 -08:00
seq-compare.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
shadow.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
shape_intrinsic_tag_then_rec.rs register snapshots 2013-10-23 18:06:12 -04:00
shebang.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
shift.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
signal-exit-status.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
signed-shift-const-eval.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
simd-binop.rs Fix SIMD bit shifts 2014-01-30 00:28:29 +09:00
simd-generics.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
simd-issue-10604.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
simd-type.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
simple-generic-match.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
simple-generic-tag.rs
simple-infer.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
simple-match-generic-tag.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
size-and-align.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
sized-borrowed-pointer.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
sized-owned-pointer.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
small-enum-range-edge.rs Initial implementation of enum discrimnant sizing. 2013-10-29 09:09:19 -07:00
small-enums-with-fields.rs Remove std::either 2014-01-03 10:25:23 -08:00
smallest-hello-world.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
spawn-fn.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
spawn-types.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
spawn.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
spawn2.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
spawning-with-debug.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
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 Added tests to make tidy 2014-02-07 12:49:24 -06:00
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 Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
static-method-in-trait-with-tps-intracrate.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
static-method-xcrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-methods-in-traits.rs Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
static-methods-in-traits2.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
static-mut-foreign.rs Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
str-growth.rs librustc: Remove the broken overloaded assign-ops from the language. 2013-06-28 10:44:16 -04:00
str-idx.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
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-destructuring-cross-crate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
struct-field-assignability.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
struct-like-variant-construct.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
struct-like-variant-match.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
struct-lit-functional-update-no-fields.rs Allow empty functional updating of structs 2014-01-29 10:44:27 -08:00
struct-literal-dtor.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
struct-new-as-field-name.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
struct-order-of-eval-1.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
struct-order-of-eval-2.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
struct-pattern-matching.rs Remove a fixme 2014-01-05 21:36:53 -05:00
struct-return.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
struct_variant_xc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
structured-compare.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
super-fast-paren-parsing.rs Fix a pathological const checking case 2014-01-20 13:49:31 -08:00
super.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
supertrait-default-generics.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
supported-cast.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
swap-1.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
swap-2.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
swap-overlapping.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
syntax-extension-bytes.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
syntax-extension-cfg.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
syntax-extension-minor.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
syntax-extension-shell.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
syntax-extension-source-utils.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
tag-align-dyn-u64.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
tag-align-dyn-variants.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
tag-align-shape.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
tag-align-u64.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
tag-disr-val-shape.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
tag-exports.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
tag-in-block.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
tag-variant-disr-type-mismatch.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
tag-variant-disr-val.rs remove the float type 2013-10-01 14:54:10 -04:00
tag.rs Register new snapshots 2013-11-28 20:27:56 -08:00
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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
task-comm-0.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-1.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
task-comm-3.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-4.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
task-comm-5.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-6.rs Rewrite channels yet again for upgradeability 2014-02-11 16:32:00 -08:00
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 Rewrite channels yet again for upgradeability 2014-02-11 16:32:00 -08:00
task-comm-15.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
task-comm-16.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
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 Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
task-killjoin.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
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 Allow trailing commas in argument lists and tuple patterns 2014-01-23 01:55:53 +09:00
trait-bounds-basic.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
trait-bounds-in-arc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-bounds-recursion.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
trait-bounds.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-cast-generic.rs Remove unnecessary substitution of type params when generating 2014-01-08 00:56:16 +01:00
trait-cast.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
trait-coercion-generic.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
trait-coercion.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
trait-composition-trivial.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
trait-default-method-bound-subst.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
trait-default-method-bound-subst2.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
trait-default-method-bound-subst3.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
trait-default-method-bound-subst4.rs remove the float type 2013-10-01 14:54:10 -04:00
trait-default-method-bound.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
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 Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
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 Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-call-bound-inherited.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-call-bound-inherited2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-cast-without-call-to-supertrait.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-cast.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
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 Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-diamond.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-multiple-inheritors.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-multiple-params.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-num.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-inheritance-num0.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
trait-inheritance-num1.rs std: Replace num::IntConvertible with {To,From}Primitive 2013-10-02 07:55:41 -07:00
trait-inheritance-num2.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-inheritance-num3.rs std: Replace num::IntConvertible with {To,From}Primitive 2013-10-02 07:55:41 -07:00
trait-inheritance-num5.rs std: Replace num::IntConvertible with {To,From}Primitive 2013-10-02 07:55:41 -07:00
trait-inheritance-overloading-simple.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-inheritance-overloading-xc-exe.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-inheritance-overloading.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-inheritance-self-in-supertype.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
trait-inheritance-self.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
trait-inheritance-simple.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-static.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-static2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-subst.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-inheritance-subst2.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-inheritance-visibility.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance2.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-object-generics.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
trait-region-pointer-simple.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
trait-static-method-overwriting.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
trait-to-str.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
trait-typedef-cc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
trait-with-bounds-default.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
traits-default-method-macro.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
traits-default-method-mut.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
traits-default-method-self.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
traits-default-method-trivial.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
transmute-non-immediate-to-immediate.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
trivial-message.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
tup.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
tuple-struct-construct.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
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 Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
tuple-struct-matching.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
tuple-struct-trivial.rs Un-xfail/move/delete some tests. 2013-09-03 20:00:41 +10:00
tydesc-name.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
type-in-nested-module.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
type-namespace.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
type-param-constraints.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
type-param.rs
type-params-in-for-each.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
type-ptr.rs
type-sizes.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
type-use-i1-versus-i8.rs std: Add move_val_init to mem. Replace direct intrinsic usage 2014-02-09 00:17:41 -08:00
typeck-macro-interaction-issue-8852.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
typeclasses-eq-example-static.rs register snapshots 2013-10-23 18:06:12 -04:00
typeclasses-eq-example.rs register snapshots 2013-10-23 18:06:12 -04:00
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 Fix warnings it tests 2013-08-17 08:42:35 -07:00
typestate-multi-decl.rs librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00
u8-incr-decr.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
u8-incr.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
u32-decr.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
uint.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
unary-minus-suffix-inference.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
unfold-cross-crate.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
unify-return-ty.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
uninit-empty-types.rs std: Add init and uninit to mem. Replace direct intrinsic usage 2014-02-09 00:17:40 -08:00
uniq-cc-generic.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
uniq-cc.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
uniq-self-in-mut-slot.rs Add tests for uniq & by-value self in mut slot. 2013-10-22 21:22:19 -04:00
unique-assign-copy.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-assign-drop.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-assign-generic.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
unique-assign.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-autoderef-field.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-autoderef-index.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-cmp.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
unique-containing-tag.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-copy-box.rs Gate literal box expressions in addition to types 2013-12-12 00:49:57 -08:00
unique-create.rs
unique-decl-init-copy.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-decl-init.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-decl-move-temp.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-decl-move.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-decl.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
unique-deref.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-destructure.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-drop-complex.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-fn-arg-move.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-fn-arg-mut.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-fn-arg.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-fn-ret.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-generic-assign.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
unique-in-tag.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
unique-in-vec-copy.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-in-vec.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
unique-init.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-kinds.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
unique-log.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
unique-match-discrim.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
unique-move-drop.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-move-temp.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-move.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-mutable.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-object-move.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-pat-2.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
unique-pat-3.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
unique-pat.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
unique-rec.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unique-send-2.rs Rewrite channels yet again for upgradeability 2014-02-11 16:32:00 -08:00
unique-send.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
unique-swap.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
unit-like-struct-drop-run.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
unit-like-struct.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
unit.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
unnamed_argument_mode.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
unreachable-code-1.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
unreachable-code.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
unsafe-fn-called-from-unsafe-blk.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
unsafe-fn-called-from-unsafe-fn.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
unsafe-pointer-assignability.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
unused-move-capture.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
unused-move.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unwind-box.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-resource2.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-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-match.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
use-uninit-match2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
use.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
utf8.rs Removed unneccessary _iter suffixes from various APIs 2013-11-26 10:02:26 +01:00
utf8_chars.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
utf8_idents.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
variadic-ffi.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
variant-attributes.rs
variant-structs-trivial.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
vec-concat.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
vec-drop.rs register snapshots 2013-10-23 18:06:12 -04:00
vec-fixed-length.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
vec-growth.rs librustc: Remove the broken overloaded assign-ops from the language. 2013-06-28 10:44:16 -04:00
vec-ivec-deadlock.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
vec-late-init.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
vec-matching-autoslice.rs librustc: Remove unique vector patterns from the language. 2014-02-19 16:35:31 -08:00
vec-matching-fixed.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
vec-matching-fold.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
vec-matching-legal-tail-element-borrow.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
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 Fixing tests 2014-01-31 22:11:18 -08:00
vec-self-append.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
vec-slice-drop.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
vec-slice.rs Convert vec::[mut_]slice to methods, remove vec::const_slice. 2013-06-27 22:36:09 +10:00
vec-tail-matching.rs librustc: Remove unique vector patterns from the language. 2014-02-19 16:35:31 -08:00
vec-to_str.rs Update/delete tests using @[]. 2014-02-02 02:59:03 +11:00
vec-trailing-comma.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
vec.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
vector-no-ann-2.rs register snapshots 2013-10-23 18:06:12 -04:00
vector-sort-failure-safe.rs fix check-fast tests. 2013-12-22 19:32:17 +11:00
warn-ctypes-inhibit.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
weird-exprs.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
while-cont.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
while-flow-graph.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
while-loop-constraints-2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
while-prelude-drop.rs librustc: Remove the broken overloaded assign-ops from the language. 2013-06-28 10:44:16 -04:00
while-with-break.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
while.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
writealias.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
x86stdcall.rs android support added to test case 2013-11-19 09:08:47 +09:00
x86stdcall2.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
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
yield.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
yield1.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
yield2.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
zero-size-type-destructors.rs Special-casing iter_vec_raw to use a counter for zero-size types (Closes #9890). 2013-10-30 04:48:53 -07:00