about summary refs log tree commit diff
path: root/library/alloc
AgeCommit message (Expand)AuthorLines
2025-10-01implement `Box::take`edwloef-0/+31
2025-09-30Rollup merge of #146886 - taiki-e:rc-inner-align, r=Mark-SimulacrumMatthias Krüger-8/+12
2025-09-30Add repr(align(2)) to RcInner and ArcInnerTaiki Endo-8/+12
2025-09-29Use `Iterator::eq` and (dogfood) `eq_by` in compiler and libraryYotam Ofek-1/+1
2025-09-28Auto merge of #147042 - Noratrieb:untrack-caller-vec, r=tgross35bors-121/+0
2025-09-27Remove `cfg(bootstrap)` for `doc_cfg` feature following #141925Guillaume Gomez-16/+1
2025-09-27fmtGuillaume Gomez-6/+1
2025-09-27Remove `doc_cfg_hide` featureGuillaume Gomez-1/+1
2025-09-27Strenghten checks for `doc(auto_cfg(show/hide))` attributesGuillaume Gomez-1/+0
2025-09-27Implement RFC 3631Guillaume Gomez-8/+21
2025-09-26Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-13/+13
2025-09-25Auto merge of #147037 - matthiaskrgr:rollup-xtgqzuu, r=matthiaskrgrbors-29/+82
2025-09-25Remove most `#[track_caller]` from allocating Vec methodsNoratrieb-121/+0
2025-09-25Rollup merge of #146859 - cammeresi:btree-alloc-20250920, r=joboetMatthias Krüger-2/+13
2025-09-25Rollup merge of #146293 - BenjaminBrienen:try_remove, r=joboetMatthias Krüger-2/+30
2025-09-25Rollup merge of #141032 - petrosagg:extract-if-ub, r=joboetMatthias Krüger-25/+39
2025-09-25Auto merge of #147019 - Zalathar:rollup-boxzbmo, r=Zalatharbors-36/+123
2025-09-25Rollup merge of #145067 - btj:patch-3, r=tgross35Stuart Cook-36/+123
2025-09-24BTreeMap: Don't leak allocators when initializing nodesSidney Cammeresi-2/+13
2025-09-24feature: Implement vec_try_removeBenjaminBrienen-2/+30
2025-09-24alloc: simplify `Default` for `Box<CStr>` and `Rc<CStr>`joboet-5/+2
2025-09-23Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercotebors-9/+7
2025-09-22Rollup merge of #146887 - taiki-e:rc-doc-feature, r=joboetGuillaume Gomez-18/+0
2025-09-22Remove unused #![feature(get_mut_unchecked)] in Rc and Arc examplesTaiki Endo-18/+0
2025-09-22avoid violating `slice::from_raw_parts` safety contract in `Vec::extract_if`Petros Angelatos-25/+39
2025-09-21Change the cfg to a dashBen Kimock-7/+7
2025-09-21Add panic=immediate-abortBen Kimock-9/+7
2025-09-21btree InternalNode::new safety commentsMarijn Schouten-2/+3
2025-09-21Rollup merge of #146820 - cammeresi:alloc-20250919, r=tgross35Stuart Cook-2/+11
2025-09-21Rollup merge of #144091 - thaliaarchi:stabilize-new-zeroed, r=Mark-SimulacrumStuart Cook-40/+6
2025-09-20docs: improve doc of some methods w/ rangestk-16/+16
2025-09-20Auto merge of #146621 - cammeresi:peek-20250915, r=Amanieubors-35/+41
2025-09-19Add unstable attribute to BTreeMap-related allocator genericsSidney Cammeresi-2/+11
2025-09-19btree: safety comments for init and newMarijn Schouten-1/+7
2025-09-18Plumb Allocator generic into `std::vec::PeekMut`Sidney Cammeresi-35/+41
2025-09-17Add space after brace in `Box<[T]>::new_uninit_slice` exampleAlan Wu-1/+1
2025-09-17Rollup merge of #144871 - Kivooeo:btree_entry_insert-stabilize, r=jhprattStuart Cook-4/+2
2025-09-14Switch `std::vec::PeekMut::pop` from self to this parameter.Sidney Cammeresi-2/+2
2025-09-13Rollup merge of #145471 - rs-sac:extr, r=the8472Jacob Pratt-12/+10
2025-09-07optimization: Don't include ASCII characters in Unicode tablesKarl Meakin-3/+2
2025-09-05RawVecInner: add missing `unsafe` to unsafe fnsBart Jacobs-36/+123
2025-09-04Rollup merge of #145750 - btj:drop-alloc-guard, r=tgross35Stuart Cook-25/+2
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-7/+17
2025-09-03raw_vec.rs: Remove superfluous fn alloc_guardBart Jacobs-25/+2
2025-09-01Constify conversion traitsltdk-7/+17
2025-08-31Rollup merge of #145592 - nilotpal-n7:fix-format-alignment, r=lcnrMatthias Krüger-1/+1
2025-08-27Stabilize BTree{Map,Set}::extract_ifSidney Cammeresi-12/+10
2025-08-27Fix format string grammar in docs and improve alignment error messageNilotpal Gupta-1/+1
2025-08-27Rollup merge of #145562 - tbu-:pr_simplify_to_string_spec, r=tgross35Matthias Krüger-50/+23
2025-08-27Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-SimulacrumMatthias Krüger-0/+1297