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
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