rust/library/core/tests
kadmin 56a651ca15 Add recommend changes to array
Switch from indexing to zip, and also use `write` on `MaybeUninit`.

Add array_map feature to core/src/lib

Attempt to fix issue of no such feature

Update w/ pickfire's review

This changes a couple of names around, adds another small test of variable size,
and hides the rustdoc #![feature(..)].

Fmt doctest

Add suggestions from lcnr
2020-08-13 03:50:59 +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 recommend changes to array 2020-08-13 03:50:59 +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_lossy.rs
str.rs
time.rs
tuple.rs