about summary refs log tree commit diff
path: root/library/core/src/mem/manually_drop.rs
AgeCommit message (Expand)AuthorLines
2025-09-01Constify conversion traitsltdk-2/+4
2025-06-02Fixed a typo in `ManuallyDrop`'s docneeko-cat-1/+1
2024-09-27Rollup merge of #130279 - theemathas:manually-drop-docs, r=thomcc,traviscrossGuillaume Gomez-12/+118
2024-09-21Reword ManuallyDrop+Box interactionTim (Theemathas) Chirananthavat-2/+3
2024-09-13Fix awkward wording.Tim (Theemathas) Chirananthavat-10/+9
2024-09-13Address WaffleLapkin's commentsTim (Theemathas) Chirananthavat-9/+11
2024-09-12Document subtleties of `ManuallyDrop`Tim (Theemathas) Chirananthavat-11/+115
2024-09-05update cfgsBoxy-1/+1
2024-08-24New `#[rustc_pub_transparent]` attributePavel Grigorenko-0/+1
2024-07-26Fix doc nitsJohn Arundel-4/+6
2024-07-06Mitigate focused memory leaks in `core` doctests for Miri.Zachary S-0/+3
2024-05-10Fix typo in ManuallyDrop's documentationInfinixius-1/+1
2024-04-05Impl `DerefPure` for more std typesNadrieril-1/+4
2023-09-03Clarify ManuallyDrop bit validityJoshua Liebow-Feeser-6/+6
2023-04-16rm const traits in libcoreDeadbeef-4/+2
2022-03-28Rollup merge of #88375 - joshlf:patch-3, r=dtolnayDylan DPC-5/+6
2021-12-11Fix since attribute for const_manually_drop featureMartin Fischer-2/+2
2021-09-15Const DerefDeadbeef-2/+4
2021-08-26Clarify that ManuallyDrop<T> has same layout as TJoshua Liebow-Feeser-5/+6
2021-05-27Revert #85176 addition of `clone_from` for `ManuallyDrop`Peter Todd-14/+1
2021-05-11Override `clone_from` for some typesBenoƮt du Garreau-1/+14
2020-09-21Don't recommend ManuallyDrop to customize drop orderAleksey Kladov-36/+19
2020-08-25Suggest `mem::forget` if `mem::ManuallyDrop::new` isn't usedScott McMurray-1/+5
2020-08-15Use intra-doc links in `mem::manually_drop` & `mem::maybe_uninit`chansuke-8/+4
2020-07-27mv std libs to library/mark-0/+179