about summary refs log tree commit diff
path: root/library/alloc/src/collections/vec_deque
AgeCommit message (Expand)AuthorLines
2020-12-13fix typoJustus K-1/+1
2020-12-13fix panic if converting ZST Vec to VecDequeJustus K-2/+6
2020-12-08fix unsoundness in `make_contiguous`Bastian Kauschke-5/+27
2020-11-21More consistently use spaces after commas in lists in docsCarol (Nichols || Goulding)-5/+5
2020-11-15stabilize deque_rangeSpyros Roum-6/+2
2020-11-13refactor: vec_deque ignore-tidy-filelengthC-0/+3333
2020-09-18Use intra-doc linksDenis Vasilik-2/+1
2020-07-31make some vec_deque tests less exhaustive in MiriRalf Jung-6/+11
2020-07-27mv std libs to library/mark-0/+693