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
/
traits.rs
Age
Commit message (
Expand
)
Author
Lines
2017-01-13
Rollup merge of #38636 - shahn:extend, r=steveklabnik
Guillaume Gomez
-1
/
+4
2017-01-10
Implement `iter::Sum` and `iter::Product` for `Result`
Jake Goulding
-0
/
+81
2017-01-05
For Extend, document collections allowing duplicate keys
Sebastian Hahn
-1
/
+3
2016-12-27
Clarify Extend behaviour wrt existing keys
Sebastian Hahn
-1
/
+2
2016-12-04
iter: Forward ExactSizeIterator methods for &mut I
Ulrik Sverdrup
-1
/
+8
2016-11-10
Add missing urls for FusedIterator and TrustedLen traits
Guillaume Gomez
-7
/
+15
2016-11-08
Add missing urls for Sum and Product traits
Guillaume Gomez
-8
/
+16
2016-11-04
Auto merge of #37356 - cristicbz:wrapsum, r=alexcrichton
bors
-6
/
+11
2016-11-04
Link the tracking issue for TrustedLen
Ulrik Sverdrup
-2
/
+2
2016-10-23
Add `Sum` and `Product` impls for `Wrapping`
Cristi Cobzarenco
-6
/
+11
2016-10-20
Document TrustedLen’s contract
Ulrik Sverdrup
-1
/
+13
2016-10-20
Introduce iterator trait TrustedLen
Ulrik Sverdrup
-0
/
+7
2016-09-12
Remove stray attribute
Steven Fackler
-1
/
+0
2016-09-10
Inherit overflow checks for sum and product
Steven Fackler
-12
/
+7
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-5
/
+0
2016-08-23
Auto merge of #35656 - Stebalien:fused, r=alexcrichton
bors
-0
/
+16
2016-08-19
std: Stabilize APIs for the 1.12 release
Alex Crichton
-10
/
+12
2016-08-18
Add a FusedIterator trait.
Steven Allen
-0
/
+16
2016-08-06
Indicate tracking issue for `exact_size_is_empty` unstability.
Corey Farwell
-1
/
+1
2016-07-26
Rollup merge of #34732 - durka:patch-27, r=steveklabnik
Steve Klabnik
-3
/
+4
2016-07-18
Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brson
bors
-2
/
+28
2016-07-18
Fix doctest of `ExactSizeIterator::is_empty`
Tobias Bucher
-1
/
+3
2016-07-08
document DoubleEndedIterator::next_back
Alex Burka
-3
/
+4
2016-07-06
Improve DoubleEndedIterator examples
Guillaume Gomez
-6
/
+12
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-0
/
+101
2016-06-19
Remove first empty line of doc comment
Tobias Bucher
-1
/
+0
2016-06-19
Add `is_empty` function to `ExactSizeIterator`
Tobias Bucher
-2
/
+27
2016-04-18
Split core::iter module implementation into parts
Ulrik Sverdrup
-0
/
+526