rust/library
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
..
alloc mark constructor of BinaryHeap as const fn 2023-10-28 21:30:43 +08:00
backtrace@99faef833f
core Rollup merge of #117312 - RalfJung:memcpy-assumptions, r=Mark-Simulacrum 2023-10-29 12:35:01 +01:00
panic_abort
panic_unwind
portable-simd use visibility to check unused imports and delete some stmts 2023-10-22 21:27:46 +08:00
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Don't use LFS64 symbols on musl 2023-10-29 03:29:27 +00:00
stdarch@f4528dd6e8
sysroot
test
unwind