rust/src/libcore/tests
bors bcf95067e4 Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichton
Override size_hint and propagate ExactSizeIterator for iter::StepBy

Generally useful, but also a prerequisite for moving a bunch of unit tests off `Range*::step_by`.

A small non-breaking subset of https://github.com/rust-lang/rust/pull/42110 (which I closed).

Includes two small documentation changes @ivandardi requested on that PR.

r? @alexcrichton
2017-05-28 14:26:52 +00:00
..
fmt Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
hash Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
num Remove float_extras 2017-04-20 21:16:31 -07:00
any.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
array.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
atomic.rs Optimize AtomicBool::fetch_nand 2017-04-07 17:36:50 +02:00
cell.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
char.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
clone.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
cmp.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
intrinsics.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
iter.rs Override size_hint and propagate ExactSizeIterator for iter::StepBy 2017-05-23 02:24:25 -07:00
lib.rs Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichton 2017-05-28 14:26:52 +00:00
mem.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
nonzero.rs fallout from NonZero/Unique/Shared changes 2017-05-04 23:54:54 -04:00
ops.rs Return a correct size_hint for degenerate inclusive ranges 2017-05-21 05:03:49 -07:00
option.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
ptr.rs fallout from NonZero/Unique/Shared changes 2017-05-04 23:54:54 -04:00
result.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
slice.rs slice: Implement .rfind() for slice iterators Iter and IterMut 2017-04-08 03:45:48 +02:00
str.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
tuple.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00