summary refs log tree commit diff
path: root/src/liballoc/collections/linked_list/tests.rs
AgeCommit message (Expand)AuthorLines
2019-12-07liballoc: ignore tests in Miri instead of removing them entirelyRalf Jung-1/+1
2019-11-29Format liballoc with rustfmtDavid Tolnay-9/+8
2019-10-02Add test for LinkedList clone_fromCharles Gleason-0/+43
2019-09-06A few cosmetic improvements to code & comments in liballoc and libcoreAlexander Regueiro-2/+2
2019-08-02Remove some more `cfg(test)`sVadim Petrochenkov-1/+0
2019-08-02liballoc: Unconfigure tests during normal buildVadim Petrochenkov-0/+265