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
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-4366
/
+0
2020-07-23
Rollup merge of #74141 - euclio:typos, r=steveklabnik
Manish Goregaokar
-1
/
+1
2020-07-17
Rollup merge of #74428 - tshepang:better-filter-map-doc, r=jonas-schievink
Manish Goregaokar
-4
/
+2
2020-07-17
Intra-doc for iter Sum and Product traits
Lzu Tao
-6
/
+6
2020-07-17
Intra-doc for DoubleEndIterator
Lzu Tao
-4
/
+2
2020-07-17
Intra doc for iter marker traits
Lzu Tao
-6
/
+4
2020-07-17
Use intra-doc link on Iterator page
Lzu Tao
-56
/
+21
2020-07-17
docs: better demonstrate that None values are skipped as many times as needed
Tshepang Lekhonkhobe
-4
/
+2
2020-07-16
Revert "Remove spotlight usage"
Manish Goregaokar
-0
/
+1
2020-07-09
libstd/libcore: fix various typos
Andy Russell
-1
/
+1
2020-07-05
Fix spacing in Iterator fold doc
Ivan Tham
-2
/
+2
2020-06-19
Refactor `try_find` a little
Josh Stone
-11
/
+18
2020-06-14
Fix iterator copied() documentation example code
Steve Heindel
-2
/
+2
2020-05-29
Add extend_one tracking issue 72631
Josh Stone
-2
/
+2
2020-05-29
Use a canonical name for extend_reserve(additional)
Josh Stone
-1
/
+3
2020-05-29
Add Extend::{extend_one,extend_reserve}
Josh Stone
-5
/
+24
2020-05-29
Clarify the documentation of take
Alexis Bourget
-0
/
+11
2020-05-26
Add remark regarding DoubleEndedIterator
philipp
-0
/
+26
2020-05-18
Tweak `partition`, `unzip`, `try_find`.
Nicholas Nethercote
-7
/
+7
2020-05-18
Make `fold` standalone.
Nicholas Nethercote
-13
/
+20
2020-05-16
Rollup merge of #72166 - nnethercote:simpler-slice-Iterator-methods, r=cuviper
Dylan DPC
-1
/
+1
2020-05-13
Change `Iterator::nth` to use `self.next()` in a `while` loop.
Nicholas Nethercote
-1
/
+1
2020-04-26
Use min_specialization in liballoc
Matthew Jasper
-0
/
+2
2020-04-16
Dogfood or_patterns in the standard library
Josh Stone
-2
/
+2
2020-04-03
Replace float module consts with assoc consts in documentation
Linus Färnstrand
-3
/
+3
2020-04-03
Replace max/min_value() with MAX/MIN assoc consts
Linus Färnstrand
-1
/
+1
2020-03-27
remove unused import
dylan_DPC
-1
/
+0
2020-03-27
simplify test
dylan_DPC
-4
/
+1
2020-03-26
fix docs
dylan_DPC
-2
/
+5
2020-03-26
Add fold_self
Nathan West
-16
/
+40
2020-03-22
Auto merge of #68820 - WaffleLapkin:remove_finished_from_map_while, r=LukasKa...
bors
-10
/
+11
2020-03-21
slightly change the `Iterator::map_while` docs
Waffle
-14
/
+4
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-24
adjuste doc of `map_while`
Waffle
-10
/
+6
2020-02-16
Improve documentation on iterators
LeSeulArtichaut
-1
/
+2
2020-02-04
Remove `finished` flag from `MapWhile`
Waffle
-0
/
+15
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
[next]