about summary refs log tree commit diff
path: root/src/liballoc/rc/tests.rs
AgeCommit message (Collapse)AuthorLines
2019-12-22Format the worldMark Rousskov-8/+5
2019-11-21Make Weak::weak_count() return zero when no strong refs remainBryan Donlan-7/+7
2019-08-05Add implementations for converting boxed slices into boxed arraysJake Goulding-1/+13
This mirrors the implementations of reference slices into arrays.
2019-08-02liballoc: Unconfigure tests during normal buildVadim Petrochenkov-0/+427
Remove additional libcore-like restrictions from liballoc, turns out the testing works ok if the tests are a part of liballoc itself.