rust/src
bors 31b95dd749 Auto merge of #2485 - 5225225:memalign, r=RalfJung
Breaking posix_memalign precondition is not UB

The `size==0` test here might be overtesting, but I figured might as well test it and leave a comment saying it is fine to remove it if the implementation changes.

Fixes #2099
2022-08-17 02:08:35 +00:00
..
bin avoid intermediate allocations in show_error macro 2022-08-08 11:35:54 -04:00
concurrency more detailed error message 2022-08-09 13:59:34 -04:00
helpers Replace as casts in llvm.x86.addcarry.64 implementation 2022-04-30 10:33:55 -07:00
shims Breaking posix_memalign precondition is not UB 2022-08-13 13:20:56 +01:00
stacked_borrows Auto merge of #2488 - saethlin:rename-memory-hooks, r=RalfJung 2022-08-16 12:24:34 +00:00
diagnostics.rs add a flag to print a diagnostic when an outdated value is returned from an atomic load 2022-07-23 09:39:02 -04:00
eval.rs fix rustc lints in Miri 2022-08-07 10:17:02 -04:00
helpers.rs add special exception for std_miri_test crate to call std-only functions 2022-08-06 14:51:03 -04:00
intptrcast.rs pass clippy::cast_sign_loss and clippy::cast_possible_wrap 2022-07-23 09:13:38 -04:00
lib.rs rustup 2022-08-13 08:23:28 -04:00
machine.rs Rename memory hooks 2022-08-16 08:09:32 -04:00
mono_hash_map.rs some clippy-induced cleanup 2022-06-08 08:06:32 -04:00
operator.rs rustup 2022-07-24 17:51:39 -04:00
range_map.rs ensure that RangeMap panics on OOB 2022-07-14 15:09:20 -04:00
sync.rs fix rustc lints in Miri 2022-08-07 10:17:02 -04:00
thread.rs rustup for pthread_setname_np on Linux 2022-08-11 19:06:30 -04:00
vector_clock.rs set_at_index sets the default value (0) if index doesn't exist in the other vector 2022-06-06 19:15:20 +01:00