index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
mem
/
manually_drop.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-01
Constify conversion traits
ltdk
-2
/
+4
2025-06-02
Fixed a typo in `ManuallyDrop`'s doc
neeko-cat
-1
/
+1
2024-09-27
Rollup merge of #130279 - theemathas:manually-drop-docs, r=thomcc,traviscross
Guillaume Gomez
-12
/
+118
2024-09-21
Reword ManuallyDrop+Box interaction
Tim (Theemathas) Chirananthavat
-2
/
+3
2024-09-13
Fix awkward wording.
Tim (Theemathas) Chirananthavat
-10
/
+9
2024-09-13
Address WaffleLapkin's comments
Tim (Theemathas) Chirananthavat
-9
/
+11
2024-09-12
Document subtleties of `ManuallyDrop`
Tim (Theemathas) Chirananthavat
-11
/
+115
2024-09-05
update cfgs
Boxy
-1
/
+1
2024-08-24
New `#[rustc_pub_transparent]` attribute
Pavel Grigorenko
-0
/
+1
2024-07-26
Fix doc nits
John Arundel
-4
/
+6
2024-07-06
Mitigate focused memory leaks in `core` doctests for Miri.
Zachary S
-0
/
+3
2024-05-10
Fix typo in ManuallyDrop's documentation
Infinixius
-1
/
+1
2024-04-05
Impl `DerefPure` for more std types
Nadrieril
-1
/
+4
2023-09-03
Clarify ManuallyDrop bit validity
Joshua Liebow-Feeser
-6
/
+6
2023-04-16
rm const traits in libcore
Deadbeef
-4
/
+2
2022-03-28
Rollup merge of #88375 - joshlf:patch-3, r=dtolnay
Dylan DPC
-5
/
+6
2021-12-11
Fix since attribute for const_manually_drop feature
Martin Fischer
-2
/
+2
2021-09-15
Const Deref
Deadbeef
-2
/
+4
2021-08-26
Clarify that ManuallyDrop<T> has same layout as T
Joshua Liebow-Feeser
-5
/
+6
2021-05-27
Revert #85176 addition of `clone_from` for `ManuallyDrop`
Peter Todd
-14
/
+1
2021-05-11
Override `clone_from` for some types
BenoƮt du Garreau
-1
/
+14
2020-09-21
Don't recommend ManuallyDrop to customize drop order
Aleksey Kladov
-36
/
+19
2020-08-25
Suggest `mem::forget` if `mem::ManuallyDrop::new` isn't used
Scott McMurray
-1
/
+5
2020-08-15
Use intra-doc links in `mem::manually_drop` & `mem::maybe_uninit`
chansuke
-8
/
+4
2020-07-27
mv std libs to library/
mark
-0
/
+179