rust/src/test/run-pass
Corey Richardson b50b162884 Be more strict about doc comments
Previously, `//// foo` and `/*** foo ***/` were accepted as doc comments. This
changes that, so that only `/// foo` and `/** foo ***/` are accepted. This
confuses many newcomers and it seems weird.

Also update the manual for these changes, and modernify the EBNF for comments.

Closes #10638
2013-11-27 18:00:50 -05: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 register snapshots 2013-10-23 18:06:12 -04:00
alignment-gep-tup-like-2.rs register snapshots 2013-10-23 18:06:12 -04:00
alloca-from-derived-tydesc.rs
anon_trait_static_method_exe.rs
anon-extern-mod-cross-crate-2.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
anon-extern-mod.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
anon-trait-static-method.rs
argument-passing.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08: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
arith-unsigned.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
artificial-block.rs
asm-out-assign.rs Activate checking code for ASM feature gate. Fix tests 2013-10-22 13:41:25 +02:00
assert-approx-eq-macro-success.rs remove the float type 2013-10-01 14:54:10 -04:00
assert-eq-macro-success.rs
assign-assign.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
assignability-trait.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
attr-before-view-item2.rs
attr-before-view-item.rs
attr-main-2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
attr-main.rs
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 Register new snapshots 2013-09-23 20:29:01 -07:00
auto-encode.rs rm obsolete no-op lints 2013-07-20 20:17:08 -04: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 even more of std::io 2013-10-24 14:21:57 -07:00
auto-ref-newtype.rs
auto-ref-slice-plus-ref.rs librustc: Remove &const and *const from the language. 2013-08-27 18:46:51 -07:00
auto-ref-sliceable.rs
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-newtype.rs
autoderef-method-on-trait.rs register snapshots 2013-10-23 18:06:12 -04:00
autoderef-method-priority.rs register snapshots 2013-10-23 18:06:12 -04:00
autoderef-method-twice-but-not-thrice.rs register snapshots 2013-10-23 18:06:12 -04:00
autoderef-method-twice.rs
autoderef-method.rs
autoref-intermediate-types-issue-3585.rs register snapshots 2013-10-23 18:06:12 -04:00
bare-static-string.rs
big-literals.rs
binary-minus-without-space.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
bind-by-move.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
binops.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
bitv-perf-test.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -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 librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
block-arg-can-be-followed-by-binop.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
block-arg-can-be-followed-by-block-arg.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
block-arg-can-be-followed-by-call.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
block-arg-in-parentheses.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
block-arg-used-as-any.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
block-arg.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08: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
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 test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
block-iter-2.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08: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
borrowck-binding-mutbl.rs
borrowck-borrow-from-at-vec.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
borrowck-borrow-from-expr-block.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
borrowck-fixed-length-vecs.rs
borrowck-lend-args.rs
borrowck-macro-interaction-issue-6304.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
borrowck-move-by-capture-ok.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
borrowck-mut-uniq.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -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
borrowck-pat-enum.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
borrowck-pat-reassign-no-binding.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
borrowck-preserve-box-in-arm-not-taken.rs register snapshots 2013-10-23 18:06:12 -04:00
borrowck-preserve-box-in-discr.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
borrowck-preserve-box-in-field.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
borrowck-preserve-box-in-pat.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
borrowck-preserve-box-in-uniq.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
borrowck-preserve-box-sometimes-needed.rs register snapshots 2013-10-23 18:06:12 -04:00
borrowck-preserve-box.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
borrowck-preserve-cond-box.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
borrowck-preserve-expl-deref.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
borrowck-root-while-cond-2.rs register snapshots 2013-10-23 18:06:12 -04:00
borrowck-root-while-cond.rs register snapshots 2013-10-23 18:06:12 -04:00
borrowck-rvalues-mutable.rs
borrowck-scope-of-deref-issue-4666.rs rustdoc: Change all code-blocks with a script 2013-09-25 14:27:42 -07: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-unary-move-2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -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
borrowck-wg-autoderef-and-autoborrowvec-combined-issue-6272.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
borrowck-wg-borrow-mut-to-imm-2.rs
borrowck-wg-borrow-mut-to-imm-3.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
borrowck-wg-borrow-mut-to-imm.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
borrowck-wg-simple.rs
borrowck-wg-two-imm-borrows.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
borrowed-ptr-pattern-2.rs
borrowed-ptr-pattern-3.rs
borrowed-ptr-pattern-infallible.rs
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 librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
box-compare.rs
box-in-tup.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-inside-if.rs register snapshots 2013-10-23 18:06:12 -04:00
box-pattern.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 register snapshots 2013-10-23 18:06:12 -04:00
boxed-trait-with-vstore.rs register snapshots 2013-10-23 18:06:12 -04: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 Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
builtin-superkinds-capabilities-xc.rs oops v2, apparently writing std::comm::stream() doesn't work on check-fast; fix this 2013-08-21 20:33:56 -04:00
builtin-superkinds-capabilities.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
builtin-superkinds-in-metadata.rs oops, xfail-fast the cross-crate superkind tests 2013-08-21 15:52:31 -04: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 Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07: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 Removing ccdecl 2013-10-14 14:33:05 +02: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
cancel-clean-via-immediate-rvalue-ref.rs partially fix immediate rvalues 2013-10-17 16:50:07 -04:00
cap-clause-move.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
capture_nil.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
cast-mutable-trait.rs register snapshots 2013-10-23 18:06:12 -04:00
cast-region-to-uint.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
cast.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
cci_borrow.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
cci_capture_clause.rs
cci_impl_exe.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
cci_iter_exe.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
cci_nested_exe.rs register snapshots 2013-10-23 18:06:12 -04:00
cci_no_inline_exe.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
cfg_inner_static.rs Ensure that skipped items aren't encoded 2013-09-26 13:54:50 -07:00
cfg-family.rs
cfg-macros-foo.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
cfg-macros-notfoo.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
cfg-target-family.rs
cfgs-on-items.rs
char.rs
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 register snapshots 2013-10-23 18:06:12 -04:00
class-cast-to-trait-multiple-types.rs register snapshots 2013-10-23 18:06:12 -04:00
class-cast-to-trait.rs register snapshots 2013-10-23 18:06:12 -04:00
class-dtor.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
class-exports.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
class-impl-very-parameterized-trait.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
class-implement-trait-cross-crate.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
class-implement-traits.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
class-method-cross-crate.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
class-methods-cross-crate.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
class-methods.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
class-poly-methods-cross-crate.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
class-poly-methods.rs
class-separate-impl.rs register snapshots 2013-10-23 18:06:12 -04:00
class-str-field.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
class-typarams.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
classes-cross-crate.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
classes-self-referential.rs register snapshots 2013-10-23 18:06:12 -04:00
classes-simple-cross-crate.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
classes-simple-method.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
classes-simple.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
classes.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
cleanup-copy-mode.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
clone-with-exterior.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
close-over-big-then-small-data.rs register snapshots 2013-10-23 18:06:12 -04:00
closure-bounds-can-capture-chan.rs librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
closure-inference2.rs
closure-inference.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
closure-reform.rs Another round of test fixes from previous commits 2013-11-10 01:37:12 -08:00
cmp-default.rs cmp: Use default methods in trait Eq, require only Eq::eq 2013-07-15 13:24:35 +02:00
coerce-reborrow-imm-ptr-arg.rs
coerce-reborrow-imm-ptr-rcvr.rs librustc: Remove &const and *const from the language. 2013-08-27 18:46:51 -07:00
coerce-reborrow-imm-vec-arg.rs testsuite: remove incorrect section of 2 test cases. (Also, &const is disappearing.) 2013-08-07 23:17:52 +10:00
coerce-reborrow-imm-vec-rcvr.rs testsuite: remove incorrect section of 2 test cases. (Also, &const is disappearing.) 2013-08-07 23:17:52 +10:00
coerce-reborrow-mut-ptr-arg.rs
coerce-reborrow-mut-ptr-rcvr.rs
coerce-reborrow-mut-vec-arg.rs Convert vec::{reverse, swap} to methods. 2013-06-30 21:15:25 +10:00
coerce-reborrow-mut-vec-rcvr.rs Convert vec::{reverse, swap} to methods. 2013-06-30 21:15:25 +10:00
coherence-impl-in-fn.rs
comm.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
compare-generic-enums.rs
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
conditional-compile.rs Implement more native file I/O 2013-11-19 09:59:21 -08:00
conditional-debug-macro-off.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
conditional-debug-macro-on.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-autoderef-newtype.rs
const-autoderef.rs
const-big-enum.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-binops.rs remove the float type 2013-10-01 14:54:10 -04: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
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
const-contents.rs remove the float type 2013-10-01 14:54:10 -04:00
const-cross-crate-const.rs
const-cross-crate-extern.rs fix various warnings 2013-08-30 15:10:55 -07:00
const-deref.rs
const-enum-byref-self.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-enum-byref.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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-struct2.rs
const-enum-struct.rs
const-enum-structlike.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-enum-tuple2.rs
const-enum-tuple.rs
const-enum-tuplestruct2.rs
const-enum-tuplestruct.rs
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-vector.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-expr-in-fixed-length-vec.rs
const-expr-in-vec-repeat.rs
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 librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
const-negative.rs
const-nullary-enum.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-nullary-univariant-enum.rs
const-rec-and-tup.rs remove the float type 2013-10-01 14:54:10 -04:00
const-region-ptrs-noncopy.rs
const-region-ptrs.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
const-str-ptr.rs Rename str::from_bytes to str::from_utf8, closes #8985 2013-09-05 14:17:24 +02:00
const-struct-offsets.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
const-struct.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
const-tuple-struct.rs
const-unit-struct.rs
const-vec-of-fns.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08: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
core-rt-smoke.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
core-run-destroy.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
crate-method-reexport-grrrrrrr.rs register snapshots 2013-10-23 18:06:12 -04:00
crateresolve1.rs
crateresolve2.rs
crateresolve3.rs
crateresolve4.rs
crateresolve5.rs
crateresolve6.rs
crateresolve7.rs
crateresolve8.rs Added tests for default generation of package_id meta attribute 2013-11-08 17:42:46 -03:00
cross-crate-const-pat.rs
cross-crate-newtype-struct-pat.rs
cycle-collection2.rs register snapshots 2013-10-23 18:06:12 -04:00
cycle-collection.rs register snapshots 2013-10-23 18:06:12 -04:00
dead-code-one-arm-if.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
deep-vector2.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
deep-vector.rs
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 Take default methods out from behind the flag. 2013-07-11 15:51:10 -07: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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
deref.rs register snapshots 2013-10-23 18:06:12 -04:00
deriving-clone-enum.rs
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
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
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 test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
deriving-enum-single-variant.rs
deriving-global.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
deriving-in-macro.rs Add a test for #6976 2013-11-17 18:35:47 -05:00
deriving-meta-empty-trait-list.rs deal with windows 2013-06-24 01:35:12 -04:00
deriving-meta-multiple.rs Replace HashUtil w/ default method on Hash 2013-08-27 21:41:10 -04:00
deriving-meta.rs Replace HashUtil w/ default method on Hash 2013-08-27 21:41:10 -04:00
deriving-primitive.rs test: fix the tests for windows 2013-10-05 13:59:06 -07:00
deriving-rand.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
deriving-self-lifetime-totalord-totaleq.rs Make fn pub for windows compatibility 2013-10-21 07:45:16 -05:00
deriving-self-lifetime.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07: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
deriving-via-extension-enum.rs remove the float type 2013-10-01 14:54:10 -04:00
deriving-via-extension-iter-bytes-enum.rs
deriving-via-extension-iter-bytes-struct.rs
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 Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
deriving-via-extension-struct-tuple.rs
deriving-via-extension-struct.rs
deriving-via-extension-type-params.rs
deriving-zero.rs register snapshots 2013-10-23 18:06:12 -04:00
die-macro.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
div-mod.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
do1.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
do2.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
do3.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
do-empty-args.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
do-no-args.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08: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 switch Drop to &mut self 2013-09-16 22:19:23 -04:00
drop-trait.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
dupe-first-attr.rc
duplicate-use.rs
duplicated-external-mods.rs Make addl_lib_search_paths a HashSet (Closes #7718). 2013-10-26 10:46:38 -07: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
empty-mutable-vec.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
empty-tag.rs
enum-alignment.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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 Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07: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
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-simplifycfg-misopt.rs register snapshots 2013-10-23 18:06:12 -04:00
enum-variants.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
enum-vec-initializer.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
estr-shared.rs register snapshots 2013-10-23 18:06:12 -04: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
evec-slice.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
exec-env.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
explicit_self_xcrate_exe.rs
explicit-i-suffix.rs
explicit-self-closures.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
explicit-self-generic.rs librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
explicit-self-objects-box.rs register snapshots 2013-10-23 18:06:12 -04:00
explicit-self-objects-simple.rs register snapshots 2013-10-23 18:06:12 -04:00
explicit-self-objects-uniq.rs
explicit-self.rs register snapshots 2013-10-23 18:06:12 -04:00
export-abstract-tag.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
export-glob-imports-target.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
export-multi.rs
export-non-interference2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
export-non-interference3.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
export-non-interference.rs register snapshots 2013-10-23 18:06:12 -04:00
export-tag-variant.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
export-unexported-dep.rs
expr-block-box.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-block-fn.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08: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 librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
expr-block-generic-unique1.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
expr-block-generic-unique2.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
expr-block-generic.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
expr-block-ref.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
expr-block-slot.rs
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 librustc: Add a lint mode for unnecessary copy and remove a bunch of them. 2013-07-17 14:56:42 -07:00
expr-elseif-ref2.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
expr-elseif-ref.rs register snapshots 2013-10-23 18:06:12 -04: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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07: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 librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
expr-if-generic.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08: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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-match-fail-all.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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 librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08: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 librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
expr-match-generic.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07: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 Remove even more of std::io 2013-10-24 14:21:57 -07:00
expr-scope.rs
exterior.rs register snapshots 2013-10-23 18:06:12 -04:00
extern-1.rs
extern-call-deep2.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-call-deep.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-call-direct.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-call-indirect.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-call-scrub.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-calling-convention-test.rs Add Win64 calling convention. 2013-11-18 19:20:09 -05: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 Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-fn-reachable.rs Don't mark reachable extern fns as internal 2013-11-18 10:21:58 -08:00
extern-mod-abi.rs
extern-mod-ordering-exe.rs
extern-mod-syntax.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
extern-pass-char.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-pass-double.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-pass-TwoU8s.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-pass-TwoU16s.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-pass-TwoU32s.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-pass-TwoU64s.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
extern-pass-u32.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-pass-u64.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-pub.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
extern-return-TwoU8s.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-return-TwoU16s.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-return-TwoU32s.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-return-TwoU64s.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
extern-stress.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
extern-take-value.rs fix various warnings 2013-08-30 15:10:55 -07:00
extern-yield.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08: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 Drop struct fields if the user destructor fails 2013-10-31 23:31:11 -07: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 std: Move sys::log_str to repr::repr_to_str. Further work on #2240. 2013-10-21 11:59:23 -07:00
float2.rs
float-literal-inference.rs remove the float type 2013-10-01 14:54:10 -04:00
float-nan.rs remove the float type 2013-10-01 14:54:10 -04: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
floatlits.rs
fn-bare-assign.rs
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 librustc: Change "Owned" to "Send" everywhere 2013-06-28 10:44:15 -04:00
fn-coerce-field.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
fn-lval.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
fn-pattern-expected-type-2.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04: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 remove each from vec, HashMap and HashSet 2013-06-25 16:28:02 -04: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 Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
foreach-external-iterators-hashmap.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07: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
foreign2.rs Removing ccdecl 2013-10-14 14:33:05 +02:00
foreign-call-no-runtime.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
foreign-dupe.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
foreign-fn-linkname.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
foreign-lib-path.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
foreign-mod-unused-const.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
foreign-mod.rc Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
foreign-no-abi.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
format-no-uppercase-statics.rs Change the format! statics to be all-caps 2013-10-01 09:26:15 -07:00
fsu-moves-and-copies.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09: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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
func-arg-incomplete-pattern.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
func-arg-ref-pattern.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
func-arg-wild-pattern.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07: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 register snapshots 2013-10-23 18:06:12 -04: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
generic-object.rs register snapshots 2013-10-23 18:06:12 -04: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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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
generic-unique.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
getopts_ref.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
glob-std.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
global-scope.rs
guards-not-exhaustive.rs
guards.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
hashmap-memory.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
hello.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07: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
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 std: Remove unused attributes 2013-11-26 13:24:11 +09:00
ignore-all-the-things.rs Use '..' as slice wildcard in vectors 2013-11-18 16:19:48 -08:00
impl-implicit-trait.rs
impl-privacy-xc-1.rs
impl-privacy-xc-2.rs
import2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
import3.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
import4.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
import5.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
import6.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
import7.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
import8.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
import-from.rs
import-glob-0.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
import-glob-crate.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
import-in-block.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
import-trailing-comma.rs
import.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
infer-fn-tail-expr.rs
inferred-suffix-in-pattern-range.rs
infinite-loops.rs
init-res-into-things.rs register snapshots 2013-10-23 18:06:12 -04: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 Remove __extensions__ in names for a "pretty name" 2013-09-02 23:12:41 -07:00
instantiable.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
int-conversion-coherence.rs
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 Remove unused abi attributes. 2013-10-14 13:10:36 +02:00
intrinsic-atomics-cc.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
intrinsic-atomics.rs Remove unused abi attributes. 2013-10-14 13:10:36 +02:00
intrinsic-move-val.rs Remove unused abi attributes. 2013-10-14 13:10:36 +02:00
intrinsic-uninit.rs Remove unused abi attributes. 2013-10-14 13:10:36 +02:00
intrinsics-integer.rs Remove unused abi attributes. 2013-10-14 13:10:36 +02:00
intrinsics-math.rs Capitalize statics in f32 and f64 mods 2013-10-28 19:35:56 -07:00
invoke-external-foreign.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
irrefutable-unit.rs
issue2170exe.rs
issue2378c.rs
issue_3136_b.rs
issue_9155.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
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 register snapshots 2013-10-23 18:06:12 -04:00
issue-980.rs register snapshots 2013-10-23 18:06:12 -04:00
issue-1112.rs
issue-1251.rs Remove the C++ runtime. Sayonara 2013-08-09 16:45:50 -07: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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-1701.rs
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 librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
issue-2190-1.rs librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
issue-2190-2.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
issue-2190.rs librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
issue-2214.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08: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 register snapshots 2013-10-23 18:06:12 -04: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
issue-2380-b.rs register snapshots 2013-10-23 18:06:12 -04:00
issue-2383.rs extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Deque 2013-07-11 15:54:35 +02:00
issue-2414-c.rs
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
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
issue-2526-a.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07: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 register snapshots 2013-10-23 18:06:12 -04:00
issue-2633-2.rs
issue-2633.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-2642.rs
issue-2708.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
issue-2718.rs Assorted cleanups suggested by reviewers. 2013-10-29 09:09:20 -07:00
issue-2723-b.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
issue-2734.rs register snapshots 2013-10-23 18:06:12 -04:00
issue-2735-2.rs register snapshots 2013-10-23 18:06:12 -04:00
issue-2735-3.rs register snapshots 2013-10-23 18:06:12 -04:00
issue-2735.rs register snapshots 2013-10-23 18:06:12 -04:00
issue-2748-a.rs
issue-2748-b.rs
issue-2804-2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-2804.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -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 Move std::rt::io to std::io 2013-11-11 20:44:07 -08:00
issue-2935.rs register snapshots 2013-10-23 18:06:12 -04:00
issue-2936.rs
issue-2989.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
issue-3012-2.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-3026.rs librustc: Fix problem with cross-crate reexported static methods. 2013-08-27 18:47:59 -07: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
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 Enabled tests. 2013-08-22 00:12:44 -07:00
issue-3186.rs
issue-3211.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
issue-3220.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
issue-3250.rs
issue-3290.rs Fix/annotate a variety of xfails 2013-06-24 01:35:11 -04:00
issue-3389.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
issue-3424.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -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 register snapshots 2013-10-23 18:06:12 -04:00
issue-3500.rs
issue-3556.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
issue-3559.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
issue-3563-2.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
issue-3563-3.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
issue-3574.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-3609.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
issue-3656.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
issue-3683.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
issue-3702.rs register snapshots 2013-10-23 18:06:12 -04: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 register snapshots 2013-10-23 18:06:12 -04:00
issue-3796.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
issue-3847.rs
issue-3860.rs Fix warnings it tests 2013-08-17 08:42:35 -07: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 test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
issue-3935.rs
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 Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07: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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-4025.rs Tests for fixed issues. 2013-09-03 20:00:42 +10:00
issue-4036.rs
issue-4092.rs
issue-4107.rs remove the float type 2013-10-01 14:54:10 -04:00
issue-4120.rs
issue-4208.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
issue-4228.rs
issue-4241.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
issue-4252.rs rustdoc: Change all code-blocks with a script 2013-09-25 14:27:42 -07: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 test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
issue-4446.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-4448.rs
issue-4464.rs Add a bunch of tests for closed issues 2013-08-13 21:32:34 -07:00
issue-4541.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
issue-4542.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-4545.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
issue-4735.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07: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
issue-5008-borrowed-traitobject-method-call.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
issue-5060.rs Remove even more of std::io 2013-10-24 14:21:57 -07: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 test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
issue-5243.rs
issue-5275.rs register snapshots 2013-10-23 18:06:12 -04: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 test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
issue-5353.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-5517.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07: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 appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
issue-5572.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07: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 rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07: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 register snapshots 2013-10-23 18:06:12 -04:00
issue-5917.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-5926.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
issue-6117.rs
issue-6128.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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-6318.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
issue-6334.rs testsuite: Test cases, all except issue-5216 xfailed 2013-10-22 21:04:15 -07: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 Un-xfail/move/delete some tests. 2013-09-03 20:00:41 +10:00
issue-6919.rs Add a bunch of tests for closed issues 2013-08-13 21:32:34 -07:00
issue-7012.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07: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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-7673-cast-generically-implemented-trait.rs register snapshots 2013-10-23 18:06:12 -04:00
issue-7712.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-8044.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09: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 Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-8351-1.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-8351-2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-8398.rs Move std::rt::io to std::io 2013-11-11 20:44:07 -08:00
issue-8401.rs Add even more tests 2013-08-15 14:22:36 -07:00
issue-8498.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
issue-8898.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07: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 test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
issue-9188.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09: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-9446.rs Merge fall out of removing fmt! 2013-10-01 00:06:51 -07:00
issue-9906.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
issue-9968.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
issue-10626.rs Cache a task's stderr logger 2013-11-24 21:22:19 -08:00
issue-10638.rs Be more strict about doc comments 2013-11-27 18:00:50 -05:00
istr.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
item-attributes.rs syntax: Forbid non-string literals in meta items. #623 2013-10-30 14:06:22 -07: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 librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
keyword-changes-2012-07-31.rs
kindck-owned-trait-contains-1.rs register snapshots 2013-10-23 18:06:12 -04:00
labeled-break.rs syntax: implement labelled breaks for for. 2013-09-08 22:08:01 +10:00
lambda-infer-unresolved.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -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
let-destruct-fresh-mem.rs register snapshots 2013-10-23 18:06:12 -04:00
let-destruct-ref.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
let-destruct.rs
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 Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
linkage-visibility.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09: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 Put non-ascii identifiers behind a feature gate. 2013-11-23 08:18:50 +11: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 rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
log-knows-the-names-of-variants.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
log-linearized.rs register snapshots 2013-10-23 18:06:12 -04: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_before_rt_started.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
logging-right-crate.rs Use the correct logging crate while monomorphing 2013-10-03 09:16:31 -07: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 Enabled tests. 2013-08-22 00:12:44 -07:00
macro-2.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
macro-attributes.rs syntax: allow macros to expand to items with attributes. 2013-10-10 09:57:37 +11: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 Support multiple item macros 2013-11-26 13:56:02 -08:00
macro-path.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
macro-stmt.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
macro-with-attrs1.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
macro-with-attrs2.rs Allow attributes on macros 2013-10-08 19:12:30 -07:00
match-borrowed_str.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07: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 Remove even more of std::io 2013-10-24 14:21:57 -07: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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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
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 Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07: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
match-ref-binding-mut.rs
match-ref-binding.rs
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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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
match-vec-rvalue.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07: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 remove the float type 2013-10-01 14:54:10 -04:00
mlist-cycle.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
mlist.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
mod_dir_implicit.rs syntax: Bless mod.rs. #4116 2013-07-21 19:32:24 -07:00
mod_dir_path2.rs
mod_dir_path3.rs
mod_dir_path_multi.rs
mod_dir_path.rs
mod_dir_recursive.rs
mod_dir_simple.rs
mod_file_aux.rs
mod_file_with_path_attr.rs
mod_file.rs
mod-inside-fn.rs
mod-view-items.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
module-qualified-struct-destructure.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
monad.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
monomorphize-abi-alignment.rs automated whitespace fixes 2013-06-13 18:03:08 -04:00
monomorphized-callees-with-ty-params-3314.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
morestack1.rs test: Disable morestack tests 2013-07-31 18:11:19 -07:00
morestack2.rs test: Disable morestack tests 2013-07-31 18:11:19 -07:00
morestack3.rs test: Disable morestack tests 2013-07-31 18:11:19 -07:00
morestack4.rs test: Disable morestack tests 2013-07-31 18:11:19 -07:00
morestack5.rs test: Disable morestack tests 2013-07-31 18:11:19 -07:00
morestack6.rs std::rand: Add an implementation of ISAAC64. 2013-10-09 22:22:42 +11:00
morestack-address.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
move-1-unique.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
move-1.rs register snapshots 2013-10-23 18:06:12 -04:00
move-2-unique.rs
move-2.rs
move-3-unique.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
move-3.rs register snapshots 2013-10-23 18:06:12 -04:00
move-4-unique.rs
move-4.rs register snapshots 2013-10-23 18:06:12 -04:00
move-arg-2-unique.rs
move-arg-2.rs register snapshots 2013-10-23 18:06:12 -04:00
move-arg.rs
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 Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
move-scalar.rs
move-self.rs
moves-based-on-type-capture-clause.rs
moves-based-on-type-cross-crate.rs
multi-let.rs automated whitespace fixes 2013-06-13 18:03:08 -04:00
multibyte.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
multiline-comment.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
multiple-trait-bounds.rs
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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07: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-print-no-runtime.rs Implement native::IoFactory 2013-11-13 18:34:59 -08:00
native-print-no-uv.rs Implement native::IoFactory 2013-11-13 18:34:59 -08:00
negative.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
nested_item_main.rs Fix a bug with statics inside blocks in generic fns 2013-08-29 18:51:29 -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
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 register snapshots 2013-10-23 18:06:12 -04:00
new-impl-syntax.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
new-import-syntax.rs Remove even more of std::io 2013-10-24 14:21:57 -07: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
new-vstore-mut-box-syntax.rs register snapshots 2013-10-23 18:06:12 -04:00
newlambdas-ret-infer2.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
newlambdas-ret-infer.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 librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
newtype-struct-drop-run.rs register snapshots 2013-10-23 18:06:12 -04:00
newtype-struct-with-dtor.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
newtype-struct-xc-2.rs
newtype-struct-xc.rs
newtype-temporary.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
newtype.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07: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-std-xcrate2.rs Allow linking against crates with #[no_std] 2013-07-25 19:23:17 -07:00
no-std-xcrate.rs Use __morestack to detect stack overflow 2013-10-19 09:43:31 -07:00
non-boolean-pure-fns.rs register snapshots 2013-10-23 18:06:12 -04: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 librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
nullable-pointer-size.rs std: Move size/align functions to std::mem. #2240 2013-10-17 17:31:35 -07:00
nullary-or-pattern.rs
numeric-method-autoexport.rs std: Replace num::IntConvertible with {To,From}Primitive 2013-10-02 07:55:41 -07:00
objects-coerce-freeze-borrored.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
objects-coerce-from-managed-to-borrowed.rs register snapshots 2013-10-23 18:06:12 -04:00
objects-owned-object-borrowed-method-header.rs register snapshots 2013-10-23 18:06:12 -04: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 libsyntax: Remove ~fn() from the language 2013-11-18 18:28:10 -08:00
once-move-out-on-stack.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
one-tuple.rs
opeq.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
operator-associativity.rs
operator-overloading.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
option-ext.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
option-unwrap.rs register snapshots 2013-10-23 18:06:12 -04:00
or-pattern.rs
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 std: Move size/align functions to std::mem. #2240 2013-10-17 17:31:35 -07: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 std: Move size/align functions to std::mem. #2240 2013-10-17 17:31:35 -07:00
packed-struct-size.rs register snapshots 2013-10-23 18:06:12 -04:00
packed-struct-vec.rs std: Move size/align functions to std::mem. #2240 2013-10-17 17:31:35 -07: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 register snapshots 2013-10-23 18:06:12 -04: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 Fix warnings it tests 2013-08-17 08:42:35 -07:00
placement-new-arena.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
pred-not-bool.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
preempt.rs Clean-up tests after debug!/std-macros change. 2013-07-17 03:10:13 +10:00
privacy1.rs Fix merge fallout of privacy changes 2013-10-07 21:44:02 -07:00
privacy-reexport.rs Move more of the exportation burden into privacy 2013-11-22 10:02:10 -08:00
private-class-field.rs
private-method.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
pub_use_mods_xcrate_exe.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
pub-extern-privacy.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
pub-use-xcrate.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
pure-sum.rs
purity-infer.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
raw-str.rs lex raw string literals, like r#"blah"# 2013-10-08 01:44:05 +02:00
rcvr-borrowed-to-region.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
rcvr-borrowed-to-slice.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
readalias.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
rec-align-u32.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
rec-align-u64.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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 make in and foreach get treated as keywords 2013-08-01 00:21:13 -04:00
recursion.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
reexport-should-still-link.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
reexport-star.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
reexported-static-methods-cross-crate.rs
reflect-visit-data.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
reflect-visit-type.rs libsyntax/librustc: Allow calling variadic foreign functions. 2013-11-04 23:53:11 -05:00
regions-addr-of-interior-of-unique-box.rs
regions-addr-of-ret.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
regions-appearance-constraint.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
regions-borrow-at.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
regions-borrow-estr-uniq.rs
regions-borrow-evec-at.rs Fix/annotate a variety of xfails 2013-06-24 01:35:11 -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
regions-borrow-uniq.rs
regions-bot.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
regions-copy-closure.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -08:00
regions-creating-enums2.rs
regions-creating-enums5.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
regions-dependent-addr-of.rs Update various tests and libraries that were incorrectly 2013-11-08 19:45:50 -05: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-escape-into-other-fn.rs
regions-expl-self.rs
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-borrow-scope-addr-of.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
regions-infer-borrow-scope-view.rs
regions-infer-borrow-scope-within-loop-ok.rs
regions-infer-borrow-scope.rs
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
regions-infer-contravariance-due-to-ret.rs
regions-mock-tcx.rs Make irrelevant changes to regions-mock-tcx to convince the pretty printer to emit the same thing twice in a row 2013-11-09 11:34:05 -05:00
regions-mock-trans.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
regions-nullary-variant.rs
regions-params.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08: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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
regions-self-in-enums.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
regions-simple.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
regions-static-closure.rs librustc: Remove remaining uses of &fn() in favor of ||. 2013-11-26 08:20:58 -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 test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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 register snapshots 2013-10-23 18:06:12 -04:00
resource-cycle2.rs register snapshots 2013-10-23 18:06:12 -04:00
resource-cycle3.rs register snapshots 2013-10-23 18:06:12 -04:00
resource-cycle.rs register snapshots 2013-10-23 18:06:12 -04:00
resource-destruct.rs register snapshots 2013-10-23 18:06:12 -04:00
resource-in-struct.rs register snapshots 2013-10-23 18:06:12 -04: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-nil.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
rt-run-twice.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
rt-start-main-thread.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
rtio-processes.rs Move std::rt::io to std::io 2013-11-11 20:44:07 -08:00
select-macro.rs
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-shadowing-import.rs
self-type-param.rs
send_str_hashmap.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
send_str_treemap.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
send-iloop.rs Enabled tests. 2013-08-22 00:12:44 -07:00
send-resource.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
send-type-inference.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
sendable-class.rs
sendfn-is-a-block.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
sendfn-spawn-with-fn-arg.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
seq-compare.rs
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
shift.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
signal-exit-status.rs test: Fix signal-exit-status on windows 2013-11-14 14:43:08 +09:00
signed-shift-const-eval.rs
simd-binop.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
simd-type.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
simple-generic-match.rs
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 Add another discriminant-size-related test, this time with fields. 2013-10-29 09:09:20 -07:00
smallest-hello-world.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
spawn2.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
spawn-fn.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
spawn-types.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
spawn.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
spawning-with-debug.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
stable-addr-of.rs
stat.rs Move std::rt::io to std::io 2013-11-11 20:44:07 -08:00
static-assert.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
static-fn-inline-xc.rs remove the float type 2013-10-01 14:54:10 -04:00
static-fn-trait-xc.rs remove the float type 2013-10-01 14:54:10 -04:00
static-function-pointer-xc.rs Split cross-crate test into own test and xfail-fast it 2013-08-21 17:29:47 +02:00
static-function-pointer.rs Changed fn main to pub fn main 2013-08-21 18:32:04 +02:00
static-impl.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
static-method-in-trait-with-tps-intracrate.rs
static-method-xcrate.rs
static-methods-in-traits2.rs remove the float type 2013-10-01 14:54:10 -04:00
static-methods-in-traits.rs Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
static-mut-foreign.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
static-mut-xc.rs Fix 'static mut' tests 2013-06-24 07:42:32 -07:00
static-vec-autoref.rs Add test for #5917. 2013-07-27 04:47:12 -04:00
str-append.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07: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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
string-self-append.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
struct_variant_xc.rs xfail-fast the new test for windows compatibility 2013-09-11 14:51:27 -04:00
struct-deref.rs
struct-destructuring-cross-crate.rs
struct-field-assignability.rs
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-literal-dtor.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
struct-new-as-field-name.rs fix for #8088 (Cannot name a struct field new due to ancient syntax) 2013-08-18 00:07:14 +08: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 Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
struct-return.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
structured-compare.rs
super.rs
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
swap-2.rs Convert vec::{reverse, swap} to methods. 2013-06-30 21:15:25 +10:00
swap-overlapping.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08: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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
syntax-extension-minor.rs xfailed unhygienic test 2013-09-06 13:35:12 -07:00
syntax-extension-shell.rs
syntax-extension-source-utils.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
tag-align-dyn-u64.rs Un-xfail/move/delete some tests. 2013-09-03 20:00:41 +10:00
tag-align-dyn-variants.rs Un-xfail/move/delete some tests. 2013-09-03 20:00:41 +10:00
tag-align-shape.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
tag-align-u64.rs Un-xfail/move/delete some tests. 2013-09-03 20:00:41 +10:00
tag-disr-val-shape.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
tag-exports.rs Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07: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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
tail-call-arg-leak.rs
tail-cps.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
tail-direct.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
task-comm-0.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -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 librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
task-comm-4.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
task-comm-5.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
task-comm-6.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
task-comm-7.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
task-comm-9.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
task-comm-10.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
task-comm-11.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
task-comm-12.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
task-comm-13.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
task-comm-14.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
task-comm-15.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
task-comm-16.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
task-comm-17.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
task-comm-chan-nil.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
task-killjoin-rsrc.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
task-killjoin.rs Enabled tests. 2013-08-22 00:12:44 -07:00
task-life-0.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
task-spawn-move-and-copy.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
tempfile.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
terminate-in-initializer.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
test-ignore-cfg.rs Merge pull request #7595 from thestinger/iterator 2013-07-08 01:42:07 -07:00
test-runner-hides-main.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
threads.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08: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 test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -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
trait-cast.rs register snapshots 2013-10-23 18:06:12 -04:00
trait-composition-trivial.rs
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-subst.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07: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 Export information about used default methods instead of regenerating it. Closes #7862. 2013-07-18 13:56:15 -07:00
trait-default-method-xc.rs register snapshots 2013-10-23 18:06:12 -04:00
trait-generic.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
trait-inheritance2.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-inheritance-auto-xc-2.rs
trait-inheritance-auto-xc.rs
trait-inheritance-auto.rs
trait-inheritance-call-bound-inherited2.rs
trait-inheritance-call-bound-inherited.rs
trait-inheritance-cast-without-call-to-supertrait.rs
trait-inheritance-cast.rs
trait-inheritance-cross-trait-call-xc.rs
trait-inheritance-cross-trait-call.rs
trait-inheritance-diamond.rs
trait-inheritance-multiple-inheritors.rs
trait-inheritance-multiple-params.rs
trait-inheritance-num0.rs std: Replace num::IntConvertible with {To,From}Primitive 2013-10-02 07:55:41 -07: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 remove the float type 2013-10-01 14:54:10 -04: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-num.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 librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
trait-inheritance-overloading.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-inheritance-self-in-supertype.rs remove the float type 2013-10-01 14:54:10 -04:00
trait-inheritance-self.rs
trait-inheritance-simple.rs
trait-inheritance-static2.rs
trait-inheritance-static.rs
trait-inheritance-subst2.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-inheritance-subst.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-inheritance-visibility.rs
trait-object-generics.rs register snapshots 2013-10-23 18:06:12 -04:00
trait-region-pointer-simple.rs
trait-static-method-overwriting.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
trait-to-str.rs rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
trait-typedef-cc.rs
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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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 Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07: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 add test for tydesc name 2013-09-04 07:56:11 -04:00
type-in-nested-module.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
type-namespace.rs
type-param-constraints.rs switch Drop to &mut self 2013-09-16 22:19:23 -04: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 std: Move size/align functions to std::mem. #2240 2013-10-17 17:31:35 -07:00
type-use-i1-versus-i8.rs
typeck-macro-interaction-issue-8852.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07: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 test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
typestate-cfg-nesting.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
typestate-multi-decl.rs
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 Add appropriate #[feature] directives to tests 2013-10-06 14:39:25 -07:00
unify-return-ty.rs
uniq-cc-generic.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
uniq-cc.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -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
unique-assign-drop.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-assign-generic.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
unique-assign.rs
unique-autoderef-field.rs
unique-autoderef-index.rs
unique-cmp.rs
unique-containing-tag.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-copy-box.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
unique-create.rs
unique-decl-init-copy.rs
unique-decl-init.rs
unique-decl-move-temp.rs
unique-decl-move.rs
unique-decl.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
unique-deref.rs
unique-destructure.rs
unique-drop-complex.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-fn-arg-move.rs
unique-fn-arg-mut.rs
unique-fn-arg.rs
unique-fn-ret.rs
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
unique-in-vec.rs
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
unique-move-drop.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-move-temp.rs
unique-move.rs
unique-mutable.rs
unique-object-move.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-pat-2.rs
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-pinned-nocopy-2.rs register snapshots 2013-10-23 18:06:12 -04:00
unique-rec.rs
unique-send-2.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
unique-send.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
unique-swap.rs
unit-like-struct-drop-run.rs Prepared std::sys for removal, and made begin_unwind simpler 2013-10-30 21:19:18 +01:00
unit-like-struct.rs
unit.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
unnamed_argument_mode.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08: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
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 Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
unwind-resource2.rs Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
unwind-resource.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
unwind-unique.rs Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
use_inline_dtor.rs fix cross-crate destructor inlining 2013-11-02 23:55:23 -04:00
use-crate-name-alias.rs
use-import-export.rs
use-trait-before-def.rs
use-uninit-match2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
use-uninit-match.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
use.rs Update version numbers to 0.9-pre 2013-09-26 18:18:42 -07:00
utf8_chars.rs Removed unneccessary _iter suffixes from various APIs 2013-11-26 10:02:26 +01:00
utf8_idents.rs Put non-ascii identifiers behind a feature gate. 2013-11-23 08:18:50 +11:00
utf8.rs Removed unneccessary _iter suffixes from various APIs 2013-11-26 10:02:26 +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 Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
vec-matching-fixed.rs Replace unreachable() calls with unreachable!(). 2013-09-19 15:04:03 +10:00
vec-matching-fold.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
vec-matching-legal-tail-element-borrow.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
vec-matching.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
vec-push.rs
vec-self-append.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
vec-slice-drop.rs register snapshots 2013-10-23 18:06:12 -04: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 Replace unreachable() calls with unreachable!(). 2013-09-19 15:04:03 +10:00
vec-to_str.rs
vec-trailing-comma.rs
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
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 register snapshots 2013-10-23 18:06:12 -04: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 Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07: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
x86stdcall2.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
x86stdcall.rs android support added to test case 2013-11-19 09:08:47 +09:00
xc_conditions_client_2.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
xc_conditions_client_3.rs Add tests for cross-crate condition handling. Close #5446. 2013-08-19 15:09:20 -07:00
xc_conditions_client_4.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
xc_conditions_client.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
xcrate-address-insignificant.rs test: Clean up xfail-{fast,win32} tests 2013-11-14 14:25:44 +09:00
xcrate-static-addresses.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
xcrate-unit-struct.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
yield1.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
yield2.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
yield.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