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
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
2016-08-15
remove `.take(10)` from `Range` example
Matthew Piziak
-1
/
+1
2016-08-15
accumulate into vector and assert, instead of printing
Matthew Piziak
-15
/
+2
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-32
/
+137
2016-04-18
Split core::iter module implementation into parts
Ulrik Sverdrup
-0
/
+548