rust/library/core/tests
kadmin af32db21c8 Add drop check test & MaybeUninit::first_ptr_mut
Also in drop check test add hacky workaround for platforms that don't support
panic=unwind
2020-08-13 03:51:08 +00:00
..
fmt
hash
num also reduce some libcore test iteration counts 2020-07-31 11:56:08 +02:00
alloc.rs
any.rs
array.rs Add drop check test & MaybeUninit::first_ptr_mut 2020-08-13 03:51:08 +00:00
ascii.rs
atomic.rs
bool.rs
cell.rs
char.rs
clone.rs
cmp.rs
intrinsics.rs
iter.rs
lazy.rs
lib.rs Add Array Impl Lang Item in various places 2020-08-13 03:50:57 +00:00
manually_drop.rs
mem.rs
nonzero.rs
ops.rs
option.rs
pattern.rs
ptr.rs
result.rs Update tests 2020-07-31 02:44:29 +00:00
slice.rs Rollup merge of #74974 - RalfJung:miri-tests, r=Mark-Simulacrum 2020-08-03 01:05:20 +09:00
str.rs
str_lossy.rs
time.rs
tuple.rs