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
/
traits.rs
Age
Commit message (
Expand
)
Author
Lines
2019-01-22
Move core::iter iterator.rs to traits module
Clar Fon
-1060
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-9
/
+0
2018-12-20
Add DoubleEndedIterator::nth_back
Clar Fon
-6
/
+73
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-12
Document optimizations enabled by FusedIterator
Simon Sapin
-1
/
+1
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-3
/
+3
2018-06-19
Add message to `rustc_on_unimplemented` attributes in core
Esteban Küber
-2
/
+5
2018-06-13
Replace `core::iter::AlwaysOk<T>` by `Result<T, !>`
kennytm
-2
/
+2
2018-05-20
Auto merge of #50234 - cramertj:extend, r=alexcrichton
bors
-0
/
+7
2018-05-14
Add implementation of Extend for ()
Taylor Cramer
-0
/
+7
2018-05-14
Uncapitalize "You"
Matt Kraai
-1
/
+1
2018-04-02
Stabilize iterator_try_fold in 1.27.0
Josh Stone
-3
/
+1
2018-04-02
Stabilize iter_rfind in 1.27.0
Josh Stone
-6
/
+2
2018-04-02
Stabilize iter_rfold in 1.27.0
Josh Stone
-3
/
+1
2018-03-24
Fix incorrect lower bounds
Phlosioneer
-1
/
+6
2018-03-20
Implement some trivial size_hints for various iterators
Phlosioneer
-0
/
+4
2018-03-03
core: Update stability attributes for FusedIterator
Ulrik Sverdrup
-2
/
+2
2018-03-03
core: Stabilize FusedIterator
Ulrik Sverdrup
-2
/
+2
2018-02-09
Add Range[Inclusive]::is_empty
Scott McMurray
-1
/
+1
2018-02-04
Document TrustedLen guarantees more explicitly
oberien
-2
/
+4
2017-10-29
Fundamental internal iteration with try_fold
Scott McMurray
-10
/
+55
2017-09-21
Auto merge of #44682 - bluss:iter-rfold, r=dtolnay
bors
-0
/
+64
2017-09-19
core: Assign tracking issue for iter_rfold
Ulrik Sverdrup
-1
/
+1
2017-09-18
core: Add feature gate to rfold example code
Ulrik Sverdrup
-0
/
+2
2017-09-18
core: Add DoubleEndedIterator::rfold
Ulrik Sverdrup
-0
/
+62
2017-09-18
Add Example of `IntoIterator` as Trait Bound to Docs
Will Speak
-0
/
+17
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-08-11
Fix some typos
Bastien Orivel
-1
/
+1
2017-07-29
Rollup merge of #43409 - tshepang:concise, r=steveklabnik
Mark Simulacrum
-25
/
+8
2017-07-24
doc: make into_iter example more concise
Tshepang Lekhonkhobe
-25
/
+8
2017-07-14
add u128/i128 to sum/product implementors
Zack M. Davis
-1
/
+1
2017-06-12
Add dedicated docstrings to Sum/Product impl of Result
Georg Brandl
-1
/
+21
2017-05-31
fix links to "module-level documentation"
Raphaël Huchet
-2
/
+2
2017-04-03
iter: Simplification in rfind's provided implementation
Ulrik Sverdrup
-1
/
+1
2017-03-21
Fix doc error for ExactSizeIterator
Manuel
-3
/
+3
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-25
/
+25
2017-02-05
Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton
Corey Farwell
-7
/
+11
2017-02-03
Move rfind to DoubleEndedIterator, add tracking issue.
Clar Charr
-0
/
+58
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-7
/
+11
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
[next]