about summary refs log tree commit diff
path: root/library/alloc/src/vec/mod.rs
AgeCommit message (Collapse)AuthorLines
2020-12-29refactor: moved IntoIter into into_iter.rsC-264/+6
2020-12-29refactor: moved Vec impl Cow into cow.rsC-35/+2
2020-12-29refactor: moving Drain into drain.rsC-147/+5
2020-12-29refactor: moving Splice into splice.rsC-128/+5
2020-12-29refactor: moving DrainFilter into drain_filter.rsC-138/+5
2020-12-29refactor: moving vec.rs to vec/mod.rsC-0/+3725