Files
rust/src/libcore
Aaron Turon dddcbcfeac Fix range performance regression
A recent change to the implementation of range iterators meant that,
even when stepping by 1, the iterators *always* involved checked
arithmetic.

This commit reverts to the earlier behavior (while retaining the
refactoring into traits).

Fixes #24095
cc #24014
2015-04-07 16:20:55 -07:00
..
2015-03-10 15:08:31 -07:00
2015-03-24 16:58:08 -04:00
2015-04-04 10:26:14 -04:00
2015-03-15 09:08:21 -07:00
2015-04-07 16:20:55 -07:00
2015-03-31 15:49:57 -07:00
2015-03-31 15:49:57 -07:00
2015-03-31 15:49:57 -07:00
2015-04-01 12:49:02 -04:00
2015-03-15 18:16:03 +01:00
2015-01-07 12:10:31 +13:00