| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-09-20 | Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque` | Pavel Grigorenko | -0/+2 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+1 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -1/+1 | |
| Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 2023-01-17 | Don't do pointer arithmetic on pointers to deallocated memory | The 8472 | -0/+6 | |
| vec::Splice can invalidate the slice::Iter inside vec::Drain. So we replace them with dangling pointers which, unlike ones to deallocated memory, are allowed. | ||||
| 2021-06-02 | Update expressions where we can use array's IntoIterator implementation | Muhammad Mominul Huque | -1/+1 | |
| 2020-12-29 | style: applying Rust style | C | -2/+2 | |
| 2020-12-29 | refactor: moving Splice into splice.rs | C | -0/+133 | |
