rust/library/alloc/src
Guillaume Gomez 9814d08545
Rollup merge of #146887 - taiki-e:rc-doc-feature, r=joboet
Remove unused #![feature(get_mut_unchecked)] in Rc and Arc examples

https://github.com/rust-lang/rust/pull/93109 removed the use of APIs enabled by this feature in these examples, but the `#![feature]` attributes ware not removed.
2025-09-22 17:17:46 +02:00
..
boxed remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
collections btree InternalNode::new safety comments 2025-09-21 12:05:09 +00:00
ffi remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
raw_vec Rollup merge of #145750 - btj:drop-alloc-guard, r=tgross35 2025-09-04 10:01:53 +10:00
vec docs: improve doc of some methods w/ ranges 2025-09-20 10:17:56 +00:00
wtf8 Diff-massaging commit 2025-08-20 20:31:33 -04:00
alloc.rs Pass alloc-variant-zeroed to LLVM 2025-08-20 17:08:46 +01: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