| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -1/+1 | |
| 2020-01-22 | Avoid overflow in `std::iter::Skip::count` | Oliver Middleton | -0/+8 | |
| The call to `count` on the inner iterator can overflow even if `Skip` itself would return less that `usize::max_value()` items. | ||||
