about summary refs log tree commit diff
path: root/library/alloc/src/collections/vec_deque/spec_from_iter.rs
AgeCommit message (Expand)AuthorLines
2025-09-25Remove most `#[track_caller]` from allocating Vec methodsNoratrieb-1/+0
2025-03-07Fully test the alloc crate through alloctestsbjorn3-0/+1
2024-09-20Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque`Pavel Grigorenko-0/+1
2023-04-26Spelling library/Josh Soref-1/+1
2022-12-08Make `VecDeque::from_iter` O(1) from `vec(_deque)::IntoIter`Scott McMurray-0/+33