about summary refs log tree commit diff
path: root/src/libcore/mem/manually_drop.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-179/+0
2020-06-30Deny unsafe ops in unsafe fns, part 2LeSeulArtichaut-2/+7
2020-05-16emphasize that ManuallyDrop is safe-to-access and unsafe-to-dropRalf Jung-1/+5
2020-05-15Improve the documentation for ManuallyDrop to resolve conflicting usage of te...Diggory Blake-10/+29
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