about summary refs log tree commit diff
path: root/src/libcore/ops/drop.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-167/+0
2020-05-07rewrite Drop documentationBastian Kauschke-44/+98
2019-12-23Document that calling Drop, even after it panics, is UBMark Rousskov-0/+6
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-1/+1
Fixes https://github.com/rust-lang/rust/issues/57104.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-01Update drop.rsAnders Pitman-1/+1
2017-08-07Revise `Drop` docslukaramu-22/+40
Part of #29365. * Removed "stuttering" in summary sentence. * Copy-edited the explanaition sections * Added sub-headings in Examples section to aid linking * Actually implement `Drop` in the `PrintOnDrop` exampl * Add link to Drop chapter in TRPL * Changed `drop` summary sentence to be in 3rd person singular * Added missing link to `panic!`
2017-06-09Move Drop to module.Clar Charr-0/+99