about summary refs log tree commit diff
path: root/src/liballoc/collections/vec_deque
AgeCommit message (Expand)AuthorLines
2020-04-23liballoc: more compact way to adjust test sizes for MiriRalf Jung-4/+2
2020-03-22add `fn make_contiguous` to VecDequeBastian Kauschke-1/+82
2020-01-19Move VecDeque Drain iterator to new fileJonas Schievink-0/+126
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