rust/src/test/run-pass
Alex Crichton 6bc8f164b0 std: Remove rand crate and module
This commit removes the `rand` crate from the standard library facade as
well as the `__rand` module in the standard library. Neither of these
were used in any meaningful way in the standard library itself. The only
need for randomness in libstd is to initialize the thread-local keys of
a `HashMap`, and that unconditionally used `OsRng` defined in the
standard library anyway.

The cruft of the `rand` crate and the extra `rand` support in the
standard library makes libstd slightly more difficult to port to new
platforms, namely WebAssembly which doesn't have any randomness at all
(without interfacing with JS). The purpose of this commit is to clarify
and streamline randomness in libstd, focusing on how it's only required
in one location, hashmap seeds.

Note that the `rand` crate out of tree has almost always been a drop-in
replacement for the `rand` crate in-tree, so any usage (accidental or
purposeful) of the crate in-tree should switch to the `rand` crate on
crates.io. This then also has the further benefit of avoiding
duplication (mostly) between the two crates!
2017-11-08 20:41:17 -08:00
..
allocator rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
auxiliary rustc: Fix some ThinLTO internalization 2017-10-15 08:41:26 -07:00
bench Improve time complexity of equality relations 2016-03-21 22:40:30 +01:00
borrowck Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
closure-expected-type new rules for merging expected/supplied types in closure signatures 2017-11-02 17:47:17 -04:00
ctfe Add a regression test for the const eval type resolution 2017-10-25 10:17:20 +02:00
foreign-mod-src Add compiletest-ignore-dir to existing subdirectories. 2016-02-24 18:40:39 -05:00
foreign-src Add compiletest-ignore-dir to existing subdirectories. 2016-02-24 18:40:39 -05:00
generator test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
hygiene Improve resolution of associated types in macros 2.0 2017-10-06 00:35:21 +03:00
impl-trait Mark closures return via impl-trait as reachable. 2017-08-14 12:04:52 +02:00
import-crate-with-invalid-spans Make fields of Span private 2017-08-30 01:38:54 +03:00
issue-37291 add #32791 test case 2016-11-02 18:18:24 -04:00
issue24687-embed-debuginfo s/aux/auxiliary, because windows 2016-05-06 16:24:48 -04:00
issue_26873_multifile Add compiletest-ignore-dir to existing subdirectories. 2016-02-24 18:40:39 -05:00
mir-inlining Fix MIR inlining panic in generic function 2017-11-05 22:57:53 +09:00
mod_dir_implicit_aux Add compiletest-ignore-dir to existing subdirectories. 2016-02-24 18:40:39 -05:00
mod_dir_simple Add compiletest-ignore-dir to existing subdirectories. 2016-02-24 18:40:39 -05:00
module-polymorphism3-files Add compiletest-ignore-dir to existing subdirectories. 2016-02-24 18:40:39 -05:00
panic-runtime test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
rfc-2005-default-binding-mode implement pattern-binding-modes RFC 2017-10-06 16:30:23 -04:00
rfc-2008-non-exhaustive Ignoring pretty print for test due to #37199 2017-11-04 18:01:35 +00:00
rfc1445 new tests for RFC #1445 2016-03-25 06:45:43 -04:00
rfc1717 rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
specialization Shorten some test names 2017-10-11 02:36:40 +03:00
syntax-extension-source-utils-files Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
thinlto Auto merge of #45348 - alexcrichton:thinlto-timp, r=michaelwoerister 2017-10-20 23:08:17 +00:00
union Stabilize drop_types_in_const. 2017-09-09 17:39:30 +03:00
.gitattributes
abi-sysv64-arg-passing.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
abi-sysv64-register-usage.rs Guard against platforms on which the sysv64 calling convention is not valid in non-codegen tests. Remove false positive in a test that relied on the exact formatting of an error string and rewrite the sysv64 register allocation test at it was triggering undefined behaviour 2016-08-30 16:03:06 +02:00
alias-uninit-value.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
align-struct.rs Support repr alignment on unions. 2017-07-17 07:55:49 +10:00
alignment-gep-tup-like-1.rs
alloca-from-derived-tydesc.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
allocator-alloc-one.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
anon-extern-mod-cross-crate-2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
anon-extern-mod.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
anon-trait-static-method.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
anon_trait_static_method_exe.rs
argument-passing.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
arith-0.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
arith-1.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
arith-2.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
arith-unsigned.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
arr_cycle.rs Remove #[derive(Show)] 2015-10-18 19:12:09 +03:00
array_const_index-1.rs add feature gate const_indexing 2015-11-20 10:43:04 +01:00
artificial-block.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
as-precedence.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
asm-concat-src.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
asm-in-out-operand.rs rustc: Update LLVM 2015-06-16 22:56:42 -07:00
asm-indirect-memory.rs Add proper support for indirect output constraints in inline asm 2015-12-05 08:18:30 +00:00
asm-out-assign.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
assert-eq-macro-success.rs Add message argument to assert_eq macro 2016-06-21 15:14:15 +09:00
assert-eq-macro-unsized.rs Add test for assert_eq! with none Sized types 2015-11-11 22:08:20 +00:00
assert-ne-macro-success.rs add assert_ne and debug_assert_ne macros 2016-09-21 14:38:26 +02:00
assert-ne-macro-unsized.rs add assert_ne and debug_assert_ne macros 2016-09-21 14:38:26 +02:00
assign-assign.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
assignability-trait.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
assoc-oddities-3.rs Added a functioning version of the assoc-oddities-3 test case to 2015-12-17 22:14:50 +01:00
associated-const-const-eval.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-cross-crate-const-eval.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-cross-crate-defaults.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-cross-crate.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-in-global-const.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-inherent-impl.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-marks-live-code.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-match-patterns.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-outer-ty-refs.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-overwrite-default.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-public-impl.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-range-match-patterns.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-resolution-order.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-self-type.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-type-parameters.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-ufcs-infer-trait.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-use-default.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const-use-impl-of-same-trait.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-const.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
associated-item-long-paths.rs Fix use of UFCS syntax to call methods on associated types. 2015-05-07 01:57:54 -06:00
associated-types-basic.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
associated-types-binding-in-trait.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-binding-in-where-clause.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
associated-types-bound.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-cc.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
associated-types-conditional-dispatch.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
associated-types-constant-type.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-doubleendediterator-object.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
associated-types-duplicate-binding-in-env-hrtb.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
associated-types-duplicate-binding-in-env.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
associated-types-enum-field-named.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-enum-field-numbered.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-eq-obj.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
associated-types-impl-redirect.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
associated-types-in-bound-type-arg.rs re-introduce a cache for ast-ty-to-ty 2016-05-12 14:23:26 -04:00
associated-types-in-default-method.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-in-fn.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-in-impl-generics.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-in-inherent-method.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-issue-20220.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-issue-20371.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
associated-types-issue-21212.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-iterator-binding.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
associated-types-method.rs Make impl-trait-ref associated types work in methods 2015-06-15 18:27:35 +03:00
associated-types-nested-projections.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
associated-types-normalize-in-bounds-binding.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
associated-types-normalize-in-bounds-ufcs.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
associated-types-normalize-in-bounds.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
associated-types-normalize-unifield-struct.rs rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
associated-types-project-from-type-param-via-bound-in-where.rs Rename some run-pass tests so they don't crash when executed from eCryptfs. 2017-10-25 13:15:04 +02:00
associated-types-projection-bound-in-supertraits.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
associated-types-projection-from-known-type-in-impl.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-projection-in-object-type.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
associated-types-projection-in-supertrait.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-projection-in-where-clause.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
associated-types-projection-to-unrelated-trait.rs Fallout in tests -- break test into a run-pass and compile-fail component 2015-08-12 17:58:56 -04:00
associated-types-qualified-path-with-trait-with-type-parameters.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
associated-types-ref-from-struct.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
associated-types-ref-in-struct-literal.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-region-erasure-issue-20582.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
associated-types-resolve-lifetime.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
associated-types-return.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
associated-types-simple.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-stream.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-struct-field-named.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-struct-field-numbered.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
associated-types-sugar-path.rs rustc_typeck: enforce argument type is sized 2017-06-28 17:54:18 +00:00
associated-types-where-clause-impl-ambiguity.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
astconv-cycle-between-trait-and-type.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
atomic-access-bool.rs Add a test to check that AtomicBool has the proper representation 2016-08-17 15:34:43 +01:00
atomic-compare_exchange.rs Change compare_exchange to return a Result<T, T> 2016-03-19 11:44:38 +00:00
atomic-print.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
attr-before-view-item.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
attr-before-view-item2.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
attr-main-2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
attr-main.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
attr-mix-new.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
attr-on-generic-formals.rs Generic unit tests for attributes on lifetime/type formals in generics list. 2016-09-23 17:01:04 +02:00
attr-shebang.rs
attr-start.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
attr.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
augmented-assignments-feature-gate-cross.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
augmented-assignments-feature-gate.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
augmented-assignments-trait.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
augmented-assignments.rs Do not trigger unused_assignments for overloaded AssignOps 2016-03-04 21:07:11 +01:00
auto-instantiate.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
auto-is-contextual.rs Parse auto traits the same as traits. 2017-11-03 16:13:22 -02:00
auto-loop.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
auto-ref-bounded-ty-param.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
auto-ref-sliceable.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
auto-ref.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
auto-traits.rs auto trait future compatibility lint 2017-11-03 16:13:21 -02:00
autobind.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
autoderef-and-borrow-method-receiver.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
autoderef-method-on-trait.rs Remove the deprecated box(PLACE) syntax. 2015-09-24 18:00:08 +03:00
autoderef-method-priority.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
autoderef-method-twice-but-not-thrice.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
autoderef-method-twice.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
autoderef-method.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
autoderef-privacy.rs Improve tests 2016-03-30 21:26:35 +00:00
autoref-intermediate-types-issue-3585.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
backtrace-debuginfo-aux.rs Fix some doc/comment typos. 2017-07-23 22:48:01 +07:00
backtrace-debuginfo.rs Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
backtrace.rs This test is too hard to maintain cross-platform 2017-02-27 10:31:36 -05:00
bare-fn-implements-fn-mut.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
bare-static-string.rs
big-literals.rs Fix overflowing_literals lint for large f32s 2017-07-19 03:22:45 +01:00
binary-minus-without-space.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
bind-by-move.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
bind-field-short-with-modifiers.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
binops-issue-22743.rs Fallout in tests 2015-04-01 11:22:39 -04:00
binops.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
bitwise.rs Simplify some uses of cfg in test cases 2016-01-13 01:39:01 +00:00
blind-item-local-shadow.rs Resolve: stop requiring that use declarations precede statements in blocks 2016-01-23 08:05:57 +00:00
blind-item-mixed-crate-use-item.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
blind-item-mixed-use-item.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
block-arg-call-as.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
block-arg.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
block-explicit-types.rs Require braces when a closure has an explicit return type. This is a 2015-03-18 20:07:27 -04:00
block-expr-precedence.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
block-fn-coerce.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
block-iter-1.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
block-iter-2.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
bool-not.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
bool.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
borrow-by-val-method-receiver.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrow-tuple-fields.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
borrowed-ptr-pattern-2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
borrowed-ptr-pattern-3.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
borrowed-ptr-pattern-infallible.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
borrowed-ptr-pattern-option.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
borrowed-ptr-pattern.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
box-new.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
box-of-array-of-drop-1.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
box-of-array-of-drop-2.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
break-value.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
break.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
bug-7183-generics.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
bug-7295.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
builtin-clone-unwind.rs Use an helper struct 2017-08-14 15:07:22 +02:00
builtin-clone.rs Handle unwinding, use a loop for arrays 2017-08-14 15:07:21 +02:00
builtin-superkinds-capabilities-transitive.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
builtin-superkinds-capabilities-xc.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
builtin-superkinds-capabilities.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
builtin-superkinds-in-metadata.rs rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
builtin-superkinds-phantom-typaram.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
builtin-superkinds-self-type.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
builtin-superkinds-simple.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
builtin-superkinds-typaram.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
by-value-self-in-mut-slot.rs Prohibit patterns in trait methods without bodies 2016-10-26 20:55:16 +03:00
byte-literals.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
c-stack-as-value.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
c-stack-returning-int64.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
cabi-int-widening.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
call-closure-from-overloaded-op.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
can-copy-pod.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
cancel-clean-via-immediate-rvalue-ref.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
capture-clauses-boxed-closures.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
capture-clauses-unboxed-closures.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
cast-in-array-size.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
cast-region-to-uint.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
cast-rfc0401-vtable-kinds.rs Prohibit casts between fat pointers to different traits 2015-06-18 15:51:06 +03:00
cast-rfc0401.rs address review comments 2015-06-19 17:10:26 +03:00
cast-to-infer-ty.rs Be a bit more constrained in our early check 2016-04-14 10:05:51 -04:00
cast.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
catch-expr.rs Catch expression does not require semicolon to be a statement 2017-07-18 03:42:21 +03:00
catch-unwind-bang.rs Change std::panicking::try::Data into a union 2017-02-10 19:20:28 +00:00
cci_borrow.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
cci_capture_clause.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
cci_impl_exe.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
cci_iter_exe.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
cci_nested_exe.rs Remove feature(globs) since they are stable 2016-03-10 03:29:55 +01:00
cci_no_inline_exe.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
cell-does-not-clone.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
cfg-attr-cfg.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
cfg-attr-crate.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
cfg-family.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
cfg-in-crate-1.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
cfg-macros-foo.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
cfg-macros-notfoo.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
cfg-match-arm.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
cfg-target-family.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
cfg-target-vendor.rs rustc: Add target_vendor for target triples 2015-09-24 01:44:55 +02:00
cfg_attr.rs
cfg_inner_static.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
cfg_stmt_expr.rs Added stmt_expr_attribute feature gate 2015-11-26 21:47:44 +01:00
cfgs-on-items.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
char.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
char_unicode.rs [libstd_unicode] Expose UnicodeVersion type 2017-09-18 20:39:17 -07:00
check-static-mut-slices.rs mir: always allow &mut [...] in static mut regardless of the array length. 2016-05-13 22:27:09 +03:00
check-static-recursion-foreign.rs Issue deprecation warnings for safe accesses to extern statics 2016-09-09 01:07:01 +03:00
check-static-slice.rs allow indexing into constant arrays 2015-11-18 10:57:52 +01:00
check_const-feature-gated.rs fix const index feature-gate regression 2015-12-05 16:52:33 +01:00
child-outlives-parent.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
class-attributes-1.rs
class-attributes-2.rs
class-cast-to-trait-cross-crate-2.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
class-cast-to-trait-multiple-types.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
class-cast-to-trait.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
class-dtor.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
class-exports.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
class-impl-very-parameterized-trait.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
class-implement-trait-cross-crate.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
class-implement-traits.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
class-method-cross-crate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
class-methods-cross-crate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
class-methods.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
class-poly-methods-cross-crate.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
class-poly-methods.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
class-separate-impl.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
class-str-field.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
class-typarams.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
classes-cross-crate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
classes-self-referential.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
classes-simple-cross-crate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
classes-simple-method.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
classes-simple.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
classes.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
cleanup-arm-conditional.rs Use https URLs to refer to rust-lang.org where appropriate. 2015-08-09 14:28:46 -07:00
cleanup-rvalue-during-if-and-while.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
cleanup-rvalue-for-scope.rs
cleanup-rvalue-scopes.rs
cleanup-rvalue-temp-during-incomplete-alloc.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
cleanup-shortcircuit.rs Use https URLs to refer to rust-lang.org where appropriate. 2015-08-09 14:28:46 -07:00
clone-closure.rs Implement Copy/Clone for closures 2017-09-20 20:43:41 +02:00
clone-with-exterior.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
close-over-big-then-small-data.rs
closure-bounds-can-capture-chan.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
closure-immediate.rs Incorporate review comments 2016-12-14 12:28:25 -05:00
closure-inference.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
closure-inference2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
closure-reform.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
closure-returning-closure.rs Parse nested closure with two consecutive parameter lists properly 2017-09-11 01:00:03 +09:00
closure-to-fn-coercion.rs collector: apply param substs to closures cast to fn items 2017-06-18 18:57:39 +03:00
closure_to_fn_coercion-expected-types.rs Stabilize non capturing closure to fn coercion 2017-05-25 11:57:55 +02:00
cmp-default.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
coerce-expect-unsized.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
coerce-overloaded-autoderef.rs rustc_typeck: fix binops needing more type informations to coerce. 2017-04-16 06:25:18 +03:00
coerce-reborrow-imm-ptr-arg.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
coerce-reborrow-imm-ptr-rcvr.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
coerce-reborrow-imm-vec-arg.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
coerce-reborrow-imm-vec-rcvr.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
coerce-reborrow-mut-ptr-arg.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
coerce-reborrow-mut-ptr-rcvr.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
coerce-reborrow-mut-vec-arg.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
coerce-reborrow-mut-vec-rcvr.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
coerce-unify-return.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
coerce-unify.rs typeck: Unify if-else blocks, match arms and array elements by coercing where possible. 2016-03-09 16:45:29 +02:00
coerce-unsize-subtype.rs Use subtyping on the target of unsizing coercions. 2017-03-09 21:43:45 +02:00
coherence-bigint-int.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-bigint-vecint.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-blanket.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-covered-type-parameter.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-impl-in-fn.rs rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
coherence-iterator-vec-any-elem.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-iterator-vec.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-multidispatch-tuple.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
coherence-negative-impls-safe.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
coherence-rfc447-constrained.rs evaluate projections outside the outer probe in recursive evaluation 2015-11-15 19:22:32 +02:00
coherence-subtyping.rs make HR algorithms account for region subtyping 2016-05-31 19:41:25 -04:00
coherence-where-clause.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
coherence_copy_like.rs Merge conflicts 2015-04-02 13:25:06 -04:00
colorful-write-macros.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
comm.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
command-before-exec.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
command-exec.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
compare-generic-enums.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
complex.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
concat.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
conditional-compile-arch.rs Recognize SPARC in more tests where architecture matters. 2017-08-03 17:19:19 -07:00
conditional-compile.rs Add regression test. 2016-09-15 08:16:20 +00:00
conditional-debug-macro-on.rs Remove internal liblog 2017-03-23 11:28:00 -07:00
const-adt-align-mismatch.rs Remove #[derive(Show)] 2015-10-18 19:12:09 +03:00
const-autoderef.rs Translate constants from MIR instead of going through trans::expr/consts. 2016-05-07 07:19:10 +03:00
const-big-enum.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
const-binops.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
const-bitshift-rhs-inference.rs don't assume the rhs of a bitshift is of any particular type 2016-03-16 10:54:00 +01:00
const-block-cross-crate-fn.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-block-item-macro-codegen.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-block-item.rs rustc_privacy: Fix bugs in SanePrivacyVisitor 2015-11-09 21:15:53 +03:00
const-block.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-bound.rs Update old uses of ~ in comments and debugging statements 2015-05-03 20:16:02 -04:00
const-byte-str-cast.rs improve const eval error reporting on "" and b"" casts 2016-07-22 09:34:44 +02:00
const-cast-ptr-int.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-cast.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-const.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-contents.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-cross-crate-const.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-cross-crate-extern.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-deref.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-enum-byref-self.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-enum-byref.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-enum-cast.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-enum-ptr.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-enum-struct.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-enum-struct2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-enum-structlike.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
const-enum-tuple.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-enum-tuple2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-enum-tuplestruct.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-enum-tuplestruct2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-enum-vec-index.rs fix run-pass test that required Copy impl 2017-02-19 15:33:47 -05:00
const-enum-vec-ptr.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
const-enum-vector.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
const-err.rs Don't warn about char comparisons in constexprs 2017-03-31 23:52:35 +01:00
const-expr-in-fixed-length-vec.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
const-expr-in-vec-repeat.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
const-extern-function.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-fields-and-indexing.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
const-fn-const-eval.rs allow constant evaluation of function calls 2015-10-19 13:13:02 +02:00
const-fn-feature-flags.rs honor #[rustc_const_unstable] attributes 2017-09-13 15:07:17 +00:00
const-fn-method.rs implement calling of const fn-methods in true constants 2015-11-27 16:43:24 +01:00
const-fn-nested.rs Make various fixes: 2015-05-21 11:47:30 -04:00
const-fn-stability-calls.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
const-fn-val.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-fn.rs typestrong constant integers 2016-03-10 12:50:12 +01:00
const-meth-pattern.rs Fix patterns of the constants that are const meth 2016-04-30 03:40:09 +03:00
const-negation.rs Stabilise attributes on statements. 2016-10-12 08:40:22 +13:00
const-negative.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-nullary-enum.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-nullary-univariant-enum.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-pattern-variant.rs rustc_const_eval: support all unit enum variants. 2017-04-23 11:11:57 +03:00
const-rec-and-tup.rs
const-region-ptrs-noncopy.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-region-ptrs.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
const-size_of-align_of.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
const-str-ptr.rs test: adjust for the move to MIR-based const checking. 2016-05-07 19:14:32 +03:00
const-struct-offsets.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
const-struct.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
const-trait-to-trait.rs Do not trip an assert when coercing &Trait to &Trait in constants. 2015-05-26 17:57:50 +03:00
const-tuple-struct.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
const-unit-struct.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
const-unsafe-fn.rs Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) 2015-10-25 12:03:07 +08:00
const-vec-of-fns.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
const-vec-syntax.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
const-vecs-and-slices.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
const.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
consts-in-patterns.rs allow const function calls in consts that are used in patterns 2015-12-06 12:59:53 +01:00
copy-closure.rs Implement Copy/Clone for closures 2017-09-20 20:43:41 +02:00
copy-out-of-array-1.rs shallow Clone for #[derive(Copy,Clone)] 2016-04-26 13:49:29 -04:00
core-run-destroy.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
crate-attributes-using-cfg_attr.rs Move configuration 1 phase before crate metadata collection 2015-05-14 10:35:35 -07:00
crate-leading-sep.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
crate-method-reexport-grrrrrrr.rs Remove the deprecated box(PLACE) syntax. 2015-09-24 18:00:08 +03:00
crate-name-attr-used.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
cross-crate-const-pat.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
cross-crate-newtype-struct-pat.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
crt-static-off-works.rs rustc: Implement #[link(cfg(..))] and crt-static 2016-11-16 07:00:09 -08:00
crt-static-on-works.rs rustc: Implement #[link(cfg(..))] and crt-static 2016-11-16 07:00:09 -08:00
cycle-generic-bound.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
cycle-trait-type-trait.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
dead-code-alias-in-pat.rs Count type aliases in patterns 2017-10-31 11:57:40 +09:00
dead-code-leading-underscore.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
debuginfo-lto.rs Add regression test for debuginfo + LTO 2017-01-18 11:24:43 -05:00
deep.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
default-associated-types.rs Test fixes, added README for tests 2016-03-14 15:05:14 -07:00
default-method-parsing.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
default-method-simple.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
default-method-supertrait-vtable.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
deprecation-in-force-unstable.rs Test staging attributes when -Zforce-unstable-if-unmarked is set 2017-08-20 16:57:17 +02:00
deref-lval.rs
deref-mut-on-ref.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
deref-on-ref.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
deref-rc.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
deref.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
derive-no-std.rs refactor derive-no-std test, add empty struct/enum 2016-03-14 16:46:54 -04:00
deriving-associated-types.rs Stabilize debug builders for 1.2.0 2015-05-19 21:57:39 -07:00
deriving-bounds.rs rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
deriving-clone-array.rs Add regression test for Clone for [[T; 256]; 4] where T: Copy and not Clone 2015-12-07 01:55:00 +01:00
deriving-clone-enum.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
deriving-clone-generic-enum.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
deriving-clone-generic-struct.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
deriving-clone-generic-tuple-struct.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
deriving-clone-struct.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
deriving-clone-tuple-struct.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
deriving-cmp-generic-enum.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
deriving-cmp-generic-struct-enum.rs Remove several FIXMEs 2015-05-04 20:05:40 +02:00
deriving-cmp-generic-struct.rs Remove several FIXMEs 2015-05-04 20:05:40 +02:00
deriving-cmp-generic-tuple-struct.rs Remove several FIXMEs 2015-05-04 20:05:40 +02:00
deriving-cmp-shortcircuit.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
deriving-copyclone.rs shallow Clone for #[derive(Copy,Clone)] 2016-04-26 13:49:29 -04:00
deriving-default-box.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
deriving-enum-single-variant.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
deriving-eq-ord-boxed-slice.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
deriving-hash.rs deriv(Hash) for single-variant enum should not hash discriminant 2017-06-16 22:59:20 +03:00
deriving-in-fn.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
deriving-in-macro.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
deriving-meta-multiple.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
deriving-meta.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
deriving-self-lifetime-totalord-totaleq.rs Remove several FIXMEs 2015-05-04 20:05:40 +02:00
deriving-show-2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
deriving-show.rs impl Debug for raw pointers to unsized data 2016-10-01 01:50:56 +00:00
deriving-via-extension-c-enum.rs
deriving-via-extension-enum.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
deriving-via-extension-hash-enum.rs rustdoc: Fix testing no_run code blocks 2016-04-11 09:26:59 -07:00
deriving-via-extension-hash-struct.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
deriving-via-extension-struct-empty.rs
deriving-via-extension-struct-like-enum-variant.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
deriving-via-extension-struct-tuple.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
deriving-via-extension-struct.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
deriving-via-extension-type-params.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
destructure-array-1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
die-macro.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
discrim-explicit-23030.rs Added tests for discriminant overflows. 2015-04-01 02:55:13 +02:00
discriminant_value-wrapper.rs stabilize mem::discriminant (closes #24263) 2017-09-02 01:59:54 -04:00
discriminant_value.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
div-mod.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
diverging-fallback-control-flow.rs Stabilize the loop_break_value feature 2017-05-17 21:34:37 +02:00
diverging-fallback-method-chain.rs more detailed tests around diverging type variables 2017-03-30 07:55:29 -04:00
diverging-fallback-option.rs more detailed tests around diverging type variables 2017-03-30 07:55:29 -04:00
diverging-fn-tail-35849.rs typeck: use NoExpectation to check return type of diverging fn 2016-08-23 16:58:49 +00:00
double-ref.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
drop-on-empty-block-exit.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
drop-on-ret.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
drop-struct-as-object.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
drop-trait-enum.rs [emscripten] Ignore tests 2016-08-10 16:38:31 +02:00
drop-trait-generic.rs Register new snapshots 2015-04-28 17:23:45 -07:00
drop-trait.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
drop-uninhabited-enum.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
drop-with-type-ascription-1.rs implement rfc 1054: split_whitespace() fn, deprecate words() 2015-04-21 15:31:51 -04:00
drop-with-type-ascription-2.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
dropck-eyepatch-extern-crate.rs tests for #[may_dangle] attribute. 2016-10-12 18:24:23 +02:00
dropck-eyepatch-reorder.rs Fix Subst construction: use subst from adt_def rather than Drop impl's subst. 2016-10-17 16:14:25 +02:00
dropck-eyepatch.rs tests for #[may_dangle] attribute. 2016-10-12 18:24:23 +02:00
dropck_legal_cycles.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
dst-coerce-custom.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
dst-coerce-rc.rs fallout of reworking rc and arc APIs 2015-08-19 15:52:12 -07:00
dst-coercions.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
dst-deref-mut.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
dst-deref.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
dst-field-align.rs removed unused struct 2017-02-09 17:58:26 +01:00
dst-index.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
dst-irrefutable-bind.rs Move unsized_tuple_coercion behind a feature gate. 2017-06-29 21:25:35 +09:00
dst-raw.rs Move unsized_tuple_coercion behind a feature gate. 2017-06-29 21:25:35 +09:00
dst-struct-sole.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
dst-struct.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
dst-trait-tuple.rs Move unsized_tuple_coercion behind a feature gate. 2017-06-29 21:25:35 +09:00
dst-trait.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
dst-tuple-sole.rs Move unsized_tuple_coercion behind a feature gate. 2017-06-29 21:25:35 +09:00
dst-tuple.rs Move unsized_tuple_coercion behind a feature gate. 2017-06-29 21:25:35 +09:00
dupe-first-attr.rc rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
duplicated-external-mods.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
dyn-trait.rs Implement dyn Trait syntax 2017-10-14 12:51:13 +03:00
dynamic-drop.rs look past the next drop for the drop panic target 2017-10-17 21:37:18 +03:00
early-ret-binop-add.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
early-vtbl-resolution.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
else-if.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
empty-allocation-non-null.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
empty-allocation-rvalue-non-null.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
empty-mutable-vec.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
empty-struct-braces.rs Partially stabilize RFC 1506 "Clarify relationships between ADTs" 2016-11-08 22:34:05 +03:00
empty-tag.rs Fallout in tests 2015-04-01 11:22:39 -04:00
empty-type-parameter-list.rs tests: add test for empty <> 2016-03-03 23:30:23 +03:00
empty-types-in-patterns.rs Feature gate &Void's uninhabitedness. 2017-01-18 15:05:28 +08:00
empty_global_asm.rs Add global_asm tests 2017-04-12 19:12:50 -05:00
enum-alignment.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
enum-clike-ffi-as-int.rs tests: Avoid transmuting from fn item types. 2016-03-09 16:45:29 +02:00
enum-discr.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
enum-discrim-autosizing.rs Stabilise attributes on statements. 2016-10-12 08:40:22 +13:00
enum-discrim-manual-sizing.rs Improve tests for #26114 2016-03-07 12:26:00 -08:00
enum-discrim-range-overflow.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
enum-discrim-width-stuff.rs Fallout in tests 2015-04-01 11:22:39 -04:00
enum-disr-val-pretty.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
enum-export-inheritance.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
enum-layout-optimization.rs inhibit enum layout optimizations under #[repr(C)] or #[repr(u8)] 2017-03-01 15:44:27 -05:00
enum-non-c-like-repr-int.rs Add reftest that checks the layout of repr(int) on non-c-like enums 2017-11-08 12:47:39 -05:00
enum-null-pointer-opt.rs handle associated types correctly in null pointer optimization 2015-08-06 17:31:11 +03:00
enum-nullable-const-null-with-fields.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
enum-nullable-simplifycfg-misopt.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
enum-univariant-repr.rs Allow #[repr(i32)] for univariant enum 2016-01-27 04:50:04 +03:00
enum-variants.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
enum-vec-initializer.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
env-args-reverse-iterator.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
env-funky-keys.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
env-home-dir.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
env-vars.rs Re-unignore environment test on MinGW 2015-11-19 20:02:35 +00:00
eq-multidispatch.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
estr-slice.rs
estr-uniq.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
evec-slice.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
exec-env.rs [emscripten] Ignore tests 2016-08-10 16:38:31 +02:00
exhaustive-bool-match-sanity.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
explicit-i-suffix.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
explicit-self-closures.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
explicit-self-generic.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
explicit-self-objects-uniq.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
explicit-self.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
explicit_self_xcrate_exe.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
export-abstract-tag.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
export-glob-imports-target.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
export-multi.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
export-non-interference2.rs
export-non-interference3.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
export-tag-variant.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
expr-block-fn.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
expr-block-generic-unique1.rs
expr-block-generic-unique2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-block-generic.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-block-slot.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-block-unique.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
expr-block.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
expr-copy.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-empty-ret.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
expr-fn.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
expr-if-generic.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-if-panic-all.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-if-panic.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
expr-if-struct.rs Fallout in tests 2015-04-01 11:22:39 -04:00
expr-if-unique.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-if.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-match-generic-unique1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-match-generic-unique2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-match-generic.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-match-panic-all.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-match-panic.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
expr-match-struct.rs Fallout in tests 2015-04-01 11:22:39 -04:00
expr-match-unique.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-match.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
expr-scope.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
ext-expand-inner-exprs.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
exterior.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
extern-1.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
extern-call-deep.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-call-deep2.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-call-direct.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
extern-call-indirect.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-call-scrub.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-calling-convention-test.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
extern-compare-with-return-type.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
extern-crosscrate.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
extern-foreign-crate.rs Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
extern-methods.rs adapt tests 2016-10-25 19:56:36 +02:00
extern-mod-abi.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
extern-mod-ordering-exe.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
extern-pass-char.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-pass-double.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-pass-empty.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
extern-pass-TwoU8s.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-pass-TwoU16s.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-pass-TwoU32s.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-pass-TwoU64s.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-pass-u32.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-pass-u64.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-pub.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
extern-return-TwoU8s.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-return-TwoU16s.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-return-TwoU32s.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-return-TwoU64s.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
extern-rust.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
extern-take-value.rs Get tests working on MSVC 32-bit 2016-01-29 16:25:21 -08:00
extern-thiscall.rs add thiscall calling convention support 2017-05-24 16:40:03 -04:00
extern-types-inherent-impl.rs Implement RFC 1861: Extern types 2017-10-27 23:01:34 +02:00
extern-types-manual-sync-send.rs Implement RFC 1861: Extern types 2017-10-27 23:01:34 +02:00
extern-types-pointer-cast.rs Implement RFC 1861: Extern types 2017-10-27 23:01:34 +02:00
extern-types-size_of_val.rs Implement RFC 1861: Extern types 2017-10-27 23:01:34 +02:00
extern-types-thin-pointer.rs Implement RFC 1861: Extern types 2017-10-27 23:01:34 +02:00
extern-types-trait-impl.rs Implement RFC 1861: Extern types 2017-10-27 23:01:34 +02:00
extern-vectorcall.rs adapt tests 2016-10-25 19:56:36 +02:00
extern_fat_drop.rs drop_in_place is stable now, don't #![feature] it in the nomicon and a test 2017-01-26 10:38:22 +01:00
extoption_env-not-defined.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
fact.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
fat-arrow-match.rs
fat-ptr-cast.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
fds-are-cloexec.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
field-destruction-order.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
filter-block-view-items.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
fixed_length_copy.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
fixup-deref-mut.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
float-literal-inference.rs
float-nan.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
float-signature.rs
float.rs
float2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
float_math.rs Update float_math test to not use constants 2016-03-19 22:35:28 +01:00
floatlits.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
fmt-pointer-trait.rs fmt: Assume that we'll only ever see 32 or 64 bit pointers 2015-04-09 18:06:01 -07:00
fn-abi.rs Get tests working on MSVC 32-bit 2016-01-29 16:25:21 -08:00
fn-bare-assign.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
fn-bare-coerce-to-block.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
fn-bare-item.rs
fn-bare-size.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
fn-bare-spawn.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
fn-coerce-field.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
fn-item-type-cast.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
fn-item-type-coerce.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
fn-item-type-zero-sized.rs Test that function types are actually zero-sized. 2016-03-09 16:45:29 +02:00
fn-lval.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
fn-pattern-expected-type-2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
fn-pattern-expected-type.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
fn-type-infer.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
for-destruct.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
for-loop-goofiness.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
for-loop-has-unit-body.rs Change for-loop desugar to not borrow the iterator during the loop 2017-06-01 18:33:47 +02:00
for-loop-into-iterator.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
for-loop-lifetime-of-unbound-values.rs document purpose of test 2017-06-15 12:28:07 -04:00
for-loop-macro.rs Fix macro expansion in for loop pattern 2015-08-12 10:34:14 +02:00
for-loop-mut-ref-element.rs Make the next variable mutable to allow for ref mut in for patterns. 2017-06-17 01:51:55 +02:00
for-loop-no-std.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
for-loop-panic.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
for-loop-unconstrained-element-type-i32-fallback.rs readd test 2017-09-14 10:46:14 -04:00
foreach-external-iterators-break.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
foreach-external-iterators-hashmap-break-restart.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
foreach-external-iterators-hashmap.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
foreach-external-iterators-loop.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
foreach-external-iterators-nested.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
foreach-external-iterators.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
foreach-nested.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
foreach-put-structured.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
foreach-simple-outer-slot.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
foreign-call-no-runtime.rs Unskip some tests on AArch64 2017-08-04 13:45:08 +02:00
foreign-dupe.rs trans: always register an item's symbol, even if duplicated. 2016-04-14 08:39:23 +03:00
foreign-fn-linkname.rs Remove pretty-expanded from tests that use format_args! 2015-04-12 22:01:55 -07:00
foreign-fn-with-byval.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
foreign-int-types.rs rustc: Don't lint about isize/usize in FFI 2015-09-30 14:31:01 -07:00
foreign-mod-unused-const.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
foreign-no-abi.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
foreign-struct.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
foreign-truncated-arguments.rs Add a regression test 2016-05-26 02:48:25 +03:00
foreign2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
format-nan.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
format-no-std.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
format-ref-cell.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
fsu-moves-and-copies.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
fun-call-variants.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
fun-indirect-call.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
func-arg-incomplete-pattern.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
func-arg-ref-pattern.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
func-arg-wild-pattern.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
functional-struct-upd.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
generic-alias-unique.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
generic-default-type-params-cross-crate.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
generic-default-type-params.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
generic-derived-type.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
generic-exterior-unique.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
generic-extern-mangle.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
generic-fn-infer.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
generic-fn-twice.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
generic-fn-unique.rs
generic-fn.rs Fallout in tests 2015-04-01 11:22:39 -04:00
generic-ivec-leak.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
generic-newtype-struct.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
generic-object.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
generic-recursive-tag.rs Remove several FIXMEs 2015-05-04 20:05:40 +02:00
generic-static-methods.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
generic-tag-corruption.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
generic-tag-local.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
generic-tag-match.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
generic-tag-values.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
generic-tag.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
generic-temporary.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
generic-tup.rs
generic-type-synonym.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
generic-type.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
generic-unique.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
global-scope.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
guards-not-exhaustive.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
guards.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
hashmap-memory.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
hello.rs
hrtb-binder-levels-in-object-types.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
hrtb-debruijn-object-types-in-closures.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
hrtb-fn-like-trait-object.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
hrtb-fn-like-trait.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
hrtb-opt-in-copy.rs shallow Clone for #[derive(Copy,Clone)] 2016-04-26 13:49:29 -04:00
hrtb-parse.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
hrtb-precedence-of-plus-where-clause.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
hrtb-precedence-of-plus.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
hrtb-resolve-lifetime.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
hrtb-trait-object-paren-notation.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
hrtb-trait-object-passed-to-closure.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
hrtb-type-outlives.rs treat for<'a> T: 'a as T: 'static 2015-07-17 15:41:34 -04:00
hrtb-unboxed-closure-trait.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
html-literals.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
huge-largest-array.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
hygiene-dodging-1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
hygiene.rs Fix fallout in tests. 2016-10-02 08:25:28 +00:00
hygienic-labels-in-let.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
hygienic-labels.rs add notes clarifying introduction of warnings for a pair of run-pass tests. 2015-04-21 18:09:46 +02:00
i8-incr.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
i32-sub.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
i128-ffi.rs compiletest: Refactor: Move the ignore-{} logic into its own method. 2017-07-11 16:15:59 +08:00
i128.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
if-bot.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
if-check.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
if-let.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
if-ret.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
ifmt.rs Less confusing placeholder when RefCell is exclusively borrowed 2017-09-21 21:53:04 -07:00
ignore-all-the-things.rs rollup merge of #23794: brson/slicegate 2015-03-27 16:09:52 -07:00
impl-for-never.rs Fix make tidy 2016-08-13 21:37:09 +08:00
impl-implicit-trait.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
impl-inherent-non-conflict.rs typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
impl-inherent-prefer-over-trait.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
impl-not-adjacent-to-type.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
impl-privacy-xc-1.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
impl-privacy-xc-2.rs
import-from.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
import-glob-0.rs
import-glob-1.rs Addressing nits & tests explanations. 2015-08-04 08:14:32 +02:00
import-glob-crate.rs Support use *; and use ::*;. 2016-10-23 22:02:39 +00:00
import-in-block.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
import-prefix-macro.rs syntax: Parse import prefixes as paths 2016-04-17 03:48:40 +03:00
import-rename.rs rustc: rename multiple imports in a list 2015-08-08 11:54:15 -07:00
import-trailing-comma.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
import.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
import2.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
import3.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
import4.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
import5.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
import6.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
import7.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
import8.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
imports.rs Fix fallout in tests. 2016-11-21 09:21:54 +00:00
inc-range-pat.rs dotdoteq_in_patterns feature gate 2017-09-22 22:05:46 +02:00
inconsistent-lifetime-mismatch.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
infer-fn-tail-expr.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
infer-from-object-trait-issue-26952.rs Correct regression in type-inference caused by failing to reconfirm that 2015-07-24 12:24:37 -04:00
inferred-suffix-in-pattern-range.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
inherent-trait-method-order.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
init-large-type.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
init-res-into-things.rs Register new snapshots 2015-04-28 17:23:45 -07:00
inner-attrs-on-impl.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
inner-module.rs
inner-static.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
instantiable.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
int-abs-overflow.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
int.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
integer-literal-radix.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
integer-literal-suffix-inference-2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
integer-literal-suffix-inference-3.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
integer-literal-suffix-inference.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
into-iterator-type-inference-shift.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
intrinsic-alignment.rs [emscripten] Disable code paths that don't work on emscripten 2016-08-10 16:39:32 +02:00
intrinsic-assume.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
intrinsic-atomics-cc.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
intrinsic-atomics.rs Change compare_exchange to return a Result<T, T> 2016-03-19 11:44:38 +00:00
intrinsic-move-val-cleanups.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
intrinsic-move-val.rs Remove drop flags from structs and enums implementing Drop. 2016-08-24 13:23:37 +03:00
intrinsic-uninit.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
intrinsic-unreachable.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
intrinsics-integer.rs Add ctlz_nonzero & cttz_nonzero intrinsics 2017-06-08 23:01:39 -07:00
intrinsics-math.rs Get tests working on MSVC 32-bit 2016-01-29 16:25:21 -08:00
invoke-external-foreign.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
irrefutable-unit.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-333.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
issue-868.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-979.rs Register new snapshots 2015-04-28 17:23:45 -07:00
issue-1112.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-1251.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-1257.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-1451.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
issue-1460.rs Fallout where types must be specified. 2015-03-30 05:02:20 -04:00
issue-1660.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-1696.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
issue-1701.rs Fix the fallout 2015-11-19 11:41:09 +03:00
issue-1821.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-1866.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-1974.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2063-resource.rs Stabilize static_recursion 2017-02-21 23:41:04 -08:00
issue-2063.rs Stabilize static_recursion 2017-02-21 23:41:04 -08:00
issue-2074.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2190-1.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-2214.rs msvc: Fix the link name for the lgamma 2015-07-01 09:35:55 -07:00
issue-2216.rs
issue-2284.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2288.rs rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
issue-2311-2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-2311.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2312.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-2316-c.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2380-b.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2383.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
issue-2414-c.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2428.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-2445-b.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2445.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2463.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2472.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2487-a.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2502.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2526-a.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2550.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2611-3.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
issue-2631-b.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-2633-2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2633.rs Fallout in tests 2015-04-01 11:22:39 -04:00
issue-2642.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2708.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-2718.rs test: fix some indents 2015-06-27 15:45:48 +02:00
issue-2723-b.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-2734.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2735-2.rs Register new snapshots 2015-04-28 17:23:45 -07:00
issue-2735-3.rs Register new snapshots 2015-04-28 17:23:45 -07:00
issue-2735.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2748-a.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-2748-b.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-2804-2.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
issue-2895.rs Remove drop flags from structs and enums implementing Drop. 2016-08-24 13:23:37 +03:00
issue-2904.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
issue-2935.rs Remove the deprecated box(PLACE) syntax. 2015-09-24 18:00:08 +03:00
issue-2936.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-2989.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-3012-2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-3026.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
issue-3037.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-3052.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
issue-3091.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-3109.rs
issue-3121.rs shallow Clone for #[derive(Copy,Clone)] 2016-04-26 13:49:29 -04:00
issue-3149.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-3211.rs
issue-3220.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-3290.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-3389.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-3424.rs test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
issue-3429.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-3447.rs
issue-3500.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-3556.rs Update old uses of ~ in comments and debugging statements 2015-05-03 20:16:02 -04:00
issue-3559.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
issue-3563-2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-3563-3.rs Change some instances of .connect() to .join() 2015-07-10 19:40:46 -04:00
issue-3574.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-3609.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
issue-3656.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-3683.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
issue-3702.rs
issue-3743.rs Fallout in tests 2015-04-01 11:22:39 -04:00
issue-3753.rs Fallout in tests 2015-04-01 11:22:39 -04:00
issue-3794.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-3847.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-3874.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-3878.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
issue-3888-2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-3895.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-3904.rs
issue-3935.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-3979-2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-3979-generics.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-3979-xcrate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-3979.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-3991.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-4025.rs
issue-4107.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-4208.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-4228.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-4252.rs Register new snapshots 2015-04-28 17:23:45 -07:00
issue-4333.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-4387.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-4401.rs
issue-4446.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
issue-4448.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
issue-4464.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-4541.rs
issue-4542.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-4545.rs rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
issue-4734.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
issue-4735.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-4759-1.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
issue-4759.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-4830.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-4865-1.rs Addressing nits & tests explanations. 2015-08-04 08:14:32 +02:00
issue-4865-2.rs Add test descriptions. 2015-08-06 12:48:42 +02:00
issue-4865-3.rs Add test descriptions. 2015-08-06 12:48:42 +02:00
issue-4875.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-5008-borrowed-traitobject-method-call.rs
issue-5060.rs Miscellaneous cleanup for old issues. 2015-09-20 11:37:08 +01:00
issue-5192.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-5239-2.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
issue-5243.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-5280.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
issue-5315.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-5321-immediates-with-bare-self.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
issue-5353.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-5518.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-5521.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-5530.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-5550.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-5554.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-5572.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-5666.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-5688.rs Fallout in tests 2015-04-01 11:22:39 -04:00
issue-5708.rs Fallout in tests --- misc error message changes, WF fixes 2015-08-12 17:58:57 -04:00
issue-5718.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-5741.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-5754.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-5791.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-5884.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-5900.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-5917.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-5950.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-5988.rs test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
issue-5997.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-6117.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-6128.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-6130.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-6153.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-6157.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-6318.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-6334.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-6341.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-6344-let.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-6344-match.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-6449.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-6470.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-6557.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-6892.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-6898.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
issue-6919.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-7012.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-7178.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-7222.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-7268.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-7344.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-7519-match-unit-in-arg.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-7563.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-7575.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-7607-2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-7660.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
issue-7663.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
issue-7673-cast-generically-implemented-trait.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-7784.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
issue-7899.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-7911.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-8044.rs rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
issue-8171-default-method-self-inherit-builtin-trait.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-8248.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-8249.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-8259.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-8351-1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-8351-2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-8391.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-8398.rs test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
issue-8401.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-8460.rs Remove num::{Zero,One} 2017-04-20 21:16:31 -07:00
issue-8498.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
issue-8506.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-8521.rs Allow path fragments to be parsed as type parameter bounds in macro expansion 2016-12-16 14:16:46 +03:00
issue-8578.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-8709.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-8783.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-8827.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
issue-8851.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-8860.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-8898.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-9047.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-9110.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-9123.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-9129.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-9188.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-9243.rs Stabilize drop_types_in_const. 2017-09-09 17:39:30 +03:00
issue-9249.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-9259.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-9382.rs rustbuild: Migrate tidy checks to Rust 2016-04-12 08:17:42 -07:00
issue-9394-inherited-trait-calls.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-9396.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
issue-9446.rs
issue-9719.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-9737.rs ignore-test cleanup 2015-06-12 14:16:16 -04:00
issue-9837.rs Add regression test for #9837. 2016-09-18 13:01:40 -04:00
issue-9906.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-9918.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-9942.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-9951.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-9968.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-10025.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-10028.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-10031.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-10228.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-10392.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-10396.rs
issue-10436.rs add test for #10436 2015-07-20 12:59:33 -04:00
issue-10456.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-10626.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-10638.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-10682.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-10683.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-10718.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
issue-10734.rs Remove drop flags from structs and enums implementing Drop. 2016-08-24 13:23:37 +03:00
issue-10763.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-10764.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-10767.rs Remove the deprecated box(PLACE) syntax. 2015-09-24 18:00:08 +03:00
issue-10802.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-10806.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-10853.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-10902.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-11047.rs Test case for Issue 11047 2015-09-28 22:33:29 +10:00
issue-11085.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-11205.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
issue-11224.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-11225-1.rs rustc_privacy: Do not export items needed solely for the reachability analysis 2015-11-05 18:17:33 +03:00
issue-11225-2.rs rustc_privacy: Do not export items needed solely for the reachability analysis 2015-11-05 18:17:33 +03:00
issue-11225-3.rs rustc_privacy: Do not export items needed solely for the reachability analysis 2015-11-05 18:17:33 +03:00
issue-11267.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-11382.rs
issue-11384.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-11508.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-11529.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-11552.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-11577.rs rustbuild: Migrate tidy checks to Rust 2016-04-12 08:17:42 -07:00
issue-11592.rs lint: handle private traits better 2015-03-30 18:16:25 -04:00
issue-11612.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-11677.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
issue-11709.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-11820.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-11869.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-11940.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-11958.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
issue-12033.rs Fix lifetime rules for 'if' conditions 2016-08-27 12:27:34 -07:00
issue-12133-1.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-12133-2.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-12133-3.rs [emscripten] Ignore tests 2016-08-10 16:38:31 +02:00
issue-12285.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-12582.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
issue-12612.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
issue-12660.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
issue-12677.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-12699.rs test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
issue-12729.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-12744.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
issue-12860.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
issue-12909.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-13027.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
issue-13105.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-13167.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-13204.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-13214.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-13259-windows-tcb-trash.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
issue-13264.rs shallow Clone for #[derive(Copy,Clone)] 2016-04-26 13:49:29 -04:00
issue-13304.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-13323.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-13405.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-13434.rs
issue-13494.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
issue-13507-2.rs Split TyBareFn into TyFnDef and TyFnPtr. 2016-03-09 16:45:28 +02:00
issue-13620.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-13655.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
issue-13665.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-13703.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-13763.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
issue-13775.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-13808.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
issue-13837.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-13867.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-13872.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-13902.rs Add regression test for #13902 2015-06-29 17:28:21 -07:00
issue-14082.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-14229.rs add test for #14229 2015-07-20 08:31:54 -04:00
issue-14254.rs Fallout in tests --- misc error message changes, WF fixes 2015-08-12 17:58:57 -04:00
issue-14308.rs Fix the fallout 2015-11-19 11:41:09 +03:00
issue-14330.rs Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
issue-14344.rs trans: Link rlibs to dylibs with --whole-archive 2015-07-08 15:24:23 -07:00
issue-14382.rs add test for #14382 2015-07-21 14:39:40 -04:00
issue-14393.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-14399.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-14421.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-14422.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-14456.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-14589.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
issue-14821.rs add test for #14821 2015-07-18 17:40:15 -04:00
issue-14837.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-14865.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-14875.rs add test for #14875 2016-08-30 11:04:14 +01:00
issue-14901.rs test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
issue-14919.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-14933.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-14936.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-14940.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-14958.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
issue-14959.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
issue-15043.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-15063.rs
issue-15080.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-15104.rs implement RFC495 semantics for slice patterns 2016-06-09 00:38:38 +03:00
issue-15108.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-15129.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-15155.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-15189.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-15221.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-15261.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-15444.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-15487.rs
issue-15523-big.rs Test case for 64-bit corner cases where truncation occurred before prior commit. 2015-04-10 19:11:03 +02:00
issue-15523.rs Test case for 64-bit corner cases where truncation occurred before prior commit. 2015-04-10 19:11:03 +02:00
issue-15562.rs Fix a broken test 2015-04-03 15:37:51 +03:00
issue-15571.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-15673.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
issue-15689-1.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
issue-15689-2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-15730.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-15734.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-15735.rs Add test for issue #15735 2016-02-09 23:56:10 +00:00
issue-15763.rs Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis" 2017-03-22 11:13:09 -04:00
issue-15774.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-15793.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-15858.rs Register new snapshots 2015-04-28 17:23:45 -07:00
issue-15881-model-lexer-dotdotdot.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-16151.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-16256.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-16272.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-16278.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-16441.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-16452.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-16492.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-16530.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
issue-16560.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
issue-16596.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-16597-empty.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-16597.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-16602-1.rs Add tests for #16602 2015-04-11 17:13:24 +10:00
issue-16602-2.rs Add tests for #16602 2015-04-11 17:13:24 +10:00
issue-16602-3.rs Add tests for #16602 2015-04-11 17:13:24 +10:00
issue-16643.rs rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
issue-16648.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
issue-16668.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
issue-16671.rs Remove superfluous ;; sequences 2017-05-24 21:43:46 -05:00
issue-16739.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
issue-16745.rs test: Add an assertion to the #16745 testcase 2015-04-19 00:25:13 -07:00
issue-16774.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
issue-16783.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-16819.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
issue-16922.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-17068.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-17074.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-17121.rs Stabilise ? 2016-10-12 08:40:22 +13:00
issue-17170.rs Fix existing tests for new #[repr(simd)]. 2015-08-17 14:41:40 -07:00
issue-17216.rs Register new snapshots 2015-04-28 17:23:45 -07:00
issue-17233.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-17302.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-17322.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-17336.rs Add regression test for #17336 2015-10-12 09:44:26 -04:00
issue-17351.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
issue-17361.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-17503.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-17662.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-17718-const-destructors.rs Stabilize drop_types_in_const. 2017-09-09 17:39:30 +03:00
issue-17718-parse-const.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-17718-static-unsafe-interior.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
issue-17718.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
issue-17732.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-17734.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
issue-17746.rs Add test for #17746 2015-03-31 16:22:23 -07:00
issue-17756.rs Add regression test for #17756 2015-06-29 17:10:53 -07:00
issue-17771.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-17816.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
issue-17877.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-17897.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
issue-17904.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-18060.rs Add test for issue 18060. 2016-11-06 16:32:49 +01:00
issue-18075.rs Add regression test for #18075 2015-05-12 12:23:19 +02:00
issue-18083.rs Addressing nits & tests explanations. 2015-08-04 08:14:32 +02:00
issue-18088.rs Add testcase for issue-18088. 2016-09-28 23:05:32 +09:00
issue-18110.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-18173.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-18188.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
issue-18232.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-18352.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-18353.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-18412.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-18425.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-18446.rs Add tests for issues with the 'E-needtest' label. 2017-03-07 14:01:19 +09:00
issue-18464.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-18501.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-18514.rs Use box syntax in vec! macro 2016-02-25 22:08:23 -05:00
issue-18539.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-18652.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
issue-18655.rs Add regression tests for issues #18655 and #18988. 2015-06-21 15:09:05 -05:00
issue-18661.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
issue-18685.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
issue-18711.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
issue-18738.rs Remove pretty-expanded from 2 tests; deriving(Ord) uses unstable intrinsic. 2015-04-11 00:50:59 +02:00
issue-18767.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-18809.rs Add a regression test for issue #18809. 2015-06-20 16:16:54 -05:00
issue-18845.rs librustc_trans: Remove misoptimization in treating derefs of Box as rvalues. 2015-05-20 05:07:27 -04:00
issue-18859.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-18906.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-18913.rs rustc_back: Don't pass 'u' to ar invocations 2015-05-26 07:06:31 -07:00
issue-18937-1.rs elaborate T: 'a dependencies 2016-11-01 14:04:14 -04:00
issue-18988.rs Add regression tests for issues #18655 and #18988. 2015-06-21 15:09:05 -05:00
issue-19001.rs type_of: use sizing_type_of to check the size of arrays 2015-10-27 23:02:23 +02:00
issue-19037.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-19081.rs Remove several FIXMEs 2015-05-04 20:05:40 +02:00
issue-19097.rs Add regression test for #19097 2015-04-09 09:29:40 -07:00
issue-19098.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-19102.rs add #[allow(unused_qualifications)] to derived impls 2015-07-23 13:26:49 -04:00
issue-19127.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
issue-19129-1.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-19129-2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-19135.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
issue-19244.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-19293.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-19340-1.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-19340-2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-19358.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-19367.rs
issue-19398.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-19404.rs Deprecate Reflect 2016-10-12 08:40:22 +13:00
issue-19479.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-19499.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-19631.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-19632.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-19811-escape-unicode.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
issue-19850.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-19982.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
issue-20009.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-20055-box-trait.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-20055-box-unsized-array.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-20091.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-20174.rs Add regression test for #20174 2015-05-05 15:57:27 +02:00
issue-20186.rs Add regression test for #20186 2015-05-05 15:57:28 +02:00
issue-20313.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-20343.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-20389.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-20396.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-20414.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-20427.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-20454.rs Fallout: move from scoped to spawn 2015-04-14 08:15:45 -07:00
issue-20544.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
issue-20575.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
issue-20616.rs fix typos caught by codespell 2015-05-06 03:00:13 +02:00
issue-20644.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-20676.rs Remove pretty-expanded from tests that use format_args! 2015-04-12 22:01:55 -07:00
issue-20763-1.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-20763-2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-20797.rs Stabilise ? 2016-10-12 08:40:22 +13:00
issue-20803.rs add test for #20803 2015-08-28 12:54:17 -04:00
issue-20823.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-20825.rs add tests for #20825 2015-07-18 18:03:30 -04:00
issue-20847.rs Add regression test for #20847. 2016-08-06 16:01:12 -04:00
issue-20953.rs
issue-21033.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-21058.rs rustc: add ReErased to be used by trait selection, MIR and trans. 2016-06-05 13:58:51 +03:00
issue-21140.rs Add regression test for #21140 2015-07-14 22:57:55 +09:00
issue-21174.rs Add regression tests for #21174 2015-05-05 15:57:28 +02:00
issue-21245.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
issue-21291.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
issue-21306.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-21361.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-21363.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-21384.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
issue-21400.rs Stabilise ? 2016-10-12 08:40:22 +13:00
issue-21402.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-21410.rs Add tests for #21410 and #24972 2015-10-25 20:32:10 -04:00
issue-21475.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-21486.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
issue-21520.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-21562.rs Add regression test for #21562 2015-05-07 00:25:48 +02:00
issue-21622.rs Add regression test for #21622 2015-06-17 19:46:33 -07:00
issue-21634.rs travis: Add i586 linux and i686 musl 2017-01-15 18:40:57 -08:00
issue-21655.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-21721.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-21726.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-21891.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-21909.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-21922.rs Add test for #21922 2015-09-29 10:19:24 -04:00
issue-22008.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-22036.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-22066.rs Add test for an inference failure. 2017-05-03 13:07:30 -04:00
issue-22258.rs Add regression test for #22258 2015-05-07 00:25:53 +02:00
issue-22346.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-22356.rs Fallout in tests 2015-04-02 13:24:46 -04:00
issue-22375.rs Add regression test for #22375 2015-06-24 00:56:53 -07:00
issue-22403.rs Add test for #22403 2015-10-23 20:15:33 -04:00
issue-22426.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-22463.rs Add regression test for #22463 2015-05-07 00:25:53 +02:00
issue-22471.rs Add regression test for #22471 2015-05-04 14:03:12 +02:00
issue-22536-copy-mustnt-zero.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
issue-22546.rs Address comments + Fix rebase 2016-10-27 22:20:25 +03:00
issue-22577.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
issue-22629.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-22777.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-22781.rs Add tests 2015-10-25 07:37:21 -04:00
issue-22814.rs Add regression test for #22814 2015-10-12 15:40:47 -04:00
issue-22828.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-22864-1.rs Add regression tests for #22864 2015-06-16 20:11:56 -07:00
issue-22864-2.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
issue-22894.rs Add regression test for #22894. 2016-08-08 18:33:16 -04:00
issue-22992-2.rs Add tests for #17001, #21449, #22992, #23208, #23442 2015-09-08 16:51:21 -04:00
issue-22992.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-23036.rs Add test for #23036 2015-09-15 10:14:11 -04:00
issue-23208.rs Add tests for #17001, #21449, #22992, #23208, #23442 2015-09-08 16:51:21 -04:00
issue-23261.rs librustc_trans: Handle DST structs in trans::_match. 2015-05-03 05:36:04 -04:00
issue-23304-1.rs Add regression tests for #23304 2015-08-17 09:36:03 -04:00
issue-23304-2.rs Add regression tests for #23304 2015-08-17 09:36:03 -04:00
issue-23311.rs Add tests for issues with the 'E-needtest' label. 2017-03-07 14:01:19 +09:00
issue-23336.rs Select projections over impls in case of ambiguity. Fixes #23336. 2015-05-07 22:21:57 +03:00
issue-23338-ensure-param-drop-order.rs #33490 is closed remove the FIXME 2017-09-04 19:59:16 -04:00
issue-23338-params-outlive-temps-of-body.rs Test cases for Issue 23338. 2015-04-04 09:24:29 +02:00
issue-23406.rs Consistently normalize fn types after erasing lifetimes. 2015-11-14 14:47:49 -08:00
issue-23433.rs Use safe conversion instead of unsafe constructor in issue-23433 test 2017-07-22 20:38:40 +02:00
issue-23435.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue-23442.rs Add tests for #17001, #21449, #22992, #23208, #23442 2015-09-08 16:51:21 -04:00
issue-23477.rs Correct broken test 2016-06-13 22:27:13 +01:00
issue-23485.rs Fix some typos 2015-03-28 18:09:51 +03:00
issue-23491.rs add test for #23491 2015-07-19 15:46:57 -04:00
issue-23550.rs Only allow using the atomic intrinsics on integer types 2016-03-31 16:03:27 +01:00
issue-23611-enum-swap-in-drop.rs remove excess string allocation 2015-11-05 15:30:34 +01:00
issue-23649-1.rs Add regression tests for #23649 2015-06-19 14:58:57 -07:00
issue-23649-2.rs Add regression tests for #23649 2015-06-19 14:58:57 -07:00
issue-23649-3.rs Add regression tests for #23649 2015-06-19 14:58:57 -07:00
issue-23699.rs Add regression test for issue 23699. 2016-11-21 22:02:03 +01:00
issue-23781.rs std: Don't deadlock/panic on recursive prints 2015-03-27 19:03:18 -07:00
issue-23808.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
issue-23825.rs Create a FreshFloatTy separate from FreshIntTy 2015-05-12 21:45:56 +03:00
issue-23833.rs typestrong constant integers 2016-03-10 12:50:12 +01:00
issue-23891.rs Add tests 2015-10-25 07:37:21 -04:00
issue-23898.rs rustc_const_eval: support all unit enum variants. 2017-04-23 11:11:57 +03:00
issue-23958.rs Correct issue number in test 2016-06-02 16:03:12 -04:00
issue-23968-const-not-overflow.rs Fix compile-time integer overflow when using ! on unsigned values 2015-05-17 10:04:15 +02:00
issue-23992.rs project: add a recursion limit to "tail-recursive" projections 2015-10-27 16:04:06 +02:00
issue-24085.rs typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
issue-24086.rs handle all type variants correctly in dropck 2015-07-24 23:46:17 +03:00
issue-24161.rs Add Clone impls for extern "C" and unsafe fns 2015-04-07 12:39:25 -07:00
issue-24227.rs Add test for #24227 2015-06-19 18:36:54 +02:00
issue-24308.rs Substitute free lifetimes when Self is used within a method body 2015-05-20 21:23:41 +03:00
issue-24313.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-24353.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-24389.rs Add test for #24389 2015-09-28 13:39:29 -04:00
issue-24434.rs Strip configuration before checking feature gates of macros 2015-04-14 23:39:45 +02:00
issue-24533.rs Add test for #24533 2015-09-16 06:50:24 -04:00
issue-24589.rs Fix auto_ref for fat pointers 2015-05-25 17:25:41 +02:00
issue-24779.rs Translate "ignored" closure expressions. 2015-06-08 10:29:34 -07:00
issue-24805-dropck-itemless.rs Add RFC 1238's unsafe_destructor_blind_to_params (UGEH) where needed. 2015-10-06 14:16:49 +02:00
issue-24945-repeat-dash-opts.rs Unit test ensuring we accept repeated -g and -O. 2015-04-29 18:56:16 +02:00
issue-24947.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
issue-24954.rs Closes #24954 2015-11-03 10:20:45 -02:00
issue-25089.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
issue-25145.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
issue-25180.rs Add regression test for #25180 2015-06-17 19:37:27 -07:00
issue-25185.rs trans: Link rlibs to dylibs with --whole-archive 2015-07-08 15:24:23 -07:00
issue-25279.rs Substitute free lifetimes when Self is used within a method body 2015-05-20 21:23:41 +03:00
issue-25339.rs Feature gate associated type defaults 2015-07-29 15:11:07 -07:00
issue-25343.rs middle: reset loop labels while visiting closure 2016-05-02 16:48:36 +02:00
issue-25394.rs Make #[derive(Debug)] work with unsized fields 2015-05-17 14:03:37 -07:00
issue-25439.rs Add test for #25439 2015-10-01 11:30:22 -04:00
issue-25467.rs sort the existential bounds list in tydecode 2015-09-13 20:59:40 +03:00
issue-25497.rs librustc_trans: Remove misoptimization in treating derefs of Box as rvalues. 2015-05-20 05:07:27 -04:00
issue-25515.rs Don't call drop when taking the address of unsized fields 2015-05-19 14:25:35 +02:00
issue-25549-multiple-drop.rs Don't call drop when taking the address of unsized fields 2015-05-19 14:25:35 +02:00
issue-25679.rs Make impl-trait-ref associated types work in methods 2015-06-15 18:27:35 +03:00
issue-25693.rs Add tests 2015-10-25 07:37:21 -04:00
issue-25700-1.rs Simplify and type_known_to_meet_builtin_bound and make it more correct when 2015-06-18 20:51:43 +03:00
issue-25700-2.rs Normalize associated types in closure signatures 2015-06-18 23:04:57 +03:00
issue-25746-bool-transmute.rs Fix transmutes with boolean source values 2015-05-25 13:08:31 +02:00
issue-25757.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
issue-25810.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
issue-25916.rs use stalled_on in all obligation types 2016-02-15 19:08:53 +02:00
issue-26095.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
issue-26127.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-26205.rs Fix multiple mutable autoderefs with Box 2015-09-03 14:41:27 -04:00
issue-26251.rs Add tests for #20433, #26251, #28625, #33687 2016-08-27 18:37:27 -04:00
issue-26322.rs Add a test for issue 26322 2015-06-16 22:23:01 +03:00
issue-26468.rs Add a test for #26468 2015-07-20 10:33:44 +02:00
issue-26484.rs Create proper debuginfo for closure variables 2015-07-20 15:45:11 +02:00
issue-26641.rs handle all type variants correctly in dropck 2015-07-24 23:46:17 +03:00
issue-26646.rs Add missing trailing newline. 2015-06-29 21:49:15 +01:00
issue-26655.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
issue-26709.rs Fix ICE caused by Drop implementations for unsized types 2015-07-03 14:44:51 +02:00
issue-26802.rs return erased regions from fulfill_obligation 2015-07-20 00:16:37 +03:00
issue-26805.rs rustc_trans: always use normalizing_infer_ctxt. 2015-07-05 22:41:23 +03:00
issue-26873-multifile.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-26873-onefile.rs add tests for #26873 2015-12-18 12:14:15 -05:00
issue-26905.rs Ignore PhantomData when checking CoerceUnsized implementations 2015-09-14 22:02:26 -06:00
issue-26996.rs Correctly detect reassignments to the interior of matched structs/tuples 2015-07-13 13:23:13 +02:00
issue-26997.rs Add regression test for Issue 26997. 2016-03-21 22:40:28 -04:00
issue-27021.rs Make match discriminant reassignment check more accurate. 2016-07-05 17:27:06 -04:00
issue-27054-primitive-binary-ops.rs implement raw fat pointer ops 2015-09-06 16:11:38 +03:00
issue-27105.rs Add test for #27105 2015-10-16 21:32:06 -04:00
issue-27240.rs handle all type variants correctly in dropck 2015-07-24 23:46:17 +03:00
issue-27268.rs Fix an ICE with a closure in a constant. 2015-07-24 17:00:37 -07:00
issue-27281.rs Substitute free lifetimes in Self::T 2015-07-25 21:25:51 +03:00
issue-27320.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
issue-27401-dropflag-reinit.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-27583.rs add a regression test for #27583. Fixes #27583. 2015-08-18 17:44:01 -04:00
issue-27639.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-27859.rs Ignore some failing test on wasm32-unknown-emscripten 2017-06-13 10:46:54 -03:00
issue-27889.rs Fix for issue #27889: same field names in enum variants 2015-12-11 14:45:07 +01:00
issue-27890.rs check upvars in closures that are in statics 2015-10-01 15:22:57 +03:00
issue-27901.rs more through normalization in typeck & trans 2017-03-01 16:56:08 +02:00
issue-27997.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
issue-28181.rs create a region-map for types in generics 2015-09-03 13:35:41 +03:00
issue-28279.rs Refactor parsing of trait object types 2017-03-21 23:01:53 +03:00
issue-28550.rs use the infcx tables to check if a closure is Copy 2015-09-24 17:02:07 +03:00
issue-28561.rs Add tests for macro-based impls 2015-09-21 10:42:18 -04:00
issue-28600.rs Add missing tests for 'E-needstest' labeled issues 2017-03-06 12:52:26 +09:00
issue-28676.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
issue-28777.rs Added a functioning version of the assoc-oddities-3 test case to 2015-12-17 22:14:50 +01:00
issue-28822.rs Whitelisting PatWild for E0022. Fix #28822 2015-10-10 09:27:24 +00:00
issue-28828.rs more through normalization in typeck & trans 2017-03-01 16:56:08 +02:00
issue-28839.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-28871.rs add main fn to test 2015-10-23 11:04:38 -04:00
issue-28936.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-28950.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-28983.rs Fix the fallout 2015-12-18 04:12:31 +03:00
issue-28999.rs require a method callee's type to outlive the call 2015-10-12 23:51:59 +03:00
issue-29030.rs Add test for #29030 2015-10-28 08:52:32 -04:00
issue-29037.rs Add Shared pointer and have {Arc, Rc} use it 2015-10-16 18:35:31 -04:00
issue-29048.rs Regression test for #29048. Fixes #29048. 2015-10-28 18:48:49 -04:00
issue-29053.rs add test for issue #29053 2016-08-08 21:04:51 +02:00
issue-29071-2.rs Fix restrictions when parsing rhs of equalities 2015-10-27 21:55:10 +02:00
issue-29071.rs Add a test for #29071 2015-10-27 21:55:04 +02:00
issue-29092.rs Unit/regression tests for issues #29092, #30018, #30530, #30822. 2016-01-13 14:29:25 +01:00
issue-29147.rs fix pretty 2015-11-15 19:22:32 +02:00
issue-29166.rs Add dropck unsafe escape hatch (UGEH) to vec::IntoIter. 2015-10-20 14:54:38 +02:00
issue-29227.rs Ignore long lines on this test. 2015-11-11 09:02:24 -05:00
issue-29276.rs Add tests for #25810 and #29276 2015-11-23 14:57:28 -05:00
issue-29466.rs Rewrite stmt processing not to recurse to avoid stack overflow if there 2015-11-24 19:31:48 -05:00
issue-29485.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-29488.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
issue-29516.rs auto trait future compatibility lint 2017-11-03 16:13:21 -02:00
issue-29522.rs resolve: don't speculatively create freevars when resolving 2015-11-03 21:08:42 +02:00
issue-29540.rs Don't chain method calls in #[derive(Debug)] 2015-11-03 22:48:28 -08:00
issue-29663.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-29668.rs Rewrite VisiblePrivateTypesVisitor 2015-12-18 04:12:31 +03:00
issue-29710.rs syntax: Use let _ in #[derive(Debug)] 2015-11-09 10:42:58 -08:00
issue-29740.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-29746.rs Fix hygiene regression in patterns 2015-11-12 01:49:23 +03:00
issue-29844.rs introduce a region unification table and use it in dropck 2015-12-07 19:36:28 +02:00
issue-29914-2.rs Fix ICE on using result of index on a constant to index into a constant 2016-02-13 15:13:10 -05:00
issue-29914-3.rs Fix ICE on using result of index on a constant to index into a constant 2016-02-13 15:13:10 -05:00
issue-29914.rs Fix ICE on using result of index on a constant to index into a constant 2016-02-13 15:13:10 -05:00
issue-29927.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-29948.rs translate closure shims using MIR 2017-03-18 02:53:07 +02:00
issue-30018-nopanic.rs Unit/regression tests for issues #29092, #30018, #30530, #30822. 2016-01-13 14:29:25 +01:00
issue-30018-panic.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
issue-30081.rs Disable the null check elimination pass 2015-12-02 18:19:10 +01:00
issue-30240.rs handle string literals correctly in match checking 2016-06-09 00:38:38 +03:00
issue-30276.rs Add test case for #30276 2016-06-18 18:29:52 -04:00
issue-30371.rs add failing run-pass test for #30371 2015-12-14 17:51:52 -05:00
issue-30490.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-30530.rs Unit/regression tests for issues #29092, #30018, #30530, #30822. 2016-01-13 14:29:25 +01:00
issue-30615.rs Fix const trans 2016-03-23 02:10:09 +09:00
issue-30756.rs Check #[thread_local] statics correctly in the compiler. 2017-08-12 12:58:07 +03:00
issue-30891.rs truncate i8-s to i1-s when loading constants 2016-03-04 01:16:23 +02:00
issue-31260.rs coerce fields to the expected field type 2017-06-21 20:28:09 +03:00
issue-31267-additional.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
issue-31267.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
issue-31299.rs address review comments 2016-05-03 18:30:10 +03:00
issue-31597.rs Resolve conflicts and extend the test 2016-03-16 13:22:35 +01:00
issue-31702.rs Ignore the test added in #31717 2016-02-18 22:47:42 -08:00
issue-31776.rs Make private_in_public compatibility lint deny-by-default 2016-08-11 23:19:04 +03:00
issue-32008.rs rustc_typeck: use subtyping on the LHS of binops. 2017-10-31 17:34:46 +02:00
issue-32292.rs Add test for silenced unused params in derive 2016-03-17 08:11:46 +05:30
issue-32324.rs Fix mis-uses of projection mode 2016-03-20 13:37:28 -07:00
issue-32389.rs Fix tupling of fn args for rust-call ABI functions 2016-03-21 12:22:29 +01:00
issue-32518.rs Use weak_odr linkage when reusing definitions across codegen units 2016-03-29 16:44:54 +02:00
issue-32805.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
issue-32947.rs Fix transmute::<T, U> where T requires a bigger alignment than U 2016-12-31 13:13:30 +01:00
issue-33096.rs Normalize types before using them in debuginfo. 2016-04-20 02:21:14 +03:00
issue-33185.rs Add test for #33185 2017-09-02 13:01:34 -05:00
issue-33187.rs normalize field types in copy implementations 2017-01-03 21:50:18 +02:00
issue-33202.rs Allow repr attribute on single variant enum. 2016-05-13 12:36:57 -04:00
issue-33287.rs Add a regression test for ICE #33287 2017-04-25 22:57:04 -04:00
issue-33387.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
issue-33461.rs trans: callee: normalize trait_ref before use 2016-05-07 22:05:11 +08:00
issue-33498.rs Add run-pass test for issue 33498 2016-08-07 13:55:08 +02:00
issue-33537.rs mir: don't attempt to promote Unpromotable constant temps. 2016-05-10 21:26:34 +03:00
issue-33687.rs Add tests for #20433, #26251, #28625, #33687 2016-08-27 18:37:27 -04:00
issue-33770.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
issue-33992.rs Fix incorrect LLVM Linkage enum 2016-09-04 16:12:01 -05:00
issue-34053.rs Stabilize drop_types_in_const. 2017-09-09 17:39:30 +03:00
issue-34074.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
issue-34427.rs Workaround #34427 by using memset of 0 on ARM to set the discriminant. 2016-09-20 15:58:46 +02:00
issue-34503.rs fail obligations that depend on erroring obligations 2016-07-02 02:20:45 +03:00
issue-34569.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-34571.rs Add a test for issue 34571 2017-03-17 00:21:40 +09:00
issue-34751.rs Add missing tests for 'E-needstest' labeled issues 2017-03-06 12:52:26 +09:00
issue-34780.rs Add tests for issues with the E-needstest label 2017-07-25 12:23:16 +09:00
issue-34796.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-34798.rs lint/ctypes: Don't warn on non-unsized structs with PhantomData. 2017-02-03 22:00:40 +01:00
issue-34932.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-35376.rs Add test for #35676 2017-09-02 12:45:15 -05:00
issue-35423.rs Add test for #35423 2016-08-28 19:16:13 -04:00
issue-35546.rs add missing test 2016-09-13 18:33:35 -04:00
issue-35600.rs Check namespaces when resolving associated items in typeck 2017-10-15 11:58:32 +01:00
issue-35815.rs rustc_trans: don't round up the DST prefix size to its alignment. 2016-08-27 08:51:55 +03:00
issue-36023.rs Remove two obsolete min-llvm-version tests 2017-10-18 07:54:35 -07:00
issue-36036-associated-type-layout.rs Fix issue #36036. 2016-09-05 12:57:00 +02:00
issue-36053.rs clear obligations-added flag with nested fulfillcx 2016-09-14 11:04:39 -04:00
issue-36075.rs fix broken type parameter indexing logic in wfcheck 2016-08-30 21:27:03 +03:00
issue-36139-normalize-closure-sig.rs Normalize the function signature of closures 2016-08-31 16:43:14 +12:00
issue-36260.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-36278-prefix-nesting.rs For size of struct P<T>(Q<T>), don't double-count the prefix added by Q. 2016-09-08 19:18:07 +02:00
issue-36381.rs loosen assertion against proj in collector 2016-10-03 11:52:36 -04:00
issue-36401.rs use adt::trans_const when translating constant closures and tuples 2016-09-12 01:53:43 +03:00
issue-36474.rs Up the LLVM 2016-09-17 18:40:40 +03:00
issue-36744-bitcast-args-if-needed.rs Some tests to check that lifetime parametric fn's do not trip up LLVM. 2016-10-12 19:29:50 +02:00
issue-36744-without-calls.rs Some tests to check that lifetime parametric fn's do not trip up LLVM. 2016-10-12 19:29:50 +02:00
issue-36768.rs Add regression test. 2016-09-27 21:51:44 +00:00
issue-36786-resolve-call.rs Resolve the callee type in check_call before autoderef 2016-09-29 17:07:03 +13:00
issue-36816.rs Add regression test. 2016-09-29 03:52:09 +00:00
issue-36856.rs force i1 booleans to i8 when comparing 2016-10-04 05:56:02 -04:00
issue-36936.rs stop having identity casts be lexprs 2016-10-04 01:13:36 +03:00
issue-36954.rs use DefId's in const eval for cross-crate const fn's 2016-11-03 12:05:45 +01:00
issue-37109.rs normalize tuple pair types 2016-10-12 12:20:10 +02:00
issue-37175.rs Add regression test. 2016-10-17 23:00:53 +00:00
issue-37222.rs trans: pad const structs to aligned size 2016-10-20 22:27:06 +02:00
issue-37598.rs _match: correct max_slice_length logic 2016-11-05 13:32:35 +02:00
issue-37655.rs introduce a fudge_regions_if_ok to address false region edges 2016-11-08 18:58:12 -05:00
issue-37686.rs Work around a borrow surviving too long (fixes #37686) 2016-11-10 14:43:46 +01:00
issue-37725.rs Make Clone a lang item and generate builtin impls. 2017-08-14 15:07:21 +02:00
issue-37733.rs Fix empty lifetime list or one with trailing comma being rejected 2016-11-13 17:55:17 +01:00
issue-37991.rs fix function arguments in constant promotion 2017-01-11 09:50:24 +02:00
issue-38002.rs don't double-apply variant padding to const enums 2016-11-27 02:57:55 +02:00
issue-38033.rs evaluate obligations in LIFO order during closure projection 2016-11-29 01:09:30 +02:00
issue-38074.rs Allow projections to be promoted to constants in MIR. 2017-01-05 02:33:09 +02:00
issue-38190.rs macros: fix the expected paths for a non-inline module matched by an item fragment. 2016-12-07 10:56:55 +00:00
issue-38226.rs Extend middle::reachable to also consider provided trait methods. 2016-12-08 17:06:56 -05:00
issue-38437.rs clear discriminant drop flag at the bottom of a ladder 2016-12-25 18:44:19 +02:00
issue-38556.rs Fix import resolution bug and fold all idents in the AST. 2016-12-23 02:16:31 +00:00
issue-38715.rs Fix regression with duplicate #[macro_export] macro_rules!. 2017-01-04 08:03:23 +00:00
issue-38727.rs Fix ICE on i686 when calling immediate() on OperandValue::Ref in return 2017-01-05 12:59:50 -07:00
issue-38942.rs Add regression test for issue #38942 2017-01-19 18:22:46 -05:00
issue-38972.rs use a more conservative inhabitableness rule 2017-02-23 22:46:22 +02:00
issue-38987.rs More snap cleanup 2017-02-04 04:53:09 +02:00
issue-39089.rs Fix ICE when compiling fn f<T: ?for<'a> Sized>() {} 2017-01-17 22:52:43 +01:00
issue-39292.rs erase late bound regions in get_vtable_methods() 2017-02-16 13:56:06 -05:00
issue-39367.rs store the normalized types of statics in MIR Lvalues 2017-03-01 16:56:13 +02:00
issue-39467.rs Add tests for issues with the E-needstest label 2017-07-25 12:23:16 +09:00
issue-39548.rs rustc_const_eval: always demand typeck_tables for evaluating constants. 2017-02-25 18:35:26 +02:00
issue-39709.rs Add syntax::ext::tt::quoted::{TokenTree, ..} and remove tokenstream::TokenTree::Sequence. 2017-02-28 22:14:29 +00:00
issue-39720.rs Add tests for issues with the E-needstest label 2017-07-25 12:23:16 +09:00
issue-39808.rs remove comments that were tripping up pretty printer 2017-03-30 08:18:03 -04:00
issue-39823.rs trans: don't ICE when trying to create ADT trans-items 2017-02-23 20:03:18 +02:00
issue-39827.rs Addresses comments in PR #43836 2017-08-13 19:28:04 +10:00
issue-39984.rs add regression test for #39984 2017-03-22 11:13:09 -04:00
issue-40003.rs Add test for #40003. 2017-10-15 12:58:05 -07:00
issue-40085.rs Allow types passed to [] to coerce, like .index() 2017-03-01 00:15:13 +00:00
issue-40136.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
issue-40235.rs Fix missing WhileLet pattern scope 2017-03-03 09:40:44 -08:00
issue-40408.rs Parse 0e+10 as a valid floating-point literal 2017-03-18 21:16:16 +09:00
issue-40469.rs Fix regression when include!()ing a macro_rules! containing a $crate:: path. 2017-03-17 22:20:41 +00:00
issue-40770.rs Fix ICE with nested macros in certain situations. 2017-03-25 04:04:13 +00:00
issue-40847.rs Fix regression involving identifiers in macro_rules! patterns. 2017-07-13 14:12:57 -07:00
issue-40883.rs Update LLVM to pick StackColoring improvement 2017-06-19 20:55:56 +03:00
issue-40951.rs generalize type variables too 2017-04-11 20:32:47 -04:00
issue-40962.rs Fix bug parsing #[derive] macro invocations. 2017-04-03 23:02:49 +00:00
issue-41053.rs cstore: return an immutable borrow from visible_parent_map 2017-04-04 18:11:03 +03:00
issue-41213.rs rustc_typeck: consolidate adjustment composition 2017-04-13 21:27:35 +03:00
issue-41272.rs Fixed aesthetics and test 2017-04-15 17:21:53 +05:30
issue-41298.rs propagate obligations during overlap check 2017-04-19 07:20:36 -04:00
issue-41394.rs rustc_const_eval: support all unit enum variants. 2017-04-23 11:11:57 +03:00
issue-41479.rs Added test for #41479 from @eddyb. 2017-04-25 21:18:30 +10:00
issue-41498.rs typeck: resolve type vars before calling try_index_step 2017-04-27 16:44:27 +03:00
issue-41604.rs refactor the handling of lvalue ops 2017-04-30 15:49:04 +03:00
issue-41628.rs Don't ever warn about #[used] items being dead code. 2017-04-29 23:18:15 +03:00
issue-41677.rs add a WF obligation if a type variable appears in bivariant position 2017-05-11 14:52:26 -04:00
issue-41696.rs mark calls in the unwind path as !noinline 2017-06-20 22:02:49 +03:00
issue-41744.rs rustc_trans: do not attempt to truncate an i1 const to i1. 2017-05-12 00:14:31 +03:00
issue-41803.rs Fix regression in macro_rules! name matching. 2017-05-15 09:26:26 +00:00
issue-41849-variance-req.rs do not fetch variance for items when equating 2017-05-11 10:54:19 -04:00
issue-41888.rs use Eq instead of Lt in loop 2017-05-28 10:43:24 +03:00
issue-41936-variance-coerce-unsized-cycle.rs use equality in the coerce-unsized check 2017-05-15 17:36:07 -04:00
issue-42007.rs Refactor: Move the mutable parts out of LintStore. Fix #42007. 2017-05-17 16:09:39 +08:00
issue-42210.rs extend struct_tail to operate over closures 2017-05-26 16:36:40 -04:00
issue-42463.rs rustc_typeck: do not overlap a borrow of TypeckTables with method lookup. 2017-06-06 21:48:16 +03:00
issue-42467.rs rustc: T: 'empty always holds forall T. 2017-06-06 19:50:01 +03:00
issue-42552.rs register the obligations from wf::implied_bounds 2017-06-17 05:40:39 -04:00
issue-42679.rs Use T as the subpattern type of Box<T> 2017-06-18 16:07:26 +09:00
issue-42747.rs Memoize types in is_representable to avoid exponential worst-case 2017-06-19 18:44:57 +03:00
issue-43057.rs Avoid calling the column!() macro in panic 2017-08-08 11:35:09 +02:00
issue-43132.rs save the subobligations as well 2017-07-30 11:07:28 -07:00
issue-43205.rs Fixes issue #43205: ICE in Rvalue::Len evaluation. 2017-08-23 23:10:03 +10:00
issue-43357.rs rustc_const_eval: keep track of the appropriate ParamEnv. 2017-07-27 20:59:40 +03:00
issue-43692.rs Accept underscores in unicode escapes 2017-08-17 20:03:32 +02:00
issue-43853.rs remove the "defaulted unit" type bit during writeback 2017-08-14 13:25:16 +03:00
issue-43910.rs rustc: Add Local to the HIR map of parents 2017-08-18 10:36:39 -07:00
issue-43923.rs register fn-ptr coercion obligations out of a snapshot 2017-08-21 14:11:57 +03:00
issue-44247.rs Check namespaces when resolving associated items in typeck 2017-10-15 11:58:32 +01:00
issue-44373.rs Fix regression in promotion of rvalues referencing a static 2017-09-08 20:22:50 -04:00
issue-44402.rs restructure the public inhabitedness APIs and remove the cache 2017-10-16 17:32:21 -04:00
issue-44730.rs rustc: Don't use DelimToken::None if possible 2017-09-21 08:13:25 -07:00
issue-44851.rs Fix #44851 by visiting tokens in DefCollector and BuildReducedGraphVisitor 2017-10-23 17:41:25 +09:00
issue-45124.rs Mark block exits as reachable if the block can break. 2017-10-15 21:19:00 -07:00
issue-45425.rs rustc_typeck: use subtyping on the LHS of binops. 2017-10-31 17:34:46 +02:00
issue-45731.rs Disable mmap in libbacktrace on Apple platforms 2017-11-08 02:28:17 -08:00
issue2170exe.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue28498-must-work-ex1.rs shorten URLs to placate make tidy. 2015-10-06 16:51:20 +02:00
issue28498-must-work-ex2.rs shorten URLs to placate make tidy. 2015-10-06 16:51:20 +02:00
issue28498-ugeh-ex1.rs placate check-pretty via comment rearrangement. 2015-10-08 23:02:42 +02:00
issue28498-ugeh-with-lifetime-param.rs Added tests illustrating when and when not to use the UGEH attribute w.r.t. a lifetime param. 2015-10-08 14:43:45 +02:00
issue28498-ugeh-with-passed-to-fn.rs Added tests illustrating when and when not to use the UGEH attribute w.r.t. types in negative position. 2015-10-08 14:43:45 +02:00
issue28498-ugeh-with-trait-bound.rs Added tests illustrating when and when not to use the UGEH attribute w.r.t. a trait bound. 2015-10-08 14:43:44 +02:00
issue29927-1.rs add unit tests for #29927 2015-12-06 12:59:53 +01:00
issue_3136_b.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
issue_9155.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
istr.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
item-attributes.rs Remove pretty-expanded from tests that use format_args! 2015-04-12 22:01:55 -07:00
item-name-overload.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
iter-cloned-type-inference.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
iter-range.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
iter-step-overflow-debug.rs add max value from iterator 2016-11-02 10:11:53 -04:00
iter-step-overflow-ndebug.rs add max value from iterator 2016-11-02 10:11:53 -04:00
iter-sum-overflow-debug.rs Inherit overflow checks for sum and product 2016-09-10 10:06:33 -07:00
iter-sum-overflow-ndebug.rs Inherit overflow checks for sum and product 2016-09-10 10:06:33 -07:00
iter-sum-overflow-overflow-checks.rs add -C overflow-checks option 2017-02-22 10:08:57 -05:00
iter-zip.rs Expand .zip() specialization to .map() and .cloned() 2016-10-17 10:58:21 +02:00
ivec-pass-by-value.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
ivec-tag.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
keyword-changes-2012-07-31.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
kindck-implicit-close-over-mut-var.rs Fallout: move from scoped to spawn 2015-04-14 08:15:45 -07:00
kindck-owned-trait-contains-1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
kinds-in-metadata.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
labeled-break.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
lambda-infer-unresolved.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
lambda-var-hygiene.rs Miscellaneous cleanup for old issues. 2015-09-20 11:37:08 +01:00
large-records.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
last-use-in-block.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
last-use-in-cap-clause.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
last-use-is-capture.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
lazy-and-or.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
lazy-init.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
leak-unique-as-tydesc.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
let-assignability.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
let-destruct-ref.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
let-var-hygiene.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
lex-bare-cr-nondoc-comment.rs Allow bare CR in ////-style comment. 2017-05-08 22:29:24 +09:00
lexer-crlf-line-endings-string-literal-doc-comment.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
lexical-scoping.rs Resolve: fix #23880, a scoping bug 2016-01-26 04:16:58 +00:00
lib-defaults.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
linear-for-loop.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
link-cfg-works.rs rustc: Implement #[link(cfg(..))] and crt-static 2016-11-16 07:00:09 -08:00
link-section.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
linkage1.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
lint-cap.rs rustc: Add a --cap-lints flag to the compiler 2015-07-28 18:23:09 -07:00
lint-dead-code-associated-type.rs lint: mark associated types as live for the dead_code pass 2016-03-09 11:36:05 -08:00
lint-dead-code-variant.rs Add a test 2015-06-17 21:37:36 +09:00
lint-expr-stmt-attrs-for-early-lints.rs Add a test 2015-12-22 00:56:48 +01:00
lint-non-camel-case-types-non-uppercase-statics-unicode.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
lint-non-camel-case-with-trailing-underscores.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
lint-unknown-lints-at-crate-level.rs rustc: Fix unknown_lints next to an unknown lint 2017-08-13 08:09:46 -07:00
list.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
liveness-assign-imm-local-after-loop.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
liveness-assign-imm-local-after-ret.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
liveness-loop-break.rs
liveness-move-in-loop.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
llvm-pr32379.rs update LLVM with fix for PR32379 2017-03-24 00:54:23 +02:00
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
log-knows-the-names-of-variants.rs
log-poly.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
log_syntax-trace_macros-macro-locations.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
logging-only-prints-once.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
logging_before_rt_started.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
long-while.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
loop-break-cont-1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
loop-break-cont.rs
loop-break-value.rs Type-check break value; even outside of loop {}. 2017-08-09 00:30:26 +08:00
loop-diverges.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
loop-label-shadowing.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
loop-labeled-break-value.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
loop-no-reinit-needed-post-bot.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
loop-scope.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
lto-many-codegen-units.rs rustc: Enable LTO and multiple codegen units 2017-09-30 00:22:15 -07:00
macro-2.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
macro-attribute-expansion.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
macro-attributes.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
macro-block-nonterminal.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
macro-crate-def-only.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
macro-crate-nonterminal-renamed.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
macro-crate-nonterminal.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
macro-crate-use.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
macro-deep_expansion.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
macro-delimiter-significance.rs Use box syntax in vec! macro 2016-02-25 22:08:23 -05:00
macro-doc-comments.rs Fix doc comment parsing in macros. 2015-07-18 11:34:59 +01:00
macro-doc-escapes.rs Preserve escape sequences in documentation comments on macro expansion 2015-07-10 01:30:52 +09:00
macro-doc-raw-str-hashes.rs Use different numbers of #s when expanding documentation comments 2016-01-19 06:24:08 +09:00
macro-export-inner-module.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
macro-first-set.rs Only match a fragment specifier the if it starts with certain tokens. 2017-07-07 14:12:12 +08:00
macro-follow.rs implement RFC amendment 1494 2016-04-13 23:25:42 -04:00
macro-followed-by-seq.rs Permit token trees, identifiers, and blocks to be following by 2015-05-15 13:23:27 -04:00
macro-include-items.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
macro-interpolation.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
macro-invocation-in-count-expr-fixed-array-type.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
macro-meta-items.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
macro-method-issue-4621.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
macro-multiple-items.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
macro-named-default.rs Parse macros named "default" correctly. 2017-05-31 19:24:01 +09:00
macro-nested_definition_issue-31946.rs add test for nested macro def (#31946) 2017-03-21 16:27:35 -04:00
macro-nested_stmt_macros.rs Improves handling of statement macros. 2015-04-07 09:29:05 -05:00
macro-nt-list.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
macro-of-higher-order.rs Add regression test. 2016-07-19 20:22:20 +00:00
macro-pat-follow.rs After RFC amendment 1384, FOLLOW(pat) includes |, so update tests accordingly. 2016-01-07 20:53:33 +01:00
macro-pat-neg-lit.rs syntax: allow negative integer literal expression to be interpolated as pattern 2017-06-27 18:39:38 +00:00
macro-pat.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
macro-path.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
macro-pub-matcher.rs crate shorthand visibility modifier 2017-10-22 23:58:13 -07:00
macro-reexport-no-intermediate-use.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
macro-reexport.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
macro-seq-followed-by-seq.rs Updated future-proofing test, removed outdated test, and added 2016-01-07 20:53:33 +01:00
macro-stmt.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
macro-stmt_macro_in_expr_macro.rs Improves handling of statement macros. 2015-04-07 09:29:05 -05:00
macro-tt-followed-by-seq.rs Permit token trees, identifiers, and blocks to be following by 2015-05-15 13:23:27 -04:00
macro-use-all-and-none.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
macro-use-all.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
macro-use-both.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
macro-use-one.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
macro-with-attrs1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
macro-with-attrs2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
macro-with-braces-in-expr-position.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
macro_with_super_2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
match-arm-statics.rs statics in match arm: compile with -g 2017-01-30 14:52:59 -05:00
match-borrowed_str.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-bot-2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-bot.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
match-byte-array-patterns.rs handle mixed byte literal and byte array patterns 2016-10-26 23:10:30 +03:00
match-enum-struct-0.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-enum-struct-1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-implicit-copy-unique.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
match-in-macro.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-join.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
match-naked-record-expr.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
match-naked-record.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
match-path.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
match-pattern-bindings.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-pattern-lit.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
match-pattern-no-type-params.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
match-pattern-simple.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
match-phi.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
match-pipe-binding.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-range-infer.rs Improve diagnostic messages for range patterns. 2015-06-03 16:15:15 +10:00
match-range-static.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
match-range.rs add exclusive range patterns under a feature gate 2017-01-19 10:13:32 +01:00
match-reassign.rs Always properly copy values into bindings when mutating the match discriminant 2015-03-25 14:50:04 +01:00
match-ref-binding-in-guard-3256.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-ref-binding-mut-option.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-ref-binding-mut.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-ref-binding.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-ref-unsized.rs Fix binding unsized expressions to ref patterns 2015-03-15 19:16:04 +03:00
match-static-const-rename.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
match-str.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-struct-0.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-tag.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
match-unique-bind.rs
match-unsized.rs fix translation of unsized types and arrays 2016-06-08 23:58:53 +03:00
match-value-binding-in-guard-3291.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
match-var-hygiene.rs ignore-test cleanup 2015-06-12 14:16:16 -04:00
match-vec-alternatives.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
match-vec-rvalue.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
match-with-ret-arm.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
max-min-classes.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
method-argument-inference-associated-type.rs resolve type vars with obligations in more places 2017-08-29 19:45:32 +03:00
method-attributes.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
method-early-bound-lifetimes-on-self.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
method-mut-self-modifies-mut-slice-lvalue.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
method-normalize-bounds-issue-20604.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
method-projection.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
method-recursive-blanket-impl.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
method-self-arg-aux1.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
method-self-arg-aux2.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
method-self-arg-trait.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
method-self-arg.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
method-two-trait-defer-resolution-1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
method-two-trait-defer-resolution-2.rs Fix some typos. 2015-04-15 13:37:55 +02:00
method-two-traits-distinguished-via-where-clause.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
method-where-clause.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
mid-path-type-params.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
minmax-stability-issue-23687.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
mir_adt_construction.rs Fix indentation in test. 2017-02-09 03:10:33 -08:00
mir_ascription_coercion.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_augmented_assignments.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_autoderef.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_boxing.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_build_match_comparisons.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_call_with_associated_type.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_calls_to_shims.rs translate function shims using MIR 2017-03-18 02:53:06 +02:00
mir_cast_fn_ret.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_coercion_casts.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_coercions.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_constval_adts.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_drop_order.rs make operands live to the end of their containing expression 2017-03-03 13:54:18 +02:00
mir_early_return_scope.rs Properly invalidate the early exit cache 2016-08-17 21:09:30 +03:00
mir_fat_ptr.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_fat_ptr_drop.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_heavy_promoted.rs rustc_trans: do not generate allocas for unused locals. 2016-08-23 09:07:23 +03:00
mir_match_arm_guard.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_misc_casts.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_overflow_off.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_raw_fat_ptr.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
mir_refs_correct.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_small_agg_arg.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_struct_with_assoc_ty.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_temp_promotions.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_array.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_array_2.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_call_converging.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_calls.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_calls_variadic.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
mir_trans_critical_edge.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_spike1.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_switch.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_trans_switchint.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_void_return.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mir_void_return_2.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
mod-inside-fn.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
mod-view-items.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
mod_dir_implicit.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
mod_dir_path.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
mod_dir_path2.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
mod_dir_path3.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
mod_dir_path_multi.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
mod_dir_recursive.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
mod_dir_simple.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
mod_file.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
mod_file_aux.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
mod_file_with_path_attr.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
module-qualified-struct-destructure.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
monad.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
monomorphize-abi-alignment.rs Fallout in tests 2015-04-01 11:22:39 -04:00
monomorphized-callees-with-ty-params-3314.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
move-1-unique.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
move-2-unique.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
move-2.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
move-3-unique.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
move-4-unique.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
move-4.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
move-arg-2-unique.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
move-arg-2.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
move-arg.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
move-guard-const.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
move-nullary-fn.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
move-out-of-field.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
move-scalar.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
move-self.rs
moves-based-on-type-capture-clause.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
moves-based-on-type-cross-crate.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
msvc-data-only.rs Converted test to rpass. 2015-09-25 18:48:54 -07:00
multi-let.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
multi-panic.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
multibyte.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
multidispatch-conditional-impl-not-considered.rs
multidispatch1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
multidispatch2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
multiline-comment.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
multiple-reprs.rs Incorporate review comments 2016-12-14 12:28:25 -05:00
multiple-trait-bounds.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
mut-function-arguments.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
mut-in-ident-patterns.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
mut-vstore-expr.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
mutability-inherits-through-fixed-length-vec.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
mutable-alias-vec.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
mutual-recursion-group.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
namespaced-enum-emulate-flat-xc.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
namespaced-enum-emulate-flat.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
namespaced-enum-glob-import-xcrate.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
namespaced-enum-glob-import.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
namespaced-enums-xcrate.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
namespaced-enums.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
native-print-no-runtime.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
negative.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
nested-block-comment.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
nested-class.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
nested-enum-same-names.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
nested-exhaustive-match.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
nested-function-names-issue-8587.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
nested-matchs.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
nested-pattern.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
nested-vec-1.rs Regression tests for issues uncovered only post the run-pass and compile-fail tests. 2015-03-26 14:08:54 +01:00
nested-vec-2.rs Regression tests for issues uncovered only post the run-pass and compile-fail tests. 2015-03-26 14:08:54 +01:00
nested-vec-3.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
nested_item_main.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
never-result.rs Add explanations to tests 2016-08-13 21:37:09 +08:00
never_coercions.rs Add explanations to tests 2016-08-13 21:37:09 +08:00
new-box-syntax.rs Remove the deprecated box(PLACE) syntax. 2015-09-24 18:00:08 +03:00
new-box.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
new-impl-syntax.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
new-import-syntax.rs
new-style-constants.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
new-style-fixed-length-vec.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
new-unicode-escapes.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
new-unsafe-pointers.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
newlambdas-ret-infer.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
newlambdas-ret-infer2.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
newlambdas.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
newtype-polymorphic.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
newtype-struct-drop-run.rs Register new snapshots 2015-04-28 17:23:45 -07:00
newtype-struct-with-dtor.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
newtype-struct-xc-2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
newtype-struct-xc.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
newtype-temporary.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
newtype.rs Fallout in tests 2015-04-01 11:22:39 -04:00
next-power-of-two-overflow-debug.rs Add overflow tests for next_power_of_two 2017-11-03 22:33:34 -07:00
next-power-of-two-overflow-ndebug.rs Add overflow tests for next_power_of_two 2017-11-03 22:33:34 -07:00
nil-decl-in-foreign.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
nil-pattern.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
no-core-1.rs syntax: Implement #![no_core] 2015-08-03 17:23:01 -07:00
no-drop-flag-size.rs Remove drop flags from structs and enums implementing Drop. 2016-08-24 13:23:37 +03:00
no-landing-pads.rs Utilize Result::unwrap_err in more places. 2016-05-09 08:40:57 -04:00
no-std-1.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
no-std-2.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
no-std-3.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
no-stdio.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
non-built-in-quote.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
non-legacy-modes.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
nondrop-cycle.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
nonzero-enum.rs Make constant field access account for field reordering. 2016-12-14 12:28:19 -05:00
nul-characters.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
nullable-pointer-ffi-compat.rs tests: Avoid transmuting from fn item types. 2016-03-09 16:45:29 +02:00
nullable-pointer-iotareduction.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
nullable-pointer-opt-closures.rs Extend the nullable pointer optimization to captured vars of closures 2015-04-28 19:24:16 -04:00
nullable-pointer-size.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
nullary-or-pattern.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
num-wrapping.rs Manuall rebase of @Migi pull/41336 2017-09-03 09:12:22 -04:00
numeric-fields.rs Stabilize RFC 1506 - clarified ADT kinds 2017-04-20 14:05:46 +01:00
numeric-method-autoexport.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
object-lifetime-default-default-to-static.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
object-lifetime-default-from-ref-struct.rs rustc: move object default lifetimes to resolve_lifetimes. 2017-01-28 02:56:46 +02:00
object-lifetime-default-from-rptr-box.rs Transition to the new object lifetime defaults, replacing the old 2015-07-14 19:36:15 -04:00
object-lifetime-default-from-rptr-mut.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
object-lifetime-default-from-rptr-struct.rs Transition to the new object lifetime defaults, replacing the old 2015-07-14 19:36:15 -04:00
object-lifetime-default-from-rptr.rs rustc: move object default lifetimes to resolve_lifetimes. 2017-01-28 02:56:46 +02:00
object-method-numbering.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
object-one-type-two-traits.rs rollup merge of #23741: alexcrichton/remove-int-uint 2015-03-27 10:10:05 -07:00
object-safety-sized-self-by-value-self.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
object-safety-sized-self-generic-method.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
object-safety-sized-self-return-Self.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
objects-coerce-freeze-borrored.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
objects-owned-object-borrowed-method-headerless.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
objects-owned-object-owned-method.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
once-move-out-on-heap.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
one-tuple.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
op-assign-builtins-by-ref.rs Missing trailing newline 2017-09-12 16:56:40 -04:00
opeq.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
operator-associativity.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
operator-multidispatch.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
operator-overloading.rs Fallout in tests 2015-04-01 11:22:39 -04:00
optimization-fuel-0.rs Tests for -Z fuel=foo=n 2017-04-11 14:36:08 +03:00
optimization-fuel-1.rs Tests for -Z fuel=foo=n 2017-04-11 14:36:08 +03:00
option-ext.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
option-unwrap.rs Register new snapshots 2015-04-28 17:23:45 -07:00
optional_comma_in_match_arm.rs Ignore pretty-test 2017-07-18 15:21:18 +03:00
or-pattern.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
order-drop-with-match.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
out-of-stack.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
out-pointer-aliasing.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
output-slot-variants.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
over-constrained-vregs.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
overlap-doesnt-conflict-with-specialization.rs Put overlapping impls behind feature gate, add tests 2017-04-14 22:05:11 -04:00
overlap-permitted-for-marker-traits-neg.rs update tests slightly 2017-04-14 22:05:11 -04:00
overlap-permitted-for-marker-traits.rs update tests slightly 2017-04-14 22:05:11 -04:00
overloaded-autoderef-count.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
overloaded-autoderef-indexing.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
overloaded-autoderef-order.rs #12808 is closed remove the FIXME 2017-09-04 20:06:39 -04:00
overloaded-autoderef-vtable.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
overloaded-autoderef-xcrate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
overloaded-autoderef.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
overloaded-calls-object-one-arg.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
overloaded-calls-object-two-args.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
overloaded-calls-object-zero-args.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
overloaded-calls-param-vtables.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
overloaded-calls-simple.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
overloaded-calls-zero-args.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
overloaded-deref-count.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
overloaded-deref.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
overloaded-index-assoc-list.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
overloaded-index-autoderef.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
overloaded-index-in-field.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
overloaded-index.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
overloaded_deref_with_ref_pattern.rs Made ref pattern bindings correctly pick Deref or DerefMut 2015-06-09 16:02:00 +02:00
overloaded_deref_with_ref_pattern_issue15609.rs Made ref pattern bindings correctly pick Deref or DerefMut 2015-06-09 16:02:00 +02:00
owned-implies-static.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
packed-struct-borrow-element.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
packed-struct-generic-layout.rs undo changes to run-pass tests that aren't errors anymore 2016-03-11 09:44:11 +01:00
packed-struct-generic-size.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
packed-struct-layout.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
packed-struct-match.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
packed-struct-size-xc.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
packed-struct-size.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
packed-struct-vec.rs fix UB in repr(packed) tests 2017-03-08 21:19:31 +01:00
packed-tuple-struct-layout.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
packed-tuple-struct-size.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
panic-handler-chain.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
panic-handler-flail-wildly.rs Update rpass tests for panic hooks 2016-03-15 20:51:48 -07:00
panic-handler-set-twice.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
panic-in-dtor-drops-fields.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
panic-recover-propagate.rs std: Clean out old unstable + deprecated APIs 2016-05-30 20:46:32 -07:00
panic-safe.rs std: Relax UnwindSafe impl for Unique 2017-02-21 14:36:24 -08:00
parallel-codegen-closures.rs this fixes a bitrig break in the parallel codegen closures test 2015-06-23 11:08:56 -07:00
parameterized-trait-with-bounds.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
paren-free.rs
parse-assoc-type-lt.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
parse-complex-macro-invoc-op.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
parse-panic.rs
parser-unicode-whitespace.rs libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE property 2016-01-16 00:57:12 +00:00
pat-ranges.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-tuple-1.rs Stabilize .. in tuple (struct) patterns 2016-11-03 01:38:15 +03:00
pat-tuple-2.rs Stabilize .. in tuple (struct) patterns 2016-11-03 01:38:15 +03:00
pat-tuple-3.rs Stabilize .. in tuple (struct) patterns 2016-11-03 01:38:15 +03:00
pat-tuple-4.rs Stabilize .. in tuple (struct) patterns 2016-11-03 01:38:15 +03:00
pat-tuple-5.rs Stabilize .. in tuple (struct) patterns 2016-11-03 01:38:15 +03:00
pat-tuple-6.rs Stabilize .. in tuple (struct) patterns 2016-11-03 01:38:15 +03:00
path.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
paths-containing-nul.rs Add run-pass test for paths containing the NUL character 2015-11-19 20:05:50 +00:00
paths-in-macro-invocations.rs Add tests. 2016-11-30 23:17:56 +00:00
pattern-bound-var-in-for-each.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
pattern-in-closure.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
placement-in-syntax.rs Add test of placement-in syntax, analogous to new-box-syntax.rs 2015-07-22 15:34:01 +02:00
print-stdout-eprint-stderr.rs Skip print-stdout-eprint-stderr test on emscripten 2017-05-10 15:28:25 -04:00
priv-impl-prim-ty.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
privacy-ns.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
privacy-reexport.rs Fix the visibility of extern crate declarations and stop warning on pub extern crate 2016-02-24 01:34:14 +00:00
privacy1.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
private-class-field.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
private-method.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
process-envs.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
process-exit.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
process-remove-from-env.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
process-sigpipe.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
process-spawn-with-unicode-params.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
process-status-inherits-stdin.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
project-cache-issue-31849.rs some new tests 2016-05-31 19:59:34 -04:00
project-cache-issue-37154.rs add regression test for #37154 2016-10-21 11:13:36 -04:00
project-defer-unification.rs Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis" 2017-03-22 11:13:09 -04:00
ptr-coercion.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
pub-extern-privacy.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
pub-item-inside-macro.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
pub-method-inside-macro.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
pub-use-xcrate.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
pub_use_mods_xcrate_exe.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
pure-sum.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
purity-infer.rs
range-type-infer.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
range.rs adjust range tests 2016-02-27 02:01:41 -05:00
range_inclusive.rs Add support for ..= syntax 2017-09-22 22:05:18 +02:00
range_inclusive_gate.rs Add support for ..= syntax 2017-09-22 22:05:18 +02:00
ranges-precedence.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
raw-fat-ptr.rs implement raw fat pointer ops 2015-09-06 16:11:38 +03:00
raw-str.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
rcvr-borrowed-to-region.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
rcvr-borrowed-to-slice.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
reachable-unnameable-items.rs std: Clean out old unstable + deprecated APIs 2016-05-30 20:46:32 -07:00
reachable-unnameable-type-alias.rs Add more tests for unnameable reachable items 2016-02-18 01:04:28 +03:00
readalias.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
realloc-16687.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
rec-align-u32.rs Simplify some uses of cfg in test cases 2016-01-13 01:39:01 +00:00
rec-align-u64.rs [emscripten] Disable code paths that don't work on emscripten 2016-08-10 16:39:32 +02:00
rec-auto.rs
rec-extend.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
rec-tup.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
rec.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
record-pat.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
reexport-should-still-link.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
reexport-star.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
reexport-test-harness-main.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
reexported-static-methods-cross-crate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-addr-of-interior-of-unique-box.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-addr-of-ret.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-assoc-type-region-bound.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
regions-assoc-type-static-bound.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
regions-borrow-at.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-borrow-evec-fixed.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-borrow-evec-uniq.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
regions-borrow-uniq.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-bot.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-bound-lists-feature-gate-2.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
regions-bound-lists-feature-gate.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
regions-close-over-type-parameter-successfully.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-copy-closure.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
regions-creating-enums2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-creating-enums5.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-debruijn-of-object.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
regions-dependent-addr-of.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
regions-dependent-autofn.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
regions-dependent-autoslice.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
regions-dependent-let-ref.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-early-bound-lifetime-in-assoc-fn.rs Fallout in tests 2015-04-02 13:24:46 -04:00
regions-early-bound-trait-param.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
regions-early-bound-used-in-bound-method.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-early-bound-used-in-bound.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-early-bound-used-in-type-param.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-escape-into-other-fn.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-expl-self.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-fn-subtyping-2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-fn-subtyping.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
regions-free-region-outlives-static-outlives-free-region.rs fix accidental reversal of 'static, and add a test 2015-08-21 11:44:20 -04:00
regions-infer-borrow-scope-addr-of.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-infer-borrow-scope-view.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
regions-infer-borrow-scope-within-loop-ok.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-infer-borrow-scope.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-infer-call-2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-infer-call.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-infer-contravariance-due-to-ret.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-infer-reborrow-ref-mut-recurse.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-infer-region-in-fn-but-not-type.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-infer-static-from-proc.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-issue-21422.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
regions-issue-22246.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
regions-lifetime-nonfree-late-bound.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-lifetime-static-items-enclosing-scopes.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
regions-link-fn-args.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-lub-ref-ref-rc.rs Fix some some duplicate words. 2016-05-05 21:12:37 +02:00
regions-mock-trans.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-no-bound-in-argument-cleanup.rs Register new snapshots 2015-04-28 17:23:45 -07:00
regions-no-variance-from-fn-generics.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
regions-nullary-variant.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-params.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-reassign-let-bound-pointer.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-reassign-match-bound-pointer.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-refcell.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-relate-bound-regions-on-closures-to-inference-variables.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
regions-return-interior-of-option.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-scope-chain-example.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
regions-self-impls.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-self-in-enums.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-simple.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-static-bound.rs implement 'a:'static region bounds 2015-07-20 00:16:35 +03:00
regions-static-closure.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
regions-trait-object-1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
regions-variance-contravariant-use-contravariant.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
regions-variance-covariant-use-covariant.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
repeat-expr-in-static.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
repeated-vector-syntax.rs
resolve-issue-2428.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
resolve-pseudo-shadowing.rs resolve: don't speculatively create freevars when resolving 2015-11-03 21:08:42 +02:00
resource-assign-is-not-copy.rs Register new snapshots 2015-04-28 17:23:45 -07:00
resource-destruct.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
resource-in-struct.rs Register new snapshots 2015-04-28 17:23:45 -07:00
ret-bang.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
ret-none.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
return-from-closure.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
return-nil.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
rfc-1014-2.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
rfc-1014.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
rfc1623.rs Stabilize static in const 2017-02-08 12:33:35 +01:00
rfc1857-drop-order.rs Add regression tests to ensure stable drop order 2017-07-12 16:14:47 +02:00
rmeta.rs Rebasing and review changes 2016-11-23 12:50:39 +13:00
running-with-no-runtime.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
rustc-rust-log.rs rustc: Check if def_path_hash_to_def_id is populated before accessing it. 2017-06-18 17:01:25 +01:00
rvalue-static-promotion.rs rustc: treat impl associated consts like const items for constness. 2017-08-28 09:27:58 +03:00
saturating-float-casts.rs Disable u128 <-> float tests on emscripten 2017-11-08 14:54:03 +01:00
segfault-no-out-of-stack.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
self-impl.rs Work with assoc types in a super trait. 2015-04-07 18:03:07 +12:00
self-in-mut-slot-default-method.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
self-in-mut-slot-immediate-value.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
self-re-assign.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
self-shadowing-import.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
self-type-param.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
semi-after-macro-ty.rs syntax: Allow semi tokens after macro ty/path 2015-07-12 15:53:04 -07:00
semistatement-in-lambda.rs Lambda expressions honor no struct literal restriction 2017-07-23 16:20:14 +03:00
send-is-not-static-par-for.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
send-resource.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
send-type-inference.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
send_str_hashmap.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
send_str_treemap.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
sendable-class.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
sendfn-is-a-block.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
sendfn-spawn-with-fn-arg.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
sepcomp-cci.rs Change tests per RFC 246 (const vs static) 2015-10-03 00:01:49 +09:00
sepcomp-extern.rs test: Fix some tests to run with musl 2015-04-28 09:35:22 -07:00
sepcomp-fns-backwards.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
sepcomp-fns.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
sepcomp-lib-lto.rs Add regression test for debuginfo + LTO 2017-01-18 11:24:43 -05:00
sepcomp-lib.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
sepcomp-statics.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
sepcomp-unwind.rs Utilize Result::unwrap_err in more places. 2016-05-09 08:40:57 -04:00
seq-compare.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
shadow.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
shadowed-use-visibility.rs Fix a bug in which the visibility of a use declaration defining a name in one namespace (e.g. the value namespace) is overridden by a later use declaration defining the same name in the other namespace (e.g. the type namespace). 2015-12-10 02:55:05 +00:00
shebang.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
shift-near-oflo.rs revert test to check runtime evaluation instead of constant evaluation 2015-11-27 16:46:11 +01:00
shift-various-types.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
shift.rs undo changes to run-pass tests that aren't errors anymore 2016-03-11 09:44:11 +01:00
show-boxed-slice.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
signal-alternate-stack-cleanup.rs Remove alternate stack with sigaltstack before unmapping it. 2016-02-18 08:22:53 +01:00
signal-exit-status.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
signed-shift-const-eval.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
sigpipe-should-be-ignored.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
simd-generics.rs Fix existing tests for new #[repr(simd)]. 2015-08-17 14:41:40 -07:00
simd-intrinsic-generic-arithmetic.rs Add tests for various intrinsic behaviours. 2015-08-17 14:41:40 -07:00
simd-intrinsic-generic-cast.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
simd-intrinsic-generic-comparison.rs Add tests for various intrinsic behaviours. 2015-08-17 14:41:40 -07:00
simd-intrinsic-generic-elements.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
simd-size-align.rs Fix existing tests for new #[repr(simd)]. 2015-08-17 14:41:40 -07:00
simd-type.rs Fix existing tests for new #[repr(simd)]. 2015-08-17 14:41:40 -07:00
simd-upgraded.rs Support removed LLVM intrinsics by invoking its AutoUpgrade mechanism. 2016-08-03 22:37:57 +03:00
simple-generic-match.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
simple-generic-tag.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
simple-infer.rs
simple-match-generic-tag.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
simple_global_asm.rs Comply with windows symbol name conventions 2017-04-13 23:41:03 -05:00
size-and-align.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
sized-borrowed-pointer.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
sized-owned-pointer.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
sleep.rs [emscripten] Ignore tests 2016-08-10 16:38:31 +02:00
slice-2.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
slice-of-zero-size-elements.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
slice-panic-1.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
slice-panic-2.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
slice.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
slice_binary_search.rs extend lifetime on binary_search_by_key of SliceExt trait 2016-08-09 00:32:35 +05:30
slowparse-bstring.rs
slowparse-string.rs
small-enum-range-edge.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
small-enums-with-fields.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
snake-case-no-lowercase-equivalent.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
spawn-fn.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
spawn-types.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
spawn.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
spawn2.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
spawning-with-debug.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
sse2.rs Make LLVMRustHasFeature more robust 2017-07-28 14:30:06 +00:00
stable-addr-of.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
stack-probes-lto.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
stack-probes.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
static-fn-inline-xc.rs Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
static-fn-trait-xc.rs Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
static-function-pointer-xc.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
static-function-pointer.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
static-impl.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
static-method-in-trait-with-tps-intracrate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
static-method-xcrate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
static-methods-in-traits.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
static-methods-in-traits2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
static-mut-foreign.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
static-mut-xc.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
static-recursive.rs Stabilize static_recursion 2017-02-21 23:41:04 -08:00
std-sync-right-kind-impls.rs std: Clean out deprecated APIs 2016-07-12 12:51:13 -07:00
stdio-is-blocking.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
stmt_expr_attr_macro_parse.rs Extended simple macro test 2015-11-26 21:47:44 +01:00
str-concat.rs
str-multiline.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
string-box-error.rs Add an impl for Box<Error> from &str. 2016-01-13 10:38:44 +11:00
string-escapes.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
string-self-append.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
struct-aliases-xcrate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
struct-aliases.rs use the correct substs when checking struct patterns 2015-08-17 18:22:00 +03:00
struct-destructuring-cross-crate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
struct-field-shorthand.rs Stabilize field init shorthand 2017-02-15 07:11:13 +01:00
struct-like-variant-construct.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
struct-like-variant-match.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
struct-lit-functional-no-fields.rs
struct-literal-dtor.rs
struct-new-as-field-name.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
struct-order-of-eval-1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
struct-order-of-eval-2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
struct-order-of-eval-3.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
struct-order-of-eval-4.rs change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
struct-partial-move-1.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
struct-partial-move-2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
struct-path-associated-type.rs Stabilize Self and associated types in struct expressions and patterns 2017-01-25 01:41:11 +03:00
struct-path-self.rs Stabilize Self and associated types in struct expressions and patterns 2017-01-25 01:41:11 +03:00
struct-pattern-matching.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
struct-return.rs Add yet more missing #[repr(C)] to tests 2016-12-14 12:28:20 -05:00
struct-variant-field-visibility.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
struct_variant_xc.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
struct_variant_xc_match.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
structured-compare.rs Fallout in tests 2015-04-01 11:22:39 -04:00
super-fast-paren-parsing.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
super.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
supertrait-default-generics.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
supported-cast.rs Fix test fallout, and add some rather comprehensive tests. 2015-05-19 17:42:14 +03:00
svh-add-comment.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
svh-add-doc.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
svh-add-macro.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
svh-add-nothing.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
svh-add-redundant-cfg.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
svh-add-whitespace.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
swap-1.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
swap-2.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
swap-overlapping.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
sync-send-atomics.rs Add regression test for atomics being Send + Sync 2015-07-16 00:46:04 -04:00
sync-send-in-std.rs Add test for LookupHost iterator Send/Sync traits 2015-08-24 23:14:56 +02:00
sync-send-iterators-in-libcollections.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
sync-send-iterators-in-libcore.rs Delete deprecated & unstable range-specific step_by 2017-07-01 19:18:02 -07:00
syntax-extension-cfg.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
syntax-extension-source-utils.rs Refactor how spans are combined in the parser. 2017-03-29 11:17:59 +00:00
syntax-trait-polarity.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
tag-align-dyn-u64.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
tag-align-dyn-variants.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
tag-align-shape.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
tag-align-u64.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
tag-disr-val-shape.rs
tag-exports.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
tag-in-block.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
tag-variant-disr-type-mismatch.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
tag-variant-disr-val.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
tag.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
tail-call-arg-leak.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
tail-cps.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
tail-direct.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
task-comm-0.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-comm-1.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-comm-3.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
task-comm-4.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
task-comm-5.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
task-comm-6.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
task-comm-7.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-comm-9.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-comm-10.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-comm-11.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-comm-12.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-comm-13.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-comm-14.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-comm-15.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-comm-16.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
task-comm-17.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-comm-chan-nil.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
task-life-0.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-spawn-move-and-copy.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
task-stderr.rs Change the sigs of set_print/set_panic to allow restoring the default objects 2016-09-30 14:02:53 -07:00
tcp-stress.rs tcp-stress-test.rs: Only spawn 200 threads. 2016-08-01 09:43:19 +02:00
terminate-in-initializer.rs Utilize Result::unwrap_err in more places. 2016-05-09 08:40:57 -04:00
test-allow-dead-extern-static-no-warning.rs Don't warn about dead foreign items if the 'allow(dead_code)' attribute is present 2017-01-03 14:54:15 +13:00
test-allow-fail-attr.rs Add compile-fail test for the new feature gate 2017-06-24 18:41:05 -04:00
test-allow-non-camel-case-variant.rs Use check_variant for non_camel_case_types lint 2017-02-14 19:46:48 +09:00
test-fn-signature-verification-for-explicit-return-type.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
test-main-not-dead-attr.rs Mark main-like functions allow(dead_code) in tests 2015-08-24 20:28:24 -04:00
test-main-not-dead.rs Mark main-like functions allow(dead_code) in tests 2015-08-24 20:28:24 -04:00
test-runner-hides-buried-main.rs Move main removal to its own pass in --test mode 2015-08-24 20:28:24 -04:00
test-runner-hides-main.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
test-runner-hides-start.rs Remove #[start] as well as #[main] in --test 2015-08-24 20:28:24 -04:00
test-should-fail-good-message.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
test-vs-cfg-test.rs Do not inject test harness for --cfg test 2016-05-24 00:44:44 +09:00
thin-lto-global-allocator.rs rustc: Handle #[linkage] anywhere in a crate 2017-10-12 09:14:28 -07:00
thread-local-extern-static.rs Check #[thread_local] statics correctly in the compiler. 2017-08-12 12:58:07 +03:00
thread-local-syntax.rs support pub(restricted) in thread_local! 2017-07-11 20:27:54 +00:00
threads.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
tls-dtors-are-run-in-a-static-binary.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
tls-init-on-init.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
tls-try-with.rs Fix @alexcrichton comments 2017-07-11 11:04:19 -04:00
trailing-comma.rs rollup merge of #23794: brson/slicegate 2015-03-27 16:09:52 -07:00
trait-bounds-basic.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
trait-bounds-impl-comparison-duplicates.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
trait-bounds-in-arc.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
trait-bounds-on-structs-and-enums.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
trait-bounds-recursion.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
trait-bounds.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-cache-issue-18209.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
trait-coercion-generic.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
trait-coercion.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
trait-composition-trivial.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
trait-copy-guessing.rs fix remaining bugs 2015-11-15 19:22:32 +02:00
trait-default-method-bound-subst.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-default-method-bound-subst2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-default-method-bound-subst3.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-default-method-bound-subst4.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-default-method-bound.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-default-method-xc-2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-default-method-xc.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-false-ambiguity-where-clause-builtin-bound.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
trait-generic.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
trait-impl-2.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
trait-impl.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
trait-inheritance-auto-xc-2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-auto-xc.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-auto.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-call-bound-inherited.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-call-bound-inherited2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-cast-without-call-to-supertrait.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-cast.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-cross-trait-call-xc.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-cross-trait-call.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-diamond.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-multiple-inheritors.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-multiple-params.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-num.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
trait-inheritance-num0.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
trait-inheritance-num1.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
trait-inheritance-num2.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
trait-inheritance-num3.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
trait-inheritance-num5.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
trait-inheritance-overloading-simple.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
trait-inheritance-overloading-xc-exe.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-overloading.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
trait-inheritance-self-in-supertype.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
trait-inheritance-self.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
trait-inheritance-simple.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance-static.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
trait-inheritance-static2.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
trait-inheritance-subst.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
trait-inheritance-subst2.rs Make RFC 1214 warnings into errors, and rip out the "warn or err" 2015-12-18 12:41:02 -05:00
trait-inheritance-visibility.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-inheritance2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-item-inside-macro.rs Add support for macro expansion inside trait items 2016-06-13 21:46:43 +01:00
trait-object-exclusion.rs Don't translate vtable methods with Self: Sized bounds. 2016-06-23 03:30:01 +03:00
trait-object-generics.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
trait-object-lifetime-first.rs Parse trait object types starting with a lifetime bound 2017-04-25 23:58:05 +03:00
trait-object-with-lifetime-bound.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-region-pointer-simple.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
trait-safety-ok-cc.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-safety-ok.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trait-static-method-overwriting.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
trait-to-str.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
trait-where-clause-vs-impl.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
trait-with-bounds-default.rs Exise 'owned pointer' from the codebase 2015-06-09 16:26:21 -04:00
traits-assoc-type-in-supertrait.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
traits-conditional-dispatch.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
traits-conditional-model-fn.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
traits-default-method-macro.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
traits-default-method-mut.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
traits-default-method-self.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
traits-default-method-trivial.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
traits-elaborate-type-region.rs elaborate T: 'a dependencies 2016-11-01 14:04:14 -04:00
traits-impl-object-overlap-issue-23853.rs If we find a blanket impl for Trait but we're matching on an object 2015-04-06 06:12:51 -04:00
traits-issue-22019.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
traits-issue-22110.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
traits-issue-22655.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
traits-issue-23003.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
traits-issue-26339.rs rustc: compute the vtable base of a supertrait during selection. Fixes #26339. 2015-07-04 17:51:30 +03:00
traits-multidispatch-infer-convert-target.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
traits-negative-impls.rs
traits-repeated-supertrait.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
trans-object-shim.rs Fix and cleanup callee shims 2016-12-20 20:03:34 -07:00
trans-tag-static-padding.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
transmute-non-immediate-to-immediate.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
transmute-specialization.rs rustc: always normalize projections in ty::layout regardless where they appear. 2016-08-12 06:43:34 +03:00
trivial-message.rs
trivial_casts.rs Change lint names to plurals 2015-03-25 10:06:13 +13:00
try-macro.rs add regression test for try! 2016-03-26 12:10:16 -05:00
try-operator-custom.rs Lower ? to Try instead of Carrier 2017-05-25 00:47:30 -07:00
try-operator-hygiene.rs Stabilise ? 2016-10-12 08:40:22 +13:00
try-operator.rs Stabilise ? 2016-10-12 08:40:22 +13:00
try-wait.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
tup.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
tuple-index-fat-types.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
tuple-index.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
tuple-struct-construct.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
tuple-struct-constructor-pointer.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
tuple-struct-destructuring.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
tuple-struct-matching.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
tuple-struct-trivial.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
two-macro-use.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
tydesc-name.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
type-ascription.rs Require exact type equality + add tests 2015-12-18 20:00:19 +03:00
type-id-higher-rank-2.rs Rewrite TypeId computation to not miss anything and work cross-crate. 2016-08-06 00:50:13 +03:00
type-id-higher-rank.rs Erase/anonymize regions while computing TypeId hash. 2017-08-09 14:09:48 +02:00
type-in-nested-module.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
type-infer-generalize-ty-var.rs generalize type variables too 2017-04-11 20:32:47 -04:00
type-macros-hlist.rs Stabilize type-macros 2016-08-26 17:27:20 +02:00
type-macros-simple.rs Make sufficiently old or low-impact compatibility lints deny-by-default 2016-10-27 12:06:03 +03:00
type-namespace.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
type-param-constraints.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
type-param.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
type-params-in-for-each.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
type-ptr.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
type-sizes.rs We have to use u16 to test field reordering because u64's alignment changes based on 32-bit or 64-bit architecture. 2017-04-11 14:36:08 +03:00
type-use-i1-versus-i8.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
typeck-fn-to-unsafe-fn-ptr.rs rustc_typeck: Allow reification from fn item to unsafe ptr 2016-10-24 17:05:58 -07:00
typeck-macro-interaction-issue-8852.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
typeck_type_placeholder_1.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
typeclasses-eq-example-static.rs
typeclasses-eq-example.rs
typeid-intrinsic.rs rustc: allow less and handle fn pointers in the type hashing algorithm. 2016-09-20 20:30:55 +03:00
typestate-cfg-nesting.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
typestate-multi-decl.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
u8-incr-decr.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
u8-incr.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
u32-decr.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
u128.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
ufcs-explicit-self.rs Fallout in tests 2015-04-01 11:22:39 -04:00
ufcs-polymorphic-paths.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
ufcs-trait-object.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
ufcs-type-params.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
uint.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
unary-minus-suffix-inference.rs [breaking-change] remove negate_unsigned feature gate 2016-01-11 12:31:46 +01:00
unboxed-closures-all-traits.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-blanket-fn-mut.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-blanket-fn.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-boxed.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-by-ref.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-call-fn-autoderef.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-call-sugar-autoderef.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-call-sugar-object-autoderef.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
unboxed-closures-call-sugar-object.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
unboxed-closures-counter-not-moved.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
unboxed-closures-cross-crate.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unboxed-closures-direct-sugary-call.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-drop.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-extern-fn-hr.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
unboxed-closures-extern-fn.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-fn-as-fnmut-and-fnonce.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-fnmut-as-fnonce.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-generic.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-infer-arg-types-from-expected-bound.rs Rename some run-pass tests so they don't crash when executed from eCryptfs. 2017-10-25 13:15:04 +02:00
unboxed-closures-infer-arg-types-from-expected-object-type.rs Rename some run-pass tests so they don't crash when executed from eCryptfs. 2017-10-25 13:15:04 +02:00
unboxed-closures-infer-arg-types-w-bound-regs-from-expected-bound.rs Rename some run-pass tests so they don't crash when executed from eCryptfs. 2017-10-25 13:15:04 +02:00
unboxed-closures-infer-explicit-call-early.rs remove the hacky selection impl in method::probe 2017-08-29 14:34:43 +03:00
unboxed-closures-infer-fnmut-calling-fnmut.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-infer-fnmut-move.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-infer-fnmut.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-infer-fnonce-move.rs Register new snapshots 2015-04-28 17:23:45 -07:00
unboxed-closures-infer-fnonce.rs Register new snapshots 2015-04-28 17:23:45 -07:00
unboxed-closures-infer-kind.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-infer-recursive-fn.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
unboxed-closures-infer-upvar.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-manual-impl.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
unboxed-closures-monomorphization.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
unboxed-closures-move-mutable.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-move-some-upvars-in-by-ref-closure.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
unboxed-closures-prelude.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
unboxed-closures-simple.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-single-word-env.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-static-call-fn-once.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-sugar-object.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-unique-type-id.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
unboxed-closures-zero-args.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
underscore-lifetimes.rs Refactor lifetime name into an enum 2017-09-21 10:19:03 -07:00
underscore-method-after-integer.rs Disallow ._ in float literal. 2017-05-12 22:00:06 +09:00
unify-return-ty.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
uninit-empty-types.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
uninstantiable-struct.rs remove the is_instantiable check 2015-08-31 23:54:15 +03:00
uniq-self-in-mut-slot.rs Prohibit patterns in trait methods without bodies 2016-10-26 20:55:16 +03:00
unique-assign-copy.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-assign-drop.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-assign-generic.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-assign.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-autoderef-field.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-autoderef-index.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
unique-cmp.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
unique-containing-tag.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
unique-create.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
unique-decl-init-copy.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-decl-init.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-decl-move.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-decl.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-deref.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-destructure.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-drop-complex.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
unique-ffi-symbols.rs trans: Remove the foreign module. 2016-03-17 21:51:52 +02:00
unique-fn-arg-move.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-fn-arg-mut.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-fn-arg.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-fn-ret.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-generic-assign.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
unique-in-tag.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
unique-in-vec-copy.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
unique-in-vec.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
unique-init.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
unique-kinds.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
unique-log.rs
unique-match-discrim.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
unique-move-drop.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
unique-move-temp.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-move.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-mutable.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-object-move.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
unique-pat-2.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-pat-3.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
unique-pat.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-rec.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-send-2.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
unique-send.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unique-swap.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unit-like-struct-drop-run.rs Utilize Result::unwrap_err in more places. 2016-05-09 08:40:57 -04:00
unit-like-struct.rs
unit.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
unnamed_argument_mode.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
unreachable-code-1.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
unreachable-code.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
unsafe-coercion.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unsafe-fn-called-from-unsafe-blk.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
unsafe-fn-called-from-unsafe-fn.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
unsafe-pointer-assignability.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
unsized-tuple-impls.rs Add a test for unsized tuple impls. 2017-07-04 21:26:46 +09:00
unsized.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
unsized2.rs adapt existing tests 2016-10-24 20:55:56 +02:00
unsized3.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
unused-move-capture.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
unused-move.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
unwind-resource.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
unwind-unique.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
use-crate-name-alias.rs Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
use-import-export.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
use-keyword-2.rs Add tests 2016-04-24 20:59:44 +03:00
use-mod.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
use-trait-before-def.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
use-uninit-match.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
use-uninit-match2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
use.rs rustc: rename multiple imports in a list 2015-08-08 11:54:15 -07:00
use_inline_dtor.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
utf8-bom.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
utf8.rs Remove several FIXMEs 2015-05-04 20:05:40 +02:00
utf8_chars.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
utf8_idents.rs test: Fix fallout in tests 2015-04-21 11:37:43 -07:00
variadic-ffi.rs Fix rust_test_helpers linkage. 2016-12-01 16:22:04 -08:00
variance-intersection-of-ref-and-opt-ref.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
variance-iterators-in-libcore.rs Remove data structure specialization for .zip() iterator 2016-09-15 13:00:15 +02:00
variance-vec-covariant.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
variant-attributes.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
variant-structs-trivial.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
vec-concat.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
vec-dst.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
vec-fixed-length.rs Remove several FIXMEs 2015-05-04 20:05:40 +02:00
vec-growth.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
vec-late-init.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
vec-macro-no-std.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
vec-macro-repeat.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
vec-macro-rvalue-scope.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
vec-macro-with-brackets.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
vec-macro-with-trailing-comma.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
vec-matching-autoslice.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
vec-matching-fixed.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
vec-matching-fold.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
vec-matching-legal-tail-element-borrow.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
vec-matching.rs flatten nested slice patterns in HAIR construction 2016-10-26 23:52:03 +03:00
vec-push.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
vec-repeat-with-cast.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
vec-slice-drop.rs Register new snapshots 2015-04-28 17:23:45 -07:00
vec-slice.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
vec-tail-matching.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
vec-to_str.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
vec.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
vec_cycle.rs Remove #[derive(Show)] 2015-10-18 19:12:09 +03:00
vec_cycle_wrapped.rs Remove #[derive(Show)] 2015-10-18 19:12:09 +03:00
vector-no-ann-2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
volatile-fat-ptr.rs Fix volatile stores of fat pointers 2016-03-19 02:24:37 +00:00
wait-forked-but-failed-child.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
warn-ctypes-inhibit.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
weak-lang-item.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
weird-exit-code.rs std: Refactor process exit code handling slightly 2015-11-06 14:40:43 -08:00
weird-exprs.rs add test 2017-08-04 00:53:09 -07:00
wf-bound-region-in-object-type.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
where-clause-bounds-inconsistency.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
where-clause-early-bound-lifetimes.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
where-clause-method-substituion.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
where-clause-region-outlives.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
where-clauses-cross-crate.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
where-clauses-lifetimes.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
where-clauses-method.rs
where-clauses-unboxed-closures.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
where-clauses.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
where-for-self.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
while-cont.rs
while-flow-graph.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
while-label.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
while-let.rs Remove BinaryHeap::{push_pop,replace} 2017-04-20 21:16:31 -07:00
while-loop-constraints-2.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
while-prelude-drop.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
while-with-break.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
while.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
wrapping-int-api.rs implement RFC 1229 2015-10-13 17:01:03 +02:00
write-fmt-errors.rs Make sure formatter errors are emitted by the default Write::write_fmt 2016-02-26 02:59:25 +01:00
writealias.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
wrong-hashset-issue-42918.rs Add test for wrong code generation for HashSet creation on arm cpu 2017-08-26 08:33:35 +03:00
x86stdcall.rs Fix x86stdcall test with emscripten 2016-02-10 10:37:02 +01:00
x86stdcall2.rs Correct type definition of HANDLE. 2015-09-17 12:03:27 +03:00
xcrate-address-insignificant.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
xcrate-associated-type-defaults.rs Test fixes, added README for tests 2016-03-14 15:05:14 -07:00
xcrate-static-addresses.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
xcrate-trait-lifetime-param.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
xcrate-unit-struct.rs rustdoc: Replace no-pretty-expanded with pretty-expanded 2015-03-23 14:40:26 -07:00
xcrate_generic_fn_nested_return.rs Just pass in NodeId to FunctionContext::new instead of looking it up. 2016-07-05 03:48:12 -04:00
yield.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
yield1.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
yield2.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
zero-size-type-destructors.rs Remove drop flags from structs and enums implementing Drop. 2016-08-24 13:23:37 +03:00
zero-sized-binary-heap-push.rs Add tests for collections to work with ZSTs 2016-01-20 10:52:00 -05:00
zero-sized-btreemap-insert.rs Add tests for collections to work with ZSTs 2016-01-20 10:52:00 -05:00
zero-sized-linkedlist-push.rs Add tests for collections to work with ZSTs 2016-01-20 10:52:00 -05:00
zero-sized-tuple-struct.rs Translate constructor arguments for zero-sized tuple structs 2015-08-31 23:57:41 +12:00
zero-sized-vec-deque-push.rs Move zst test from libcollections to src/test 2016-01-17 09:21:25 -05:00
zero-sized-vec-push.rs Add tests for collections to work with ZSTs 2016-01-20 10:52:00 -05:00
zero_sized_subslice_match.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00