| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2025-09-25 | Remove most `#[track_caller]` from allocating Vec methods | Noratrieb | -2/+0 |
| 2024-09-20 | Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque` | Pavel Grigorenko | -0/+2 |
| 2024-09-07 | Add `NonNull` convenience methods to `Vec` | Tim (Theemathas) Chirananthavat | -1/+1 |
| 2024-04-12 | Avoid more NonNull-raw-NonNull roundtrips in Vec | Ben Kimock | -1/+1 |
| 2024-01-18 | update internal ASCII art comment for vec specializations | The 8472 | -7/+7 |
| 2024-01-07 | mark vec::IntoIter pointers as `!nonnull` | The 8472 | -2/+2 |
| 2021-05-31 | Update documentation of SpecFromIter to reflect the removed impls | Frank Steffahn | -3/+1 |
| 2021-05-31 | Remove unnecessary SpecFromIter impls | Frank Steffahn | -31/+0 |
| 2020-12-29 | fix: moved import into #[cfg(test)] | C | -2/+1 |
| 2020-12-29 | style: applying Rust style | C | -7/+7 |
| 2020-12-29 | refactor: moving SpecFromIter into spec_from_iter.rs | C | -0/+98 |
