rust/library/alloc/src
bors 7ac0330c6d Auto merge of #147037 - matthiaskrgr:rollup-xtgqzuu, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - rust-lang/rust#116882 (rustdoc: hide `#[repr]` if it isn't part of the public ABI)
 - rust-lang/rust#135771 ([rustdoc] Add support for associated items in "jump to def" feature)
 - rust-lang/rust#141032 (avoid violating `slice::from_raw_parts` safety contract in `Vec::extract_if`)
 - rust-lang/rust#142401 (Add proper name mangling for pattern types)
 - rust-lang/rust#146293 (feat: non-panicking `Vec::try_remove`)
 - rust-lang/rust#146859 (BTreeMap: Don't leak allocators when initializing nodes)
 - rust-lang/rust#146924 (Add doc for `NonZero*` const creation)
 - rust-lang/rust#146933 (Make `render_example_with_highlighting` return an `impl fmt::Display`)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-09-25 20:35:49 +00:00
..
boxed remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
collections Rollup merge of #146859 - cammeresi:btree-alloc-20250920, r=joboet 2025-09-25 18:15:09 +02:00
ffi alloc: simplify Default for Box<CStr> and Rc<CStr> 2025-09-24 14:13:34 +02:00
raw_vec Rollup merge of #145067 - btj:patch-3, r=tgross35 2025-09-25 20:31:51 +10:00
vec Rollup merge of #146293 - BenjaminBrienen:try_remove, r=joboet 2025-09-25 18:15:09 +02:00
wtf8 Diff-massaging commit 2025-08-20 20:31:33 -04:00
alloc.rs Change the cfg to a dash 2025-09-21 13:12:20 -04:00
borrow.rs Constify conversion traits 2025-09-01 21:38:26 -04:00
boxed.rs Rollup merge of #144091 - thaliaarchi:stabilize-new-zeroed, r=Mark-Simulacrum 2025-09-21 14:42:33 +10: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 Constify conversion traits 2025-09-01 21:38:26 -04:00
macros.rs Streamline the format macro. 2025-04-28 06:56:13 +10:00
rc.rs Remove unused #![feature(get_mut_unchecked)] in Rc and Arc examples 2025-09-22 22:15:25 +09: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 docs: improve doc of some methods w/ ranges 2025-09-20 10:17:56 +00:00
sync.rs Remove unused #![feature(get_mut_unchecked)] in Rc and Arc examples 2025-09-22 22:15:25 +09:00
task.rs Stabilize noop_waker 2024-12-05 14:14:17 -08:00