about summary refs log tree commit diff
path: root/library/alloc/src/collections/vec_deque/tests.rs
AgeCommit message (Expand)AuthorLines
2021-08-28VecDeque: improve performance for From<[T; N]>Cheng XU-0/+30
2021-08-16Remove extra empty linesXuanwo-2/+0
2021-08-16Optimize unnecessary check in VecDeque::retainXuanwo-0/+35
2021-03-17Fix overflowing length in Vec<ZST> to VecDequeJosh Stone-0/+15
2021-01-18Avoid hash_slice in VecDeque's Hash implementationKonrad Borowski-0/+40
2021-01-11Add another test case for #79808Yuki Okushi-0/+15
2020-12-08fix unsoundness in `make_contiguous`Bastian Kauschke-0/+14
2020-07-31make some vec_deque tests less exhaustive in MiriRalf Jung-6/+11
2020-07-27mv std libs to library/mark-0/+567