about summary refs log tree commit diff
path: root/library/core/src/iter
AgeCommit message (Expand)AuthorLines
2023-03-17Make the `Step` implementations const.onestacked-7/+16
2023-03-17Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbinibors-2/+2
2023-03-15unequal → not equalgimbles-1/+1
2023-03-15Bump to latest betaMark Rousskov-2/+2
2023-02-28relax bounds on iterator adapter Default implsThe 8472-25/+6
2023-02-28rewrite iterator `Default` tests as doctestsThe 8472-0/+59
2023-02-28Implement Default for some alloc/core iteratorsThe 8472-0/+71
2023-02-26Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillotMatthias Krüger-0/+2
2023-02-24Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomccDylan DPC-0/+76
2023-02-23Add lint against `Iterator::map` receiving a callable that returns `()`Obei Sideg-0/+2
2023-02-17Rollup merge of #104068 - yancyribbens:partial-cmp-doc-update, r=scottmcmMatthias Krüger-2/+20
2023-02-16rustdoc: Update the description to include PartialOrd elementsyancy-2/+20
2023-02-13Auto merge of #107634 - scottmcm:array-drain, r=thomccbors-13/+80
2023-02-13Rollup merge of #107962 - scottmcm:why-not-exact, r=Mark-SimulacrumDylan DPC-0/+21
2023-02-12Add a doc note about why `Chain` is not `ExactSizeIterator`Scott McMurray-0/+21
2023-02-12Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcmbors-1/+0
2023-02-04Allow canonicalizing the `array::map` loop in trusted casesScott McMurray-13/+80
2023-02-03Replace `ConstFnMutClosure` with const closuresDeadbeef-22/+9
2023-01-31Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-2/+2
2023-01-31implement const iterator using `rustc_do_not_const_check`Deadbeef-0/+76
2023-01-27Remove `ControlFlow::{BREAK, CONTINUE}`Scott McMurray-15/+15
2023-01-25Set version placeholders to 1.68Mark Rousskov-2/+2
2023-01-14Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPCMatthias Krüger-1/+1
2023-01-14Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcmMatthias Krüger-4/+19
2023-01-14Remove various double spaces in source comments.André Vennberg-1/+1
2023-01-14Use associated items of `char` instead of freestanding items in `core::char`Lukas Markeffsky-1/+0
2023-01-12add note for float iteratorPetar Dambovaliev-0/+5
2023-01-10Rollup merge of #105034 - HintringerFabian:improve_iterator_flatten_doc, r=cu...Yuki Okushi-0/+12
2023-01-09Relocate changesFabian Hintringer-12/+12
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
2023-01-04Link to Option/Result for `Iterator::sum/product`clubby789-0/+6
2022-12-30Rollup merge of #99244 - gthb:doc-improve-iterator-scan, r=m-ou-seMatthias Krüger-6/+11
2022-12-28Rollup merge of #106161 - meithecatte:iter-find-position, r=Mark-SimulacrumMatthias Krüger-0/+3
2022-12-28Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errorsMatthias Krüger-0/+1
2022-12-28Rollup merge of #103945 - H4x5:remove-iter-empty-hack, r=compiler-errorsfee1-dead-6/+1
2022-12-27Fix a formatting errorRetroSeven-1/+1
2022-12-26Suggest `impl Iterator` when possible for `_` return typeEsteban Küber-0/+1
2022-12-26Iterator::find: link to Iterator::position in docs for discoverabilityMaja Kądziołka-0/+3
2022-12-15doc: Fix a few small issuesHannes Körber-1/+1
2022-12-13Suggest `collect`ing into `Vec<_>`Esteban Küber-0/+1
2022-12-13Add result example + rewordingFabian Hintringer-4/+8
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-08Add `rustc_on_unimplemented` to `Sum` and `Product` trait.Nixon Enraght-Moony-0/+8
2022-12-05fix dupe word typosRageking8-1/+1
2022-11-28Add example for iterator_flattenFabian Hintringer-0/+8
2022-11-24Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trustedScott McMurray-1/+37
2022-11-18Hide the items while waiting for the ACPScott McMurray-10/+4