summary refs log tree commit diff
path: root/library/alloc/tests/vec_deque.rs
AgeCommit message (Expand)AuthorLines
2020-12-13replace assert! with assert_eq!Justus K-1/+1
2020-12-13fix panic if converting ZST Vec to VecDequeJustus K-0/+7
2020-10-17Rebase conflictsAlexis Bourget-0/+30
2020-10-09liballoc: VecDeque: Add binary search functionsVojtech Kral-0/+39
2020-09-04Add tests for overflow in String / VecDeque operations using rangesTomasz Miąsko-0/+15
2020-07-27mv std libs to library/mark-0/+1646