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
/
adapters
Age
Commit message (
Expand
)
Author
Lines
2020-10-13
Bump the version of rustfmt used in tidy
Scott McMurray
-5
/
+1
2020-10-12
Use `try{}` in `try_fold` to decouple library from `Try` details
Scott McMurray
-24
/
+24
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
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
Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu
Dylan DPC
-0
/
+10
2020-09-25
Rename Iterator::get_unchecked
Matthew Jasper
-29
/
+34
2020-09-20
Add advance_by and advance_back_by
Tim Vermeulen
-0
/
+10
2020-09-16
Rollup merge of #76778 - pickfire:patch-7, r=jonas-schievink
Tyler Mandry
-5
/
+2
2020-09-16
Simplify iter fuse struct doc
Ivan Tham
-5
/
+2
2020-09-15
Remove flatten doc intra-doc links
Ivan Tham
-3
/
+0
2020-09-14
Simplify iter flatten struct doc
Ivan Tham
-2
/
+2
2020-09-13
Rollup merge of #76663 - pickfire:patch-7, r=jonas-schievink
Jonas Schievink
-5
/
+2
2020-09-13
Simplify iter chain struct doc
Ivan Tham
-5
/
+2
2020-09-12
Simplify iter zip struct doc
Ivan Tham
-5
/
+2
2020-09-08
Capitalize safety comments
Flying-Toast
-14
/
+14
2020-09-07
Rollup merge of #76318 - scottmcm:one-control-flow, r=ecstatic-morse
Dylan DPC
-1
/
+1
2020-09-07
Rollup merge of #76302 - jyn514:peekable-2, r=Dylan-DPC
Dylan DPC
-5
/
+5
2020-09-04
Use ops::ControlFlow in graph::iterate
Scott McMurray
-1
/
+1
2020-09-03
Address review comments on `Peekable::next_if`
Joshua Nelson
-5
/
+5
2020-09-03
please tidy
The8472
-6
/
+5
2020-09-03
support in-place collect for MapWhile adapters
The8472
-0
/
+21
2020-09-03
pacify tidy
The8472
-7
/
+7
2020-09-03
pacify tidy
The8472
-67
/
+79
2020-09-03
mark as_inner as unsafe and update comments
The8472
-45
/
+67
2020-09-03
impl TrustedRandomAccess for vec::IntoIter
The8472
-1
/
+3
2020-09-03
make tidy happy
The8472
-4
/
+8
2020-09-03
support in-place iteration for most adapters
The8472
-0
/
+136
2020-09-03
add in-place iteration for Zip
The8472
-1
/
+24
2020-09-03
remove example that relied on non-public trait
The8472
-5
/
+0
2020-09-03
fix doc link
The8472
-1
/
+1
2020-09-03
mark SourceIter as unsafe, document invariants
The8472
-16
/
+50
2020-09-03
in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters
The8472
-1
/
+105
2020-09-02
Format ControlFlow changes with rustfmt
Leonora Tindall
-1
/
+1
2020-09-01
Rename and expose LoopState as ControlFlow
Leonora Tindall
-19
/
+19
2020-08-19
Use min_specialization in libcore
Matthew Jasper
-87
/
+217
2020-07-27
mv std libs to library/
mark
-0
/
+4177
[prev]