about summary refs log tree commit diff
path: root/library/alloc
AgeCommit message (Expand)AuthorLines
2024-06-28Rollup merge of #126970 - DaniPopes:simplify-str-clone_into, r=cuviperMatthias Krüger-3/+4
2024-06-27Cleanup bootstrap check-cfgUrgau-2/+0
2024-06-27Rollup merge of #126929 - nnethercote:rm-__rust_force_expr, r=oli-obkJacob Pratt-14/+4
2024-06-25Simplify `str::clone_into`DaniPopes-3/+4
2024-06-25Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoeristerMatthias Krüger-1/+1
2024-06-25Detect unused structs which derived Defaultmu001999-1/+1
2024-06-25Remove `__rust_force_expr`.Nicholas Nethercote-14/+4
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-3/+2
2024-06-22Auto merge of #126838 - matthiaskrgr:rollup-qkop22o, r=matthiaskrgrbors-1/+0
2024-06-22Auto merge of #116113 - kpreid:arcmut, r=dtolnaybors-58/+238
2024-06-22Generalize `{Rc,Arc}::make_mut()` to unsized types.Kevin Reid-26/+229
2024-06-22Replace `WriteCloneIntoRaw` with `CloneToUninit`.Kevin Reid-34/+11
2024-06-21Remove `feature(effects)` from the standard libraryDeadbeef-1/+0
2024-06-20Auto merge of #124032 - Voultapher:a-new-sort, r=thomccbors-118/+115
2024-06-20Fix wrong big O star bracing in the doc commentsLukas Bergdoll-3/+3
2024-06-20Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgrbors-3/+5
2024-06-19Stabilize `hint_assert_unchecked`Trevor Gross-1/+0
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-06-20Convert some module-level `//` and `///` comments to `//!`.Nicholas Nethercote-3/+4
2024-06-19Stabilise c_unwindGary Guo-1/+1
2024-06-17Revert panic_safe test changesLukas Bergdoll-1/+2
2024-06-16Update `Arc::try_unwrap()` docslukaslueg-9/+12
2024-06-14Rollup merge of #126285 - kpreid:unique-rc, r=dtolnayMatthias Krüger-30/+91
2024-06-11`UniqueRc`: support allocators and `T: ?Sized`.Kevin Reid-30/+91
2024-06-11remove cfg(bootstrap)Pietro Albini-3/+1
2024-06-11replace version placeholderPietro Albini-24/+21
2024-06-08Rollup merge of #125951 - slanterns:error_in_core_stabilization, r=AmanieuLeón Orell Valerian Liehr-1/+0
2024-06-07Rollup merge of #124012 - slanterns:as_slice_stabilize, r=BurntSushiMatthias Krüger-3/+1
2024-06-07Stabilize `error_in_core`Slanterns-1/+0
2024-06-06less garbage, more examplesRalf Jung-2/+2
2024-06-05Rollup merge of #125982 - xTachyon:fix-linked-list, r=jhprattJubilee-2/+41
2024-06-05Rollup merge of #123168 - joshtriplett:size-of-prelude, r=AmanieuJubilee-4/+0
2024-06-04Make deleting on LinkedList aware of the allocatorAndrei Damian-2/+41
2024-06-04update tracking issue for `const_binary_heap_new_in`coekjan-1/+1
2024-06-03Ignore `vec_deque_alloc_error::test_shrink_to_unwind` test on non-unwind targetsLukas Wirth-0/+1
2024-06-01stablize `const_binary_heap_constructor` & create an unstable feature `const_...coekjan-2/+5
2024-05-26Rollup merge of #125561 - Cyborus04:stabilize-slice-flatten, r=scottmcmMatthias Krüger-4/+1
2024-05-26Stabilize `slice_flatten`Cyborus-4/+1
2024-05-25Rollup merge of #123803 - Sp00ph:shrink_to_fix, r=Mark-SimulacrumMatthias Krüger-1/+118
2024-05-24Remove now outdated comment since we bumped stage0Urgau-1/+0
2024-05-21addresss reviewsLzu Tao-1/+4
2024-05-21Update check-cfg lists for allocLzu Tao-0/+9
2024-05-21Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgrbors-1/+3
2024-05-21Rollup merge of #125011 - diondokter:opt-for-size, r=Amanieu,kobzolMatthias Krüger-1/+3
2024-05-20Add the impls for Box<[T]>: IntoIteratorMichael Goulet-0/+86
2024-05-20Rollup merge of #125283 - zachs18:arc-default-shared, r=dtolnayMatthias Krüger-31/+56
2024-05-20Rollup merge of #125093 - zachs18:rc-into-raw-with-allocator-only, r=Mark-Sim...Matthias Krüger-10/+107
2024-05-20Auto merge of #123878 - jwong101:inplacecollect, r=jhprattbors-2/+58
2024-05-19Fix typo in assert messageZachary S-1/+1
2024-05-19cfg-out unused code under no_global_oom_handlingZachary S-0/+1