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