about summary refs log tree commit diff
path: root/library/alloc/src/vec/mod.rs
AgeCommit message (Expand)AuthorLines
2021-01-20Add Vec visualization to understand capacityIvan Tham-0/+21
2021-01-18Format codeoxalica-6/+2
2021-01-18Optimize Vec::retainoxalica-11/+68
2021-01-14Rollup merge of #80972 - KodrAus:deprecate/remove_item, r=nagisaMara Bos-21/+0
2021-01-13remove unstable deprecated Vec::remove_itemAshley Mannix-21/+0
2021-01-09Add comment to `Vec::truncate` explaining `>` vs `>=`Camelid-0/+3
2020-12-29style: applying Rust styleC-2/+2
2020-12-29refactor: removing // ignore-tidy-filelengthC-1/+0
2020-12-29refactor: moved SpecExtend into spec_extend.rsC-79/+5
2020-12-29refactor: moving SpecFromIter into spec_from_iter.rsC-92/+4
2020-12-29refactor: moved SpecFromIterNested to spec_from_iter_nested.rsC-52/+4
2020-12-29refactor: moved InPlaceDrop into in_place_drop.rsC-22/+4
2020-12-29refactor: moved SetLenOnDrop to set_len_on_dropC-29/+4
2020-12-29refactor: moved SpecFromElem to spec_from_elem.rsC-55/+4
2020-12-29refactor: moved PartialEq into partial_eqC-39/+2
2020-12-29refactor: moving SourceIterMarker into source_iter_marker.rsC-104/+3
2020-12-29refactor: moved IsZero into is_zero.rsC-70/+4
2020-12-29refactor: moving AsIntoIter into into_iter.rsC-15/+1
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