summary refs log tree commit diff
path: root/src/liballoc/raw_vec/tests.rs
AgeCommit message (Expand)AuthorLines
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