about summary refs log tree commit diff
path: root/library/core/src/iter/sources
AgeCommit message (Expand)AuthorLines
2022-12-05fix dupe word typosRageking8-1/+1
2022-11-24Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trustedScott McMurray-0/+17
2022-11-18Hide the items while waiting for the ACPScott McMurray-10/+4
2022-11-15`VecDeque::resize` should re-use the buffer in the passed-in elementScott McMurray-0/+201
2022-11-03Remove `iter::Empty` hackSky-6/+1
2022-05-27libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co...Vadim Petrochenkov-0/+43
2022-04-27Fixed grammatical error in example commentSimon-1/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2022-01-07Also change PhantomData parameter of iter::Empty, and future::PendingFrank Steffahn-6/+6
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+1
2021-08-17Constified `Default` implementationsDeadbeef-1/+2
2021-07-15Added diagnostic items to functions for ClippyxFrednet-0/+1
2021-05-15Implement more Iterator methods on core::iter::RepeatRyan Lopopolo-0/+35
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-1/+1
2020-11-22Remove multiline `use`sWaffle-5/+3
2020-11-22Fix doc links in core::iter::sourcesWaffle-0/+5
2020-11-22Merge `use`s in core::iterWaffle-1/+5
2020-11-22Split iterator sources into different modulesWaffle-0/+628