rust/library/alloc/src
The Miri Cronjob Bot 77e76518a3 Merge ref '27050c0d15' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 27050c0d15
Filtered ref: 2bccf110c70c6f6ec349ede9fbf0b4cdcf77eac6
Upstream diff: 6244effd03...27050c0d15

This merge was created using https://github.com/rust-lang/josh-sync.
2025-10-24 05:00:24 +00:00
..
boxed remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
collections Auto merge of #147826 - Muscraft:update-typos, r=Noratrieb 2025-10-22 13:11:47 +00: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 Revert inference failure from Deref/Borrow constification 2025-10-23 08:51:27 -04:00
boxed.rs hide alloc::alloc::box_new in docs 2025-10-18 17:08:49 +02:00
bstr.rs Fully test the alloc crate through alloctests 2025-03-07 19:11:13 +00:00
fmt.rs Fix format string grammar in docs and improve alignment error message 2025-08-27 20:45:41 +05:30
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 Add String::replace_first and String::replace_last 2025-10-21 16:11:55 -05:00
macros.rs Streamline the format macro. 2025-04-28 06:56:13 +10:00
rc.rs Rollup merge of #145685 - Qelxiros:cell_get_cloned, r=programmerjake,tgross35 2025-10-04 17:11:08 +02: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 remove duplicate inline macro 2025-10-15 18:48:25 +02:00
task.rs Stabilize noop_waker 2024-12-05 14:14:17 -08:00