rust/src
bors 9029fa4aa9 Auto merge of #2021 - RalfJung:write-fields-refactor, r=RalfJung
add write_int_fields to replace write_packed_immediates

This avoids having to explicitly list the types of all fields -- we derive them from the type of the struct instead.

Also add write_int_fields_named, to give the fields by name instead of ordered by index.
2022-03-12 17:18:24 +00:00
..
bin also accept odd number of hex digits; add README section on randomized alignment testing 2022-03-12 10:09:15 -05:00
shims add write_int_fields to replace write_packed_immediates 2022-03-12 12:17:23 -05:00
data_race.rs Rename MiriMemoryKind::Env to Runtime 2022-03-07 16:19:03 -05:00
diagnostics.rs Auto merge of #1985 - RalfJung:fn-ptr, r=RalfJung 2022-02-27 20:27:47 +00:00
eval.rs add flag to forward specific env vars (while isolation remains enabled) 2022-03-05 11:14:37 -05:00
helpers.rs add write_int_fields to replace write_packed_immediates 2022-03-12 12:17:23 -05:00
intptrcast.rs final tweaks 2021-12-05 20:33:20 -05:00
lib.rs fs: add and test for DirectoryNotEmpty error variant 2022-03-07 18:30:12 -05:00
machine.rs Rename MiriMemoryKind::Env to Runtime 2022-03-07 16:19:03 -05:00
mono_hash_map.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
operator.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
range_map.rs format much of Miri 2021-05-16 11:48:28 +02:00
stacked_borrows.rs Rename MiriMemoryKind::Env to Runtime 2022-03-07 16:19:03 -05:00
sync.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
thread.rs rustup 2022-03-07 09:39:32 -05:00
vector_clock.rs fmt: set force_multiline_blocks=true 2021-07-11 14:18:44 +02:00