about summary refs log tree commit diff
path: root/library/core/src/iter/adapters/chain.rs
AgeCommit message (Expand)AuthorLines
2025-09-26Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-1/+1
2025-09-02docs(std): add missing closing code block fences in doc commentsAudaciousAxiom-0/+1
2025-08-05Stabilize `core::iter::chain`Ross MacArthur-3/+1
2024-06-04Add function `core::iter::chain`Ross MacArthur-2/+35
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-2/+2
2024-02-15Use generic `NonZero` internally.Markus Reiter-5/+5
2023-12-10remove redundant importssurechen-1/+1
2023-05-08Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...bors-1/+1
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-1/+1
2023-04-28replace version placeholdersPietro Albini-1/+1
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-18/+19
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-32/+22
2023-02-28relax bounds on iterator adapter Default implsThe 8472-5/+1
2023-02-28rewrite iterator `Default` tests as doctestsThe 8472-0/+15
2023-02-28Implement Default for some alloc/core iteratorsThe 8472-0/+11
2022-06-22Refactor iter adapters with less macrosCameron Steffen-53/+19
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-3/+3
2021-05-06Bootstrapping preparation for the libraryScott McMurray-3/+3
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-1/+1
2020-11-22Remove multiline `use`sWaffle-5/+2
2020-11-22Merge `use`s in core::iterWaffle-3/+5
2020-10-12Use `try{}` in `try_fold` to decouple library from `Try` detailsScott McMurray-2/+2
2020-10-06Auto merge of #77594 - timvermeulen:chain_advance_by, r=scottmcmbors-12/+64
2020-10-05Implement iter::Chain::{advance_by, advance_back_by}Tim Vermeulen-12/+64
2020-10-02Remove trailing whitespace in iter chain docIvan Tham-1/+1
2020-10-02Add example for iter chain structIvan Tham-0/+11
2020-09-13Simplify iter chain struct docIvan Tham-5/+2
2020-07-27mv std libs to library/mark-0/+267