about summary refs log tree commit diff
path: root/library/alloc/src/vec/in_place_collect.rs
AgeCommit message (Expand)AuthorLines
2022-10-04Rollup merge of #101642 - SkiFire13:fix-inplace-collection-leak, r=the8472Dylan DPC-4/+10
2022-10-03Clarify documentationGiacomo Stevanato-4/+3
2022-09-22Make ZST checks in core/alloc more readableScott McMurray-2/+2
2022-09-10Update documentationGiacomo Stevanato-2/+5
2022-09-10Fix leaking in inplace collection when destructor panicsGiacomo Stevanato-2/+6
2022-08-21Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle-1/+1
2022-05-11Rename `unsigned_offset_from` to `sub_ptr`Scott McMurray-1/+1
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-1/+1
2022-03-23fix some links, clarify documentation based on review feedbackThe 8472-12/+19
2022-03-22rename internal helper trait AsIntoIter to AsVecIntoIterThe 8472-5/+5
2022-03-21add module-level documentation for vec's in-place iterationThe8472-20/+152
2022-03-21move AsIntoIter helper trait and mark it as unsafeThe8472-1/+8
2022-03-21rename module to better reflect its purposeThe8472-0/+156