| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-30 | slice: Remove some uses of unsafe in first/last chunk methods | okaneco | -0/+24 | |
| Remove unsafe `split_at_unchecked` and `split_at_mut_unchecked` in some slice `split_first_chunk`/`split_last_chunk` methods. Replace those calls with the safe `split_at` and `split_at_checked` where applicable. Add codegen tests to check for no panics when calculating the last chunk index using `checked_sub` and `split_at` | ||||
