rust/library/alloc/src
bors 20f1c045c4 Auto merge of #148721 - Zalathar:rollup-398va3y, r=Zalathar
Rollup of 22 pull requests

Successful merges:

 - rust-lang/rust#128666 (Add `overflow_checks` intrinsic)
 - rust-lang/rust#146305 (Add correct suggestion for multi-references for self type in method)
 - rust-lang/rust#147179 ([DebugInfo] Fix container types failing to find template args)
 - rust-lang/rust#147743 (Show packed field alignment in mir_transform_unaligned_packed_ref)
 - rust-lang/rust#148079 (Rename `downcast_[ref|mut]_unchecked` -> `downcast_unchecked_[ref|mut]`)
 - rust-lang/rust#148084 (Optimize path components iteration on platforms that don't have prefixes)
 - rust-lang/rust#148126 (Fix rust stdlib build failing for VxWorks)
 - rust-lang/rust#148204 (Modify contributor email entries in .mailmap)
 - rust-lang/rust#148279 (rustc_builtin_macros: rename bench parameter to avoid collisions with user-defined function names)
 - rust-lang/rust#148333 (constify result unwrap unchecked)
 - rust-lang/rust#148539 (Add Allocator proxy impls for Box, Rc, and Arc)
 - rust-lang/rust#148601 (`invalid_atomic_ordering`: also lint `update` & `try_update`)
 - rust-lang/rust#148612 (Add note for identifier with attempted hygiene violation)
 - rust-lang/rust#148613 (Switch hexagon targets to rust-lld)
 - rust-lang/rust#148619 (Enable std locking functions on AIX)
 - rust-lang/rust#148644 ([bootstrap] Make `--open` option work with `doc src/tools/error_index_generator`)
 - rust-lang/rust#148649 (don't completely reset `HeadUsages`)
 - rust-lang/rust#148673 (Remove a remnant of `dyn*` from the parser)
 - rust-lang/rust#148675 (Remove eslint-js from npm dependencies)
 - rust-lang/rust#148680 (Recover `[T: N]` as `[T; N]`)
 - rust-lang/rust#148688 (Remove unused argument `features` from `eval_config_entry`)
 - rust-lang/rust#148711 (Use the current lint note id when parsing `cfg!()`)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-11-09 08:27:35 +00:00
..
boxed remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
collections Rollup merge of #147808 - hkBst:btree-3, r=joboet 2025-11-07 00:21:19 -05: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 Merge Vec::push{,_mut}_within_capacity 2025-11-05 17:03:25 +01: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 #148721 - Zalathar:rollup-398va3y, r=Zalathar 2025-11-09 08:27:35 +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 add specialization for extend_front and prepend with copied slice iterator 2025-11-03 12:35:30 +01:00
macros.rs Streamline the format macro. 2025-04-28 06:56:13 +10:00
rc.rs Auto merge of #148721 - Zalathar:rollup-398va3y, r=Zalathar 2025-11-09 08:27:35 +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 #148721 - Zalathar:rollup-398va3y, r=Zalathar 2025-11-09 08:27:35 +00:00
task.rs Stabilize noop_waker 2024-12-05 14:14:17 -08:00