about summary refs log tree commit diff
path: root/library/alloc/src/vec/spec_from_elem.rs
AgeCommit message (Expand)AuthorLines
2025-09-25Remove most `#[track_caller]` from allocating Vec methodsNoratrieb-4/+0
2024-09-20Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque`Pavel Grigorenko-0/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2023-11-20docs(GH-118094): make docs a bit more explicitPetr Portnov-3/+3
2023-11-20chore(GH-118094): explicitly mark `_elem` as unusedPetr Portnov-1/+1
2023-11-20feat: specialize `SpecFromElem` for `()`Petr Portnov-4/+19
2023-06-04Remove ExtendWith and ExtendElementGrisha Vartanyan-3/+3
2022-07-24Support vec zero-alloc optimization for tuples and byte arraysAngelicosPhosphoros-13/+14
2020-12-29style: applying Rust styleC-3/+3
2020-12-29refactor: moved SpecFromElem to spec_from_elem.rsC-0/+60