about summary refs log tree commit diff
path: root/library/core/src/iter/adapters/mod.rs
AgeCommit message (Expand)AuthorLines
2025-09-26Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-1/+1
2025-08-05Stabilize `core::iter::chain`Ross MacArthur-1/+1
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-25/+12
2024-07-02chore: remove duplicate wordshattizai-1/+1
2024-06-04Add function `core::iter::chain`Ross MacArthur-0/+3
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2023-12-10remove redundant importssurechen-1/+1
2023-09-03Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunksThe 8472-3/+8
2023-08-11Add Iterator::map_windowsFrank King-0/+4
2022-09-26Use a macro to not have to copy-paste `ConstFnMutClosure::new(&mut fold, Neve...Scott McMurray-9/+2
2022-09-23Constifed Try traitonestacked-2/+3
2022-08-12fill-in tracking issue for `feature(iter_array_chunks)`Maybe Waffle-1/+1
2022-08-01Add `Iterator::array_chunks()`Ross MacArthur-0/+4
2022-06-18Expose iter::ByRefSized as unstable feature and use itPaolo Barbolini-1/+2
2022-03-21add module-level documentation for vec's in-place iterationThe8472-0/+5
2022-03-10Let `try_collect` take advantage of `try_fold` overridesScott McMurray-0/+3
2022-02-07Change `ResultShunt` to be generic over `Try`Scott McMurray-40/+38
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-0/+1
2021-12-14Stabilize iter::zip.PFPoitras-1/+1
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-1/+1
2021-09-30Fix standard library for min_specialization changesMatthew Jasper-5/+6
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-1/+1
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-1/+1
2021-07-28Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...Frank Steffahn-0/+3
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-1/+1
2021-05-16mark internal inplace_iteration traits as hiddenThe8472-0/+1
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
2021-04-04Rollup merge of #81619 - SkiFire13:resultshunt-inplace, r=the8472Dylan DPC-0/+23
2021-03-27Add the tracking issue for `#![feature(iter_zip)]`Josh Stone-1/+1
2021-03-26Add function core::iter::zipJosh Stone-0/+3
2021-02-01Implement SourceIterator and InPlaceIterable for ResultShuntGiacomo Stevanato-0/+23
2020-12-31Add Iterator::intersperse_withLukas Lueg-1/+1
2020-12-30Add tracking issueCamelid-1/+1
2020-12-30Add Iterator::intersperseJonas Schievink-0/+4
2020-11-30Intra doc links for iterator adaptersAlexis Bourget-1/+1
2020-11-22Remove multiline `use`sWaffle-4/+2
2020-11-22Merge `use`s in core::iterWaffle-17/+3
2020-11-22Split iterator adaptors into individual modulesWaffle-2818/+55
2020-11-07Convert a bunch of intra-doc linksCamelid-19/+19
2020-10-22change the order of type arguments on ControlFlowLeonora Tindall-5/+5
2020-10-13Bump the version of rustfmt used in tidyScott McMurray-5/+1
2020-10-12Use `try{}` in `try_fold` to decouple library from `Try` detailsScott McMurray-18/+18
2020-10-01Rollup merge of #76909 - timvermeulen:advance_by, r=AmanieuDylan DPC-0/+10
2020-09-25Rename Iterator::get_uncheckedMatthew Jasper-8/+8
2020-09-20Add advance_by and advance_back_byTim Vermeulen-0/+10
2020-09-08Capitalize safety commentsFlying-Toast-12/+12