rust/library/alloc
Scott McMurray 774268afc1 Pass alignments through the shim as Alignment (not usize)
We're using `Layout` on both sides, so might as well skip the transmutes back and forth to `usize`.

The mir-opt test shows that doing so allows simplifying the boxed-slice drop slightly, for example.
2026-02-14 01:39:16 -08:00
..
src Pass alignments through the shim as Alignment (not usize) 2026-02-14 01:39:16 -08:00
Cargo.toml compiler-builtins: Remove the no-f16-f128 feature 2026-01-11 07:02:27 -06:00