about summary refs log tree commit diff
path: root/library/core/src/ops/drop.rs
AgeCommit message (Expand)AuthorLines
2025-07-04clippy fix: indentationMarijn Schouten-1/+1
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-7/+0
2025-01-14Enforce syntactical stability of const traits in HIRMichael Goulet-0/+1
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
2024-11-25Constify Drop and DestructMichael Goulet-1/+1
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-1/+1
2024-08-01fix dropck documentation for `[T;0]` special-caseBryanskiy-3/+4
2024-05-01Step bootstrap cfgsMark Rousskov-1/+0
2024-04-16Add simple async drop glue generationzetanumbers-0/+8
2023-09-20Enable effects for libcoreDeadbeef-1/+1
2023-08-18Go into more detail about panicking in drop.Kevin Reid-2/+8
2023-05-12hedge for future changesRalf Jung-1/+2
2023-02-13fix and extend dropck documentationRalf Jung-0/+67
2022-09-16Mark `Drop` with `#[const_trait]`Deadbeef-0/+1
2022-08-23Fix links to error codesGuillaume Gomez-1/+1
2021-07-07Fix typo in `ops::Drop` docsSwordelf2-1/+1
2021-04-14Fix small typo in Drop documentationMark Lodato-1/+1
2020-08-21Remove links that get imported from the preludeLeSeulArtichaut-4/+2
2020-08-21Use intra-doc-links in `core::ops::*`LeSeulArtichaut-8/+8
2020-07-27mv std libs to library/mark-0/+167