]> git.lizzy.rs Git - rust.git/commit
Auto merge of #817 - RalfJung:small-alloc, r=RalfJung
authorbors <bors@rust-lang.org>
Fri, 5 Jul 2019 22:52:21 +0000 (22:52 +0000)
committerbors <bors@rust-lang.org>
Fri, 5 Jul 2019 22:52:21 +0000 (22:52 +0000)
commitad837079e1f18d00090d7ac1c58fda7b3c49a822
tree351de76249cfc6e2c2e212970a3f9a3f99cf5380
parent285fc0d70e33e91016d288f0afd0971a85095f3c
parent029a29407acd30454fb41f340a8d108a47bef349
Auto merge of #817 - RalfJung:small-alloc, r=RalfJung

align small malloc-allocations even less, and test that we do

Needs https://github.com/rust-lang/rust/pull/62295 to land.

Fixes https://github.com/rust-lang/miri/issues/812.