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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
iter
/
range.rs
Age
Commit message (
Expand
)
Author
Lines
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
2017-05-31
Deprecate iter::range::StepBy
Scott McMurray
-0
/
+12
2017-05-31
Deprecate Range*::step_by
Scott McMurray
-0
/
+6
2017-05-30
RangeFrom should have an infinite size_hint
Scott McMurray
-0
/
+5
2017-05-26
Rollup merge of #42169 - scottmcm:new-step-trait-issue, r=alexcrichton
Corey Farwell
-4
/
+4
2017-05-23
Give step_trait a distinct tracking issue from step_by
Scott McMurray
-4
/
+4
2017-05-21
Return a correct size_hint for degenerate inclusive ranges
Scott McMurray
-0
/
+4
2017-05-21
Make RangeInclusive just a two-field struct
Scott McMurray
-120
/
+52
2017-04-23
Step::replace_one should put a one, not a zero (Issue #41492)
Scott McMurray
-6
/
+6
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-1
/
+0
2016-12-30
impl Step for iu128
Simonas Kazlauskas
-0
/
+2
2016-11-07
Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddyb
bors
-6
/
+6
2016-11-04
Link the tracking issue for TrustedLen
Ulrik Sverdrup
-1
/
+1
2016-10-20
Implement TrustedLen for more iterators
Ulrik Sverdrup
-3
/
+23
2016-10-20
Introduce iterator trait TrustedLen
Ulrik Sverdrup
-1
/
+4
2016-10-11
remove erroneous semicolons
Matthew Piziak
-6
/
+6
2016-10-09
use UFCS with Add::add and Sub::sub instead of unstable attributes
Matthew Piziak
-12
/
+6
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-2
/
+4
2016-09-12
remove ExactSizeIterator from RangeInclusive<u/isize>
Alex Burka
-2
/
+9
2016-09-09
fix silent overflows on `Step` impls
Matthew Piziak
-0
/
+6
2016-08-26
accumulate vector and assert for RangeFrom and RangeInclusive examples
Matthew Piziak
-22
/
+10
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-5
/
+1
2016-08-18
Add a FusedIterator trait.
Steven Allen
-1
/
+23
[next]