| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -1/+1 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -1/+1 |
| 2021-12-11 | Fix zero-sized reference to deallocated memory | The 8472 | -4/+6 |
| 2021-12-09 | Use `*mut [T]` instead of `[MaybeUninit<T>]` | The 8472 | -7/+5 |
| 2021-11-20 | document why we're not directly passing drop_ptr to drop_in_place | The8472 | -0/+4 |
| 2021-11-20 | replace vec::Drain drop loops with drop_in_place | The8472 | -14/+37 |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -0/+1 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+1 |
| 2020-12-29 | style: applying Rust style | C | -5/+3 |
| 2020-12-29 | refactor: moving Drain into drain.rs | C | -0/+157 |
