rust/library/alloc/src
Matthias Krüger 3a3c7b580f
Rollup merge of #149795 - estebank:let-else-std, r=workingjubilee
Use `let`...`else` instead of `match foo { ... _ => return };` and `if let ... else return` in std

Split off rust-lang/rust#148837.
2025-12-10 07:54:21 +01:00
..
boxed Implement some conversions using Box::clone_from_ref 2025-11-19 13:34:03 -06:00
collections Use let...else instead of match foo { ... _ => return }; and if let ... else return in std 2025-12-09 23:35:14 +00:00
ffi Implement some conversions using Box::clone_from_ref 2025-11-19 13:34:03 -06: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 Use let...else instead of match foo { ... _ => return }; and if let ... else return in std 2025-12-09 23:35:14 +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 Rollup merge of #138217 - theemathas:cow_is_owned_borrowed_associated, r=dtolnay 2025-10-30 02:43:41 -04:00
boxed.rs Add Box::(try_)clone_from_ref(_in) 2025-11-19 13:34:00 -06:00
bstr.rs Fully test the alloc crate through alloctests 2025-03-07 19:11:13 +00:00
fmt.rs Stabilize fmt::{from_fn, FromFn} under feature fmt_from_fn 2025-09-28 11:43:50 -05: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 Rollup merge of #148814 - bend-n:stabilize_array_windows, r=scottmcm 2025-12-06 09:57:59 +01:00
macros.rs Streamline the format macro. 2025-04-28 06:56:13 +10:00
rc.rs Implelement the clone part of Rc::make_mut using Rc::clone_from_ref_in 2025-11-19 13:45:10 -06: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 Use let...else instead of match foo { ... _ => return }; and if let ... else return in std 2025-12-09 23:35:14 +00:00
sync.rs Implement the clone part of Arc::make_mut using Arc::clone_from_ref_in 2025-11-19 13:50:52 -06:00
task.rs Stabilize noop_waker 2024-12-05 14:14:17 -08:00