rust/library/core
Guillaume Gomez 72012402e1
Rollup merge of #117312 - RalfJung:memcpy-assumptions, r=Mark-Simulacrum
memcpy assumptions: link to source showing that GCC makes the same assumption

I finally stumbled upon a source showing that GCC also generates overlapping `memcpy`. So if we're linking major C compilers making such assumptions here, let's have both clang and GCC.
2023-10-29 12:35:01 +01:00
..
benches fix 2023-07-23 09:58:31 +00:00
src Rollup merge of #117312 - RalfJung:memcpy-assumptions, r=Mark-Simulacrum 2023-10-29 12:35:01 +01:00
tests Stabilize [const_]pointer_byte_offsets 2023-10-25 22:35:12 +00:00
Cargo.toml Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00