about summary refs log tree commit diff
path: root/library/alloc
AgeCommit message (Expand)AuthorLines
2024-11-12Rollup merge of #132869 - lolbinarycat:library-fix-too_long_first_doc_paragra...Matthias Krüger-5/+11
2024-11-11Check for null in the `alloc_zeroed` exampleJosh Stone-1/+4
2024-11-11Tag relevant functions with #[rustc_as_ptr] attributegavincrawford-0/+4
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-0/+3
2024-11-10split up the first paragraph of doc comments for better summariesbinarycat-5/+11
2024-11-06Inline str::repeatKornel-0/+1
2024-11-04btree: don't leak value if destructor of key panicsLukas Markeffsky-2/+64
2024-11-03Update `compiler_builtins` to 0.1.138 and pin itTrevor Gross-1/+1
2024-11-03Rollup merge of #132393 - zedddie16:issue-131865-fix, r=tgross35Matthias Krüger-0/+10
2024-11-03Rollup merge of #129329 - eduardosm:rc-from-mut-slice, r=dtolnayMatthias Krüger-0/+156
2024-11-02Rustdoc: added brief colon explanationtuturuu-0/+10
2024-10-31Auto merge of #132206 - tgross35:update-builtins, r=wesleywiserbors-1/+1
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-0/+3
2024-10-29Implement `From<&mut {slice}>` for `Box/Rc/Arc<{slice}>`Eduardo Sánchez Muñoz-0/+156
2024-10-29Auto merge of #132231 - lukas-code:rc-plug-leaks, r=tgross35bors-21/+139
2024-10-29Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubileeJubilee-970/+1003
2024-10-28Rc destructor: tweak inliningLukas Markeffsky-8/+17
2024-10-28Split `boxed.rs` into a few modulesMaybe Lapkin-970/+1003
2024-10-28Impl TryFrom<Vec<u8>> for StringElichai Turkel-0/+18
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-0/+1
2024-10-27Rc/Arc: don't leak the allocation if drop panicsLukas Markeffsky-18/+17
2024-10-27add test for panicking drop in Box/Rc/ArcLukas Markeffsky-3/+113
2024-10-26Update compiler-builtins to 0.1.136Trevor Gross-1/+1
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-3/+3
2024-10-25Re-do recursive const stability checksRalf Jung-3/+3
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-7/+7
2024-10-24Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiserStuart Cook-10/+10
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-4/+4
2024-10-23Rollup merge of #132031 - slanterns:rc_default, r=ibraheemdevMatthias Krüger-8/+20
2024-10-23Auto merge of #131929 - LaihoE:replace_default_capacity, r=joboetbors-4/+8
2024-10-22better default capacity for str::replaceLaiho-4/+8
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-10/+10
2024-10-22refactor `Arc<T>::default`Slanterns-7/+10
2024-10-22optimize `Rc<T>::default`Slanterns-1/+10
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-3/+6
2024-10-19Update `compiler-builtins` to 0.1.134Ben Kimock-1/+1
2024-10-18Rollup merge of #131809 - collinoc:fix-retain-mut-docs, r=jhpratt许杰友 Jieyou Xu (Joe)-2/+2
2024-10-18Rollup merge of #130136 - GKFX:stabilize-const-pin, r=dtolnay许杰友 Jieyou Xu (Joe)-1/+0
2024-10-17Auto merge of #130223 - LaihoE:faster_str_replace, r=thomccbors-2/+30
2024-10-16Fix predicate signatures in retain_mut docsCollin O'Connor-2/+2
2024-10-16Partially stabilize const_pinGeorge Bateman-1/+0
2024-10-16Auto merge of #131767 - cuviper:bump-stage0, r=Mark-Simulacrumbors-4/+1
2024-10-16Auto merge of #131460 - jwong101:default-placement-new, r=ibraheemdevbors-2/+9
2024-10-15update bootstrap configsJosh Stone-4/+1
2024-10-15Rollup merge of #131521 - jdonszelmann:rc, r=joboetMichael Goulet-83/+87
2024-10-15Rollup merge of #130608 - YohDeadfall:cstr-from-into-str, r=workingjubileeMatthias Krüger-1/+25
2024-10-14Auto merge of #126557 - GrigorenkoPV:vec_track_caller, r=joboetbors-0/+105
2024-10-13rename rcbox in other places as per review commentsJonathan Dönszelmann-14/+14
2024-10-12Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJungTrevor Gross-1/+0
2024-10-12Stabilize `const_option`Trevor Gross-1/+0