summary refs log tree commit diff
path: root/library/core/src/iter
AgeCommit message (Expand)AuthorLines
2021-10-13Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-12/+18
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-18/+12
2021-08-25Rollup merge of #88273 - jhpratt:update-iterator-docs, r=jyn514Léo Lanteri Thauvin-4/+4
2021-08-25Rollup merge of #88223 - scottmcm:fix-alias, r=yaahcLéo Lanteri Thauvin-2/+2
2021-08-23Fix references to `ControlFlow` in docsJacob Pratt-4/+4
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-2/+2
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-08-22Auto merge of #88122 - Seppel3210:master, r=dtolnaybors-8/+10
2021-08-21Remove the `TryV2` aliasScott McMurray-2/+2
2021-08-17Fix example in `Extend<(A, B)>` implSebastian Widua-8/+10
2021-08-17Constified `Default` implementationsDeadbeef-1/+2
2021-08-12Rollup merge of #85835 - Seppel3210:master, r=yaahcYuki Okushi-22/+69
2021-08-07Fix intra doc link in hidden doc of Iterator::__iterator_get_uncheckedFrank Steffahn-1/+1
2021-08-06Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si...bors-4/+0
2021-08-03Update library/core/src/iter/traits/collect.rsJane Lusby-1/+1
2021-07-30Consistent spelling of "adapter" in the standard libraryFrank Steffahn-3/+3
2021-07-29Fix may not to appropriate might not or must notAli Malik-4/+0
2021-07-29Fix may not to appropriate might not or must notAli Malik-3/+7
2021-07-28Documentation improvementsFrank Steffahn-1/+6
2021-07-28Make `SpecInPlaceCollect` use `TrustedRandomAccessNoCoerce`Frank Steffahn-0/+3
2021-07-28Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerceFrank Steffahn-68/+102
2021-07-28Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...Frank Steffahn-19/+76
2021-07-28Improve documentation of TrustedRandomAccessFrank Steffahn-14/+30
2021-07-25ignore comments in tidy-filelengthibraheemdev-4/+0
2021-07-23Rollup merge of #87034 - mgeier:doc-step_by, r=JohnTitorYuki Okushi-6/+7
2021-07-20Auto merge of #87168 - the8472:flatten-len, r=scottmcmbors-1/+93
2021-07-19replace Option combinators with try blockThe8472-6/+2
2021-07-18Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe...Yuki Okushi-0/+2
2021-07-16implement ConstSizeIntoIterator for &[T;N] in addition to [T;N]The8472-3/+52
2021-07-16rename specializing trait to ConstSizeIntoIteratorThe8472-4/+4
2021-07-16Rollup merge of #87138 - dhwthompson:fix-range-invariant, r=JohnTitorGuillaume Gomez-1/+1
2021-07-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+1
2021-07-15Added diagnostic items to functions for ClippyxFrednet-0/+1
2021-07-15implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N]The8472-1/+48
2021-07-14Auto merge of #86765 - cuviper:fuse-less-specialized, r=joshtriplettbors-188/+66
2021-07-14Correct invariant documentation for `steps_between`David Thompson-1/+1
2021-07-14DOC: Add missing arguments to hypothetical code for step_by()Matthias Geier-6/+7
2021-07-09Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakisbors-0/+1
2021-07-07Revert "Add "every" as a doc alias for "all"."Josh Stone-1/+0
2021-07-07Check FromIterator trait impl in prelude collision check.Mara Bos-0/+1
2021-07-06Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplettYuki Okushi-1/+0
2021-07-05Auto merge of #84560 - cjgillot:inline-iter, r=m-ou-sebors-0/+1
2021-06-30Make the specialized Fuse still deal with NoneJosh Stone-188/+66
2021-06-30Remove "length" doc aliasesAmanieu d'Antras-1/+0
2021-06-28Update to new bootstrap compilerMark Rousskov-50/+0
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-06-24Rollup merge of #86415 - Kmeakin:iterator-associativity-docs, r=dtolnayYuki Okushi-2/+29
2021-06-22Add comments around code where ordering is important due for panic-safetyThe8472-0/+9
2021-06-20Add documentation/example to Extend implSebastian Widua-1/+19
2021-06-19fix panic-safety in specialized Zip::next_backThe8472-1/+2