rust/src
bors 93f5892962 Auto merge of #815 - RalfJung:memory-audit, r=RalfJung
don't call Memory::get without checking the pointer first

Also avoid Memory::get if we just need to know align/size.

I audited all uses of `alloc_id`; the rest should be fine (and we can kill a bunch of them once https://github.com/rust-lang/rust/pull/62257 lands).
2019-07-01 20:59:17 +00:00
..
bin Merge branch 'master' into patch-1 2019-06-20 20:47:27 +02:00
shims Auto merge of #815 - RalfJung:memory-audit, r=RalfJung 2019-07-01 20:59:17 +00:00
eval.rs tweak inttoptr allocation behavior 2019-06-29 14:31:54 +02:00
helpers.rs move most of the stuff from lib.rs into machine.rs, and initialization + main loop into eval.rs 2019-06-29 13:48:59 +02:00
intptrcast.rs add some tracing to intptrcast 2019-06-30 21:10:47 +02:00
lib.rs move find_fn (which is not specific to foreign items) out of foreign_items 2019-07-01 00:28:31 +02:00
machine.rs fix comparing function pointers with intptrcast 2019-06-30 11:21:31 +02:00
mono_hash_map.rs
operator.rs don't call Memory::get without checking the pointer first; avoid Memory::get if we just need to know align/size 2019-07-01 00:24:56 +02:00
range_map.rs
stacked_borrows.rs Fix merge conflicts 2019-06-25 00:57:33 -05:00
tls.rs rustup for lifetime refactorings 2019-06-13 09:18:03 +02:00