rust/src/libcore
Mazdak Farrokhzad 9708644530
Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum
libcore, liballoc: disable tests in Miri

I am going to run the libcore and liballoc unit test suites in Miri.  Not all tests pass.  This PR disables a whole bunch of tests when running in Miri, to get us to a baseline from which I can investigate failures.

Cc @SimonSapin @alexcrichton
2019-02-09 00:16:04 +01:00
..
benches Add fmt benchmarks 2019-01-12 01:54:57 +09:00
char Remove licenses 2018-12-25 21:08:33 -07:00
fmt rename first_mut_ptr -> first_ptr_mut 2019-01-28 12:37:29 +01:00
future Add #[must_use] message to Iterator and Future 2019-01-13 02:57:27 +09:00
hash libcore: remove unneeded allow(deprecated) 2019-01-28 10:39:49 +01:00
iter Fix broken grammar in iter::from_fn() docs 2019-02-06 19:24:20 +02:00
num Use LLVM intrinsics for saturating add/sub 2019-01-29 22:32:13 +01:00
ops Change generator trait to use pinning 2019-01-27 22:58:53 +01:00
prelude Remove licenses 2018-12-25 21:08:33 -07:00
slice rename first_mut_ptr -> first_ptr_mut 2019-01-28 12:37:29 +01:00
str update split docs 2019-02-04 15:26:33 -08:00
sync Add suggestions to deprecation lints 2019-01-30 17:49:04 +01:00
task Add #[must_use] to core::task::Poll 2019-02-04 22:41:39 +09:00
tests disable tests in Miri 2019-02-07 18:24:10 +01:00
unicode Remove licenses 2018-12-25 21:08:33 -07:00
alloc.rs Remove licenses 2018-12-25 21:08:33 -07:00
any.rs Stabilize Any::get_type_id and rename to type_id 2019-01-22 14:25:27 +01:00
array.rs Remove licenses 2018-12-25 21:08:33 -07:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrow.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
cell.rs Remove licenses 2018-12-25 21:08:33 -07:00
clone.rs Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss 2019-01-01 20:50:13 +00:00
cmp.rs Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavus 2019-01-18 18:06:30 +01:00
convert.rs Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmaster 2019-01-21 02:21:53 +01:00
default.rs Remove licenses 2018-12-25 21:08:33 -07:00
ffi.rs Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-Simulacrum 2019-01-18 18:06:29 +01:00
hint.rs Move spin_loop_hint to core::hint module 2019-01-15 16:44:28 -05:00
internal_macros.rs Remove licenses 2018-12-25 21:08:33 -07:00
intrinsics.rs Use LLVM intrinsics for saturating add/sub 2019-01-29 22:32:13 +01:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Remove images' url to make it work even without internet connection 2019-02-07 11:06:19 +01:00
macros.rs add macro for creating uninitialized array 2019-01-28 10:48:38 +01:00
marker.rs Mark static generators as !Unpin 2019-01-27 22:58:59 +01:00
mem.rs Rollup merge of #57848 - jrvanwhy:transmute-export-doc, r=QuietMisdreavus 2019-02-07 14:28:29 +01:00
option.rs stabilize transpose_result in 1.33 2019-01-13 06:15:44 +01:00
panic.rs Remove licenses 2018-12-25 21:08:33 -07:00
panicking.rs Remove licenses 2018-12-25 21:08:33 -07:00
pin.rs Update generator transform and generated function signature 2019-01-27 22:58:59 +01:00
ptr.rs Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum" 2019-01-17 10:48:10 +01:00
raw.rs Remove licenses 2018-12-25 21:08:33 -07:00
result.rs stabilize transpose_result in 1.33 2019-01-13 06:15:44 +01:00
time.rs Specify the tracking issue 2019-01-07 11:39:22 +01:00
tuple.rs Remove licenses 2018-12-25 21:08:33 -07:00
unit.rs Remove licenses 2018-12-25 21:08:33 -07:00