rust/src/libcore/tests
Mark Simulacrum 1316281f2d Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichton
Deprecate range-specific `step_by`

Deprecation attributes and test updates only.

Was replaced by an any-iterator version in https://github.com/rust-lang/rust/pull/41439

Last follow-up (this release) to https://github.com/rust-lang/rust/pull/42110#issuecomment-303210138

r? @alexcrichton
2017-06-02 09:10:42 -06: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 Avoid range::step_by in another test 2017-05-31 22:35:35 -07:00
lib.rs Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichton 2017-06-02 07:51:20 +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 Stop returning k from [T]::rotate 2017-05-21 03:05:19 -07: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