rust/src/libcore
bors 75d937c49b Auto merge of #54668 - RalfJung:use-maybe-uninit, r=SimonSapin
Use MaybeUninit in libcore

All code by @japaric. This re-submits the second half of https://github.com/rust-lang/rust/pull/53508 (the first half is at https://github.com/rust-lang/rust/pull/54667). This is likely the one containing the perf regression.
2018-11-26 22:20:20 +00:00
..
benches
char update various stdlib docs 2018-11-21 06:50:17 -05:00
fmt use MaybeUninit in core::fmt 2018-11-23 22:50:20 +01:00
future
hash
iter Rollup merge of #55869 - SimonSapin:iterate, r=alexcrichton 2018-11-24 01:31:50 +08:00
num Auto merge of #55705 - ethanboxx:master, r=SimonSapin 2018-11-26 01:46:18 +00:00
ops
prelude
slice use MaybeUninit in core::slice::rotate 2018-11-23 22:50:20 +01:00
str std::str Adapt documentation to reality 2018-11-22 15:26:16 +01:00
sync
task
tests
unicode
alloc.rs
any.rs
array.rs
ascii.rs
borrow.rs
Cargo.toml
cell.rs
clone.rs
cmp.rs
convert.rs
default.rs
ffi.rs
hint.rs
internal_macros.rs
intrinsics.rs
iter_private.rs
lib.rs
macros.rs
marker.rs
mem.rs use more inlining, and force some of it 2018-11-23 22:52:18 +01:00
nonzero.rs
option.rs
panic.rs
panicking.rs
pin.rs
ptr.rs use MaybeUninit in core::ptr::swap_nonoverlapping_bytes 2018-11-23 22:50:20 +01:00
raw.rs Merge branch 'master' into frewsxcv-dyn 2018-11-23 14:09:08 -05:00
result.rs
time.rs
tuple.rs
unit.rs