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
/
chain.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
Update CURRENT_RUSTC_VERSION post-bump
Mark Rousskov
-1
/
+1
2025-09-02
docs(std): add missing closing code block fences in doc comments
AudaciousAxiom
-0
/
+1
2025-08-05
Stabilize `core::iter::chain`
Ross MacArthur
-3
/
+1
2024-06-04
Add function `core::iter::chain`
Ross MacArthur
-2
/
+35
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-2
/
+2
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-5
/
+5
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-05-08
Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...
bors
-1
/
+1
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-1
/
+1
2023-04-28
replace version placeholders
Pietro Albini
-1
/
+1
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-18
/
+19
2023-03-27
Change advance(_back)_by to return `usize` instead of `Result<(), usize>`
The 8472
-32
/
+22
2023-02-28
relax bounds on iterator adapter Default impls
The 8472
-5
/
+1
2023-02-28
rewrite iterator `Default` tests as doctests
The 8472
-0
/
+15
2023-02-28
Implement Default for some alloc/core iterators
The 8472
-0
/
+11
2022-06-22
Refactor iter adapters with less macros
Cameron Steffen
-53
/
+19
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-3
/
+3
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-3
/
+3
2021-01-20
Deprecate-in-future the constants superceded by RFC 2700
bstrie
-1
/
+1
2020-11-22
Remove multiline `use`s
Waffle
-5
/
+2
2020-11-22
Merge `use`s in core::iter
Waffle
-3
/
+5
2020-10-12
Use `try{}` in `try_fold` to decouple library from `Try` details
Scott McMurray
-2
/
+2
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-09-13
Simplify iter chain struct doc
Ivan Tham
-5
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+267