about summary refs log tree commit diff
path: root/library/alloc/src/vec/cow.rs
AgeCommit message (Collapse)AuthorLines
2024-09-20Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque`Pavel Grigorenko-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-02-08Bump version placeholdersMark Rousskov-1/+1
2023-07-08mark as stableTristan Guichaoua-1/+1
2023-07-08impl `From<&[T; N]>` for `Cow<[T]>`Tristan Guichaoua-0/+13
2023-04-12remove some unneeded importsKaDiWa-1/+0
2021-05-26Document `From` impls for cow.rsDeadbeef-0/+18
2020-12-29style: applying Rust styleC-5/+5
2020-12-29refactor: moved Vec impl Cow into cow.rsC-0/+35