summary refs log tree commit diff
path: root/src/liballoc/collections/vec_deque/tests.rs
AgeCommit message (Expand)AuthorLines
2019-12-07liballoc: ignore tests in Miri instead of removing them entirelyRalf Jung-4/+4
2019-11-29Format liballoc with rustfmtDavid Tolnay-9/+3
2019-10-29Add test for VecDeque truncateCharles Gleason-0/+35
2019-10-10Add tests for VecDeque clone_fromCharles Gleason-0/+23
2019-08-02liballoc: Unconfigure tests during normal buildVadim Petrochenkov-0/+379