summaryrefslogtreecommitdiff
path: root/src/liballoc/raw_vec
Commit message (Expand)AuthorAgeFilesLines
* mv std libs to library/mark2020-07-271-78/+0
* Remove blank lineKRAAI, MATTHEW [VISUS]2020-06-261-1/+0
* `#[deny(unsafe_op_in_unsafe_fn)]` in liballocLeSeulArtichaut2020-06-191-1/+1
* Tiny Vecs are dumb.Nicholas Nethercote2020-05-181-1/+1
* Remove alignment from `MemoryBlock`Tim Diekmann2020-03-261-2/+2
* Fix issues from review and unsoundness of `RawVec::into_box`Tim Diekmann2020-03-261-10/+6
* Overhaul of the `AllocRef` trait to match allocator-wg's latest consensTim Diekmann2020-03-261-2/+7
* Allow ZSTs in `AllocRef`Tim Diekmann2020-03-081-1/+1
* Remove `usable_size` APIsTim Diekmann2020-03-031-1/+1
* Rename `Alloc` to `AllocRef`Tim Diekmann2020-01-271-1/+1
* Format liballoc with rustfmtDavid Tolnay2019-11-291-2/+7
* A few cosmetic improvements to code & comments in liballoc and libcoreAlexander Regueiro2019-09-061-3/+3
* liballoc: Unconfigure tests during normal buildVadim Petrochenkov2019-08-021-0/+73