about summary refs log tree commit diff
path: root/library/alloc/tests/vec_deque.rs
AgeCommit message (Expand)AuthorLines
2021-08-07Use assert_matches! instead of if let {} elseKornel-99/+92
2021-07-24Hide allocator details from TryReserveErrorKornel-31/+69
2021-04-15VecDeque: Add partition_point() #78021Vojtech Kral-0/+18
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