rust/src/test/run-pass
bors 342321def6 auto merge of #15442 : luqmana/rust/odp, r=pnkfelix
Inadvertently changed the order in which destructors ran in certain cases with #15076.

Fixes #15438.
2014-07-05 11:11:47 +00: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 syntax: Tighten search paths for inner modules 2014-05-17 01:01:47 -07:00
module-polymorphism3-files/float-template librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
syntax-extension-source-utils-files rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
.gitattributes Handle CRLF properly in the lexer 2014-06-18 21:07:58 -07:00
alias-uninit-value.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
alignment-gep-tup-like-1.rs Register new snapshots 2014-06-15 23:30:24 -07:00
alloca-from-derived-tydesc.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
anon-extern-mod-cross-crate-2.rs Touch up and rebase previous commits 2014-05-13 17:24:08 -07:00
anon-extern-mod.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
anon-trait-static-method.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
anon_trait_static_method_exe.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
argument-passing.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
arith-0.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
arith-1.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
arith-2.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
arith-unsigned.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
artificial-block.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
as-precedence.rs libsyntax: Allow + to separate trait bounds from objects. 2014-06-13 13:53:34 -07:00
asm-concat-src.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
asm-in-out-operand.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
asm-out-assign.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
assert-eq-macro-success.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
assign-assign.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
assignability-trait.rs Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
attr-before-view-item.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
attr-before-view-item2.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
attr-main-2.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
attr-main.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
attr-mix-new.rs Get "make check" to work with unused-attribute 2014-05-24 16:49:46 -07:00
attr-no-drop-flag-size.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
attr-shebang.rs Remove ignore-fast that has cropped up 2014-04-06 15:55:43 -07:00
attr-start.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
attr.rs Remove ignore-fast that has cropped up 2014-04-06 15:55:43 -07:00
auto-encode.rs lib{serialize, uuid}: Fix snake case errors. 2014-05-30 17:55:41 +01:00
auto-instantiate.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
auto-loop.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
auto-ref-bounded-ty-param.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
auto-ref-slice-plus-ref.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
auto-ref-sliceable.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
auto-ref.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
autobind.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
autoderef-and-borrow-method-receiver.rs librustc: Remove &const and *const from the language. 2013-08-27 18:46:51 -07:00
autoderef-method-on-trait.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
autoderef-method-priority.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
autoderef-method-twice-but-not-thrice.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
autoderef-method-twice.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
autoderef-method.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
autoref-intermediate-types-issue-3585.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
backtrace.rs auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00
bare-static-string.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
big-literals.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
binary-minus-without-space.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
bind-by-move.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
bind-field-short-with-modifiers.rs Allow ref and mut modifiers for short form field patterns 2013-12-10 14:05:57 -08:00
binops.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
bitv-perf-test.rs collections::bitv: change constructors for Bitv and BitvSet 2014-07-02 12:36:02 -07:00
bitwise.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
block-arg-call-as.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
block-arg.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
block-explicit-types.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
block-expr-precedence.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
block-fn-coerce.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
block-iter-1.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
block-iter-2.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
bool-not.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
bool.rs Move core::bool tests to run-pass 2014-06-24 17:22:59 -07:00
borrow-by-val-method-receiver.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
borrowck-assign-to-subfield.rs test: Make all the run-pass tests use pub fn main 2014-01-03 15:30:54 -08:00
borrowck-binding-mutbl.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
borrowck-borrow-from-expr-block.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
borrowck-borrow-of-mut-base-ptr-safe.rs Fix test case harder (cc #9629) 2013-12-10 13:14:45 -05:00
borrowck-closures-two-imm.rs test -- add new tests specifically examining closure borrows 2014-02-11 16:55:25 -05:00
borrowck-field-sensitivity.rs Make analyze_move_out_from more field-sensitive 2014-06-13 20:48:09 -07:00
borrowck-fixed-length-vecs.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
borrowck-freeze-frozen-mut.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
borrowck-lend-args.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
borrowck-macro-interaction-issue-6304.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
borrowck-move-by-capture-ok.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
borrowck-mut-uniq.rs librustc: Remove cross borrowing from mutable Boxes to &mut. 2014-06-24 23:14:42 -07:00
borrowck-mut-vec-as-imm-slice.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
borrowck-nested-calls.rs test: Remove/update some old ignored tests 2014-04-25 19:45:53 +09:00
borrowck-pat-enum.rs syntax: Fix parsing << with closure types 2014-05-13 17:24:08 -07:00
borrowck-pat-reassign-no-binding.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
borrowck-preserve-box-in-moved-value.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
borrowck-root-while-cond-2.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
borrowck-root-while-cond.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
borrowck-rvalues-mutable.rs Issue #3511 - Rationalize temporary lifetimes. 2014-01-15 18:34:38 -05:00
borrowck-scope-of-deref-issue-4666.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
borrowck-static-item-in-fn.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
borrowck-uniq-via-ref.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
borrowck-univariant-enum.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
borrowck-use-mut-borrow.rs Add new tests for uses of mutably borrowed paths 2014-06-13 20:48:10 -07:00
borrowed-ptr-pattern-2.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
borrowed-ptr-pattern-3.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
borrowed-ptr-pattern-infallible.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
borrowed-ptr-pattern-option.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
borrowed-ptr-pattern.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
box-compare.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
box-in-tup.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
box-inside-if.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
box-inside-if2.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
box-pattern.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
box-unbox.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
box.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
boxed-class-type-substitution.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
break-value.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
break.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
bug-7183-generics.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -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 librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
builtin-superkinds-capabilities-xc.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
builtin-superkinds-capabilities.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
builtin-superkinds-in-metadata.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07: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 librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -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
by-value-self-objects.rs librustc: Permit by-value-self methods to be invoked on objects 2014-06-30 18:43:31 -07:00
byte-literals.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
bytes-macro-static.rs Make bytes!() return 'static 2014-05-18 13:03:38 -07:00
c-stack-as-value.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
c-stack-returning-int64.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
call-closure-from-overloaded-op.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
can-copy-pod.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
cancel-clean-via-immediate-rvalue-ref.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
capture_nil.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
capturing-logging.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
cast-region-to-uint.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
cast.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
cci_borrow.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
cci_capture_clause.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
cci_impl_exe.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
cci_iter_exe.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
cci_nested_exe.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
cci_no_inline_exe.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
cell-does-not-clone.rs Introduce marker types for indicating variance and for opting out 2014-01-31 21:18:48 -05:00
cfg-family.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cfg-macros-foo.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
cfg-macros-notfoo.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
cfg-match-arm.rs Allow attributes on match arms 2014-04-23 21:48:22 -07:00
cfg-target-family.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cfg_inner_static.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
cfgs-on-items.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
char.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
check-static-mut-slices.rs rustc: Move mut slice check to check_static 2014-03-06 22:50:39 +01:00
child-outlives-parent.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
class-attributes-1.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
class-attributes-2.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
class-cast-to-trait-cross-crate-2.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
class-cast-to-trait-multiple-types.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
class-cast-to-trait.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
class-dtor.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
class-exports.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
class-impl-very-parameterized-trait.rs core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
class-implement-trait-cross-crate.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
class-implement-traits.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
class-method-cross-crate.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
class-methods-cross-crate.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
class-methods.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
class-poly-methods-cross-crate.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
class-poly-methods.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
class-separate-impl.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
class-str-field.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
class-typarams.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
classes-cross-crate.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
classes-self-referential.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
classes-simple-cross-crate.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
classes-simple-method.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
classes-simple.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
classes.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
cleanup-arm-conditional.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
cleanup-auto-borrow-obj.rs librustc: Schedule cleanups properly when coercing to a &Trait. 2014-06-27 17:05:24 -04:00
cleanup-copy-mode.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
cleanup-rvalue-during-if-and-while.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
cleanup-rvalue-for-scope.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
cleanup-rvalue-scopes.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
cleanup-rvalue-temp-during-incomplete-alloc.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
cleanup-shortcircuit.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
clone-with-exterior.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
close-over-big-then-small-data.rs libsyntax: Stop parsing + with no bounds after it. 2014-06-20 15:46:58 -07:00
closure-bounds-can-capture-chan.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
closure-inference.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
closure-inference2.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
closure-reform.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
closure-syntax.rs libsyntax: Stop parsing + with no bounds after it. 2014-06-20 15:46:58 -07:00
cmp-default.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
coerce-reborrow-imm-ptr-arg.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-imm-ptr-rcvr.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-imm-vec-arg.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-imm-vec-rcvr.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
coerce-reborrow-mut-ptr-arg.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-mut-ptr-rcvr.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
coerce-reborrow-mut-vec-arg.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
coerce-reborrow-mut-vec-rcvr.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
coerce-to-closure-and-proc.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
coherence-impl-in-fn.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
colorful-write-macros.rs core: Document FormatWriter and allow write! 2014-05-17 22:10:39 -07:00
comm.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
compare-generic-enums.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
complex.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
concat.rs Allow trailing comma in concat! 2014-06-23 15:51:40 +00:00
conditional-compile-arch.rs test: fix for missing ARM support 2013-04-23 11:31:54 +09:00
conditional-compile.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
conditional-debug-macro-off.rs Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
conditional-debug-macro-on.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
const-autoderef.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-big-enum.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-binops.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
const-block-cross-crate-fn.rs Allow blocks in const expressions 2014-05-13 17:24:07 -07:00
const-block-item-macro-codegen.rs Allow blocks in const expressions 2014-05-13 17:24:07 -07:00
const-block-item.rs Allow blocks in const expressions 2014-05-13 17:24:07 -07:00
const-block.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
const-bound.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
const-cast-ptr-int.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
const-cast.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
const-const.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-contents.rs remove the float type 2013-10-01 14:54:10 -04:00
const-cross-crate-const.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
const-cross-crate-extern.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
const-deref.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
const-enum-byref-self.rs Register new snapshots 2013-11-28 20:27:56 -08:00
const-enum-byref.rs Register new snapshots 2013-11-28 20:27:56 -08:00
const-enum-cast.rs librustc: Forbid enum-to-float casts. 2014-06-13 11:23:47 -07:00
const-enum-ptr.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-enum-struct.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-struct2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-structlike.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
const-enum-tuple.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-tuple2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-tuplestruct.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-tuplestruct2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-enum-vec-index.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-enum-vec-ptr.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-enum-vector.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-expr-in-fixed-length-vec.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
const-expr-in-vec-repeat.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
const-extern-function.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
const-fields-and-indexing.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
const-fn-val.rs syntax: Tweak parsing lifetime bounds on closures 2014-04-06 00:08:21 -07:00
const-negative.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-nullary-enum.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
const-nullary-univariant-enum.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-rec-and-tup.rs remove the float type 2013-10-01 14:54:10 -04:00
const-region-ptrs-noncopy.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
const-region-ptrs.rs std: Remove i18n/l10n from format! 2014-06-11 16:04:24 -07:00
const-str-ptr.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
const-struct-offsets.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
const-struct.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
const-tuple-struct.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
const-unit-struct.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
const-vec-of-fns.rs Fix other bugs with new closure borrowing 2014-04-23 10:03:43 -07: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 Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
const.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
consts-in-patterns.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
core-run-destroy.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
crate-method-reexport-grrrrrrr.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
crateresolve1.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
crateresolve2.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
crateresolve3.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
crateresolve4.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
crateresolve5.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
crateresolve8.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
cross-crate-const-pat.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
cross-crate-newtype-struct-pat.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
cycle-collection.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
dead-code-one-arm-if.rs Test fixes and rebase conflicts 2014-03-15 22:56:46 -07:00
deep-vector.rs Remove ignore-fast that has cropped up 2014-04-06 15:55:43 -07:00
deep-vector2.rs Remove ignore-fast that has cropped up 2014-04-06 15:55:43 -07:00
deep.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
default-method-parsing.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
default-method-simple.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
default-method-supertrait-vtable.rs auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton 2013-09-25 00:55:53 -07:00
deprecated-phase-syntax.rs Add a test for deprecated phase(syntax) 2014-06-09 14:29:30 -07:00
deref-lval.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
deref-rc.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
deref.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
deriving-bounds.rs Register new snapshots 2014-05-04 22:35:21 -07:00
deriving-clone-enum.rs Removed DeepClone. Issue #12698. 2014-03-08 15:09:00 -05:00
deriving-clone-generic-enum.rs Removed DeepClone. Issue #12698. 2014-03-08 15:09:00 -05:00
deriving-clone-generic-struct.rs Removed DeepClone. Issue #12698. 2014-03-08 15:09:00 -05:00
deriving-clone-generic-tuple-struct.rs Removed DeepClone. Issue #12698. 2014-03-08 15:09:00 -05:00
deriving-clone-struct.rs Removed DeepClone. Issue #12698. 2014-03-08 15:09:00 -05:00
deriving-clone-tuple-struct.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
deriving-cmp-generic-enum.rs replaced ignore-pretty with no-pretty-expanded 2014-06-27 21:41:16 -07:00
deriving-cmp-generic-struct-enum.rs replaced ignore-pretty with no-pretty-expanded 2014-06-27 21:41:16 -07:00
deriving-cmp-generic-struct.rs replaced ignore-pretty with no-pretty-expanded 2014-06-27 21:41:16 -07:00
deriving-cmp-generic-tuple-struct.rs replaced ignore-pretty with no-pretty-expanded 2014-06-27 21:41:16 -07:00
deriving-cmp-shortcircuit.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
deriving-encodable-decodable.rs lib{serialize, uuid}: Fix snake case errors. 2014-05-30 17:55:41 +01:00
deriving-enum-single-variant.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
deriving-global.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
deriving-hash.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
deriving-in-fn.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
deriving-in-macro.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
deriving-meta-empty-trait-list.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
deriving-meta-multiple.rs Remove duplicated test files 2014-06-22 15:55:27 +02:00
deriving-meta.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
deriving-primitive.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
deriving-rand.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
deriving-self-lifetime-totalord-totaleq.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
deriving-self-lifetime.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
deriving-show-2.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
deriving-show.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
deriving-via-extension-c-enum.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
deriving-via-extension-enum.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
deriving-via-extension-hash-enum.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
deriving-via-extension-hash-struct.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
deriving-via-extension-struct-empty.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
deriving-via-extension-struct-like-enum-variant.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
deriving-via-extension-struct-tuple.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
deriving-via-extension-struct.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
deriving-via-extension-type-params.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
deriving-zero.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
die-macro.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
div-mod.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
double-ref.rs syntax: Parses && as & & whenever appropriate. 2014-04-17 17:48:59 +09:00
double-unbox.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
drop-on-empty-block-exit.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
drop-on-ret.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
drop-trait-generic.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
drop-trait.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
drop-with-type-ascription-1.rs test: Add tests for issue #12223, "drop allowed while active borrows 2014-07-01 11:47:21 -07:00
drop-with-type-ascription-2.rs test: Add tests for issue #12223, "drop allowed while active borrows 2014-07-01 11:47:21 -07:00
dupe-first-attr.rc test: Make all the run-pass tests use pub fn main 2014-01-03 15:30:54 -08:00
duplicated-external-mods.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
early-ret-binop-add.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
early-vtbl-resolution.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
else-if.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
empty-allocation-non-null.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
empty-allocation-rvalue-non-null.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
empty-mutable-vec.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
empty-tag.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
enum-alignment.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
enum-clike-ffi-as-int.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
enum-discr.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -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 add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
enum-discrim-width-stuff.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
enum-disr-val-pretty.rs librustc: Forbid enum-to-float casts. 2014-06-13 11:23:47 -07:00
enum-export-inheritance.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
enum-nullable-const-null-with-fields.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
enum-nullable-simplifycfg-misopt.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
enum-size-variance.rs rustc: add a lint for large enum variants 2014-05-22 23:01:47 -07:00
enum-variants.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
enum-vec-initializer.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
estr-slice.rs rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
estr-uniq.rs rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
evec-internal-boxes.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
evec-internal.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
evec-slice.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
exec-env.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
explicit-i-suffix.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
explicit-self-closures.rs test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
explicit-self-generic.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
explicit-self-objects-uniq.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
explicit-self.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
explicit_self_xcrate_exe.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
exponential-notation.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
export-abstract-tag.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
export-glob-imports-target.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
export-multi.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
export-non-interference.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
export-non-interference2.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
export-non-interference3.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
export-tag-variant.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
export-unexported-dep.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
expr-block-box.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
expr-block-fn.rs syntax: Tweak parsing lifetime bounds on closures 2014-04-06 00:08:21 -07:00
expr-block-generic-box1.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
expr-block-generic-box2.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
expr-block-generic-unique1.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
expr-block-generic-unique2.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
expr-block-generic.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
expr-block-ref.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
expr-block-slot.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
expr-block-unique.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
expr-block.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
expr-copy.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
expr-elseif-ref.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
expr-elseif-ref2.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
expr-empty-ret.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
expr-fn.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
expr-if-box.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
expr-if-fail-all.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
expr-if-fail.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
expr-if-generic-box1.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
expr-if-generic-box2.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
expr-if-generic.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
expr-if-struct.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
expr-if-unique.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -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 librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
expr-match-fail-all.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
expr-match-fail.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
expr-match-generic-box1.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
expr-match-generic-box2.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
expr-match-generic-unique1.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
expr-match-generic-unique2.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
expr-match-generic.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
expr-match-struct.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
expr-match-unique.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
expr-match.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-scope.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
ext-expand-inner-exprs.rs Expand string literals and exprs inside of macros 2014-03-02 14:12:02 -08:00
exterior.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
extern-1.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
extern-call-deep.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-call-deep2.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-call-direct.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-call-indirect.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-call-scrub.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-calling-convention-test.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
extern-compare-with-return-type.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
extern-crosscrate.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
extern-foreign-crate.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
extern-mod-abi.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
extern-mod-ordering-exe.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
extern-mod-syntax.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
extern-pass-char.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-pass-double.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-pass-empty.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-pass-TwoU8s.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-pass-TwoU16s.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-pass-TwoU32s.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-pass-TwoU64s.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-pass-u32.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-pass-u64.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-pub.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
extern-return-TwoU8s.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-return-TwoU16s.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-return-TwoU32s.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-return-TwoU64s.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-stress.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
extern-take-value.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
extern-yield.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07: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 log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
fail-during-tld-destroy.rs rustrt: Reorganize task usage 2014-06-26 12:40:27 -07:00
fail-in-dtor-drops-fields.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
fat-arrow-match.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -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 librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
fixed_length_vec_glue.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
float-literal-inference.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
float-nan.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
float-signature.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
float.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
float2.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
floatlits.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
fn-abi.rs Register new snapshots 2014-05-09 21:13:02 -07:00
fn-bare-assign.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
fn-bare-coerce-to-block.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
fn-bare-item.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
fn-bare-size.rs std: Move size/align functions to std::mem. #2240 2013-10-17 17:31:35 -07:00
fn-bare-spawn.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
fn-coerce-field.rs syntax: Tweak parsing lifetime bounds on closures 2014-04-06 00:08:21 -07:00
fn-lval.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
fn-pattern-expected-type-2.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
fn-pattern-expected-type.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
fn-trait-sugar.rs librustc: Implement sugar for the FnMut trait 2014-06-09 20:19:07 -07:00
fn-type-infer.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
for-destruct.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
for-loop-fail.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
foreach-external-iterators-break.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
foreach-external-iterators-hashmap-break-restart.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
foreach-external-iterators-hashmap.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
foreach-external-iterators-loop.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
foreach-external-iterators-nested.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
foreach-external-iterators.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
foreach-nested.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
foreach-put-structured.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
foreach-simple-outer-slot.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
foreign-call-no-runtime.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
foreign-dupe.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
foreign-fn-linkname.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
foreign-fn-with-byval.rs Add missing attributes to indirect calls for foreign functions 2014-06-21 19:59:58 +02:00
foreign-mod-unused-const.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
foreign-no-abi.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
foreign-struct.rs Remove remaining nolink usages.(fixes #12810) 2014-03-12 15:01:25 -07:00
foreign2.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
format-ref-cell.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
fsu-moves-and-copies.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
fun-call-variants.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
fun-indirect-call.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
func-arg-incomplete-pattern.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
func-arg-ref-pattern.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
func-arg-wild-pattern.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
functional-struct-upd.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
generic-alias-box.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
generic-alias-unique.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
generic-box.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
generic-default-type-params-cross-crate.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
generic-default-type-params.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
generic-derived-type.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
generic-drop-glue.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
generic-exterior-box.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
generic-exterior-unique.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
generic-fn-box.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07: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 librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
generic-fn.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
generic-ivec-leak.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
generic-ivec.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
generic-newtype-struct.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
generic-object.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
generic-recursive-tag.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
generic-static-methods.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
generic-tag-corruption.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
generic-tag-local.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
generic-tag-match.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
generic-tag-values.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
generic-tag.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
generic-temporary.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
generic-tup.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
generic-type-synonym.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
generic-type.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
generic-unique.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
getopts_ref.rs getopts: format failure messages with Show. 2014-06-14 11:11:09 +10:00
glob-std.rs Cleaned up os::consts. The module only exposes constants for the target OS and arch. 2014-04-25 00:38:05 -04:00
global-scope.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
guards-not-exhaustive.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
guards.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
hashmap-memory.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
hello.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
html-literals.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
hygiene-dodging-1.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
hygienic-labels-in-let.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
hygienic-labels.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -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 Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
if-check.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
if-ret.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
ifmt.rs Add impl Show for &Show 2014-06-30 12:33:37 -07:00
ignore-all-the-things.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
impl-implicit-trait.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
impl-privacy-xc-1.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
impl-privacy-xc-2.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
import-from.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
import-glob-0.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
import-glob-crate.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
import-in-block.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
import-trailing-comma.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
import.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
import2.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
import3.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
import4.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
import5.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
import6.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
import7.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
import8.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
infer-fn-tail-expr.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
inferred-suffix-in-pattern-range.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
infinite-loops.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
inherit-struct1.rs Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
inherit-struct2.rs Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
init-res-into-things.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
inner-attrs-on-impl.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
inner-module.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
inner-static.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
instantiable.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
int.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
integer-literal-radix.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
integer-literal-suffix-inference.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
intrinsic-alignment.rs librustc: Feature gate lang items and intrinsics. 2014-06-23 23:28:28 -07:00
intrinsic-atomics-cc.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
intrinsic-atomics.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
intrinsic-move-val.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
intrinsic-uninit.rs librustc: Feature gate lang items and intrinsics. 2014-06-23 23:28:28 -07:00
intrinsics-integer.rs librustc: Feature gate lang items and intrinsics. 2014-06-23 23:28:28 -07:00
intrinsics-math.rs librustc: Feature gate lang items and intrinsics. 2014-06-23 23:28:28 -07:00
invoke-external-foreign.rs Touch up and rebase previous commits 2014-05-13 17:24:08 -07:00
irrefutable-unit.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
issue-333.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-868.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-979.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
issue-980.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
issue-1112.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
issue-1251.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-1257.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-1451.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-1460.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-1516.rs Register new snapshots 2014-04-08 00:03:11 -07:00
issue-1660.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
issue-1696.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
issue-1701.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-1821.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
issue-1866.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
issue-1974.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
issue-2074.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-2185.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-2190-1.rs Fallout from TaskBuilder changes 2014-06-18 17:01:45 -07:00
issue-2190-2.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
issue-2214.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
issue-2216.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-2284.rs test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
issue-2288.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-2311-2.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-2311.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
issue-2312.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
issue-2316-c.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-2380-b.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-2383.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-2414-c.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-2428.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -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 Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-2487-a.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
issue-2502.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
issue-2526-a.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-2550.rs rm obsolete no-op lints 2013-07-20 20:17:08 -04:00
issue-2611-3.rs Replace Freeze bounds with Share bounds 2014-03-20 10:16:55 +01:00
issue-2631-b.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
issue-2633-2.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-2633.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
issue-2642.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
issue-2708.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
issue-2718.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
issue-2723-b.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-2734.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-2735-2.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
issue-2735-3.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
issue-2735.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-2748-a.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
issue-2748-b.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
issue-2804-2.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
issue-2804.rs Fix issue with tests 2014-06-30 21:35:49 +02: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::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
issue-2935.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-2936.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
issue-2989.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
issue-3012-2.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
issue-3026.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
issue-3037.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
issue-3052.rs syntax: Tweak parsing lifetime bounds on closures 2014-04-06 00:08:21 -07:00
issue-3091.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-3109.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
issue-3121.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
issue-3149.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
issue-3186.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
issue-3211.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-3220.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
issue-3290.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-3389.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-3424.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-3429.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
issue-3447.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
issue-3500.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-3556.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
issue-3559.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-3563-2.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
issue-3563-3.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-3574.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
issue-3609.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
issue-3656.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
issue-3683.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
issue-3702.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
issue-3743.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-3753.rs Capitalize statics in f32 and f64 mods 2013-10-28 19:35:56 -07:00
issue-3794.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
issue-3847.rs rpass/cfail: Update field privacy where necessary 2014-03-31 15:47:36 -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 librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -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 syntax: Tweak parsing lifetime bounds on closures 2014-04-06 00:08:21 -07:00
issue-3935.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
issue-3979-2.rs Fix the issue-3979 tests and add a new test. 2013-07-23 17:06:56 -07:00
issue-3979-generics.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
issue-3979-xcrate.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-3979.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
issue-3991.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
issue-4016.rs Fix test issue-4016.rs with the json API change 2014-04-27 23:09:57 +02:00
issue-4025.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
issue-4036.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-4107.rs remove the float type 2013-10-01 14:54:10 -04:00
issue-4120.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
issue-4208.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-4228.rs Add test for #4228. 2013-06-09 08:00:52 -04:00
issue-4241.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
issue-4252.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
issue-4333.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
issue-4387.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-4401.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-4446.rs librustc: Try to resolve before coercions. 2014-06-03 15:38:04 -04:00
issue-4448.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
issue-4464.rs Add a bunch of tests for closed issues 2013-08-13 21:32:34 -07:00
issue-4541.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-4542.rs test: Clean out the test suite a bit 2014-02-25 09:21:09 -08:00
issue-4545.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-4734.rs rustc: Run destructors when dest=Ignore 2014-04-08 08:28:54 -07:00
issue-4735.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -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 librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-4830.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-4875.rs Register new snapshots 2013-11-28 20:27:56 -08:00
issue-5008-borrowed-traitobject-method-call.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-5060.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-5192.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-5239-2.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
issue-5243.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
issue-5280.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-5315.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-5321-immediates-with-bare-self.rs Remove Times trait 2014-01-30 14:52:25 +11:00
issue-5353.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-5518.rs test: Add tests for closed issues 2014-04-27 20:35:51 -07:00
issue-5521.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-5530.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-5550.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-5554.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
issue-5572.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
issue-5666.rs Remove unnecessary to_string calls 2014-06-26 08:56:49 +02:00
issue-5688.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
issue-5708.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-5741.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-5754.rs remove the float type 2013-10-01 14:54:10 -04:00
issue-5791.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
issue-5884.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
issue-5900.rs Add a limited prim type lookup for safer const expr evaluation 2014-01-29 00:05:11 -05:00
issue-5917.rs librustc: Remove the &LIFETIME EXPR production from the language. 2014-07-04 00:56:57 -07:00
issue-5950.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-5997.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
issue-6117.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-6128.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
issue-6130.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-6153.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
issue-6157.rs Fix other bugs with new closure borrowing 2014-04-23 10:03:43 -07:00
issue-6318.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-6334.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-6341.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
issue-6344-let.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
issue-6344-match.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
issue-6449.rs syntax: Parse global paths in patterns 2014-05-20 20:28:00 -07:00
issue-6470.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
issue-6557.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-6892.rs rustc: Run destructors when dest=Ignore 2014-04-08 08:28:54 -07:00
issue-6898.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
issue-6919.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-7012.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
issue-7178.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-7222.rs remove the float type 2013-10-01 14:54:10 -04:00
issue-7320.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-7344.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
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 Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
issue-7575.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
issue-7660.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
issue-7663.rs test: Add a test for #7663 2014-04-10 15:21:59 -07:00
issue-7673-cast-generically-implemented-trait.rs libsyntax: Stop parsing + with no bounds after it. 2014-06-20 15:46:58 -07:00
issue-7784.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-7899.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-7911.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-8044.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-8171-default-method-self-inherit-builtin-trait.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-8248.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-8249.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
issue-8259.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-8351-1.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-8351-2.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-8391.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-8398.rs rpass: Remove io_error usage 2014-02-03 09:32:34 -08:00
issue-8401.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-8460.rs rustc: Avoid UB with signed division/remainder 2014-06-06 19:51:13 -07:00
issue-8498.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-8506.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
issue-8578.rs librustc: Remove the &LIFETIME EXPR production from the language. 2014-07-04 00:56:57 -07:00
issue-8827.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-8851.rs make tests hygienic... 2014-06-27 22:08:57 -07:00
issue-8860.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
issue-8898.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-8983.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-9047.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-9110.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-9123.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-9129.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-9188.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-9259.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-9382.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-9394-inherited-trait-calls.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-9396.rs std: Make std::comm return types consistent 2014-04-10 21:41:19 -07:00
issue-9446.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-9719.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-9737.rs added xfailed test for issue 9737 2014-06-24 17:22:54 -07:00
issue-9906.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-9918.rs Resolve type variables when checking casting to char 2014-02-13 12:50:25 -08:00
issue-9942.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-9968.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-10025.rs rustc: Enable writing "unsafe extern fn() {}" 2014-05-06 21:03:59 -07:00
issue-10028.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-10031.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-10228.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
issue-10392.rs Accept trailing commas in struct patterns 2013-12-19 09:29:41 -08:00
issue-10626.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-10638.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-10682.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-10683.rs test: Add tests for closed issues 2014-04-27 20:35:51 -07:00
issue-10714.rs core: Finish stabilizing the mem module. 2014-05-23 20:55:57 -07:00
issue-10718.rs Fix type inference for proc expressions 2013-12-02 21:39:53 +09:00
issue-10734.rs Rewrite the issue-10734 rpass file 2013-11-30 23:55:55 -08:00
issue-10763.rs test: Add a test for fixed issue #10763 2014-05-20 21:14:20 -07:00
issue-10764.rs test: Add tests for closed issue #10764 2014-06-02 09:24:03 -07:00
issue-10767.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-10802.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-10806.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-10853.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-11085.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-11205.rs librustc: Allow coercions through arrays. 2014-06-29 00:56:40 -07:00
issue-11224.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-11225-1.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-11225-2.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-11267.rs Test fixes from rolling up PRs 2014-03-12 15:01:27 -07:00
issue-11508.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-11529.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-11552.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
issue-11577.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-11612.rs librustc: Update AutoObject adjustment in writeback. 2014-06-06 19:51:17 -07:00
issue-11677.rs Add test for #11677 2014-06-27 11:30:51 +02:00
issue-11709.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
issue-11736.rs collections::bitv: change constructors for Bitv and BitvSet 2014-07-02 12:36:02 -07:00
issue-11881.rs lib{serialize, uuid}: Fix snake case errors. 2014-05-30 17:55:41 +01:00
issue-11940.rs Fix an LLVM assertion when matching against static strings 2014-06-08 19:43:38 +02:00
issue-12133-1.rs rustc: Add some suppot for mixing rlibs and dylibs 2014-05-02 11:39:18 -07:00
issue-12133-2.rs rustc: Add some suppot for mixing rlibs and dylibs 2014-05-02 11:39:18 -07:00
issue-12133-3.rs rustc: Add some suppot for mixing rlibs and dylibs 2014-05-02 11:39:18 -07:00
issue-12285.rs Fix #12285 2014-07-04 00:29:47 +02:00
issue-12582.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-12612.rs rustc: Disallow importing through use statements 2014-04-10 15:22:00 -07:00
issue-12684.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
issue-12699.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
issue-12860.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
issue-13027.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-13204.rs Rename Iterator::len to count 2014-06-06 19:51:31 -07:00
issue-13214.rs Add test for issue #13214 2014-06-10 09:26:49 +02:00
issue-13304.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
issue-13352.rs Fix an ICE when a function argument is of the bottom type 2014-06-04 18:38:02 +02:00
issue-13494.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-13507-2.rs Fixes #13507 2014-04-14 17:39:52 -07:00
issue-13620.rs rustc: Crawl static initializers for reachability 2014-05-02 15:40:07 -07:00
issue-13763.rs rustc: Restrict the scope of a borrow on def_map 2014-04-25 14:45:12 -07:00
issue-13775.rs rustc: Don't die on 0-length pattern idents 2014-04-26 10:24:47 -07:00
issue-13867.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-13872.rs rustc: Fix def ids of xcrate-reexported items 2014-04-30 19:24:21 -07:00
issue-14021.rs Fix deriving Encodable trait for unit structs 2014-06-02 07:46:32 +02:00
issue-14082.rs rustc: Fix shadowing private import with reexport 2014-05-15 15:32:15 -07:00
issue-14254.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
issue-14308.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-14330.rs rustc: Don't register syntax crates twice 2014-06-24 17:24:19 -07:00
issue-14393.rs Ignore issue-14393 on Windows 2014-06-20 23:07:22 +02:00
issue-14399.rs librustc: Don't overwrite vtables when coercing to trait object. 2014-06-17 23:47:17 -04:00
issue-14421.rs rustc: Account for typedefs in privacy 2014-05-27 09:04:08 -07:00
issue-14422.rs rustc: Account for typedefs in privacy 2014-05-27 09:04:08 -07:00
issue-14456.rs Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
issue-14589.rs librustc: Try to resolve before coercions. 2014-06-03 15:38:04 -04:00
issue-14837.rs Rolling up PRs in the queue 2014-06-13 13:53:55 -07:00
issue-14865.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-14933.rs rustc: Don't mark type parameters as exported 2014-06-16 18:16:28 -07:00
issue-14940.rs std: Chunk writing to stdout on windows 2014-06-16 22:12:15 -07:00
issue-14958.rs librustc: Use expr_ty_adjusted in trans_overloaded_call. 2014-06-18 17:01:41 -07:00
issue-14959.rs librustc: Check regions for overloaded calls. 2014-06-17 14:27:37 -04:00
issue-15043.rs syntax: Parse GT tokens from >= and >>= 2014-06-20 09:53:12 -07:00
issue-15080.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue-15104.rs Change exhaustiveness analysis to permit multiple constructors per pattern 2014-07-02 18:27:12 +02:00
issue-15108.rs Test fixes from the rollup 2014-06-24 18:57:01 -07:00
issue-15129.rs Fix #15129 2014-06-24 17:22:48 -07:00
issue-15189.rs work around 15189 in test cases 2014-06-25 17:08:47 -07:00
issue-15221.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue2170exe.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue2378c.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
issue_3136_b.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue_9155.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
istr.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
item-attributes.rs Remove few FIXMEs 2014-06-24 17:23:16 -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 log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
ivec-pass-by-value.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
ivec-tag.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
keyword-changes-2012-07-31.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
kindck-implicit-close-over-mut-var.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
kindck-owned-trait-contains-1.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
kinds-in-metadata.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
labeled-break.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
lambda-infer-unresolved.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
lambda-var-hygiene.rs added xfailed tests for two other flavors of var hygiene 2014-06-24 17:22:54 -07:00
lang-item-public.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07: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 core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
last-use-in-cap-clause.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
last-use-is-capture.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
lazy-and-or.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
lazy-init.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
leak-box-as-tydesc.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
leak-tag-copy.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
leak-unique-as-tydesc.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
let-assignability.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
let-destruct-ref.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
let-var-hygiene.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
lexer-crlf-line-endings-string-literal-doc-comment.rs Handle CRLF properly in the lexer 2014-06-18 21:07:58 -07:00
linear-for-loop.rs replaced ignore-pretty with no-pretty-expanded 2014-06-27 21:41:16 -07:00
link-section.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
linkage-visibility.rs std: Move dynamic_lib from std::unstable to std 2014-06-09 17:46:53 -07:00
linkage1.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
lint-cstack.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
lint-non-camel-case-types-non-uppercase-statics-unicode.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
lint-non-camel-case-with-trailing-underscores.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
lint-non-uppercase-statics-lowercase-mut-statics.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
list.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
liveness-assign-imm-local-after-loop.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
liveness-assign-imm-local-after-ret.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
liveness-loop-break.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
liveness-move-in-loop.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
log-err-phi.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
log-knows-the-names-of-variants-in-std.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
log-knows-the-names-of-variants.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
log-poly.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
log_syntax-trace_macros-macro-locations.rs Remove ignore-fast that has cropped up 2014-04-06 15:55:43 -07:00
logging-enabled-debug.rs Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
logging-enabled.rs Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
logging-only-prints-once.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
logging-right-crate.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
logging-separate-lines.rs Fix --disable-rpath and tests 2014-06-16 18:16:45 -07:00
logging_before_rt_started.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
long-while.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
loop-break-cont-1.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
loop-break-cont.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
loop-diverges.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
loop-label-shadowing.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
loop-no-reinit-needed-post-bot.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
loop-scope.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
macro-2.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
macro-attributes.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
macro-block-nonterminal.rs Allow $foo:block nonterminals in expression position 2014-05-25 22:33:12 -07:00
macro-crate-def-only.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
macro-export-inner-module.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
macro-interpolation.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
macro-local-data-key.rs std: Modernize the local_data api 2014-05-07 23:43:39 -07:00
macro-meta-items.rs Remove ignore-fast that has cropped up 2014-04-06 15:55:43 -07:00
macro-multiple-items.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
macro-pat.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
macro-path.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
macro-stmt.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
macro-with-attrs1.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
macro-with-attrs2.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
macro-with-braces-in-expr-position.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
match-borrowed_str.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
match-bot-2.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
match-bot.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
match-enum-struct-0.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
match-enum-struct-1.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
match-implicit-copy-unique.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
match-in-macro.rs libsyntax: Disallow struct literals after if, while, match, and 2014-06-23 15:39:29 -07:00
match-join.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
match-naked-record-expr.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
match-naked-record.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
match-path.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
match-pattern-lit.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
match-pattern-no-type-params.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
match-pattern-simple.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
match-phi.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
match-pipe-binding.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
match-range-static.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
match-range.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
match-ref-binding-in-guard-3256.rs test: Fix fallout of previous changes 2014-06-06 22:19:57 -07:00
match-ref-binding-mut-option.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
match-ref-binding-mut.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
match-ref-binding.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
match-static-const-rename.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
match-str.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
match-struct-0.rs Register new snapshots 2013-11-28 20:27:56 -08:00
match-tag.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
match-unique-bind.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
match-value-binding-in-guard-3291.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
match-var-hygiene.rs added xfailed tests for two other flavors of var hygiene 2014-06-24 17:22:54 -07:00
match-vec-alternatives.rs Change exhaustiveness analysis to permit multiple constructors per pattern 2014-07-02 18:27:12 +02:00
match-vec-rvalue.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
match-with-ret-arm.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -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 Get "make check" to work with unused-attribute 2014-05-24 16:49:46 -07:00
mid-path-type-params.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
mlist.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
mod-inside-fn.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
mod-view-items.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
mod_dir_implicit.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
mod_dir_path.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
mod_dir_path2.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
mod_dir_path3.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
mod_dir_path_multi.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
mod_dir_recursive.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
mod_dir_simple.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
mod_file.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_file_aux.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
mod_file_with_path_attr.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
module-qualified-struct-destructure.rs rpass/cfail: Update field privacy where necessary 2014-03-31 15:47:36 -07:00
monad.rs Change to_str().to_string() to just to_str() 2014-06-06 09:56:59 +02:00
monomorphize-abi-alignment.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
monomorphized-callees-with-ty-params-3314.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
morestack1.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
morestack2.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
morestack3.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
morestack4.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
morestack5.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
morestack6.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
move-1-unique.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
move-1.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
move-2-unique.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
move-2.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
move-3-unique.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
move-3.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
move-4-unique.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
move-4.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
move-arg-2-unique.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
move-arg-2.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
move-arg.rs test: Fix tests. 2013-05-08 17:04:02 -07:00
move-nullary-fn.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
move-out-of-field.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
move-scalar.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
move-self.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
moves-based-on-type-capture-clause.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
moves-based-on-type-cross-crate.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
multi-let.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
multibyte.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
multiline-comment.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
multiple-trait-bounds.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
mut-function-arguments.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
mut-in-ident-patterns.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
mut-vstore-expr.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
mutability-inherits-through-fixed-length-vec.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
mutable-alias-vec.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
mutable-vec-drop.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
mutual-recursion-group.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
native-always-waits.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
native-print-no-runtime.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
negative.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -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 libsyntax: Disallow struct literals after if, while, match, and 2014-06-23 15:39:29 -07:00
nested-function-names-issue-8587.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
nested-matchs.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
nested-pattern.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
nested-patterns.rs libsyntax: Disallow struct literals after if, while, match, and 2014-06-23 15:39:29 -07:00
nested_item_main.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
new-box-syntax.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
new-box.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
new-impl-syntax.rs std: Remove i18n/l10n from format! 2014-06-11 16:04:24 -07:00
new-import-syntax.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
new-style-constants.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
new-style-fixed-length-vec.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
new-unsafe-pointers.rs rustc: Start accepting *const T 2014-06-16 16:58:17 -07:00
newlambdas-ret-infer.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
newlambdas-ret-infer2.rs librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
newlambdas.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
newtype-polymorphic.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
newtype-struct-drop-run.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
newtype-struct-with-dtor.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
newtype-struct-xc-2.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
newtype-struct-xc.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
newtype-temporary.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
newtype.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
nil-decl-in-foreign.rs Remove remaining nolink usages.(fixes #12810) 2014-03-12 15:01:25 -07:00
nil-pattern.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
no-landing-pads.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
no-std-xcrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
no-std-xcrate2.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
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-ffi-compat.rs Make some NullablePointer enums FFI-compatible with the base pointer type. 2014-05-16 17:24:49 -04:00
nullable-pointer-iotareduction.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
nullable-pointer-size.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
nullary-or-pattern.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
numeric-method-autoexport.rs Touch up and rebase previous commits 2014-05-13 17:24:08 -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-owned-object-borrowed-method-header.rs Register new snapshots 2014-06-15 23:30:24 -07:00
objects-owned-object-borrowed-method-headerless.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
objects-owned-object-owned-method.rs Register new snapshots 2014-06-15 23:30:24 -07:00
once-move-out-on-heap.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
once-move-out-on-stack.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
one-tuple.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
opeq.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
operator-associativity.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
operator-overloading.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
option-ext.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
option-unwrap.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
or-pattern.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
order-drop-with-match.rs librustc: Make sure to run destructors in the right order when matching on moved value. 2014-07-04 18:05:09 -07:00
osx-frameworks.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
out-of-stack.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
output-slot-variants.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
over-constrained-vregs.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
overload-index-operator.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
overloaded-autoderef-count.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
overloaded-autoderef-indexing.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
overloaded-autoderef-order.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
overloaded-autoderef-vtable.rs Implement vtable support for autoderef. 2014-03-22 23:31:42 +02:00
overloaded-autoderef-xcrate.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
overloaded-autoderef.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
overloaded-calls-simple.rs librustc: Implement overloading for the call operator behind a feature 2014-06-09 12:39:17 -07:00
overloaded-calls-zero-args.rs librustc: Implement overloading for the call operator behind a feature 2014-06-09 12:39:17 -07:00
overloaded-deref-count.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
overloaded-deref.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
owned-implies-static.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -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 core: Remove the cast module 2014-05-11 01:13:02 -07:00
packed-struct-generic-size.rs test: Remove all uses of ~str from the test suite. 2014-05-14 14:58:00 -07:00
packed-struct-layout.rs core: Remove the cast module 2014-05-11 01:13:02 -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 Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
packed-struct-size.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
packed-struct-vec.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
packed-tuple-struct-layout.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
packed-tuple-struct-size.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
parameterized-trait-with-bounds.rs Register new snapshots 2014-06-15 23:30:24 -07:00
paren-free.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
parse-fail.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
pass-by-copy.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
path.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
pattern-bound-var-in-for-each.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
pattern-in-closure.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
phase-use-ignored.rs Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
placement-new-arena.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
pred-not-bool.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
preempt.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
priv-impl-prim-ty.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
privacy-ns.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
privacy-reexport.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
privacy1.rs Fix merge fallout of privacy changes 2013-10-07 21:44:02 -07:00
private-class-field.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
private-method.rs Fix privacy fallout from previous change 2014-01-26 11:03:13 -08:00
proc-bounds.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
process-detach.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
process-spawn-with-unicode-params.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
pub-extern-privacy.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
pub-use-xcrate.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
pub_use_mods_xcrate_exe.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
pure-sum.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
purity-infer.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
raw-str.rs std: Remove i18n/l10n from format! 2014-06-11 16:04:24 -07:00
rcvr-borrowed-to-region.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
rcvr-borrowed-to-slice.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
readalias.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
rec-align-u32.rs librustc: Feature gate lang items and intrinsics. 2014-06-23 23:28:28 -07:00
rec-align-u64.rs librustc: Feature gate lang items and intrinsics. 2014-06-23 23:28:28 -07:00
rec-auto.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
rec-extend.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
rec-tup.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
rec.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
record-pat.rs Register new snapshots 2013-11-28 20:27:56 -08:00
reexport-should-still-link.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
reexport-star.rs Remove few FIXMEs 2014-06-24 17:23:16 -07:00
reexported-static-methods-cross-crate.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
reflect-visit-type.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
regions-addr-of-interior-of-unique-box.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
regions-addr-of-ret.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
regions-borrow-at.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07: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 Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
regions-borrow-uniq.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
regions-bot.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
regions-bound-lists-feature-gate.rs Register new snapshots 2014-06-15 23:30:24 -07:00
regions-copy-closure.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
regions-creating-enums2.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-creating-enums5.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-dependent-addr-of.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
regions-dependent-autofn.rs syntax: Tweak parsing lifetime bounds on closures 2014-04-06 00:08:21 -07:00
regions-dependent-autoslice.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
regions-dependent-let-ref.rs Update years on more license headers 2014-01-17 10:18:39 -05:00
regions-early-bound-lifetime-in-assoc-fn.rs Fix test for #10391 to have pub main 2013-12-05 18:25:01 -05:00
regions-early-bound-trait-param.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
regions-early-bound-used-in-bound-method.rs Add proper support for early/late distinction for lifetime bindings. 2014-03-12 08:05:28 +01:00
regions-early-bound-used-in-bound.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
regions-early-bound-used-in-type-param.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
regions-escape-into-other-fn.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
regions-expl-self.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
regions-fn-subtyping-2.rs test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00
regions-fn-subtyping.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
regions-infer-bivariance.rs Introduce marker types for indicating variance and for opting out 2014-01-31 21:18:48 -05:00
regions-infer-borrow-scope-addr-of.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
regions-infer-borrow-scope-view.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
regions-infer-borrow-scope-within-loop-ok.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
regions-infer-borrow-scope.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
regions-infer-call-2.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
regions-infer-call.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
regions-infer-contravariance-due-to-ret.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-lifetime-nonfree-late-bound.rs Add regression test for ICE from issue 10846. 2014-06-23 14:17:18 +02:00
regions-lifetime-static-items-enclosing-scopes.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
regions-mock-tcx.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
regions-mock-trans.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
regions-no-variance-from-fn-generics.rs Regression test. 2014-04-17 11:42:30 +02:00
regions-nullary-variant.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-params.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
regions-return-interior-of-option.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
regions-self-impls.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
regions-self-in-enums.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
regions-simple.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
regions-static-closure.rs syntax: Tweak parsing lifetime bounds on closures 2014-04-06 00:08:21 -07: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 Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
repeat-expr-in-static.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
repeated-vector-syntax.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -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 librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
resource-destruct.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
resource-in-struct.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
ret-bang.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
ret-none.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
return-from-closure.rs rustc: Allow return to return from a closure. 2013-12-18 22:53:45 +11:00
return-nil.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
running-with-no-runtime.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
self-in-mut-slot-default-method.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
self-in-mut-slot-immediate-value.rs Use the right type for self in methods and remove obsoleted items. 2014-01-11 16:40:23 +02:00
self-re-assign.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
self-shadowing-import.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
self-type-param.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
send-resource.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
send-type-inference.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
send_str_hashmap.rs core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
send_str_treemap.rs core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
sendable-class.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
sendfn-is-a-block.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
sendfn-spawn-with-fn-arg.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
seq-compare.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
shadow.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
shape_intrinsic_tag_then_rec.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
shebang.rs compiletest: Test --pretty expanded 2014-05-13 17:24:08 -07:00
shift.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
signal-exit-status.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
signed-shift-const-eval.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
sigpipe-should-be-ignored.rs std: Improve pipe() functionality 2014-06-16 10:53:49 -07:00
simd-binop.rs std: Move simd to core::simd and reexport. #1457 2014-05-23 15:27:48 -07:00
simd-generics.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
simd-issue-10604.rs std: Move simd to core::simd and reexport. #1457 2014-05-23 15:27:48 -07:00
simd-type.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
simple-generic-match.rs Change alt to match in filenames. 2013-05-27 17:28:39 -04:00
simple-generic-tag.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
simple-infer.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
simple-match-generic-tag.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
size-and-align.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -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 librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -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 std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
smallest-hello-world.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
spawn-fn.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
spawn-types.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
spawn.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
spawn2.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
spawning-with-debug.rs Move task::task() to TaskBuilder::new() 2014-04-23 20:02:02 -07:00
stable-addr-of.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
stat.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
static-assert.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
static-fn-inline-xc.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
static-fn-trait-xc.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
static-function-pointer-xc.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
static-function-pointer.rs All uses of extern fn should mean extern "C" fn. Closes #9309. 2014-02-24 13:24:57 +13:00
static-impl.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
static-method-in-trait-with-tps-intracrate.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
static-method-xcrate.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
static-methods-in-traits.rs Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
static-methods-in-traits2.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
static-mut-foreign.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
static-mut-xc.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
str-concat.rs rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
str-multiline.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
string-self-append.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
struct-destructuring-cross-crate.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
struct-like-variant-construct.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
struct-like-variant-match.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
struct-lit-functional-no-fields.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
struct-literal-dtor.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
struct-new-as-field-name.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
struct-order-of-eval-1.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
struct-order-of-eval-2.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
struct-partial-move-1.rs some extra test cases to cover in the borrow checker. 2014-06-18 16:42:57 +02:00
struct-partial-move-2.rs some extra test cases to cover in the borrow checker. 2014-06-18 16:42:57 +02:00
struct-pattern-matching.rs Remove a fixme 2014-01-05 21:36:53 -05:00
struct-return.rs mk: Move rust_test_helpers out of libstd 2014-06-05 17:55:41 -07:00
struct_variant_xc.rs Fix spurious non-exhaustive errors for cross-crate struct variants 2014-06-21 23:54:48 +02:00
struct_variant_xc_match.rs libsyntax: Disallow struct literals after if, while, match, and 2014-06-23 15:39:29 -07:00
structured-compare.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
super-fast-paren-parsing.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
super.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
supertrait-default-generics.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
supported-cast.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
svh-add-comment.rs Some basic acceptance tests for better SVH. 2014-05-15 11:09:26 +02:00
svh-add-doc.rs Some basic acceptance tests for better SVH. 2014-05-15 11:09:26 +02:00
svh-add-macro.rs Some basic acceptance tests for better SVH. 2014-05-15 11:09:26 +02:00
svh-add-nothing.rs Some basic acceptance tests for better SVH. 2014-05-15 11:09:26 +02:00
svh-add-redundant-cfg.rs Some basic acceptance tests for better SVH. 2014-05-15 11:09:26 +02:00
svh-add-whitespace.rs Some basic acceptance tests for better SVH. 2014-05-15 11:09:26 +02:00
swap-1.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
swap-2.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
swap-overlapping.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07: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 Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
syntax-extension-source-utils.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
tag-align-dyn-u64.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
tag-align-dyn-variants.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
tag-align-shape.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
tag-align-u64.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
tag-disr-val-shape.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
tag-exports.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
tag-in-block.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
tag-variant-disr-type-mismatch.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
tag-variant-disr-val.rs librustc: Forbid enum-to-float casts. 2014-06-13 11:23:47 -07:00
tag.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
tail-call-arg-leak.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
tail-cps.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -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 Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
task-comm-1.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
task-comm-3.rs replaced ignore-pretty with no-pretty-expanded 2014-06-27 21:41:16 -07:00
task-comm-4.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
task-comm-5.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
task-comm-6.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
task-comm-7.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
task-comm-9.rs Fallout from TaskBuilder changes 2014-06-18 17:01:45 -07:00
task-comm-10.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
task-comm-11.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
task-comm-12.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
task-comm-13.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
task-comm-14.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
task-comm-15.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
task-comm-16.rs rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
task-comm-17.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
task-comm-chan-nil.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
task-life-0.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
task-spawn-move-and-copy.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
task-stderr.rs Fallout from TaskBuilder changes 2014-06-18 17:01:45 -07:00
tcp-connect-timeouts.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
tcp-stress.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
tempfile.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
terminate-in-initializer.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
test-ignore-cfg.rs libstd: Remove ~str from all libstd modules except fmt and str. 2014-05-22 14:42:01 -07:00
test-runner-hides-main.rs compiletest: Test --pretty expanded 2014-05-13 17:24:08 -07:00
threads.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
trailing-comma.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
trait-bounds-basic.rs libsyntax: Stop parsing + with no bounds after it. 2014-06-20 15:46:58 -07:00
trait-bounds-impl-comparison-duplicates.rs librustc: Properly compare implementation method type parameter bounds 2014-07-01 21:59:16 -07:00
trait-bounds-in-arc.rs rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
trait-bounds-recursion.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
trait-bounds.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-cast-generic.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-cast.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-coercion-generic.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
trait-coercion.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
trait-composition-trivial.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
trait-contravariant-self.rs librustc: Match trait self types exactly. 2014-06-28 11:18:37 -07:00
trait-default-method-bound-subst.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-default-method-bound-subst2.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-default-method-bound-subst3.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-default-method-bound-subst4.rs remove the float type 2013-10-01 14:54:10 -04:00
trait-default-method-bound.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-default-method-xc-2.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
trait-default-method-xc.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-generic.rs Remove few FIXMEs 2014-06-24 17:23:16 -07:00
trait-inheritance-auto-xc-2.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
trait-inheritance-auto-xc.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
trait-inheritance-auto.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-call-bound-inherited.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-call-bound-inherited2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-cast-without-call-to-supertrait.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-cast.rs Change xfail directives in compiletests to ignore, closes #11363 2014-02-11 18:23:20 +01:00
trait-inheritance-cross-trait-call-xc.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
trait-inheritance-cross-trait-call.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-diamond.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-multiple-inheritors.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-multiple-params.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-num.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-inheritance-num0.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-inheritance-num1.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-inheritance-num2.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
trait-inheritance-num3.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-inheritance-num5.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-inheritance-overloading-simple.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
trait-inheritance-overloading-xc-exe.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
trait-inheritance-overloading.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
trait-inheritance-self-in-supertype.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
trait-inheritance-self.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
trait-inheritance-simple.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-static.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-static2.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trait-inheritance-subst.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-inheritance-subst2.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-inheritance-visibility.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-inheritance2.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-object-generics.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
trait-region-pointer-simple.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
trait-static-method-overwriting.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
trait-to-str.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
trait-with-bounds-default.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
traits-default-method-macro.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
traits-default-method-mut.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
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
trans-tag-static-padding.rs librustc: Remove the &LIFETIME EXPR production from the language. 2014-07-04 00:56:57 -07:00
transmute-non-immediate-to-immediate.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
trivial-message.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
tup.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
tuple-struct-construct.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
tuple-struct-constructor-pointer.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -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 Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
type-in-nested-module.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
type-namespace.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
type-param-constraints.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
type-param.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
type-params-in-for-each.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
type-ptr.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
type-sizes.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
type-use-i1-versus-i8.rs core: Stabilize the mem module 2014-05-20 23:06:54 -07:00
typeck-macro-interaction-issue-8852.rs make tests hygienic... 2014-06-27 22:08:57 -07:00
typeck_type_placeholder_1.rs librustc: Remove the &LIFETIME EXPR production from the language. 2014-07-04 00:56:57 -07:00
typeclasses-eq-example-static.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
typeclasses-eq-example.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
typeid-intrinsic.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
typestate-cfg-nesting.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
typestate-multi-decl.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
u8-incr-decr.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
u8-incr.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
u32-decr.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
uint.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
unary-minus-suffix-inference.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
unfold-cross-crate.rs replaced ignore-pretty with no-pretty-expanded 2014-06-27 21:41:16 -07:00
unify-return-ty.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
uninit-empty-types.rs core: Finish stabilizing the mem module. 2014-05-23 20:55:57 -07:00
uniq-cc-generic.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
uniq-cc.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
uniq-self-in-mut-slot.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-assign-copy.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-assign-drop.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-assign-generic.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-assign.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-autoderef-field.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-autoderef-index.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-cmp.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-containing-tag.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-create.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
unique-decl-init-copy.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-decl-init.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-decl-move.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-decl.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-deref.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-destructure.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-drop-complex.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
unique-fn-arg-move.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-fn-arg-mut.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-fn-arg.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-fn-ret.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-generic-assign.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-in-tag.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
unique-in-vec-copy.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-in-vec.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-init.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
unique-kinds.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-log.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-match-discrim.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-move-drop.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-move-temp.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-move.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-mutable.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-object-move.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-pat-2.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-pat-3.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
unique-pat.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-rec.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-send-2.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unique-send.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unique-swap.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
unit-like-struct-drop-run.rs std: Move the owned module from core to std 2014-05-13 17:24:07 -07:00
unit-like-struct.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
unit.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
unnamed_argument_mode.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
unreachable-code-1.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
unreachable-code.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -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 Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
unsized.rs Check for unsized types in enums. 2014-04-23 12:30:58 +12:00
unsized2.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
unused-move-capture.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
unused-move.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
unwind-box.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
unwind-resource.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
unwind-resource2.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
unwind-unique.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
use-crate-name-alias.rs extra: Put the nail in the coffin, delete libextra 2014-03-14 13:59:02 -07:00
use-import-export.rs check-fast fallout from removing export, r=burningtree 2013-02-01 19:43:17 -08:00
use-trait-before-def.rs librustc: Remove implicit self from the language, except for old-style drop blocks. 2013-03-13 20:07:10 -07:00
use-uninit-match.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
use-uninit-match2.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
use.rs Merge remote-tracking branch 'origin/master' into 0.11.0-release 2014-07-02 11:08:21 -07:00
use_inline_dtor.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
utf8-bom.rs libsyntax: librustdoc: ignore utf-8 BOM in .rs files 2014-03-18 13:49:11 -07:00
utf8.rs rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
utf8_chars.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
utf8_idents.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
variadic-ffi.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
variant-attributes.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
variant-structs-trivial.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
vec-concat.rs vec: convert append and append_one to methods 2014-03-31 01:13:48 -04:00
vec-drop.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
vec-fixed-length.rs rustllvm: Add LLVMRustArrayType 2014-05-13 17:24:08 -07:00
vec-growth.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
vec-late-init.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
vec-macro-with-brackets.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
vec-macro-with-trailing-comma.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
vec-matching-autoslice.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
vec-matching-fixed.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
vec-matching-fold.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
vec-matching-legal-tail-element-borrow.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
vec-matching.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
vec-push.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
vec-repeat-with-cast.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
vec-slice-drop.rs librustc: Put #[unsafe_destructor] behind a feature gate. 2014-06-20 14:24:31 -07:00
vec-slice.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
vec-tail-matching.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
vec-to_str.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
vec.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
vector-no-ann-2.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
vector-sort-failure-safe.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
warn-ctypes-inhibit.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
weak-lang-item.rs rustc: Add official support for weak failure 2014-05-19 11:04:44 -07:00
weird-exprs.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
while-cont.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
while-flow-graph.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
while-loop-constraints-2.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
while-prelude-drop.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
while-with-break.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
while.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
writealias.rs test: Fix fallout of previous changes 2014-06-06 22:19:57 -07:00
x86stdcall.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
x86stdcall2.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
xcrate-address-insignificant.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
xcrate-static-addresses.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
xcrate-trait-lifetime-param.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
xcrate-unit-struct.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
yield.rs Fallout from TaskBuilder changes 2014-06-18 17:01:45 -07:00
yield1.rs Fallout from TaskBuilder changes 2014-06-18 17:01:45 -07:00
yield2.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -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