rust/src/test/run-pass
Alex Crichton 9675f514ef rollup merge of #22185: edwardw/default-methods
When projecting associate types for a trait's default methods, the
trait itself was added to the predicate candidate list twice: one from
parameter environment, the other from trait definition. Then the
duplicates were deemed as code ambiguity and the compiler rejected the
code. Simply checking and dropping the duplicates solves the issue.

Closes #22036
2015-02-11 14:02:21 -08:00
..
foreign-mod-src Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
foreign-src Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
mod_dir_implicit_aux syntax: Bless mod.rs. #4116 2013-07-21 19:32:24 -07:00
mod_dir_simple syntax: Tighten search paths for inner modules 2014-05-17 01:01:47 -07:00
module-polymorphism3-files/float-template
syntax-extension-source-utils-files rpass: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
.gitattributes syntax: Handle \r\n in byte string literals 2014-08-05 17:02:55 -07:00
alias-uninit-value.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
alignment-gep-tup-like-1.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01: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 fix rpass tests 2015-01-05 17:22:16 -05: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
arith-unsigned.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
arr_cycle.rs run-pass tests. 2015-02-11 13:51:21 +01:00
artificial-block.rs
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 Continue cfg syntax transition 2014-10-12 11:40:19 -07:00
asm-out-assign.rs Continue cfg syntax transition 2014-10-12 11:40:19 -07:00
assert-eq-macro-success.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
assign-assign.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
assignability-trait.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
associated-types-basic.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-binding-in-trait.rs Check and extract bindings from trait definitions. 2015-01-27 15:39:58 -05:00
associated-types-binding-in-where-clause.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
associated-types-bound.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
associated-types-cc.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
associated-types-conditional-dispatch.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
associated-types-constant-type.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-doubleendediterator-object.rs Rename test to fit naming convention. 2015-01-08 11:16:07 -05:00
associated-types-duplicate-binding-in-env-hrtb.rs Fix license 2015-02-05 17:01:11 -05:00
associated-types-duplicate-binding-in-env.rs When elaborating predicates, purge duplicates from the initial vector. 2015-02-05 11:48:44 -05:00
associated-types-enum-field-named.rs Fix various oversights in enum field treatment in trans and typeck. 2015-01-12 07:51:35 -05:00
associated-types-enum-field-numbered.rs Fix various oversights in enum field treatment in trans and typeck. 2015-01-12 07:51:35 -05:00
associated-types-eq-obj.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-impl-redirect.rs markers -> marker 2015-01-07 12:10:31 +13:00
associated-types-in-default-method.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-in-fn.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-in-impl-generics.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-in-inherent-method.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-issue-20371.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-issue-21212.rs Add regression test for #21212. Fixes #21212. 2015-01-28 05:59:50 -05:00
associated-types-iterator-binding.rs Permit bindings of (and references to) associated types defined in supertraits. 2015-01-05 07:11:48 -05:00
associated-types-nested-projections.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
associated-types-normalize-in-bounds-binding.rs Add the notion of normalizing a parameter environment and ensure that 2015-01-28 05:13:53 -05:00
associated-types-normalize-in-bounds-ufcs.rs rollup merge of #20556: japaric/no-for-sized 2015-01-05 18:47:45 -08:00
associated-types-normalize-in-bounds.rs rollup merge of #20556: japaric/no-for-sized 2015-01-05 18:47:45 -08:00
associated-types-normalize-unifield-struct.rs Tie stability attributes to feature gates 2015-01-21 16:16:21 -08:00
associated-types-projection-bound-in-supertraits.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-projection-from-known-type-in-impl.rs Add another test using projection types in impls. 2015-01-08 12:02:34 -05:00
associated-types-projection-in-object-type.rs Fix propagation of the HAS_PROJECTION flag in object types. Fixes #20831 some more. 2015-01-14 16:35:14 -05:00
associated-types-projection-in-supertrait.rs Normalize types in supertraits when checking that impls are valid during wf. 2015-01-08 11:16:07 -05:00
associated-types-projection-in-where-clause.rs Normalize bounds that we extract from where clauses. Fixes #20765. 2015-01-12 09:23:50 -05:00
associated-types-qualified-path-with-trait-with-type-parameters.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-ref-from-struct.rs Add rather involved run-pass test case. 2015-01-07 20:26:20 -05:00
associated-types-ref-in-struct-literal.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
associated-types-region-erasure-issue-20582.rs Add regression test for #20582. Fixes #20582. 2015-01-07 14:07:58 -05:00
associated-types-resolve-lifetime.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-return.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
associated-types-simple.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-struct-field-named.rs Normalize the types of fields we project out of a struct or tuple struct. 2015-01-11 13:54:23 -05:00
associated-types-struct-field-numbered.rs Normalize the types of fields we project out of a struct or tuple struct. 2015-01-11 13:54:23 -05:00
associated-types-sugar-path.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
associated-types-where-clause-impl-ambiguity.rs markers -> marker 2015-01-07 12:10:31 +13: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 syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08:00
attr-main.rs syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08: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 syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08:00
attr.rs syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08:00
auto-encode.rs Implement pretty-printing of .. and update tests. 2015-02-05 18:09:12 +01:00
auto-instantiate.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
auto-loop.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05: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-sliceable.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
auto-ref.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
autobind.rs fix rpass tests 2015-01-05 17:22:16 -05: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 fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
autoderef-method-priority.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
autoderef-method-twice-but-not-thrice.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
autoderef-method-twice.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
autoderef-method.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
autoref-intermediate-types-issue-3585.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
backtrace.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
bare-fn-implements-fn-mut.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05: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 Fixes missing overflow lint for i64 #14269 2014-08-05 09:59:03 +02:00
binary-minus-without-space.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
bind-by-move.rs Rename fail! to panic! 2014-10-29 11:43:07 -04: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 s/Show/Debug/g 2015-01-29 07:49:02 -05:00
bitv-perf-test.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
bitwise.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
blind-item-mixed-crate-use-item.rs Added some tests for arbitrary ordered view items 2015-01-21 20:05:16 +02:00
blind-item-mixed-use-item.rs Added some tests for arbitrary ordered view items 2015-01-21 20:05:16 +02:00
block-arg-call-as.rs fix rpass tests 2015-01-05 17:22:16 -05:00
block-arg.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
block-explicit-types.rs fix rpass tests 2015-01-05 17:22:16 -05:00
block-expr-precedence.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
block-fn-coerce.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
block-iter-1.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
block-iter-2.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
bool-not.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
bool.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
borrow-by-val-method-receiver.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
borrow-tuple-fields.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
borrowck-borrow-from-expr-block.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01: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 remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
borrowck-field-sensitivity.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
borrowck-fixed-length-vecs.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
borrowck-freeze-frozen-mut.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
borrowck-lend-args.rs librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
borrowck-macro-interaction-issue-6304.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
borrowck-move-by-capture-ok.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
borrowck-mut-uniq.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
borrowck-mut-vec-as-imm-slice.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05: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 Remove all i suffixes 2015-01-30 04:38:54 +01: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: Implement lifetime elision. 2014-07-19 13:10:58 -07:00
borrowck-static-item-in-fn.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
borrowck-trait-lifetime.rs Add regression test for issue #10766 2014-09-07 03:59:02 -04:00
borrowck-uniq-via-ref.rs librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
borrowck-univariant-enum.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
borrowck-use-mut-borrow.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
borrowed-ptr-pattern-2.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
borrowed-ptr-pattern-3.rs
borrowed-ptr-pattern-infallible.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
box-new.rs Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00
break-value.rs
break.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
bug-7183-generics.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
builtin-superkinds-capabilities-xc.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
builtin-superkinds-capabilities.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
builtin-superkinds-in-metadata.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
builtin-superkinds-phantom-typaram.rs Fix misspelled comments for tests. 2014-08-09 22:08:36 -04:00
builtin-superkinds-self-type.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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
byte-literals.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05: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 std: Redesign c_str and c_vec 2015-01-05 08:00:13 -08:00
call-closure-from-overloaded-op.rs Fix ICE caused by forgotten bcx 2015-01-05 17:22:18 -05: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 fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
capture-clauses-boxed-closures.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
capture-clauses-unboxed-closures.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
capturing-logging.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
cast-in-array-size.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13: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 fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
cci_capture_clause.rs std: Second pass stabilization for comm 2014-12-29 12:16:49 -08: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
cci_nested_exe.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -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 cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
cfg-attr-cfg.rs Process cfg_attr right before stripping cfg 2015-02-09 10:12:14 -08:00
cfg-attr-crate.rs Process cfg_attr right before stripping cfg 2015-02-09 10:12:14 -08:00
cfg-family.rs
cfg-in-crate-1.rs rustc: Process #[cfg]/#[cfg_attr] on crates 2014-11-07 12:04:28 -08:00
cfg-macros-foo.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
cfg-macros-notfoo.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
cfg-match-arm.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
cfg-target-family.rs
cfg_attr.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -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 Continue cfg syntax transition 2014-10-12 11:40:19 -07:00
char.rs
check-static-mut-slices.rs rustc: Move mut slice check to check_static 2014-03-06 22:50:39 +01:00
check-static-recursion-foreign.rs check_static_recursion: Handle foreign items 2014-10-29 23:24:04 -04:00
check-static-slice.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
child-outlives-parent.rs Remove deprecated functionality 2015-01-03 23:43:57 -08: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 fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
class-cast-to-trait-multiple-types.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
class-cast-to-trait.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -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 s/Show/Debug/g 2015-01-29 07:49:02 -05:00
class-implement-trait-cross-crate.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
class-implement-traits.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
class-separate-impl.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01: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 for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
classes-self-referential.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03: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 for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
cleanup-arm-conditional.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
cleanup-rvalue-during-if-and-while.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
cleanup-rvalue-for-scope.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
cleanup-rvalue-scopes.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
cleanup-rvalue-temp-during-incomplete-alloc.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
cleanup-shortcircuit.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
clone-with-exterior.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
close-over-big-then-small-data.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
closure-bounds-can-capture-chan.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
closure-inference.rs Teach project to unify the return type even if a precise match is not 2015-02-03 11:55:45 -05:00
closure-inference2.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
closure-reform.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
cmp-default.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
coerce-expect-unsized.rs rollup merge of #21457: alexcrichton/issue-21436 2015-01-21 09:20:35 -08:00
coerce-match-calls.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
coerce-match.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
coerce-overloaded-autoderef.rs Implement pretty-printing of .. and update tests. 2015-02-05 18:09:12 +01: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 for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
coerce-reborrow-imm-vec-rcvr.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05: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 cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
coerce-reborrow-mut-vec-rcvr.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
coerce-unify-return.rs rustc_typeck: unify expected return types with formal return types to propagate coercions through calls of generic functions. 2015-01-11 22:09:46 +02:00
coherence-bigint-int.rs Update the coherence rules to "covered first" -- the first type parameter to contain either a local type or a type parameter must contain only covered type parameters. 2015-01-30 20:25:07 -05:00
coherence-bigint-vecint.rs Update the coherence rules to "covered first" -- the first type parameter to contain either a local type or a type parameter must contain only covered type parameters. 2015-01-30 20:25:07 -05:00
coherence-blanket.rs New coherence tests covering patterns we want to work (and not work). 2015-01-02 04:06:09 -05:00
coherence-covered-type-parameter.rs New coherence tests covering patterns we want to work (and not work). 2015-01-02 04:06:09 -05:00
coherence-cow-1.rs Update the coherence rules to "covered first" -- the first type parameter to contain either a local type or a type parameter must contain only covered type parameters. 2015-01-30 20:25:07 -05:00
coherence-cow-2.rs Update the coherence rules to "covered first" -- the first type parameter to contain either a local type or a type parameter must contain only covered type parameters. 2015-01-30 20:25:07 -05:00
coherence-impl-in-fn.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
coherence-iterator-vec-any-elem.rs Implement new orphan rule that requires that impls of remote traits meet the following two criteria: 2015-01-05 17:17:26 -05:00
coherence-iterator-vec.rs New coherence tests covering patterns we want to work (and not work). 2015-01-02 04:06:09 -05:00
coherence-local-1.rs New coherence tests covering patterns we want to work (and not work). 2015-01-02 04:06:09 -05:00
coherence-local-2.rs New coherence tests covering patterns we want to work (and not work). 2015-01-02 04:06:09 -05:00
coherence-multidispatch-tuple.rs Implement multidispatch and conditional dispatch. Because we do not 2014-10-09 17:19:50 -04:00
coherence-negative-impls-safe.rs Don't use NoSend/NoSync in tests 2015-01-16 08:18:56 +01:00
coherence-where-clause.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
colorful-write-macros.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
comm.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
compare-generic-enums.rs
complex.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
concat.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
conditional-compile-arch.rs Initial version of AArch64 support. 2015-01-03 15:16:10 +00:00
conditional-compile.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
conditional-debug-macro-off.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
conditional-debug-macro-on.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
const-autoderef.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-big-enum.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-binops.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 Un-gate macro_rules 2015-01-05 18:21:14 -08:00
const-block-item.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
const-block.rs tests: uncomment regression tests for 13970, 13971, 13972 2015-01-20 18:44:55 -05:00
const-bound.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
const-cast-ptr-int.rs Make Send and Sync traits unsafe 2014-12-26 17:26:33 +01:00
const-cast.rs Make Send and Sync traits unsafe 2014-12-26 17:26:33 +01:00
const-const.rs test: Convert statics to constants 2014-10-09 09:44:52 -07: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 test: Convert statics to constants 2014-10-09 09:44:52 -07:00
const-enum-byref-self.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-enum-byref.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-enum-cast.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-enum-ptr.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-enum-struct.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-enum-struct2.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-enum-structlike.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
const-enum-tuple.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-enum-tuple2.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-enum-tuplestruct.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-enum-tuplestruct2.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-enum-vec-index.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-enum-vec-ptr.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-enum-vector.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-expr-in-fixed-length-vec.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-expr-in-vec-repeat.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
const-extern-function.rs Fix fallout from changes. In cases where stage0 compiler is needed, we 2014-12-22 12:27:07 -05:00
const-fields-and-indexing.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-fn-val.rs fix rpass tests 2015-01-05 17:22:16 -05:00
const-negative.rs
const-nullary-enum.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-nullary-univariant-enum.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
const-polymorphic-paths.rs rustc: implement fully qualified UFCS expressions. 2015-01-15 18:51:15 +02:00
const-rec-and-tup.rs remove the float type 2013-10-01 14:54:10 -04:00
const-region-ptrs-noncopy.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const-region-ptrs.rs test: Convert statics to constants 2014-10-09 09:44:52 -07:00
const-str-ptr.rs More test fixes! 2015-01-05 22:58:37 -08:00
const-struct-offsets.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
const-struct.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
const-tuple-struct.rs
const-unit-struct.rs
const-vec-of-fns.rs for x in xs.iter_mut() -> for x in &mut xs 2015-02-02 13:40:18 -05:00
const-vec-syntax.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
const-vecs-and-slices.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
const.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
consts-in-patterns.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
copy-out-of-array-1.rs Add tests of move-out-of-array restriction. 2015-02-07 13:44:06 +01:00
core-run-destroy.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
crate-leading-sep.rs Allow leading :: in use items 2015-01-05 11:38:12 -08:00
crate-method-reexport-grrrrrrr.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
crate-name-attr-used.rs rustc: Remove deprecated lint names 2015-01-20 12:52:15 -08:00
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
dead-code-leading-underscore.rs core/std: squash dead_code warnings from fail! invocations. 2014-08-11 18:26:31 +10: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 Fix fallout in tests. 2015-01-02 12:08:36 -05:00
deprecated-macro_escape-inner.rs Rename macro_escape to macro_use 2015-01-05 12:00:57 -08:00
deprecated-macro_escape.rs Rename macro_escape to macro_use 2015-01-05 12:00:57 -08:00
deprecated-no-split-stack.rs Rename the no_split_stack attribute to no_stack_check 2014-10-09 14:24:36 -07:00
deref-lval.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
deref-mut-on-ref.rs rollup merge of #20410: japaric/assoc-types 2015-01-02 13:51:50 -08:00
deref-on-ref.rs rollup merge of #20410: japaric/assoc-types 2015-01-02 13:51:50 -08:00
deref-rc.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
deref.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
derive-no-std.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
deriving-bounds.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
deriving-clone-enum.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
deriving-clone-generic-enum.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
deriving-clone-generic-struct.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
deriving-clone-generic-tuple-struct.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
deriving-clone-struct.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
deriving-clone-tuple-struct.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
deriving-cmp-generic-enum.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
deriving-cmp-generic-struct-enum.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
deriving-cmp-generic-struct.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
deriving-cmp-generic-tuple-struct.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
deriving-cmp-shortcircuit.rs Merge remote-tracking branch 'origin/master' into rollup 2015-01-02 10:50:07 -08:00
deriving-default-box.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
deriving-encodable-decodable-box.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
deriving-encodable-decodable-cell-refcell.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
deriving-encodable-decodable.rs Implement pretty-printing of .. and update tests. 2015-02-05 18:09:12 +01:00
deriving-enum-single-variant.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
deriving-eq-ord-boxed-slice.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
deriving-global.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-hash.rs std: Stabilize the std::hash module 2015-01-07 12:18:08 -08:00
deriving-in-fn.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-in-macro.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
deriving-meta-empty-trait-list.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
deriving-meta-multiple.rs std: Stabilize the std::hash module 2015-01-07 12:18:08 -08:00
deriving-meta.rs std: Stabilize the std::hash module 2015-01-07 12:18:08 -08:00
deriving-primitive.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-rand.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
deriving-self-lifetime-totalord-totaleq.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
deriving-self-lifetime.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
deriving-show-2.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
deriving-show.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
deriving-via-extension-c-enum.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-via-extension-enum.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-via-extension-hash-enum.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
deriving-via-extension-hash-struct.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
deriving-via-extension-struct-empty.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-via-extension-struct-like-enum-variant.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-via-extension-struct-tuple.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-via-extension-struct.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-via-extension-type-params.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
destructure-array-1.rs Add tests of move-out-of-array restriction. 2015-02-07 13:44:06 +01:00
die-macro.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
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
drop-on-empty-block-exit.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
drop-on-ret.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
drop-struct-as-object.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
drop-trait-enum.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
drop-trait-generic.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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-uninhabited-enum.rs Add Drop support for enums 2014-07-22 23:45:49 +02:00
drop-with-type-ascription-1.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
drop-with-type-ascription-2.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
dropck_tarena_sound_drop.rs run-pass tests. 2015-02-11 13:51:21 +01:00
dst-coercions.rs Fix spelling mistakes in comments. 2014-10-25 23:11:17 -04:00
dst-deref-mut.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
dst-deref.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
dst-index.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
dst-raw.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
dst-struct-sole.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
dst-struct.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
dst-trait.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
dupe-first-attr.rc Remove stage0 attributes. 2014-08-23 02:11:07 -07: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
early-vtbl-resolution.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
else-if.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
empty-allocation-non-null.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
empty-allocation-rvalue-non-null.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01: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 remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
enum-alignment.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
enum-clike-ffi-as-int.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
enum-discr.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08: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 Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
enum-discrim-width-stuff.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
enum-disr-val-pretty.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
enum-export-inheritance.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
enum-null-pointer-opt.rs fix rpass tests 2015-01-05 17:22:16 -05:00
enum-nullable-const-null-with-fields.rs Utilize fewer reexports 2014-12-05 18:13:04 -05:00
enum-nullable-simplifycfg-misopt.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
enum-size-variance.rs rustc: add a lint for large enum variants 2014-05-22 23:01:47 -07:00
enum-variants.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
enum-vec-initializer.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
env-home-dir.rs Test fixes and rebase conflicts 2015-02-02 18:50:23 -08:00
env-vars.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
eq-multidispatch.rs Remove uses of default_type_params feature gate from tests. 2015-01-05 20:00:10 +11: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.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
evec-slice.rs std: Tweak String implementations 2015-01-07 15:24:21 -08:00
exec-env.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
explicit-i-suffix.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
explicit-self-closures.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
explicit-self-generic.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
explicit-self-objects-uniq.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
explicit-self.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
explicit_self_xcrate_exe.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
exponential-notation.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
export-abstract-tag.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
export-glob-imports-target.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
export-multi.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
export-non-interference.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03: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 Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
export-unexported-dep.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
expr-block-fn.rs fix rpass tests 2015-01-05 17:22:16 -05:00
expr-block-generic-unique1.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
expr-block-generic-unique2.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
expr-block-generic.rs fix rpass tests 2015-01-05 17:22:16 -05:00
expr-block-slot.rs
expr-block-unique.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
expr-block.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
expr-copy.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
expr-empty-ret.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
expr-fn.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
expr-if-generic.rs fix rpass tests 2015-01-05 17:22:16 -05:00
expr-if-panic-all.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
expr-if-panic.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
expr-if-struct.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
expr-if-unique.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
expr-if.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
expr-match-generic-unique1.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
expr-match-generic-unique2.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
expr-match-generic.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
expr-match-panic-all.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
expr-match-panic.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
expr-match-struct.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
expr-match-unique.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00
exterior.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
extern-1.rs
extern-call-deep.rs liblibc: don't use int/uint for intptr_t/uintptr_t 2014-08-20 21:02:24 -04:00
extern-call-deep2.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
extern-call-direct.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
extern-call-indirect.rs liblibc: don't use int/uint for intptr_t/uintptr_t 2014-08-20 21:02:24 -04:00
extern-call-scrub.rs Remove deprecated functionality 2015-01-03 23:43:57 -08: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 Fix fallout from changes. In cases where stage0 compiler is needed, we 2014-12-22 12:27:07 -05:00
extern-crosscrate.rs liblibc: don't use int/uint for intptr_t/uintptr_t 2014-08-20 21:02:24 -04:00
extern-foreign-crate.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
extern-mod-abi.rs
extern-mod-ordering-exe.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -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 s/Show/Debug/g 2015-01-29 07:49:02 -05:00
extern-pass-TwoU16s.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
extern-pass-TwoU32s.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
extern-pass-TwoU64s.rs s/Show/Debug/g 2015-01-29 07:49:02 -05: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 librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
extern-return-TwoU16s.rs librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
extern-return-TwoU32s.rs librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
extern-return-TwoU64s.rs librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
extern-rust.rs Fix ICE when compiling "extern" rust functions 2015-02-10 23:43:38 +01:00
extern-stress.rs range(a, b).foo() -> (a..b).foo() 2015-01-29 07:46:44 -05:00
extern-take-value.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
extern-yield.rs range(a, b).foo() -> (a..b).foo() 2015-01-29 07:46:44 -05: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
fat-arrow-match.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 libsyntax: Accept use foo as bar; in lieu of use bar as foo; 2014-08-14 13:24:50 -07:00
fixed_length_copy.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
fixup-deref-mut.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11: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 Remove libdebug and update tests. 2014-10-16 11:15:34 -04: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 fix rpass tests 2015-01-05 17:22:16 -05: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 fix rpass tests 2015-01-05 17:22:16 -05:00
fn-item-type-cast.rs Various simple tests for fn item type vs fn pointer type and for coercions between them. 2014-12-22 12:27:08 -05:00
fn-item-type-coerce.rs Various simple tests for fn item type vs fn pointer type and for coercions between them. 2014-12-22 12:27:08 -05: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 for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
fn-pattern-expected-type.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
fn-type-infer.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
for-destruct.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
for-loop-goofiness.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
for-loop-into-iterator.rs add tests 2015-01-30 10:37:44 -05:00
for-loop-no-std.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
for-loop-panic.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
foreach-external-iterators-break.rs Implement pretty-printing of .. and update tests. 2015-02-05 18:09:12 +01:00
foreach-external-iterators-hashmap-break-restart.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
foreach-external-iterators-hashmap.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
foreach-external-iterators-loop.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
foreach-external-iterators-nested.rs Implement pretty-printing of .. and update tests. 2015-02-05 18:09:12 +01:00
foreach-external-iterators.rs Implement pretty-printing of .. and update tests. 2015-02-05 18:09:12 +01:00
foreach-nested.rs fix rpass tests 2015-01-05 17:22:16 -05:00
foreach-put-structured.rs fix rpass tests 2015-01-05 17:22:16 -05:00
foreach-simple-outer-slot.rs fix rpass tests 2015-01-05 17:22:16 -05:00
foreign-call-no-runtime.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
foreign-dupe.rs Fix misspelled comments for tests. 2014-08-09 22:08:36 -04:00
foreign-fn-linkname.rs std: Redesign c_str and c_vec 2015-01-05 08:00:13 -08:00
foreign-fn-with-byval.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05: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-nan.rs Change std::fmt::{Float,LowerExp,UpperExp} to not print '-NaN' for f32::NAN and f64::NAN 2014-08-11 22:24:01 -04:00
format-no-std.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
format-ref-cell.rs Remove libdebug and update tests. 2014-10-16 11:15:34 -04:00
fsu-moves-and-copies.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
fun-call-variants.rs fix rpass tests 2015-01-05 17:22:16 -05: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 fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
func-arg-ref-pattern.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
func-arg-wild-pattern.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
functional-struct-upd.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
generic-alias-unique.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
generic-default-type-params-cross-crate.rs Remove uses of default_type_params feature gate from tests. 2015-01-05 20:00:10 +11:00
generic-default-type-params.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
generic-derived-type.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
generic-exterior-unique.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
generic-extern-mangle.rs Remove lots of numeric traits from the preludes 2014-11-13 03:46:03 +11: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
generic-fn.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
generic-ivec-leak.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
generic-newtype-struct.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
generic-object.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
generic-recursive-tag.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
generic-static-methods.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
generic-tag-corruption.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
generic-tag-local.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
generic-tag-match.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
generic-tag-values.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
generic-tag.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
generic-temporary.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
generic-tup.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
generic-type-synonym.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
generic-type.rs
generic-unique.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
getopts_ref.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
global-scope.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
guards-not-exhaustive.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
guards.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
hashmap-memory.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
hello.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
hrtb-binder-levels-in-object-types.rs Update test for equivalency to include region binders in object types, add new tests relating to HRTB, consolidate the unboxed_closures and overloaded_calls feature gates. 2014-11-18 12:32:38 -05:00
hrtb-debruijn-object-types-in-closures.rs fix rpass tests 2015-01-05 17:22:16 -05:00
hrtb-fn-like-trait-object.rs Update test for equivalency to include region binders in object types, add new tests relating to HRTB, consolidate the unboxed_closures and overloaded_calls feature gates. 2014-11-18 12:32:38 -05:00
hrtb-fn-like-trait.rs Update test for equivalency to include region binders in object types, add new tests relating to HRTB, consolidate the unboxed_closures and overloaded_calls feature gates. 2014-11-18 12:32:38 -05:00
hrtb-opt-in-copy.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
hrtb-parse.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
hrtb-precedence-of-plus-where-clause.rs Test fixes and rebase conflicts 2014-11-26 16:50:13 -08:00
hrtb-precedence-of-plus.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
hrtb-resolve-lifetime.rs Update test for equivalency to include region binders in object types, add new tests relating to HRTB, consolidate the unboxed_closures and overloaded_calls feature gates. 2014-11-18 12:32:38 -05:00
hrtb-trait-object-paren-notation.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
hrtb-trait-object-passed-to-closure.rs fix rpass tests 2015-01-05 17:22:16 -05:00
hrtb-unboxed-closure-trait.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
html-literals.rs More test fixes 2015-01-06 21:26:48 -08:00
huge-largest-array.rs Register new snapshots. 2015-01-17 16:37:34 -08:00
hygiene-dodging-1.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
hygienic-labels-in-let.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
hygienic-labels.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 Rename fail! to panic! 2014-10-29 11:43:07 -04:00
if-check.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
if-let.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
if-ret.rs
ifmt.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
ignore-all-the-things.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
impl-implicit-trait.rs
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 use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
import-glob-crate.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
import-in-block.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
import-trailing-comma.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
import.rs Remove libdebug and update tests. 2014-10-16 11:15:34 -04: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 Remove all i suffixes 2015-01-30 04:38:54 +01: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 libsyntax: Accept use foo as bar; in lieu of use bar as foo; 2014-08-14 13:24:50 -07:00
inconsistent-lifetime-mismatch.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
infer-container-across-object-cast.rs add test illustrating the feature. 2015-02-09 19:58:40 +01: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
infinite-loops.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
inherent-trait-method-order.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
init-large-type.rs Change init-large-type to use child thread 2015-01-21 08:11:07 -08:00
init-res-into-things.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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-2.rs Implement numeric fallback 2015-01-01 17:12:15 -05:00
integer-literal-suffix-inference-3.rs Implement numeric fallback 2015-01-01 17:12:15 -05:00
integer-literal-suffix-inference.rs
into-iterator-type-inference-shift.rs Fix two type inference failures uncovered by japaric corresponding to 2015-01-27 09:40:45 -05:00
intrinsic-alignment.rs openbsd support 2015-02-01 14:41:38 +01:00
intrinsic-assume.rs Add assume intrinsic 2014-10-16 01:44:44 +02:00
intrinsic-atomics-cc.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
intrinsic-atomics.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
intrinsic-move-val.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
intrinsic-return-address.rs librustc: Don't allow return_address intrinsic in functions that don't use an out pointer. 2014-08-11 19:20:10 -07:00
intrinsic-uninit.rs librustc: Feature gate lang items and intrinsics. 2014-06-23 23:28:28 -07:00
intrinsic-unreachable.rs Add tests for intrinsics::unreachable 2014-10-04 20:09:09 -07:00
intrinsics-integer.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
intrinsics-math.rs rollup merge of #20482: kmcallister/macro-reform 2015-01-05 19:01:17 -08:00
invoke-external-foreign.rs Touch up and rebase previous commits 2014-05-13 17:24:08 -07:00
irrefutable-unit.rs
issue-333.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-868.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-979.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
issue-1112.rs
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 Remove all i suffixes 2015-01-30 04:38:54 +01: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 remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-1660.rs
issue-1696.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
issue-1701.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08: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 remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-2185.rs Fix misspelled comments for tests. 2014-08-09 22:08:36 -04:00
issue-2190-1.rs Fallout from stabilization 2015-01-06 14:57:52 -08: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-2284.rs
issue-2288.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
issue-2311-2.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
issue-2311.rs
issue-2312.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
issue-2316-c.rs Fix xcrate enum namespacing 2014-11-25 11:02:47 -08:00
issue-2380-b.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-2383.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-2414-c.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-2428.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 fix rpass tests 2015-01-05 17:22:16 -05:00
issue-2502.rs librustc: Implement lifetime elision. 2014-07-19 13:10:58 -07:00
issue-2526-a.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-2550.rs rm obsolete no-op lints 2013-07-20 20:17:08 -04:00
issue-2611-3.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
issue-2631-b.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
issue-2633-2.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-2633.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
issue-2642.rs
issue-2708.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-2718.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
issue-2723-b.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-2734.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-2735-2.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
issue-2735-3.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
issue-2735.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-2748-a.rs librustc: Implement lifetime elision. 2014-07-19 13:10:58 -07:00
issue-2748-b.rs
issue-2804-2.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
issue-2804.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
issue-2895.rs Initial version of AArch64 support. 2015-01-03 15:16:10 +00:00
issue-2904.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
issue-2935.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-2936.rs
issue-2989.rs fix inference fallout 2015-01-29 07:49:01 -05:00
issue-3012-2.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-3026.rs accommodate new scoping rules in test/run-pass. 2015-01-27 10:26:52 +01:00
issue-3037.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
issue-3052.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-3091.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-3109.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
issue-3121.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
issue-3149.rs
issue-3211.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-3220.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
issue-3290.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-3389.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
issue-3424.rs Add new path module 2015-02-03 14:52:03 -08:00
issue-3429.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-3447.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-3500.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-3556.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
issue-3559.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-3563-2.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
issue-3563-3.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-3574.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
issue-3609.rs convert remaining range(a, b) to a..b 2015-01-29 07:49:01 -05:00
issue-3656.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-3683.rs Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -07:00
issue-3702.rs librustc: Give trait methods accessible via fewer autoderefs priority 2014-09-26 13:02:47 -07:00
issue-3743.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
issue-3753.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
issue-3794.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
issue-3847.rs rpass/cfail: Update field privacy where necessary 2014-03-31 15:47:36 -07:00
issue-3874.rs fix rpass tests 2015-01-05 17:22:16 -05:00
issue-3878.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-3888-2.rs remove some slicing_syntax feature gates 2015-01-07 18:37:04 -05:00
issue-3895.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
issue-3904.rs fix rpass tests 2015-01-05 17:22:16 -05:00
issue-3935.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13: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 use assoc types in binop traits 2015-01-03 16:29:19 -05: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 Fallout from collection conventions 2014-11-06 12:26:08 -05:00
issue-4016.rs serialize: Use assoc types + less old_orphan_check 2015-01-04 22:59:26 -08:00
issue-4025.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
issue-4036.rs 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
issue-4241.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
issue-4252.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
issue-4333.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-4387.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-4401.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-4446.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-4448.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
issue-4464.rs remove some slicing_syntax feature gates 2015-01-07 18:37:04 -05:00
issue-4541.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-4542.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
issue-4545.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-4734.rs rustc: Run destructors when dest=Ignore 2014-04-08 08:28:54 -07:00
issue-4735.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-4759-1.rs Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -07:00
issue-4759.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01: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 Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
issue-5060.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
issue-5192.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-5239-2.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-5243.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
issue-5280.rs Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -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 for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
issue-5353.rs test: Convert statics to constants 2014-10-09 09:44:52 -07:00
issue-5518.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-5521.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
issue-5530.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
issue-5550.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-5554.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
issue-5572.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
issue-5666.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
issue-5688.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
issue-5708.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-5718.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01: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 fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01: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 libsyntax: Accept use foo as bar; in lieu of use bar as foo; 2014-08-14 13:24:50 -07:00
issue-5988.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-5997.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
issue-6117.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-6128.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01: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 fix rpass tests 2015-01-05 17:22:16 -05:00
issue-6157.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-6318.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-6334.rs Sort trait bounds. 2014-07-25 16:19:04 -04:00
issue-6341.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
issue-6344-let.rs Remove libdebug and update tests. 2014-10-16 11:15:34 -04:00
issue-6344-match.rs Remove libdebug and update tests. 2014-10-16 11:15:34 -04:00
issue-6449.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
issue-6470.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
issue-6557.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
issue-6892.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08: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 DST coercions and DST structs 2014-08-26 12:38:51 +12:00
issue-7178.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-7222.rs test: Convert statics to constants 2014-10-09 09:44:52 -07:00
issue-7268.rs Add tests for E-needstest issues 2014-11-03 21:05:38 +01: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 s/Show/Debug/g 2015-01-29 07:49:02 -05:00
issue-7575.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-7660.rs Fix for misspelled comments in tests. 2015-02-04 23:04:10 -05:00
issue-7663.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-7673-cast-generically-implemented-trait.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-7784.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-7899.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-7911.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
issue-8044.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-8171-default-method-self-inherit-builtin-trait.rs Fix fallout in tests. 2015-01-02 12:08:36 -05:00
issue-8248.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
issue-8249.rs Fixup various places that were doing &T+'a and do &(T+'a) 2014-11-26 11:42:06 -05:00
issue-8259.rs Fix xcrate enum namespacing 2014-11-25 11:02:47 -08:00
issue-8351-1.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
issue-8351-2.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
issue-8391.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-8398.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-8401.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-8460.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-8498.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-8506.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
issue-8578.rs librustc: Remove the &LIFETIME EXPR production from the language. 2014-07-04 00:56:57 -07:00
issue-8709.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
issue-8783.rs Overhaul typechecking of patterns 2014-10-24 19:43:47 +02:00
issue-8827.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-8851.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
issue-8860.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-8898.rs Implement pretty-printing of .. and update tests. 2015-02-05 18:09:12 +01:00
issue-9047.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-9110.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
issue-9123.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-9129.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-9188.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-9249.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
issue-9259.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-9382.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-9394-inherited-trait-calls.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-9396.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-9446.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
issue-9719.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-9737.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
issue-9906.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-9918.rs Resolve type variables when checking casting to char 2014-02-13 12:50:25 -08:00
issue-9942.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-9968.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-10025.rs rustc: Enable writing "unsafe extern fn() {}" 2014-05-06 21:03:59 -07:00
issue-10028.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-10031.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-10228.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
issue-10392.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
issue-10396.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
issue-10456.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-10626.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-10638.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-10682.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-10683.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-10714.rs core: Finish stabilizing the mem module. 2014-05-23 20:55:57 -07:00
issue-10718.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-10734.rs Rename fail! to panic! 2014-10-29 11:43:07 -04: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 fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-10802.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-10806.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
issue-10853.rs Replace deprecated missing_doc attribute. 2014-11-01 21:12:13 -04:00
issue-10902.rs Fixup various places that were doing &T+'a and do &(T+'a) 2014-11-26 11:42:06 -05:00
issue-11085.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
issue-11205.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-11224.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-11225-1.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-11225-2.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-11267.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
issue-11382.rs Implement numeric fallback 2015-01-01 17:12:15 -05:00
issue-11384.rs Add tests for issues #11384 and #12909 2014-10-14 10:24:25 -05:00
issue-11508.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-11529.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-11552.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
issue-11577.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
issue-11612.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
issue-11677.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-11709.rs Remove uses of default_type_params feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-11736.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
issue-11869.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-11881.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-11940.rs test: Convert statics to constants 2014-10-09 09:44:52 -07:00
issue-11958.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-12133-1.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-12133-2.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-12133-3.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-12285.rs Fix #12285 2014-07-04 00:29:47 +02:00
issue-12582.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-12612.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-12660.rs Fixes ICE when using reexported unit-like structs 2014-09-30 16:22:55 +02:00
issue-12677.rs libcore: make iterator adaptors Cloneable 2014-12-14 10:47:04 -05:00
issue-12684.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-12699.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-12744.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-12860.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
issue-12909.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-13027.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-13105.rs Add tests for a few fixed issues 2014-10-17 00:27:12 +02:00
issue-13167.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-13204.rs fix rpass/cfail tests 2015-01-03 09:34:05 -05:00
issue-13214.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
issue-13259-windows-tcb-trash.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-13264.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-13304.rs shift bindings to accommodate new lifetime/dtor rules. 2015-02-11 08:50:27 +01:00
issue-13323.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-13352.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
issue-13405.rs Add tests for a few resolved issues 2014-10-02 22:21:50 +02:00
issue-13434.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-13494.rs Kill more isizes 2015-01-31 17:40:40 +01:00
issue-13507-2.rs std: Stabilize TypeId and tweak BoxAny 2015-01-18 18:29:22 -08:00
issue-13620.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-13655.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
issue-13665.rs Regression test for #13665 2014-12-28 09:22:53 -08:00
issue-13703.rs Add tests for a few resolved issues 2014-10-02 22:21:50 +02:00
issue-13763.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-13775.rs rustc: Don't die on 0-length pattern idents 2014-04-26 10:24:47 -07:00
issue-13808.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-13837.rs Make Send and Sync traits unsafe 2014-12-26 17:26:33 +01:00
issue-13867.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-13872.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-14021.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-14082.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
issue-14254.rs Split resolve from rustc::middle into rustc_resolve. 2014-12-20 07:28:47 +02:00
issue-14308.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-14330.rs Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00
issue-14393.rs Remove workaround of #13793/#10872 2014-08-18 13:45:08 +09:00
issue-14399.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-14421.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-14422.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
issue-14456.rs shift bindings to accommodate new lifetime/dtor rules. 2015-02-11 08:50:27 +01:00
issue-14589.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-14837.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
issue-14865.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-14901.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-14919.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-14933.rs Remove uses of default_type_params feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-14936.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-14940.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-14958.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
issue-14959.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
issue-15043.rs syntax: Parse GT tokens from >= and >>= 2014-06-20 09:53:12 -07:00
issue-15063.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
issue-15080.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-15104.rs librustc: Change the syntax of subslice matching to use postfix .. 2014-09-08 16:12:13 -07:00
issue-15108.rs Test fixes from the rollup 2014-06-24 18:57:01 -07:00
issue-15129.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
issue-15149.rs librustdoc has been updated 2015-02-06 22:54:41 +01:00
issue-15155.rs Update tests to use ?Sized 2014-12-26 10:16:24 +13:00
issue-15189.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
issue-15221.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-15261.rs Add tests for a few fixed issues 2014-10-17 00:27:12 +02:00
issue-15444.rs Fix fallout from changes. In cases where stage0 compiler is needed, we 2014-12-22 12:27:07 -05:00
issue-15487.rs Replace "ignore-win32" in tests with "ignore-windows" 2014-08-12 00:14:00 -07:00
issue-15562.rs Updated to new extern crate syntax. 2014-09-01 09:02:00 -07:00
issue-15571.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-15673.rs fix inference fallout 2015-01-29 07:49:01 -05:00
issue-15689-1.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
issue-15689-2.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
issue-15730.rs remove some slicing_syntax feature gates 2015-01-07 18:37:04 -05:00
issue-15734.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-15763.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-15774.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
issue-15793.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
issue-15858.rs librustc: Don't ICE when trying to subst regions in destructor call. 2014-07-31 11:50:24 -07:00
issue-15924.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-16151.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
issue-16256.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-16272.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-16278.rs s/Tree/BTree 2014-12-18 16:20:32 -05:00
issue-16441.rs Fix handling of ignored arguments in FFI wrappers for rust functions 2014-08-14 00:18:38 +02:00
issue-16452.rs Add missing tests for fixed issues 2014-08-18 01:47:28 +02:00
issue-16492.rs Fix the order in which struct fields drop 2014-08-15 13:36:25 -07:00
issue-16530.rs support deriving Hash for nullary structs 2015-01-15 10:16:44 -05:00
issue-16560.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-16596.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-16597-empty.rs syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08:00
issue-16597.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-16643.rs Updated to new extern crate syntax. 2014-09-01 09:02:00 -07:00
issue-16648.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-16668.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-16671.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-27 15:05:04 -08:00
issue-16739.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
issue-16774.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
issue-16783.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-17068.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
issue-17074.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-17121.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-17216.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
issue-17302.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-17322.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-17351.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-17361.rs Update tests to use ?Sized 2014-12-26 10:16:24 +13:00
issue-17503.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
issue-17662.rs Fold MethodOrigins to resolve inference variables they may contain. 2014-09-30 23:53:15 +03:00
issue-17718-parse-const.rs syntax: Enable parsing of const globals 2014-10-02 19:37:06 -07:00
issue-17718-static-unsafe-interior.rs markers -> marker 2015-01-07 12:10:31 +13:00
issue-17718.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
issue-17732.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-17734.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-17771.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-17816.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-17877.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
issue-17897.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-17904.rs Refactor struct parsing and add tests 2015-01-05 00:46:01 -08:00
issue-18110.rs Add tests for E-needstest issues 2014-11-03 21:05:38 +01:00
issue-18188.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-18232.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-18352.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-18353.rs Test 2014-11-05 16:53:10 +13:00
issue-18412.rs Remove feature gate directives for if_let, while_let, and tuple_indexing. 2014-12-12 13:23:54 -06:00
issue-18425.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
issue-18464.rs Test fixes and rebase conflicts 2014-11-03 11:02:36 -08:00
issue-18501.rs Add regression test for #18501 2014-11-01 19:07:51 -07:00
issue-18514.rs Add regression test for issue #18514 2014-11-01 15:24:42 -07:00
issue-18539.rs range(a, b).foo() -> (a..b).foo() 2015-01-29 07:46:44 -05:00
issue-18619.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-18652.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-18661.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-18685.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-18711.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-18738.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
issue-18767.rs Add regression for #18767 2014-11-08 11:07:28 -08:00
issue-18859.rs Added test for module_path! fix 2014-11-24 10:07:19 -07:00
issue-18906.rs Fallout 2015-01-06 14:20:48 +13:00
issue-19037.rs Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
issue-19081.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-19098.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-19100.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
issue-19121.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-19127.rs Add tests for E-needstest issues 2014-12-17 23:00:32 +01:00
issue-19129-1.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-19129-2.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-19135.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-19244.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-19293.rs Fix xcrate enum namespacing 2014-11-25 11:02:47 -08:00
issue-19340-1.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
issue-19340-2.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
issue-19358.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-19367.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-19398.rs Fix the ordering of unsafe and extern in methods 2014-11-30 21:33:04 +13:00
issue-19479.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-19499.rs Do not cache ambiguous results unless there is at least some inference by-product within. 2015-01-22 15:37:03 -05:00
issue-19631.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-19632.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-19811-escape-unicode.rs Add regression test for Issue 19811. 2014-12-18 12:37:29 +01:00
issue-19850.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-20009.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-20055-box-trait.rs In unsize_unique_expr, do not convert scratch value to lvalue. 2015-01-28 10:22:26 +01:00
issue-20055-box-unsized-array.rs In unsize_unique_expr, do not convert scratch value to lvalue. 2015-01-28 10:22:26 +01:00
issue-20091.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-20313.rs Feature gate FFI imports of LLVM intrinsics 2014-12-31 15:58:36 +02:00
issue-20343.rs Make the live code analysis visit method declarations. 2015-02-10 18:27:05 +01:00
issue-20389.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-20414.rs Add test for issue #20414 2015-01-08 23:35:17 -08:00
issue-20454.rs Add test, closes #20454 2015-02-01 21:08:33 -05:00
issue-20575.rs add test for issue #20575 2015-01-12 18:40:19 -05:00
issue-20644.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-20676.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
issue-20763-1.rs Add regression tests for #20763. Fixes #20763. 2015-01-16 17:22:28 -05:00
issue-20763-2.rs Add regression tests for #20763. Fixes #20763. 2015-01-16 17:22:28 -05:00
issue-20797.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
issue-20823.rs syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08:00
issue-20953.rs impl Iterator for &mut Iterator and Box<Iterator> 2015-01-19 10:41:07 -05:00
issue-21033.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
issue-21058.rs Tie stability attributes to feature gates 2015-01-21 16:16:21 -08:00
issue-21245.rs Adjust error messages due to having more type information available. 2015-01-27 09:40:45 -05:00
issue-21296.rs Add test for #21296 2015-02-02 16:28:08 +01:00
issue-21306.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-21350.rs syntax: allow bare sequences in lhs for follow checking 2015-01-18 10:19:47 -05:00
issue-21361.rs impl Iterator for &mut Iterator and Box<Iterator> 2015-01-19 10:41:07 -05:00
issue-21363.rs make walk_ty walk over a trait projections 2015-01-23 20:13:32 -05:00
issue-21384.rs Change from core::ops::RangeFull to std::ops 2015-01-30 12:01:08 +13:00
issue-21402.rs impl Hash for arrays 2015-01-19 15:29:27 -05:00
issue-21520.rs Do not propagate the region requirements on the projected type to the input types it is being projected from. 2015-01-22 15:23:27 -05:00
issue-21634.rs Make use of a binary operator's RHS type for LHS inference 2015-02-01 04:06:06 +08:00
issue-21655.rs add test for #21655 2015-01-30 10:37:44 -05:00
issue-21726.rs Make subtyping for projection types stricter. Fixes #21726. 2015-01-29 09:06:34 -05:00
issue-21891.rs Fix an ICE when translating some static expressions. 2015-02-06 00:25:32 +01:00
issue-22036.rs Eliminate assoc type projection predicate candidate duplicates 2015-02-12 01:12:57 +08:00
issue2170exe.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -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 cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05: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 fix rpass tests 2015-01-05 17:22:16 -05: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 deprecated functionality 2015-01-03 23:43:57 -08:00
keyword-changes-2012-07-31.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
kindck-implicit-close-over-mut-var.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
kindck-owned-trait-contains-1.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
kinds-in-metadata.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
labeled-break.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
lambda-infer-unresolved.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
lambda-var-hygiene.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
lang-item-public.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
large-records.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
last-use-in-block.rs fix rpass tests 2015-01-05 17:22:16 -05:00
last-use-in-cap-clause.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
last-use-is-capture.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
lazy-and-or.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
lazy-init.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
leak-unique-as-tydesc.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
let-assignability.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
lexer-crlf-line-endings-string-literal-doc-comment.rs Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -07:00
linear-for-loop.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
link-section.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
linkage-visibility.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
linkage1.rs extern crate foobar as foo; 2014-08-23 12:16:04 -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 rename deprecated non_uppercase_statics to non_upper_case_globals 2014-11-05 12:04:26 -02:00
lint-non-camel-case-with-trailing-underscores.rs
lint-non-uppercase-statics-lowercase-mut-statics.rs rename deprecated non_uppercase_statics to non_upper_case_globals 2014-11-05 12:04:26 -02:00
list.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01: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 Remove all i suffixes 2015-01-30 04:38:54 +01: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: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
log-knows-the-names-of-variants.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
log-poly.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
log_syntax-trace_macros-macro-locations.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
logging-enabled-debug.rs Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00
logging-enabled.rs Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00
logging-only-prints-once.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
logging-right-crate.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
logging-separate-lines.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05: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 Remove all i suffixes 2015-01-30 04:38:54 +01: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
loop-label-shadowing.rs make for PAT in ITER_EXPR { ... } a terminating-scope for ITER_EXPR. 2015-02-06 00:07:37 +01:00
loop-no-reinit-needed-post-bot.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
loop-scope.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
macro-2.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-attribute-expansion.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-attributes.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-block-nonterminal.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-crate-def-only.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
macro-crate-nonterminal-renamed.rs Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00
macro-crate-nonterminal.rs Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00
macro-crate-use.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-deep_expansion.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-delimiter-significance.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-export-inner-module.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
macro-include-items.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
macro-interpolation.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-invocation-in-count-expr-fixed-array-type.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-meta-items.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-method-issue-4621.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-multiple-items.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-nt-list.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-of-higher-order.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-pat.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
macro-path.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-reexport-no-intermediate-use.rs Allow selective macro import 2015-01-05 18:21:13 -08:00
macro-reexport.rs Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00
macro-stmt.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
macro-use-all-and-none.rs Allow selective macro import 2015-01-05 18:21:13 -08:00
macro-use-all.rs Allow selective macro import 2015-01-05 18:21:13 -08:00
macro-use-both.rs Allow selective macro import 2015-01-05 18:21:13 -08:00
macro-use-one.rs Allow selective macro import 2015-01-05 18:21:13 -08:00
macro-with-attrs1.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
macro-with-attrs2.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
macro-with-braces-in-expr-position.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
macro_with_super_2.rs Added test. 2015-01-22 23:05:02 -08:00
match-arm-statics.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-borrowed_str.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
match-bot-2.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-bot.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
match-enum-struct-0.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
match-enum-struct-1.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
match-implicit-copy-unique.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
match-in-macro.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
match-join.rs test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00
match-naked-record-expr.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-naked-record.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-path.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
match-pattern-bindings.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-pattern-lit.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
match-pattern-no-type-params.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
match-pattern-simple.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
match-phi.rs fix rpass tests 2015-01-05 17:22:16 -05:00
match-pipe-binding.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-range-static.rs test: Convert statics to constants 2014-10-09 09:44:52 -07:00
match-range.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-ref-binding-in-guard-3256.rs std: Return Result from RWLock/Mutex methods 2014-12-29 09:18:09 -08:00
match-ref-binding-mut-option.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-ref-binding-mut.rs
match-ref-binding.rs
match-static-const-rename.rs rename deprecated non_uppercase_statics to non_upper_case_globals 2014-11-05 12:04:26 -02:00
match-str.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
match-struct-0.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
match-tag.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
match-unique-bind.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
match-value-binding-in-guard-3291.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
match-var-hygiene.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
match-vec-alternatives.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-vec-rvalue.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-with-ret-arm.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08: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
method-early-bound-lifetimes-on-self.rs Substitute type/lifetimeInstatiate method type/early-bound lifetime parameters too when creating xform-self-type. 2014-11-17 14:25:11 -05:00
method-mut-self-modifies-mut-slice-lvalue.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
method-normalize-bounds-issue-20604.rs Normalize predicates during method winnowing. 2015-01-05 21:50:23 -05:00
method-projection.rs Support methods invoked on projection types based on the bounds found in the trait. 2015-01-06 17:28:37 -05:00
method-recursive-blanket-impl.rs markers -> marker 2015-01-07 12:10:31 +13:00
method-self-arg-aux1.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
method-self-arg-aux2.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
method-self-arg-trait.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
method-self-arg.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
method-two-trait-defer-resolution-1.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
method-two-trait-defer-resolution-2.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
method-two-traits-distinguished-via-where-clause.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
method-where-clause.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
mid-path-type-params.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
mod-inside-fn.rs
mod-view-items.rs Remove deprecated functionality 2015-01-03 23:43:57 -08: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 for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
monomorphize-abi-alignment.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
monomorphized-callees-with-ty-params-3314.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
move-1-unique.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
move-2-unique.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
move-2.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
move-3-unique.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
move-4-unique.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
move-4.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
move-arg-2-unique.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
move-arg-2.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
move-arg.rs
move-nullary-fn.rs fix rpass tests 2015-01-05 17:22:16 -05:00
move-out-of-field.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
move-scalar.rs
move-self.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
moves-based-on-type-capture-clause.rs Remove deprecated functionality 2015-01-03 23:43:57 -08: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
multibyte.rs Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -07:00
multidispatch-conditional-impl-not-considered.rs shift bindings to accommodate new lifetime/dtor rules. 2015-02-11 08:50:27 +01:00
multidispatch1.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
multidispatch2.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
multiline-comment.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
multiple-trait-bounds.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
mut-function-arguments.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
mut-in-ident-patterns.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
mut-vstore-expr.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
mutability-inherits-through-fixed-length-vec.rs for x in xs.iter_mut() -> for x in &mut xs 2015-02-02 13:40:18 -05: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
mutual-recursion-group.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
namespaced-enum-emulate-flat-xc.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
namespaced-enum-emulate-flat.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
namespaced-enum-glob-import-xcrate.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
namespaced-enum-glob-import.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
namespaced-enums-xcrate.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
namespaced-enums.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
native-print-no-runtime.rs syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08:00
negative.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
nested-block-comment.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
nested-class.rs Rename fail! to panic! 2014-10-29 11:43:07 -04: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
nested-pattern.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
new-box.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
new-impl-syntax.rs s/Show/Debug/g 2015-01-29 07:49:02 -05: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 Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
new-unicode-escapes.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
new-unsafe-pointers.rs rustc: Start accepting *const T 2014-06-16 16:58:17 -07:00
newlambdas-ret-infer.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
newlambdas-ret-infer2.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
newlambdas.rs fix rpass tests 2015-01-05 17:22:16 -05:00
newtype-polymorphic.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
newtype-struct-drop-run.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03: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 s/Show/Debug/g 2015-01-29 07:49:02 -05:00
newtype.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
nil-decl-in-foreign.rs Remove remaining nolink usages.(fixes #12810) 2014-03-12 15:01:25 -07:00
nil-pattern.rs
no-landing-pads.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
no-std-xcrate.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
no-std-xcrate2.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
non-built-in-quote.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
non-legacy-modes.rs fix rpass tests 2015-01-05 17:22:16 -05:00
nondrop-cycle.rs run-pass tests. 2015-02-11 13:51:21 +01:00
nul-characters.rs Removed unneccessary _iter suffixes from various APIs 2013-11-26 10:02:26 +01:00
nullable-pointer-ffi-compat.rs Update parser with for syntax 2014-11-07 15:51:30 -05:00
nullable-pointer-iotareduction.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
nullable-pointer-size.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
nullary-or-pattern.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
numeric-method-autoexport.rs Kill more isizes 2015-01-31 17:40:40 +01:00
object-method-numbering.rs Add new test for object method numbering mismatches. 2015-01-28 05:15:24 -05:00
object-one-type-two-traits.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
objects-coerce-freeze-borrored.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
objects-owned-object-borrowed-method-headerless.rs convert remaining range(a, b) to a..b 2015-01-29 07:49:01 -05:00
objects-owned-object-owned-method.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
once-move-out-on-heap.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
one-tuple.rs
opeq.rs log: Introduce liblog, the old std::logging 2014-03-15 22:26:36 -07:00
operator-associativity.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
operator-multidispatch.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
operator-overloading.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
option-ext.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
option-unwrap.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
or-pattern.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
order-drop-with-match.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
osx-frameworks.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
out-of-stack-new-thread-no-split.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
out-of-stack-no-split.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
out-of-stack.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
out-pointer-aliasing.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
output-slot-variants.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
over-constrained-vregs.rs Remove libdebug and update tests. 2014-10-16 11:15:34 -04:00
overloaded-autoderef-count.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
overloaded-autoderef-indexing.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
overloaded-autoderef-order.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
overloaded-autoderef-vtable.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
overloaded-autoderef-xcrate.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
overloaded-autoderef.rs shift bindings to accommodate new lifetime/dtor rules. 2015-02-11 08:50:27 +01:00
overloaded-calls-object-one-arg.rs Correctly "detuple" arguments when creating trait object shims for a trait method with rust-call ABI. 2015-01-05 17:22:18 -05:00
overloaded-calls-object-two-args.rs Correctly "detuple" arguments when creating trait object shims for a trait method with rust-call ABI. 2015-01-05 17:22:18 -05:00
overloaded-calls-object-zero-args.rs fix tests 2015-01-05 17:22:18 -05:00
overloaded-calls-param-vtables.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
overloaded-calls-simple.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
overloaded-calls-zero-args.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
overloaded-deref-count.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
overloaded-deref.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
overloaded-index-assoc-list.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
overloaded-index-autoderef.rs make IndexMut a super trait over Index 2015-02-06 21:11:59 -05:00
overloaded-index-in-field.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
overloaded-index.rs make IndexMut a super trait over Index 2015-02-06 21:11:59 -05:00
owned-implies-static.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
packed-struct-borrow-element.rs librustc: handle repr on structs, require it for ffi, unify with packed 2014-08-20 21:02:23 -04:00
packed-struct-generic-layout.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
packed-struct-generic-size.rs librustc: handle repr on structs, require it for ffi, unify with packed 2014-08-20 21:02:23 -04:00
packed-struct-layout.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
packed-struct-match.rs librustc: handle repr on structs, require it for ffi, unify with packed 2014-08-20 21:02:23 -04: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 Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
packed-struct-vec.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
packed-tuple-struct-layout.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
packed-tuple-struct-size.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
panic-in-dtor-drops-fields.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
parameterized-trait-with-bounds.rs Fixup various places that were doing &T+'a and do &(T+'a) 2014-11-26 11:42:06 -05:00
paren-free.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
parse-assoc-type-lt.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
parse-complex-macro-invoc-op.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
parse-panic.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
path.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
pattern-bound-var-in-for-each.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
pattern-in-closure.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05: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 Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
priv-impl-prim-ty.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
privacy-ns.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11: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 for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
process-detach.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
process-remove-from-env.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
process-spawn-with-unicode-params.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
ptr-coercion.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
purity-infer.rs fix rpass tests 2015-01-05 17:22:16 -05:00
range-type-infer.rs Make sure type inference with a..b as good as range(a,b) 2015-02-01 14:08:14 +08:00
range.rs Implement .. syntax for RangeFull as expression 2015-02-04 23:23:12 +01:00
ranges-precedence.rs Implement .. syntax for RangeFull as expression 2015-02-04 23:23:12 +01:00
raw-str.rs Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -07:00
rcvr-borrowed-to-region.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
rcvr-borrowed-to-slice.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
readalias.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
realloc-16687.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
rec-align-u32.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
rec-align-u64.rs openbsd support 2015-02-01 14:41:38 +01: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 cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
rec.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
record-pat.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
reexport-should-still-link.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
reexport-star.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
reexport-test-harness-main.rs testsuite: implement #[reexport_test_harness_name] to get access to the 2014-08-09 13:00:58 +10:00
reexported-static-methods-cross-crate.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
regions-addr-of-interior-of-unique-box.rs librustc: Implement lifetime elision. 2014-07-19 13:10:58 -07:00
regions-addr-of-ret.rs librustc: Implement lifetime elision. 2014-07-19 13:10:58 -07:00
regions-assoc-type-region-bound.rs Project region bounds out of the trait when deciding whether a 2015-01-16 16:43:22 -05:00
regions-assoc-type-static-bound.rs Project region bounds out of the trait when deciding whether a 2015-01-16 16:43:22 -05:00
regions-borrow-at.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
regions-borrow-evec-fixed.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
regions-borrow-evec-uniq.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
regions-borrow-uniq.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
regions-bot.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
regions-bound-lists-feature-gate-2.rs Temporary bootstrapping hack: introduce syntax for r egion bounds like 'b:'a, 2014-08-07 07:23:59 -04:00
regions-bound-lists-feature-gate.rs Register new snapshots 2014-06-15 23:30:24 -07:00
regions-close-over-type-parameter-successfully.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
regions-copy-closure.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
regions-creating-enums2.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
regions-creating-enums5.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
regions-debruijn-of-object.rs Fix DeBruijn accounting. It used to be that all trait-refs were binders, 2015-01-14 16:35:14 -05:00
regions-dependent-addr-of.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
regions-dependent-autofn.rs fix rpass tests 2015-01-05 17:22:16 -05:00
regions-dependent-autoslice.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
regions-dependent-let-ref.rs Update years on more license headers 2014-01-17 10:18:39 -05:00
regions-early-bound-lifetime-in-assoc-fn.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
regions-early-bound-trait-param.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
regions-early-bound-used-in-bound-method.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
regions-early-bound-used-in-bound.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
regions-early-bound-used-in-type-param.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
regions-escape-into-other-fn.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
regions-expl-self.rs
regions-fn-subtyping-2.rs fix rpass tests 2015-01-05 17:22:16 -05:00
regions-fn-subtyping.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
regions-infer-bivariance.rs markers -> marker 2015-01-07 12:10:31 +13:00
regions-infer-borrow-scope-addr-of.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
regions-infer-borrow-scope-view.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
regions-infer-borrow-scope-within-loop-ok.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
regions-infer-borrow-scope.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
regions-infer-call-2.rs fix rpass tests 2015-01-05 17:22:16 -05:00
regions-infer-call.rs
regions-infer-contravariance-due-to-ret.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
regions-infer-reborrow-ref-mut-recurse.rs Fix regionck to account for the uniqueness requirements on ref mut reborrows 2014-08-28 14:15:34 -04:00
regions-infer-region-in-fn-but-not-type.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
regions-infer-static-from-proc.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
regions-lifetime-nonfree-late-bound.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
regions-lifetime-static-items-enclosing-scopes.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
regions-link-fn-args.rs fix rpass tests 2015-01-05 17:22:16 -05:00
regions-mock-tcx.rs Ported regions-mock-tcx to use TypedArena rather than Arena since it holds 2015-02-06 00:04:32 +01:00
regions-mock-trans.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
regions-no-bound-in-argument-cleanup.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
regions-no-variance-from-fn-generics.rs librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
regions-nullary-variant.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
regions-params.rs fix rpass tests 2015-01-05 17:22:16 -05:00
regions-reassign-let-bound-pointer.rs Correct the subtyping relations created by the pattern typechecking 2015-01-04 17:03:08 -05:00
regions-reassign-match-bound-pointer.rs Correct the subtyping relations created by the pattern typechecking 2015-01-04 17:03:08 -05:00
regions-refcell.rs run-pass tests. 2015-02-11 13:51:21 +01:00
regions-relate-bound-regions-on-closures-to-inference-variables.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
regions-return-interior-of-option.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
regions-scope-chain-example.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
regions-self-impls.rs Remove libdebug and update tests. 2014-10-16 11:15:34 -04:00
regions-self-in-enums.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
regions-simple.rs Remove libdebug and update tests. 2014-10-16 11:15:34 -04:00
regions-static-closure.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
regions-trait-object-1.rs run-pass tests. 2015-02-11 13:51:21 +01: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 Fallout of io => old_io 2015-01-26 16:01:16 -08:00
repeat-expr-in-static.rs Allow use of [_ ; n] syntax for fixed length and repeating arrays. 2014-12-20 15:23:29 +13:00
repeated-vector-syntax.rs Implement pretty-printing of .. and update tests. 2015-02-05 18:09:12 +01:00
resolve-issue-2428.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
resource-assign-is-not-copy.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
resource-destruct.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
resource-in-struct.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
ret-bang.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
ret-none.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
return-from-closure.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
return-nil.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
running-with-no-runtime.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
rust-log-filter.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
segfault-no-out-of-stack.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
self-impl.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
self-in-mut-slot-default-method.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
self-in-mut-slot-immediate-value.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
self-re-assign.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 Remove deprecated functionality 2015-01-03 23:43:57 -08:00
send-type-inference.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
send_str_hashmap.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
send_str_treemap.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
sendable-class.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
sendfn-is-a-block.rs fix rpass tests 2015-01-05 17:22:16 -05:00
sendfn-spawn-with-fn-arg.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
sepcomp-cci.rs add tests for separate compilation 2014-09-05 09:18:57 -07:00
sepcomp-extern.rs add tests for separate compilation 2014-09-05 09:18:57 -07:00
sepcomp-fns-backwards.rs add tests for separate compilation 2014-09-05 09:18:57 -07:00
sepcomp-fns.rs add tests for separate compilation 2014-09-05 09:18:57 -07:00
sepcomp-lib-lto.rs Ignore sepcomp-lib-lto on android due to linker weirdness 2014-11-08 20:59:59 -08:00
sepcomp-lib.rs add tests for separate compilation 2014-09-05 09:18:57 -07:00
sepcomp-statics.rs test: Convert statics to constants 2014-10-09 09:44:52 -07:00
sepcomp-unwind.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
seq-compare.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
shadow.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
shebang.rs Fix misspelled comments for tests. 2014-08-09 22:08:36 -04:00
shift-various-types.rs Adjust tests to be clearer about the type that results from a shift expression. 2015-01-08 11:26:42 -05:00
shift.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
show-boxed-slice.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
signal-exit-status.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
signed-shift-const-eval.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
sigpipe-should-be-ignored.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
simd-binop.rs Use unsigned comparison operators for unsigned SIMD types. 2015-01-28 22:56:55 +11:00
simd-generics.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
simd-issue-10604.rs Tie stability attributes to feature gates 2015-01-21 16:16:21 -08:00
simd-size-align.rs Let size_of always be multiple of min_align_of 2015-01-07 12:43:12 +09:00
simd-type.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
simple-generic-match.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
simple-generic-tag.rs
simple-infer.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
simple-match-generic-tag.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
size-and-align.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08: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
slice-2.rs Implement pretty-printing of .. and update tests. 2015-02-05 18:09:12 +01:00
slice-panic-1.rs remove some slicing_syntax feature gates 2015-01-07 18:37:04 -05:00
slice-panic-2.rs remove some slicing_syntax feature gates 2015-01-07 18:37:04 -05:00
slice.rs make IndexMut a super trait over Index 2015-02-06 21:11:59 -05:00
slowparse-bstring.rs Use only 400000 characters to test slow string parsing. 2014-08-21 16:25:04 -07:00
slowparse-string.rs Use only 400000 characters to test slow string parsing. 2014-08-21 16:25:04 -07:00
small-enum-range-edge.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
small-enums-with-fields.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
smallest-hello-world.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
snake-case-no-lowercase-equivalent.rs Make the naming lints only warn on names with upper/lowercase equivalents 2015-01-30 14:18:04 +13:00
spawn-fn.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
spawn-types.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
spawn.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
spawn2.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
spawning-with-debug.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
stable-addr-of.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
stat.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
static-assert.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
static-fn-inline-xc.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
static-fn-trait-xc.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
static-function-pointer-xc.rs extern crate foobar as foo; 2014-08-23 12:16:04 -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 for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
static-method-in-trait-with-tps-intracrate.rs
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-escapes.rs syntax: don't process string/char/byte/binary lits 2014-07-09 00:06:29 -07:00
string-self-append.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
struct-aliases-xcrate.rs librustc: Accept type aliases for structures in structure literals and 2014-07-04 17:07:31 -07:00
struct-aliases.rs librustc: Accept type aliases for structures in structure literals and 2014-07-04 17:07:31 -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 removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
struct-like-variant-match.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
struct-lit-functional-no-fields.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 s/Show/Debug/g 2015-01-29 07:49:02 -05:00
struct-partial-move-2.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
struct-pattern-matching.rs Remove a fixme 2014-01-05 21:36:53 -05:00
struct-return.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
struct-variant-field-visibility.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
struct_variant_xc.rs Fix xcrate enum namespacing 2014-11-25 11:02:47 -08:00
struct_variant_xc_match.rs Fix xcrate enum namespacing 2014-11-25 11:02:47 -08:00
structured-compare.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
super-fast-paren-parsing.rs Fixes to the roll-up 2014-11-23 15:23:39 -05:00
super.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
supertrait-default-generics.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
supported-cast.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
svh-add-comment.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
svh-add-doc.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
svh-add-macro.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
svh-add-nothing.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
svh-add-redundant-cfg.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
svh-add-whitespace.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
swap-1.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
swap-2.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
swap-overlapping.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
syntax-extension-cfg.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
syntax-extension-source-utils.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
syntax-trait-polarity.rs fix latest changes fallout 2015-01-16 08:18:56 +01:00
tag-align-dyn-u64.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
tag-align-dyn-variants.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
tag-align-shape.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
tag-align-u64.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
tag-disr-val-shape.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
tag-exports.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
tag-in-block.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
tag-variant-disr-type-mismatch.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
tag-variant-disr-val.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
tag.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
tail-call-arg-leak.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
tail-cps.rs Remove libdebug and update tests. 2014-10-16 11:15:34 -04: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 deprecated functionality 2015-01-03 23:43:57 -08:00
task-comm-1.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
task-comm-3.rs for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00
task-comm-4.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
task-comm-5.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
task-comm-6.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
task-comm-7.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
task-comm-9.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
task-comm-10.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
task-comm-11.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
task-comm-12.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
task-comm-13.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
task-comm-14.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
task-comm-15.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
task-comm-16.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
task-comm-17.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
task-comm-chan-nil.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
task-life-0.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
task-spawn-move-and-copy.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
task-stderr.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
tcp-accept-stress.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
tcp-connect-timeouts.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
tcp-stress.rs openbsd support 2015-02-01 14:41:38 +01:00
tempfile.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
terminate-in-initializer.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
test-fn-signature-verification-for-explicit-return-type.rs don't run pretty-rpass for tests using #![main] 2015-01-24 15:10:37 +01:00
test-runner-hides-main.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
test-should-fail-good-message.rs Change from message to expected 2014-12-06 15:16:38 -08:00
threads.rs test: Move some tests to scoped instead of spawn 2015-01-07 10:06:27 -08:00
trailing-comma.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-bounds-basic.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
trait-bounds-impl-comparison-duplicates.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
trait-bounds-in-arc.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
trait-bounds-on-structs-and-enums.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
trait-bounds-recursion.rs Fix run-pass tests to have 'pub fn main' 2013-09-25 00:43:37 -07:00
trait-bounds.rs
trait-cache-issue-18209.rs Use local cache when there are unbound type variables and where clauses in scope. 2014-10-22 11:35:53 -04:00
trait-coercion-generic.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
trait-coercion.rs Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton 2015-01-27 22:24:02 +05:30
trait-composition-trivial.rs
trait-contravariant-self.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
trait-default-method-bound-subst.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-default-method-bound-subst2.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-default-method-bound-subst3.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-default-method-bound-subst4.rs remove the float type 2013-10-01 14:54:10 -04:00
trait-default-method-bound.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-default-method-xc-2.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-default-method-xc.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-false-ambiguity-where-clause-builtin-bound.rs Give where clauses priority over builtin rules. Fixes #20959. 2015-01-11 14:52:37 -05:00
trait-generic.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
trait-impl.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-inheritance-auto-xc-2.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
trait-inheritance-auto-xc.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
trait-inheritance-auto.rs
trait-inheritance-call-bound-inherited.rs
trait-inheritance-call-bound-inherited2.rs
trait-inheritance-cast-without-call-to-supertrait.rs
trait-inheritance-cast.rs Unignore a few tests 2014-10-16 21:40:12 +02:00
trait-inheritance-cross-trait-call-xc.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
trait-inheritance-cross-trait-call.rs
trait-inheritance-diamond.rs
trait-inheritance-multiple-inheritors.rs
trait-inheritance-multiple-params.rs
trait-inheritance-num.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-inheritance-num0.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-inheritance-num1.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-inheritance-num2.rs Remove lots of numeric traits from the preludes 2014-11-13 03:46:03 +11:00
trait-inheritance-num3.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-inheritance-num5.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-inheritance-overloading-simple.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
trait-inheritance-overloading-xc-exe.rs Fix run-pass tests 2014-12-13 20:15:39 -05:00
trait-inheritance-overloading.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
trait-inheritance-self-in-supertype.rs Remove Signed trait and add SignedInt trait 2014-11-13 03:46:03 +11:00
trait-inheritance-self.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
trait-inheritance-simple.rs
trait-inheritance-static.rs librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
trait-inheritance-static2.rs librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-inheritance2.rs Stop accepting 'impl ...;', require {} instead 2013-09-24 14:12:02 -07:00
trait-object-generics.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
trait-object-with-lifetime-bound.rs run-pass tests. 2015-02-11 13:51:21 +01: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-safety-ok-cc.rs Add a bunch of new tests per Alex's suggestion. 2014-12-14 11:11:55 -05:00
trait-safety-ok.rs Add a bunch of new tests per Alex's suggestion. 2014-12-14 11:11:55 -05: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 Remove all i suffixes 2015-01-30 04:38:54 +01:00
trait-where-clause-vs-impl.rs Prefer where clauses to impls in trait resolution (not vice versa). 2014-10-31 15:03:56 -04:00
trait-with-bounds-default.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
traits-conditional-dispatch.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
traits-conditional-model-fn.rs Convert tests to cross-crate, fix a RefCell bug I found in the process. 2014-10-09 17:19:53 -04:00
traits-default-method-macro.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08: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 Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -07:00
traits-default-method-trivial.rs Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -07:00
traits-issue-22019.rs Simplify cache selection by just using the local cache whenever there 2015-02-06 19:11:50 -05:00
traits-multidispatch-infer-convert-target.rs Implement numeric fallback 2015-01-01 17:12:15 -05:00
traits-negative-impls.rs add a run-pass test that used to fail 2015-01-16 08:18:56 +01:00
trans-tag-static-padding.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
transmute-non-immediate-to-immediate.rs More fallout 2015-01-02 10:28:19 +13:00
trivial-message.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
tup.rs Remove ancient emacs mode lines from test cases 2013-10-25 17:41:54 -07:00
tuple-index-fat-types.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
tuple-index.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
tuple-struct-construct.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
tuple-struct-constructor-pointer.rs s/Show/Debug/g 2015-01-29 07:49:02 -05: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
two-macro-use.rs Allow selective macro import 2015-01-05 18:21:13 -08:00
tydesc-name.rs syntax/rustc: implement isize/usize 2015-01-06 15:15:07 -05:00
type-id-higher-rank.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
type-in-nested-module.rs Fix warnings it tests 2013-08-17 08:42:35 -07:00
type-namespace.rs
type-param-constraints.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
type-param.rs
type-params-in-for-each.rs fix rpass tests 2015-01-05 17:22:16 -05:00
type-ptr.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
type-sizes.rs Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
type-use-i1-versus-i8.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
typeck-macro-interaction-issue-8852.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
typeck_type_placeholder_1.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
typeclasses-eq-example-static.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
typeclasses-eq-example.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
typeid-intrinsic.rs std: Stabilize TypeId and tweak BoxAny 2015-01-18 18:29:22 -08:00
typestate-cfg-nesting.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
typestate-multi-decl.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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
ufcs-explicit-self.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
ufcs-trait-object.rs Support UFCS style calls to a method defined in Trait where Self 2015-01-13 09:17:07 -05:00
ufcs-type-params.rs Test fixes and rebase conflicts from the rollup 2014-12-09 10:26:04 -08: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
unboxed-closures-all-traits.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-boxed.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-by-ref.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-call-fn-autoderef.rs Make call notation use autoderef. Fixes #18742. 2015-01-02 20:59:11 -05:00
unboxed-closures-call-sugar-autoderef.rs Make call notation use autoderef. Fixes #18742. 2015-01-02 20:59:11 -05:00
unboxed-closures-call-sugar-object-autoderef.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unboxed-closures-call-sugar-object.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unboxed-closures-counter-not-moved.rs for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00
unboxed-closures-cross-crate.rs Add regression test for #16790, #18378 and #18543 2014-11-02 11:55:58 -08:00
unboxed-closures-direct-sugary-call.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-drop.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-extern-fn-hr.rs Implement the Fn trait for bare fn pointers in the compiler rather than doing it using hard-coded impls. This means that it works also for more complex fn types involving bound regions. Fixes #19126. 2014-12-04 01:49:42 -05:00
unboxed-closures-extern-fn.rs replace f.call_mut(a, b, ..) with f(a, b, ..) 2015-01-05 17:22:18 -05:00
unboxed-closures-fn-as-fnmut-and-fnonce.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
unboxed-closures-fnmut-as-fnonce.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
unboxed-closures-generic.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-infer-argument-types-from-expected-bound.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-infer-argument-types-from-expected-object-type.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-infer-argument-types-with-bound-regions-from-expected-bound.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-infer-fnmut-calling-fnmut.rs To handle more complex cases, modify the deferred call handler to be 2015-02-01 06:13:06 -05:00
unboxed-closures-infer-fnmut-move.rs Fix handling of move closures -- since they have one fewer deref, we weren't properly adjusting the closure kind in that case. 2015-02-01 06:13:06 -05:00
unboxed-closures-infer-fnmut.rs Implement basic inference for closure kinds and some simple tests. 2015-02-01 06:13:06 -05:00
unboxed-closures-infer-fnonce-move.rs Fix handling of move closures -- since they have one fewer deref, we weren't properly adjusting the closure kind in that case. 2015-02-01 06:13:06 -05:00
unboxed-closures-infer-fnonce.rs Fix handling of move closures -- since they have one fewer deref, we weren't properly adjusting the closure kind in that case. 2015-02-01 06:13:06 -05:00
unboxed-closures-infer-kind.rs Use the expected type to decide whether || is an unboxed or boxed closure. 2014-11-19 13:35:21 -05:00
unboxed-closures-infer-recursive-fn.rs To handle more complex cases, modify the deferred call handler to be 2015-02-01 06:13:06 -05:00
unboxed-closures-infer-upvar.rs Fix type inference related to upvars in closures 2015-02-05 11:29:38 +09:00
unboxed-closures-manual-impl.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
unboxed-closures-monomorphization.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-move-mutable.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-move-some-upvars-in-by-ref-closure.rs for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00
unboxed-closures-prelude.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-simple.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-single-word-env.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-static-call-fn-once.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-sugar-object.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
unboxed-closures-unique-type-id.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-zero-args.rs Teach project to unify the return type even if a precise match is not 2015-02-03 11:55:45 -05: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 Use derive rather than deriving in tests 2015-01-02 23:05:22 +13:00
uniq-self-in-mut-slot.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unique-assign-copy.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-assign-drop.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-assign-generic.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-assign.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-autoderef-field.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unique-autoderef-index.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-cmp.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-containing-tag.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unique-create.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-decl-init-copy.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-decl-init.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-decl-move.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-decl.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
unique-deref.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-destructure.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
unique-drop-complex.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-fn-arg-move.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-fn-arg-mut.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unique-fn-arg.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unique-fn-ret.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01: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 fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unique-in-vec-copy.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-in-vec.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-init.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-kinds.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-log.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-match-discrim.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unique-move-drop.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-move-temp.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-move.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-mutable.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-object-move.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unique-pat-2.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
unique-pat-3.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unique-pat.rs Opt into box_patterns feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
unique-rec.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unique-send-2.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
unique-send.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unique-swap.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unit-like-struct-drop-run.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
unit-like-struct.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
unit.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
unnamed_argument_mode.rs fix rpass tests 2015-01-05 17:22:16 -05:00
unreachable-code-1.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
unreachable-code.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 More test fixes! 2015-01-05 22:58:37 -08:00
unsized2.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unsized3.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
unused-move-capture.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unused-move.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
unwind-resource.rs test: Move some tests to scoped instead of spawn 2015-01-07 10:06:27 -08:00
unwind-unique.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
use-crate-name-alias.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
use-import-export.rs
use-mod.rs sed -i -s 's/\bmod}/self}/g' **/*.rs 2015-01-03 22:42:37 -05:00
use-trait-before-def.rs
use-uninit-match.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
use-uninit-match2.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
use.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
use_inline_dtor.rs Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
utf8-bom.rs Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -07:00
utf8.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
utf8_chars.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
utf8_idents.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
variadic-ffi.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
variant-attributes.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
variant-structs-trivial.rs removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
vec-concat.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
vec-dst.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
vec-fixed-length.rs Rename target_word_size to target_pointer_width 2015-01-08 09:07:55 +13:00
vec-growth.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-late-init.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
vec-macro-no-std.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
vec-macro-repeat.rs Enabled the vec![] macro to use the [a; b] repeat syntax. 2015-01-08 21:53:04 +01:00
vec-macro-rvalue-scope.rs Improve the vec![...] macro with UFCS. 2015-01-18 13:13:23 +02:00
vec-macro-with-brackets.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-macro-with-trailing-comma.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-matching-autoslice.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-matching-fixed.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-matching-fold.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-matching-legal-tail-element-borrow.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-matching.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-push.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-repeat-with-cast.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-slice-drop.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
vec-slice.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-tail-matching.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
vec-to_str.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
vec_cycle.rs run-pass tests. 2015-02-11 13:51:21 +01:00
vec_cycle_wrapped.rs run-pass tests. 2015-02-11 13:51:21 +01:00
vector-no-ann-2.rs fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.) 2015-01-08 02:31:37 +01:00
vector-sort-panic-safe.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
visible-private-types-feature-gate.rs librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
wait-forked-but-failed-child.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
warn-ctypes-inhibit.rs rustc: Remove deprecated lint names 2015-01-20 12:52:15 -08:00
weak-lang-item.rs test: Use Thread::scoped in two more tests 2015-01-10 22:56:01 -08:00
weird-exprs.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
wf-bound-region-in-object-type.rs Fix ICE in WF checker when we encounter bound regions in object types. 2015-01-04 12:01:19 -05:00
where-clause-bounds-inconsistency.rs Refactor compare_impl_method to use all bounds 2015-01-14 13:43:17 -08:00
where-clause-early-bound-lifetimes.rs Add parser support for generalized where clauses 2014-12-20 02:48:17 -08:00
where-clause-method-substituion.rs Add parser support for generalized where clauses 2014-12-20 02:48:17 -08:00
where-clause-region-outlives.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
where-clauses-cross-crate.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
where-clauses-lifetimes.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
where-clauses-method.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
where-clauses-unboxed-closures.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
where-clauses.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
where-for-self.rs Tests 2015-02-10 16:54:23 +13:00
while-cont.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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-label.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
while-let.rs Remove all i suffixes 2015-01-30 04:38:54 +01: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 Use derive rather than deriving in tests 2015-01-02 23:05:22 +13: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 std: Return Result from RWLock/Mutex methods 2014-12-29 09:18:09 -08:00
x86stdcall.rs openbsd support 2015-02-01 14:41:38 +01:00
x86stdcall2.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
xcrate-address-insignificant.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
xcrate-static-addresses.rs libsyntax: Accept use foo as bar; in lieu of use bar as foo; 2014-08-14 13:24:50 -07:00
xcrate-trait-lifetime-param.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
xcrate-unit-struct.rs Fix xcrate enum namespacing 2014-11-25 11:02:47 -08:00
yield.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
yield1.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
yield2.rs Remove deprecated functionality 2015-01-03 23:43:57 -08: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
zero_sized_subslice_match.rs Prefer GEP instructions over weird pointer casting 2015-01-13 23:47:38 +01:00