about summary refs log tree commit diff
path: root/library/core/src/iter/sources.rs
AgeCommit message (Expand)AuthorLines
2025-06-26Tracking issue number for `iter_macro`Pavel Grigorenko-1/+1
2025-06-03Add `iter` macroOli Scherer-0/+3
2025-01-18re-export `core::iter::FromCoroutine`joseLuĂ­s-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-8/+8
2024-09-03replace placeholder versionBoxy-1/+1
2024-08-19Stabilize `iter::repeat_n`Scott McMurray-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-20/+12
2023-10-20s/generator/coroutine/Oli Scherer-4/+4
2022-11-15`VecDeque::resize` should re-use the buffer in the passed-in elementScott McMurray-0/+4
2022-05-27libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co...Vadim Petrochenkov-0/+8
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-0/+1
2020-11-22Split iterator sources into different modulesWaffle-614/+16
2020-10-12Use intra-doc links for links to module-level docsCamelid-2/+2
2020-09-20use iter:: before free functionsAlexis Bourget-2/+6
2020-09-18Fix broken linkAlexis Bourget-1/+1
2020-09-18Use intra-doc links in core/src/iter when possibleAlexis Bourget-49/+27
2020-07-27mv std libs to library/mark-0/+643