about summary refs log tree commit diff
path: root/src/liballoc/alloc/tests.rs
AgeCommit message (Expand)AuthorLines
2020-05-01liballoc tests: Miri supports threads nowRalf Jung-1/+1
2020-03-28Make fields in `MemoryBlock` publicTim Diekmann-2/+2
2020-03-26Remove alignment from `MemoryBlock`Tim Diekmann-1/+1
2020-03-26Fix issues from review and unsoundness of `RawVec::into_box`Tim Diekmann-3/+3
2020-03-26Overhaul of the `AllocRef` trait to match allocator-wg's latest consensTim Diekmann-2/+3
2020-03-03Remove `usable_size` APIsTim Diekmann-1/+1
2019-12-07liballoc: ignore tests in Miri instead of removing them entirelyRalf Jung-1/+1
2019-11-29Format liballoc with rustfmtDavid Tolnay-3/+3
2019-08-02liballoc: Unconfigure tests during normal buildVadim Petrochenkov-0/+30