about summary refs log tree commit diff
path: root/library/alloc/src
AgeCommit message (Expand)AuthorLines
2024-07-27Rollup merge of #125897 - RalfJung:from-ref, r=AmanieuTrevor Gross-2/+2
2024-07-27Improve panic sections for sort*, sort_unstable* and select_nth_unstable*Lukas Bergdoll-3/+13
2024-07-27Okay, I guess I have to give these a different feature nameltdk-5/+5
2024-07-27impl Default for collection iterators that don't already have itltdk-0/+70
2024-07-26Fix doc nitsJohn Arundel-54/+60
2024-07-24Rollup merge of #128120 - compiler-errors:async-fn-name, r=oli-obkMatthias Krüger-0/+1
2024-07-24Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=AmanieuMatthias Krüger-45/+38
2024-07-24Rollup merge of #127481 - a1phyr:pattern_gat, r=AmanieuMatthias Krüger-14/+17
2024-07-24Rollup merge of #125962 - Coekjan:const-binary-heap, r=AmanieuMatthias Krüger-1/+1
2024-07-23Gate AsyncFn* under async_closure featureMichael Goulet-0/+1
2024-07-22Rollup merge of #127415 - AljoschaMeyer:master, r=dtolnay许杰友 Jieyou Xu (Joe)-2/+81
2024-07-22Use given allocator instad of GlobalAljoscha Meyer-2/+2
2024-07-17Adjust some comments on individual `use` declarations.Nicholas Nethercote-2/+1
2024-07-15lib: replace some `mem::forget`'s with `ManuallyDrop`Pavel Grigorenko-45/+38
2024-07-15Remove generic lifetime parameter of trait `Pattern`Benoît du Garreau-14/+17
2024-07-13Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula...Jubilee-1/+33
2024-07-12Rollup merge of #124980 - zachs18:rc-allocator, r=AmanieuMatthias Krüger-20/+36
2024-07-10Clarify/add `must_use` messages for more `into_raw*` functions of `alloc` types.Zachary S-1/+7
2024-07-10Rollup merge of #127554 - ferrocene:tshepang-add-missing-attribute, r=pietroa...Matthias Krüger-0/+1
2024-07-10 do not run test where it cannot runTshepang Mbambo-0/+1
2024-07-08Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obkMatthias Krüger-16/+25
2024-07-08Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro...Matthias Krüger-3/+3
2024-07-08Rollup merge of #127367 - ChrisDenton:run-sync, r=Nilstrieb许杰友 Jieyou Xu (Joe)-6/+2
2024-07-07Auto merge of #127454 - matthiaskrgr:rollup-k3vfen2, r=matthiaskrgrbors-0/+20
2024-07-07Rollup merge of #127189 - GrigorenkoPV:linkedlist-cursor-list, r=NilstriebMatthias Krüger-0/+20
2024-07-07Specialize `TrustedLen` for `Iterator::unzip()`Chayim Refael Friedman-11/+53
2024-07-06Mitigate focused memory leaks in `alloc` doctests for Miri.Zachary S-1/+21
2024-07-06Remove non-focused memory leaks in `alloc` doctests for Miri.Zachary S-0/+12
2024-07-06Fix them doc examples some moreAljoscha Meyer-2/+2
2024-07-06Fix doc examplesAljoscha Meyer-2/+2
2024-07-06Run formatter on alloc/src/boxed.rsAljoscha Meyer-4/+10
2024-07-06Mark format! with must_use hintlukas-16/+25
2024-07-06Add missing try_new_uninit_slice_in and try_new_zeroed_slice_inAljoscha Meyer-2/+75
2024-07-05Run alloc sync testsChris Denton-6/+2
2024-07-04Add more checks for pointers with vtable metaMaybe Waffle-3/+3
2024-07-03Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnayJacob Pratt-1/+0
2024-07-01Avoid MIR bloat in inliningScott McMurray-0/+18
2024-07-01LinkedList's Cursor: method to get a ref to the cursor's listPavel Grigorenko-0/+20
2024-06-28Rollup merge of #126970 - DaniPopes:simplify-str-clone_into, r=cuviperMatthias Krüger-3/+4
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/+220
2024-06-22Generalize `{Rc,Arc}::make_mut()` to unsized types.Kevin Reid-26/+211
2024-06-22Replace `WriteCloneIntoRaw` with `CloneToUninit`.Kevin Reid-34/+11
2024-06-21Remove `feature(effects)` from the standard libraryDeadbeef-1/+0