about summary refs log tree commit diff
path: root/library/alloc/tests/arc.rs
AgeCommit message (Expand)AuthorLines
2024-10-27add test for panicking drop in Box/Rc/ArcLukas Markeffsky-2/+38
2024-07-31PinCoerceUnsized trait into coreXiangfei Ding-0/+14
2024-06-22Generalize `{Rc,Arc}::make_mut()` to unsized types.Kevin Reid-0/+18
2023-12-10remove redundant importssurechen-1/+0
2022-11-18Remove Vec/Rc storage reuse optclubby789-15/+0
2022-11-14Add `Vec` storage optimization to `Arc` and add testsclubby789-0/+15
2021-05-20Add Weak may_dangle testsDavid Tolnay-0/+15
2020-07-27mv std libs to library/mark-0/+197