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
/
traits
/
double_ended.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-06
Remove #[cfg(not(test))] gates in core
Thalia Archibald
-1
/
+1
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+2
2024-02-22
Use generic `NonZero` everywhere in `core`.
Markus Reiter
-4
/
+4
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-5
/
+5
2023-05-04
Optimize `Iterator` implementation for `&mut impl Iterator + Sized`
BenoƮt du Garreau
-0
/
+62
2023-04-08
Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c...
Deadbeef
-10
/
+1
2023-03-27
update documentation
The 8472
-4
/
+5
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-8
/
+11
2023-03-27
Change advance(_back)_by to return `usize` instead of `Result<(), usize>`
The 8472
-12
/
+16
2023-03-18
Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im...
onestacked
-1
/
+10
2023-01-27
Remove `ControlFlow::{BREAK, CONTINUE}`
Scott McMurray
-1
/
+1
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2021-11-19
Fix Iterator::advance_by contract inconsistency
The8472
-3
/
+0
2021-09-30
implement advance_(back_)_by on more iterators
The8472
-1
/
+7
2021-07-15
Added diagnostic items to structs and traits for Clippy
xFrednet
-0
/
+1
2021-06-17
Document associativity of iterator folds.
Karl Meakin
-1
/
+8
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-2
/
+2
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-2
/
+2
2020-10-22
change the order of type arguments on ControlFlow
Leonora Tindall
-3
/
+1
2020-10-19
Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma...
Guillaume Gomez
-1
/
+1
2020-10-15
Deny broken intra-doc links in linkchecker
Joshua Nelson
-0
/
+3
2020-10-12
Use `try{}` in `try_fold` to decouple library from `Try` details
Scott McMurray
-1
/
+1
2020-10-01
Add tracking issue
Tim Vermeulen
-1
/
+1
2020-10-01
Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu
Dylan DPC
-8
/
+46
2020-09-20
Add advance_by and advance_back_by
Tim Vermeulen
-8
/
+46
2020-09-18
Use intra-doc links in core/src/iter when possible
Alexis Bourget
-22
/
+17
2020-09-04
Use ops::ControlFlow in graph::iterate
Scott McMurray
-1
/
+1
2020-09-03
Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez
bors
-2
/
+2
2020-09-02
Format ControlFlow changes with rustfmt
Leonora Tindall
-1
/
+1
2020-09-01
Rename and expose LoopState as ControlFlow
Leonora Tindall
-4
/
+3
2020-08-30
fix broken trait method links
Andy Russell
-2
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+330