]> git.lizzy.rs Git - rust.git/commit
Auto merge of #54924 - RalfJung:use-maybe-uninit2, r=cramertj
authorbors <bors@rust-lang.org>
Fri, 12 Oct 2018 02:14:47 +0000 (02:14 +0000)
committerbors <bors@rust-lang.org>
Fri, 12 Oct 2018 02:14:47 +0000 (02:14 +0000)
commit567557f630693d47fd21151ff1fdbc430e330a13
tree4b9bd3b1eb69b3c10dec3f329fc9bdb3b2778cb8
parent77af314083e5acabf9ba5335e47271f35eef2e99
parente4434be6b7caa1261fa1500d321c20a59f9953b1
Auto merge of #54924 - RalfJung:use-maybe-uninit2, r=cramertj

Use MaybeUninit in liballoc

All code by @japaric. This is a re-submission of a part of https://github.com/rust-lang/rust/pull/53508 that hopefully does not regress performance.