about summary refs log tree commit diff
path: root/library/alloc/src/vec/spec_from_iter_nested.rs
AgeCommit message (Expand)AuthorLines
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