about summary refs log tree commit diff
path: root/src/liballoc/raw_vec
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-78/+0
2020-06-26Remove blank lineKRAAI, MATTHEW [VISUS]-1/+0
2020-06-19`#[deny(unsafe_op_in_unsafe_fn)]` in liballocLeSeulArtichaut-1/+1
2020-05-18Tiny Vecs are dumb.Nicholas Nethercote-1/+1
2020-03-26Remove alignment from `MemoryBlock`Tim Diekmann-2/+2
2020-03-26Fix issues from review and unsoundness of `RawVec::into_box`Tim Diekmann-10/+6
2020-03-26Overhaul of the `AllocRef` trait to match allocator-wg's latest consensTim Diekmann-2/+7
2020-03-08Allow ZSTs in `AllocRef`Tim Diekmann-1/+1
2020-03-03Remove `usable_size` APIsTim Diekmann-1/+1
2020-01-27Rename `Alloc` to `AllocRef`Tim Diekmann-1/+1
2019-11-29Format liballoc with rustfmtDavid Tolnay-2/+7
2019-09-06A few cosmetic improvements to code & comments in liballoc and libcoreAlexander Regueiro-3/+3
2019-08-02liballoc: Unconfigure tests during normal buildVadim Petrochenkov-0/+73