rust/src/test
bors c2bda2a5bb Auto merge of #21806 - edwardw:new-range-impl, r=alexcrichton
The new `::ops::Range` has separated implementations for each of the
numeric types, while the old `::iter::Range` has one for type `Int`.
However, we do not take output bindings into account when selecting
traits. So it confuses `typeck` and makes the new range does not work as
good as the old one when it comes to type inference.

This patch implements `Iterator` for the new range for one type `Int`.
This limitation could be lifted, however, if we ever reconsider the
output types' role in type inference.

Closes #21595
Closes #21649
Closes #21672
2015-02-01 19:07:11 +00:00
..
auxiliary rollup merge of #21631: tbu-/isize_police 2015-01-30 13:27:02 -08:00
bench Kill more isizes 2015-01-31 17:40:40 +01:00
codegen
compile-fail Auto merge of #21806 - edwardw:new-range-impl, r=alexcrichton 2015-02-01 19:07:11 +00:00
compile-fail-fulldeps
debuginfo Merge remote-tracking branch 'origin/master' into rollup 2015-01-30 19:55:37 -08:00
pretty Kill more isizes 2015-01-31 17:40:40 +01:00
run-fail Kill more isizes 2015-01-31 17:40:40 +01:00
run-make Kill more isizes 2015-01-31 17:40:40 +01:00
run-pass Auto merge of #21806 - edwardw:new-range-impl, r=alexcrichton 2015-02-01 19:07:11 +00:00
run-pass-fulldeps Remove all i suffixes 2015-01-30 04:38:54 +01:00
run-pass-valgrind