bors 5938eba4e3 Auto merge of #38149 - bluss:is-empty, r=alexcrichton
Forward more ExactSizeIterator methods and `is_empty` edits

- Forward ExactSizeIterator methods in more places, like `&mut I` and `Box<I>` iterator impls.
- Improve `VecDeque::is_empty` itself (see commit 4)
- All the collections iterators now have `len` or `is_empty` forwarded if doing so is a benefit. In the remaining cases, they already use a simple size hint (using something like a stored `usize` value), which is sufficient for the default implementation of len and is_empty.
2016-12-07 07:15:31 +00:00
..
2016-11-04 17:07:28 +08:00
2016-10-23 14:29:37 +01:00
2016-11-23 08:49:35 -05:00
2016-11-30 10:38:08 -08:00
2016-11-12 00:30:53 +01:00
2016-11-10 23:13:37 +01:00
2016-11-11 18:50:54 +01:00
2016-11-30 09:44:33 -08:00
2016-11-26 10:07:39 -08:00
2016-11-12 12:47:13 -07:00