about summary refs log tree commit diff
path: root/library/alloc/src/vec/splice.rs
AgeCommit message (Expand)AuthorLines
2024-09-20Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque`Pavel Grigorenko-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+1
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-1/+1
2023-01-17Don't do pointer arithmetic on pointers to deallocated memoryThe 8472-0/+6
2021-06-02Update expressions where we can use array's IntoIterator implementationMuhammad Mominul Huque-1/+1
2020-12-29style: applying Rust styleC-2/+2
2020-12-29refactor: moving Splice into splice.rsC-0/+133