about summary refs log tree commit diff
path: root/library/alloc/src/vec/in_place_drop.rs
AgeCommit message (Expand)AuthorLines
2025-02-23rename sub_ptr 😅bendn-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-04-12Avoid more NonNull-raw-NonNull roundtrips in VecBen Kimock-3/+4
2024-01-19fix: Drop guard was deallocating with the incorrect sizeThe 8472-8/+18
2022-09-10Fix leaking in inplace collection when destructor panicsGiacomo Stevanato-0/+15
2022-05-11Rename `unsigned_offset_from` to `sub_ptr`Scott McMurray-1/+1
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-1/+1
2020-12-29style: applying Rust styleC-3/+3
2020-12-29refactor: moved InPlaceDrop into in_place_drop.rsC-0/+24