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
Age
Commit message (
Expand
)
Author
Lines
2020-03-10
Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison
Mazdak Farrokhzad
-1
/
+0
2020-03-03
Rollup merge of #69213 - LeSeulArtichaut:improve-doc-iter, r=steveklabnik
Yuki Okushi
-1
/
+3
2020-03-02
Apply suggestions from code review
LeSeulArtichaut
-2
/
+3
2020-02-27
docs: note that find(f) is equivalent to filter(f).next() in the iterator docs.
Matthias Krüger
-0
/
+4
2020-02-27
Remove spotlight usage
Guillaume Gomez
-1
/
+0
2020-02-16
Improve documentation on iterators
LeSeulArtichaut
-1
/
+2
2020-01-28
Fill tracking issue for `iter_map_while` feature
Waffle
-1
/
+1
2020-01-28
Add `Iterator::map_while` method and corresponding `MapWhile` adapter
Waffle
-1
/
+101
2020-01-08
Use matches macro in libcore and libstd
Igor Aleksanov
-8
/
+2
2020-01-06
Use Self instead of $type
Lzu Tao
-8
/
+8
2020-01-02
Add Iterator::try_find
MOZGIII
-0
/
+37
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-145
/
+257
2019-12-22
Format the world
Mark Rousskov
-8
/
+8
2019-12-06
Format libcore with rustfmt (including tests and benches)
David Tolnay
-6
/
+6
2019-12-03
Tweak wording of `collect()` on bad target type
Esteban Küber
-2
/
+2
2019-11-26
Format libcore with rustfmt
David Tolnay
-14
/
+20
2019-11-22
follow the convention in this file to use third-person singular verbs
Guanqun Lu
-2
/
+2
2019-11-13
Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPC
Yuki Okushi
-3
/
+4
2019-11-06
Add future incompatibility lint for `array.into_iter()`
Lukas Kalbertodt
-0
/
+1
2019-11-04
Improve wording in the documentation of `Iterator::count()`.
Artur Kovacs
-4
/
+4
2019-11-04
Fixed trailing whitespace.
Artur Kovacs
-1
/
+1
2019-11-04
Fix documentation for `Iterator::count()`.
Artur Kovacs
-2
/
+3
2019-10-28
doc: introduce `once` in `iter::chain` document
Lzu Tao
-3
/
+18
2019-10-20
Remove leading :: from paths in doc examples
Mikko Rantanen
-1
/
+1
2019-10-01
replace try_for_each with try_fold to generate less code
Andreas Jonson
-13
/
+14
2019-09-24
Rollup merge of #64296 - KodrAus:chore/iter_order_by, r=Centril
Mazdak Farrokhzad
-3
/
+3
2019-09-14
Simplify Iterator::{min_by, max_by} using cmp::{min_by, max_by}
Tim Vermeulen
-31
/
+17
2019-09-09
document the unstable iter_order_by library feature
Ashley Mannix
-3
/
+3
2019-09-06
Add Iterator comparison methods that take a comparison function
Tim Vermeulen
-6
/
+103
2019-09-05
Add missing code examples on Iterator trait
Guillaume Gomez
-0
/
+80
2019-08-15
Fix typo in DoubleEndedIterator::nth_back doc
Jens Hausdorf
-1
/
+1
2019-08-12
Reduce genericity in Iterator::last
Josh Stone
-1
/
+6
2019-08-12
Explicitly test Iterator::position overflows
Josh Stone
-3
/
+2
2019-08-12
Explicitly test Iterator::count overflows
Josh Stone
-4
/
+3
2019-08-12
Use if-let in is_sorted_by
Josh Stone
-3
/
+2
2019-08-12
Reduce the genericity of closures in the iterator traits
Josh Stone
-80
/
+194
2019-08-09
Don't use associated type bounds in docs until it is stable
Ilija Tovilo
-3
/
+2
2019-08-09
Add missing #![feature(associated_type_bounds)]
Ilija Tovilo
-0
/
+2
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-2
/
+2
2019-07-29
Use internal iteration in the Sum and Product impls of Result and Option
Tim Vermeulen
-5
/
+5
2019-07-27
Refactoring use commun code between option, result and accum
Stargateur
-135
/
+1
2019-07-10
Rollup merge of #62481 - czipperz:iterator-last-nth-use-for_each, r=scottmcm
Mazdak Farrokhzad
-3
/
+1
2019-07-09
Use fold in Iterator::last
Chris Gregory
-3
/
+1
2019-07-09
Tracking issue 62544 for iter_is_partitioned
Josh Stone
-1
/
+1
2019-07-09
Tracking issue 62543 for iter_partition_in_place
Josh Stone
-1
/
+1
2019-07-09
Return the true count from partition_in_place
Josh Stone
-6
/
+35
2019-07-09
Rename partition_mut to partition_in_place
Josh Stone
-8
/
+8
2019-07-09
Capitalize example comment
Josh Stone
-1
/
+1
2019-07-09
Add Iterator::partition_mut() and is_partitioned()
Josh Stone
-0
/
+71
2019-07-08
Auto merge of #62473 - timvermeulen:is_sorted_by_key, r=scottmcm
bors
-3
/
+3
[next]