rust/src/libcore/iter
Oliver Middleton 9d3e84432d Avoid overflow in std::iter::Skip::count
The call to `count` on the inner iterator can overflow even if `Skip` itself would return less that `usize::max_value()` items.
2020-01-22 20:28:28 +00:00
..
adapters Avoid overflow in std::iter::Skip::count 2020-01-22 20:28:28 +00:00
traits Use matches macro in libcore and libstd 2020-01-08 07:10:28 +03:00
mod.rs docs: Iterator adapters have unspecified results after a panic 2019-12-23 11:56:08 -05:00
range.rs Format the world 2019-12-22 17:42:47 -05:00
sources.rs Make iter::Empty<T> implement Send and Sync for any T 2020-01-18 18:50:10 +01:00