about summary refs log tree commit diff
path: root/library/core/src/iter/sources.rs
AgeCommit message (Expand)AuthorLines
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