about summary refs log tree commit diff
path: root/library/core/src/iter/sources
AgeCommit message (Expand)AuthorLines
2025-07-13update issue number for `const_trait_impl`Deadbeef-1/+1
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-1/+2
2025-06-26Tracking issue number for `iter_macro`Pavel Grigorenko-1/+1
2025-06-13100% safe implementation of RepeatNSoveu-118/+43
2025-06-07Fix usage of `bootstrap` in coreUrgau-4/+1
2025-06-03Add `iter` macroOli Scherer-0/+29
2025-03-22core: optimize `RepeatN`joboet-4/+55
2025-03-16Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc许杰友 Jieyou Xu (Joe)-1/+1
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-1/+1
2025-03-06Rollup merge of #135895 - hkBst:patch-15, r=joboetMichael Goulet-5/+11
2025-03-02Document workings of successors more clearlyMarijn Schouten-5/+11
2025-02-09Rename field in OnceWith from gen to makeMichael Goulet-7/+7
2025-02-05Fix link in from_fn.rsMarijn Schouten-1/+1
2025-01-26Document purpose of closure in from_fn.rs more clearlyMarijn Schouten-2/+2
2025-01-05Clarified the documentation on core::iter::from_fn and core::iter::successorsranger-ross-0/+3
2024-12-21Less unwrap() in documentationKornel-1/+2
2024-10-18remove outdated documentation for `repeat_n`AnthonyMikh-3/+1
2024-09-09`RepeatN`: use MaybeUninitDeadbeef-15/+45
2024-09-03replace placeholder versionBoxy-8/+8
2024-08-19Stabilize `iter::repeat_n`Scott McMurray-10/+8
2024-08-01Implement `UncheckedIterator` directly for `RepeatN`Scott McMurray-13/+20
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-07-14doc: Suggest `str::repeat` over `iter::repeat().take().collect()`tesuji-0/+4
2024-06-19core: implement `UncheckedIterator` for `RepeatN`joboet-1/+3
2024-05-01Step bootstrap cfgsMark Rousskov-1/+1
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-1/+1
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-7/+7
2024-01-16Un-hide `iter::repeat_n`Scott McMurray-2/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-2/+1
2023-10-20Fix stage0 core testsOli Scherer-1/+2
2023-10-20s/generator/coroutine/Oli Scherer-14/+14
2023-10-20s/Generator/Coroutine/Oli Scherer-9/+9
2023-10-06Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkinGuillaume Gomez-0/+2
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+2
2023-09-05fix a comment in std::iter::successorsJuly Tikhonov-1/+1
2023-06-14Fix typoAntonios Barotsis-1/+1
2023-04-16rm const traits in libcoreDeadbeef-2/+1
2023-04-12remove some unneeded importsKaDiWa-1/+0
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-8/+8
2023-01-25Set version placeholders to 1.68Mark Rousskov-2/+2
2023-01-14Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcmMatthias Krüger-4/+19
2023-01-08Rollup merge of #104163 - H4x5:once-repeat-with-debug, r=dtolnayMichael Goulet-2/+22
2023-01-07Don't derive Debug for `OnceWith` & `RepeatWith`Sky-2/+22
2023-01-07Change to immutable borrow when cloning element of RepeatNFolyd-1/+1
2022-12-28Rollup merge of #103945 - H4x5:remove-iter-empty-hack, r=compiler-errorsfee1-dead-6/+1
2022-12-10libcore: make result of iter::from_generator CloneXiretza-0/+1
2022-12-10libcore: make result type of iter::from_generator concreteXiretza-4/+18
2022-12-05fix dupe word typosRageking8-1/+1