rust/library
Josh Stone 03383ad102 Initialize channel Blocks directly on the heap
The channel's `Block::new` was causing a stack overflow because it held
32 item slots, instantiated on the stack before moving to `Box::new`.
The 32x multiplier made modestly-large item sizes untenable.

That block is now initialized directly on the heap.

Fixes #102246
2024-11-07 10:09:45 -08:00
..
alloc Inline str::repeat 2024-11-06 18:54:50 +00:00
backtrace@230570f2da
core Rollup merge of #132665 - tyilo:nonzero-u-div-ceil, r=joboet 2024-11-07 13:08:27 +01:00
panic_abort
panic_unwind
portable-simd
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustc-std-workspace-std
std Initialize channel Blocks directly on the heap 2024-11-07 10:09:45 -08:00
stdarch@ff9a444503
sysroot
test
unwind
windows_targets
Cargo.lock Update compiler_builtins to 0.1.138 and pin it 2024-11-03 17:43:16 -06:00
Cargo.toml