index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
iter
/
range.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-25
Bump rustfmt to most recently shipped
Mark Rousskov
-1
/
+1
2020-04-20
Stop accessing module level int consts via crate::<Ty>
Linus Färnstrand
-1
/
+0
2020-02-08
Remove problematic specialization from RangeInclusive
CAD97
-22
/
+12
2020-02-01
Remove some unsound specializations
Matthew Jasper
-0
/
+4
2019-12-22
Format the world
Mark Rousskov
-11
/
+18
2019-11-20
Clarify Step Documentation
Phlosioneer
-2
/
+6
2019-06-09
implement nth_back for RangeInclusive
Adrian Friedli
-0
/
+28
2019-06-08
implement nth_back for Range
Adrian Friedli
-0
/
+13
2019-05-25
Add Step::sub_usize
Tim Vermeulen
-0
/
+35
2019-04-18
libcore => 2018
Taiki Endo
-5
/
+5
2019-03-26
impl TrustedLen for 128-bit ranges too
Josh Stone
-2
/
+2
2019-03-26
Implement useful steps_between for all integers
Josh Stone
-49
/
+8
2019-02-23
Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnay
Mazdak Farrokhzad
-3
/
+58
2019-02-10
libs: doc comments
Alexander Regueiro
-5
/
+5
2019-02-09
Fix exhaustion of inclusive range try_fold and try_rfold
Matthieu M
-2
/
+12
2019-02-03
RangeInclusive internal iteration performance improvement.
Matthieu M
-3
/
+48
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-09
Fix #[cfg] for step impl on ranges
Daniel Alley
-4
/
+4
2018-08-30
fix u32 steps_between for 16-bit systems
Andre Bogus
-2
/
+10
2018-07-13
Changed implementation of the third field to make LLVM optimize it better.
kennytm
-21
/
+21
2018-07-13
Change RangeInclusive to a three-field struct.
kennytm
-70
/
+30
2018-06-06
Revert "Remove TryFrom impls that might become conditionally-infallible with ...
Simon Sapin
-73
/
+2
2018-04-09
Auto merge of #49673 - ollie27:stab, r=sfackler
bors
-1
/
+1
2018-04-05
Correct a few stability attributes
Oliver Middleton
-1
/
+1
2018-04-03
Fix warning when compilin libcore on 16bit targets.
Vadzim Dambrouski
-0
/
+1
2018-03-27
Remove TryFrom impls that might become conditionally-infallible with a portab...
Simon Sapin
-2
/
+72
2018-03-15
Stabilize `inclusive_range` library feature.
kennytm
-8
/
+4
2018-03-03
core: Update stability attributes for FusedIterator
Ulrik Sverdrup
-3
/
+3
2018-03-03
core: Stabilize FusedIterator
Ulrik Sverdrup
-3
/
+3
2018-02-08
Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnay
bors
-16
/
+12
2018-02-07
Simplify RangeInclusive::next[_back]
Scott McMurray
-16
/
+12
2018-02-07
Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss
Manish Goregaokar
-0
/
+3
2018-02-04
Override try_[r]fold for RangeInclusive
Scott McMurray
-1
/
+45
2018-02-04
Implement TrustedLen for Take<Repeat> and Take<RangeFrom>
oberien
-0
/
+3
2018-01-09
Add `min` and `last` specialisations for `Range`
varkor
-0
/
+10
2018-01-06
Use `next` and `next_back`
varkor
-16
/
+8
2018-01-05
Fix behaviour after iterator exhaustion
varkor
-3
/
+9
2018-01-04
Remove min from RangeFrom
varkor
-5
/
+0
2018-01-04
Remove RangeInclusive::sum
varkor
-18
/
+1
2018-01-04
Add max and sum specialisations for Range
varkor
-1
/
+25
2018-01-04
Add min specialisation for RangeFrom and last for RangeInclusive
varkor
-0
/
+10
2018-01-04
Add min and max specialisations for RangeInclusive
varkor
-0
/
+10
2017-08-29
Add blanket TryFrom impl when From is implemented.
Jimmy Cuadra
-0
/
+2
2017-08-01
Add an overflow check in the Iter::next() impl for Range<_>
oyvindln
-3
/
+10
2017-07-08
Implement O(1)-time Iterator::nth for Range*
Simon Sapin
-5
/
+84
2017-07-08
Factorize some macros in iter/range.rs
Simon Sapin
-57
/
+28
2017-07-08
Remove Step::steps_between, rename steps_between_by_one to steps_between
Simon Sapin
-51
/
+10
2017-07-08
Remove unused Step methods
Simon Sapin
-34
/
+0
2017-07-08
Remove unused Add bounds in iterator for ranges impls.
Simon Sapin
-23
/
+8
2017-07-01
Delete deprecated & unstable range-specific `step_by`
Scott McMurray
-213
/
+0
[next]