| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-18 | Plumb Allocator generic into `std::vec::PeekMut` | Sidney Cammeresi | -8/+14 | |
| 2025-09-14 | Switch `std::vec::PeekMut::pop` from self to this parameter. | Sidney Cammeresi | -2/+2 | |
| Since PeekMut implements Deref, it shouldn't have any methods of its own. See also: `std::collections::binary_heap::PeekMut::pop` | ||||
| 2025-06-04 | add Vec::peek_mut | Jeremy Smart | -0/+55 | |
