about summary refs log tree commit diff
path: root/library/alloc/src/vec/spec_from_iter_nested.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-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2022-01-19Improve estimation of capacity in Vec::from_iterAngelicosPhosphoros-2/+8
2021-03-31panic early when TrustedLen indicates a length > usize::MAXThe8472-3/+6
2021-01-19Add SpecFromIter ref in the comments directlyCPerezz-3/+1
2021-01-18Fix internal rustdoc broken linksCPerezz-0/+2
2020-12-29style: applying Rust styleC-6/+6
2020-12-29refactor: moved SpecFromIterNested to spec_from_iter_nested.rsC-0/+56