summary refs log tree commit diff
path: root/library/alloc/src/collections/vec_deque/mod.rs
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/+13
2020-11-21More consistently use spaces after commas in lists in docsCarol (Nichols || Goulding)-5/+5
2020-11-13refactor: vec_deque ignore-tidy-filelengthC-0/+2848