rust/library
Stuart Cook 4b904ceb46
Rollup merge of #132738 - cuviper:channel-heap-init, r=ibraheemdev
Initialize channel `Block`s 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

try-job: test-various
2024-11-08 18:51:30 +11:00
..
alloc Inline str::repeat 2024-11-06 18:54:50 +00:00
backtrace@230570f2da
core core: move intrinsics.rs into intrinsics folder 2024-11-07 17:49:45 +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 Rollup merge of #132738 - cuviper:channel-heap-init, r=ibraheemdev 2024-11-08 18:51:30 +11:00
stdarch@ff9a444503
sysroot
test
unwind
windows_targets
Cargo.lock unpin and update memchr 2024-11-07 02:09:39 +01:00
Cargo.toml