about summary refs log tree commit diff
path: root/library/alloc/src/collections/vec_deque/iter.rs
AgeCommit message (Expand)AuthorLines
2021-07-28Remove redundant bounds on get_unchecked for vec_deque iterators, and run fmtFrank Steffahn-5/+2
2021-07-28Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...Frank Steffahn-2/+6
2021-06-16Add doc(hidden) to all __iterator_get_uncheckedJacob Hoffman-Andrews-0/+1
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-3/+3
2021-05-06Bootstrapping preparation for the libraryScott McMurray-3/+3
2021-03-21implement TrustedLen and TrustedRandomAccess for VecDeque iteratorsThe8472-1/+23
2020-11-13refactor: vec_deque ignore-tidy-filelengthC-0/+159