rust/library/alloc
bors 13f8a57cfb Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm
Apply "polymorphization at home" to RawVec

The idea here is to move all the logic in RawVec into functions with explicit size and alignment parameters. This should eliminate all the fussing about how tweaking RawVec code produces large swings in compile times.

This uncovered https://github.com/rust-lang/rust-clippy/issues/12979, so I've modified the relevant test in a way that tries to preserve the spirit of the test without tripping the ICE.
2024-08-12 01:47:06 +00:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm 2024-08-12 01:47:06 +00:00
tests PinCoerceUnsized trait into core 2024-07-31 17:10:55 +08:00
Cargo.toml Update compiler-builtins version to 0.1.118 2024-08-08 14:47:49 +02:00