about summary refs log tree commit diff
path: root/src/liballoc/raw_vec/tests.rs
AgeCommit message (Collapse)AuthorLines
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
Remove additional libcore-like restrictions from liballoc, turns out the testing works ok if the tests are a part of liballoc itself.