]> git.lizzy.rs Git - rust.git/commit
Auto merge of #54554 - RalfJung:maybe-uninit, r=nagisa
authorbors <bors@rust-lang.org>
Sat, 29 Sep 2018 09:58:09 +0000 (09:58 +0000)
committerbors <bors@rust-lang.org>
Sat, 29 Sep 2018 09:58:09 +0000 (09:58 +0000)
commit7e7bc060c1564b19742fd241f40a02c9210e445c
tree02fced39e6b1d39695f9c896951cbfcef1ce9e23
parentd95fd2585d8d7327a83beee10d9e32129b26cd68
parent546e45ab5b20b9151b3331c727ecb5fd2e3eecaf
Auto merge of #54554 - RalfJung:maybe-uninit, r=nagisa

Revert most of MaybeUninit, except for the new API itself

This reverts most of https://github.com/rust-lang/rust/pull/53508/ for perf reasons (first commit reverts that entire PR), except for the new API itself (added back in 2nd commit).