about summary refs log tree commit diff
path: root/library/core/src/iter/traits/double_ended.rs
AgeCommit message (Expand)AuthorLines
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-1/+1
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+2
2024-02-22Use generic `NonZero` everywhere in `core`.Markus Reiter-4/+4
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-5/+5
2023-05-04Optimize `Iterator` implementation for `&mut impl Iterator + Sized`BenoƮt du Garreau-0/+62
2023-04-08Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c...Deadbeef-10/+1
2023-03-27update documentationThe 8472-4/+5
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-8/+11
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-12/+16
2023-03-18Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im...onestacked-1/+10
2023-01-27Remove `ControlFlow::{BREAK, CONTINUE}`Scott McMurray-1/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2021-11-19Fix Iterator::advance_by contract inconsistencyThe8472-3/+0
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-1/+7
2021-07-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+1
2021-06-17Document associativity of iterator folds.Karl Meakin-1/+8
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-2/+2
2021-05-06Bootstrapping preparation for the libraryScott McMurray-2/+2
2020-10-22change the order of type arguments on ControlFlowLeonora Tindall-3/+1
2020-10-19Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma...Guillaume Gomez-1/+1
2020-10-15Deny broken intra-doc links in linkcheckerJoshua Nelson-0/+3
2020-10-12Use `try{}` in `try_fold` to decouple library from `Try` detailsScott McMurray-1/+1
2020-10-01Add tracking issueTim Vermeulen-1/+1
2020-10-01Rollup merge of #76909 - timvermeulen:advance_by, r=AmanieuDylan DPC-8/+46
2020-09-20Add advance_by and advance_back_byTim Vermeulen-8/+46
2020-09-18Use intra-doc links in core/src/iter when possibleAlexis Bourget-22/+17
2020-09-04Use ops::ControlFlow in graph::iterateScott McMurray-1/+1
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-2/+2
2020-09-02Format ControlFlow changes with rustfmtLeonora Tindall-1/+1
2020-09-01Rename and expose LoopState as ControlFlowLeonora Tindall-4/+3
2020-08-30fix broken trait method linksAndy Russell-2/+2
2020-07-27mv std libs to library/mark-0/+330