about summary refs log tree commit diff
path: root/library/alloc/src/vec/spec_from_iter.rs
AgeCommit message (Expand)AuthorLines
2025-09-25Remove most `#[track_caller]` from allocating Vec methodsNoratrieb-2/+0
2024-09-20Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque`Pavel Grigorenko-0/+2
2024-09-07Add `NonNull` convenience methods to `Vec`Tim (Theemathas) Chirananthavat-1/+1
2024-04-12Avoid more NonNull-raw-NonNull roundtrips in VecBen Kimock-1/+1
2024-01-18update internal ASCII art comment for vec specializationsThe 8472-7/+7
2024-01-07mark vec::IntoIter pointers as `!nonnull`The 8472-2/+2
2021-05-31Update documentation of SpecFromIter to reflect the removed implsFrank Steffahn-3/+1
2021-05-31Remove unnecessary SpecFromIter implsFrank Steffahn-31/+0
2020-12-29fix: moved import into #[cfg(test)]C-2/+1
2020-12-29style: applying Rust styleC-7/+7
2020-12-29refactor: moving SpecFromIter into spec_from_iter.rsC-0/+98