about summary refs log tree commit diff
path: root/src/libcore/mem/manually_drop.rs
AgeCommit message (Expand)AuthorLines
2020-03-06fix various typosMatthias Krüger-1/+1
2020-01-09stabalize ManuallyDrop::takeCAD97-7/+8
2019-12-29Typo fixPeter Todd-1/+1
2019-12-18Propagate cfg bootstrapMark Rousskov-8/+2
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-0/+8
2019-11-26Format libcore with rustfmtDavid Tolnay-1/+1
2019-07-27Update wordingAaron Hill-1/+2
2019-07-03Improve formatting of 'ManuallyDrop'Aaron Hill-1/+1
2019-07-03Document that ManuallyDrop::drop should not called more than onceAaron Hill-1/+2
2019-05-29split libcore::mem into multiple filesRalf Jung-0/+146