about summary refs log tree commit diff
path: root/library/alloc/src/collections/vec_deque/tests.rs
AgeCommit message (Expand)AuthorLines
2025-06-18vec_deque tests: remove static mutMarijn Schouten-26/+12
2025-02-08Rustfmtbjorn3-3/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+3
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+3
2024-01-02Adjust library tests for unused_tuple_struct_fields -> dead_codeJake Goulding-1/+1
2023-07-13Fix VecDeque's rotate_left and rotate_right panic testsPedro Lobo-2/+2
2023-02-26Fix `VecDeque::shrink_to` and add tests.Markus Everling-0/+42
2022-11-26Add second test case in `make_contiguous_head_to_end`Markus Everling-10/+49
2022-11-26Improve slow path in `make_contiguous`Markus Everling-9/+9
2022-11-25Changes according to code reviewMarkus Everling-6/+7
2022-11-20Update VecDeque implementationMarkus Everling-84/+62
2022-11-07fmtRalf Jung-5/+5
2022-11-07run alloc benchmarks in Miri and fix UBRalf Jung-15/+19
2022-06-18Add VecDeque::extend from TrustedLen specializationPaolo Barbolini-0/+97
2022-04-24test: add test cases for VecDequeKeita Nonaka-0/+294
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