]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #65621 - RalfJung:write_bytes, r=oli-obk
authorMazdak Farrokhzad <twingoow@gmail.com>
Mon, 21 Oct 2019 20:00:49 +0000 (22:00 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2019 20:00:49 +0000 (22:00 +0200)
commite825e21e7adc5573bb8f19c5fa104ef666398746
tree79b82c39fcf77356c0228f0398660bff698e2d91
parenta160258927804710e8732ec1ec655160489f460f
parentf6d70b42b8d6d299fe5621ac9170f69c511c8ddc
Rollup merge of #65621 - RalfJung:write_bytes, r=oli-obk

miri: add write_bytes method to Memory doing bounds-checks and supporting iterators

This lets us avoid some direct `Allocation` accesses in Miri.