rust/library/alloc/src
bors e29fcf45e4 Auto merge of #150674 - matthiaskrgr:rollup-tnkgbcx, r=matthiaskrgr
Rollup of 5 pull requests

Successful merges:

 - rust-lang/rust#150554 (test: add regression cases for valtree hashing ICE)
 - rust-lang/rust#150597 (make specialization of `Vec::extend` and `VecDeque::extend_front` work for vec::IntoIter with any `Allocator`, not just `Global`)
 - rust-lang/rust#150619 (alloc: Move Cow impl to existing ones)
 - rust-lang/rust#150660 (THIR pattern building: Pass HIR nodes instead of loose types/spans)
 - rust-lang/rust#150671 (miri subtree update)

r? `@ghost`
`@rustbot` modify labels: rollup
2026-01-04 16:58:33 +00:00
..
boxed Implement some conversions using Box::clone_from_ref 2025-11-19 13:34:03 -06:00
collections Rollup merge of #150597 - antonilol:extend-from-vec-any-allocator, r=jhpratt 2026-01-04 16:16:10 +01:00
ffi library: Fix typo in the documentatio of Cstring::from_vec_with_nul 2026-01-02 14:54:36 +01:00
raw_vec Use let...else instead of match foo { ... _ => return }; and if let ... else return in std 2025-12-09 23:35:14 +00:00
vec Auto merge of #150674 - matthiaskrgr:rollup-tnkgbcx, r=matthiaskrgr 2026-01-04 16:58:33 +00:00
wtf8 Stabilize char_max_len 2025-11-14 18:23:19 +03:00
alloc.rs Remove -Zoom=panic 2025-11-28 19:30:39 +00:00
borrow.rs alloc: Move Cow impl to existing ones 2026-01-02 20:40:04 +01:00
boxed.rs Update tracking issue for PinCoerceUnsized 2025-12-17 20:26:41 +00:00
bstr.rs Fully test the alloc crate through alloctests 2025-03-07 19:11:13 +00:00
fmt.rs replace version placeholder 2025-12-19 15:04:30 -08:00
lib.miri.rs add 'x.py miri', and make it work for 'library/{core,alloc,std}' 2024-04-03 20:27:20 +02:00
lib.rs LinkedList: use Box::into_non_null_with_allocator 2025-12-29 19:08:34 +00:00
macros.rs Streamline the format macro. 2025-04-28 06:56:13 +10:00
rc.rs Update tracking issue for PinCoerceUnsized 2025-12-17 20:26:41 +00:00
slice.rs stabilize [T]::array_windows 2025-12-02 00:37:17 +07:00
str.rs optimization: Don't include ASCII characters in Unicode tables 2025-09-07 15:21:24 +02:00
string.rs Auto merge of #149694 - lolbinarycat:alloc-extend-slice-of-str-spec, r=Mark-Simulacrum 2025-12-29 22:07:30 +00:00
sync.rs Update tracking issue for PinCoerceUnsized 2025-12-17 20:26:41 +00:00
task.rs Stabilize noop_waker 2024-12-05 14:14:17 -08:00