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
/
library
/
core
/
src
/
iter
Age
Commit message (
Expand
)
Author
Lines
2021-01-14
Rollup merge of #80567 - lukaslueg:intersperse_with, r=m-ou-se
Mara Bos
-27
/
+172
2021-01-13
Improve Iterator::intersperse_ docs
Lukas Lueg
-8
/
+16
2021-01-13
Add doc intralinks
Lukas Lueg
-0
/
+6
2021-01-08
Clean up branching in skip
kadmin
-6
/
+4
2021-01-07
Fix typo in Step trait
Christopher Durham
-1
/
+1
2021-01-07
Improve `Iterator::by_ref` example
Camelid
-19
/
+17
2021-01-07
Remove FIXME-notes
Lukas Lueg
-6
/
+0
2021-01-04
doc -- list edit for consistency
oliver
-1
/
+1
2021-01-04
TrustedRandomAaccess spec composes incorrectly for nested iter::Zips
The8472
-0
/
+1
2020-12-31
Add Iterator::intersperse_with
Lukas Lueg
-25
/
+162
2020-12-31
Remove many unnecessary manual link resolves from library
Camelid
-2
/
+0
2020-12-30
Add tracking issue
Camelid
-5
/
+5
2020-12-30
Add Iterator::intersperse
Jonas Schievink
-1
/
+105
2020-12-28
Add "length" as doc alias to len methods
Konrad Borowski
-0
/
+1
2020-12-13
bump rust version for peekable_next_if feature
Justus K
-2
/
+2
2020-12-13
stabilize `peekable_next_if`
Justus K
-5
/
+2
2020-12-13
Rollup merge of #79360 - wchargin:wchargin-doc-iter-by-reference, r=m-ou-se
Yuki Okushi
-0
/
+45
2020-12-10
Improve wording of `flatten()` docs
Camelid
-2
/
+2
2020-11-30
Intra doc links for iterator adapters
Alexis Bourget
-3
/
+2
2020-11-27
Expand docs on Peekable::peek_mut
Lukas Lueg
-5
/
+9
2020-11-23
[update patch]
William Chargin
-3
/
+5
2020-11-23
Add Peekable::peek_mut
Lukas Lueg
-0
/
+37
2020-11-23
std::iter: document iteration over `&T` and `&mut T`
William Chargin
-0
/
+43
2020-11-22
Remove multiline `use`s
Waffle
-115
/
+61
2020-11-22
Fix doc links in core::iter::sources
Waffle
-0
/
+5
2020-11-22
Merge `use`s in core::iter
Waffle
-42
/
+31
2020-11-22
Split iterator sources into different modules
Waffle
-614
/
+644
2020-11-22
Split iterator adaptors into individual modules
Waffle
-2833
/
+2969
2020-11-07
Convert a bunch of intra-doc links
Camelid
-20
/
+20
2020-10-26
Add lexicographical comparison doc
Rustin-Liu
-8
/
+8
2020-10-22
change the order of type arguments on ControlFlow
Leonora Tindall
-17
/
+11
2020-10-19
Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma...
Guillaume Gomez
-34
/
+30
2020-10-15
Deny broken intra-doc links in linkchecker
Joshua Nelson
-3
/
+6
2020-10-13
Bump the version of rustfmt used in tidy
Scott McMurray
-5
/
+1
2020-10-12
Use intra-doc links for links to module-level docs
Camelid
-8
/
+8
2020-10-12
Use `try{}` in `try_fold` to decouple library from `Try` details
Scott McMurray
-30
/
+30
2020-10-06
Auto merge of #77594 - timvermeulen:chain_advance_by, r=scottmcm
bors
-12
/
+64
2020-10-05
Implement iter::Chain::{advance_by, advance_back_by}
Tim Vermeulen
-12
/
+64
2020-10-02
Rollup merge of #77409 - pickfire:patch-6, r=GuillaumeGomez
Jonas Schievink
-0
/
+11
2020-10-02
Remove trailing whitespace in iter chain doc
Ivan Tham
-1
/
+1
2020-10-02
Add example for iter chain struct
Ivan Tham
-0
/
+11
2020-10-01
Add tracking issue
Tim Vermeulen
-2
/
+2
2020-10-01
Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu
Dylan DPC
-16
/
+100
2020-09-28
Rollup merge of #77194 - pickfire:patch-7, r=withoutboats
Ralf Jung
-0
/
+2
2020-09-25
Rename Iterator::get_unchecked
Matthew Jasper
-30
/
+37
2020-09-26
Reposition iterator doc alias reduce before inline
Ivan Tham
-1
/
+1
2020-09-26
Add alias for iterator fold
Ivan Tham
-0
/
+2
2020-09-20
use iter:: before free functions
Alexis Bourget
-2
/
+6
2020-09-20
Add advance_by and advance_back_by
Tim Vermeulen
-16
/
+100
2020-09-18
Fix broken link
Alexis Bourget
-1
/
+1
[prev]
[next]