about summary refs log tree commit diff
path: root/library/alloc/src/vec/in_place_drop.rs
AgeCommit message (Expand)AuthorLines
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