rust/library/alloc/src
Stuart Cook 22e4575672
Rollup merge of #145915 - coolreader18:stabilize-fmt_from_fn, r=dtolnay
Stabilize `fmt::from_fn`

Resolves rust-lang/rust#146705, pending its FCP.

As discussed in that tracking issue and rust-lang/rust#117729, this splits `fmt::from_fn` out from the `debug_closure_helpers` feature.
2025-11-04 13:44:47 +11:00
..
boxed remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
collections Rollup merge of #147780 - tisonkun:vec-deque-extract-if, r=joboet 2025-10-31 18:41:49 +01:00
ffi alloc: simplify Default for Box<CStr> and Rc<CStr> 2025-09-24 14:13:34 +02:00
raw_vec Move more code to RawVec::finish_grow 2025-09-28 15:19:19 +02:00
vec Don't require T: RefUnwindSafe for vec::IntoIter<T>: UnwindSafe 2025-10-21 21:18:09 +03:00
wtf8 Implement Debug for EncodeWide 2025-09-16 13:11:34 -06:00
alloc.rs Support #[alloc_error_handler] without the allocator shim 2025-10-10 13:04:53 +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 Auto merge of #144420 - Qelxiros:smart_pointer_try_map, r=joboet 2025-10-31 17:09:47 +00: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 Auto merge of #144420 - Qelxiros:smart_pointer_try_map, r=joboet 2025-10-31 17:09:47 +00:00
macros.rs Streamline the format macro. 2025-04-28 06:56:13 +10:00
rc.rs Auto merge of #144420 - Qelxiros:smart_pointer_try_map, r=joboet 2025-10-31 17:09:47 +00:00
slice.rs Remove [T]::array_chunks(_mut) 2025-07-27 23:03:07 -07:00
str.rs optimization: Don't include ASCII characters in Unicode tables 2025-09-07 15:21:24 +02:00
string.rs Rollup merge of #134316 - zachs18:string_replace_in_place_rebase, r=joshtriplett 2025-10-23 01:22:05 -04:00
sync.rs Auto merge of #144420 - Qelxiros:smart_pointer_try_map, r=joboet 2025-10-31 17:09:47 +00:00
task.rs Stabilize noop_waker 2024-12-05 14:14:17 -08:00