about summary refs log tree commit diff
path: root/library/core/src/iter/traits
AgeCommit message (Expand)AuthorLines
2021-08-23Fix references to `ControlFlow` in docsJacob Pratt-4/+4
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-1/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-21Remove the `TryV2` aliasScott McMurray-2/+2
2021-08-17Fix example in `Extend<(A, B)>` implSebastian Widua-8/+10
2021-08-12Rollup merge of #85835 - Seppel3210:master, r=yaahcYuki Okushi-22/+69
2021-08-11Weaken guarantee around advancing underlying iterators in zipThe8472-2/+4
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-1/+1
2021-07-28Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerceFrank Steffahn-2/+2
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-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+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-30Remove "length" doc aliasesAmanieu d'Antras-1/+0
2021-06-28Update to new bootstrap compilerMark Rousskov-27/+0
2021-06-20Add documentation/example to Extend implSebastian Widua-1/+19
2021-06-17Document associativity of iterator folds.Karl Meakin-2/+29
2021-06-16Make `sum()` and `product()` hyperlinks refer to `Iterator` methods.Kevin Reid-10/+8
2021-06-15Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-seYuki Okushi-0/+41
2021-06-14Mention nested unzip in its documentationSebastian Widua-0/+8
2021-06-12Merge branch 'master' of https://github.com/rust-lang/rustSebastian Widua-1/+1
2021-06-09Update library/core/src/iter/traits/iterator.rsAnatol Ulrich-1/+1
2021-06-07fix off by oneAnatol Ulrich-1/+1
2021-05-30Rewrite Iterator::unzip in terms of (A, B)::extendSebastian Widua-22/+3
2021-05-30Implement Extend<(A, B)> for (impl Extend<A>, impl Extend<B>)Sebastian Widua-0/+40
2021-05-30Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrumbors-0/+19
2021-05-27Rollup merge of #85730 - Smittyvb:iter-min-max-floats, r=m-ou-seGuillaume Gomez-2/+26
2021-05-27Rollup merge of #85689 - m-ou-se:array-intoiter-3, r=estebankDylan DPC-34/+0
2021-05-26don't use unneeded closureSmittyvb-1/+1
2021-05-26don't use unneeded closureSmittyvb-1/+1
2021-05-26Specialize implementationsJacob Pratt-0/+19
2021-05-26Mention float workaround in Iterator::{min,max}Smitty-2/+26
2021-05-25Remove Iterator #[rustc_on_unimplemented]s that no longer apply.Mara Bos-34/+0
2021-05-25Remove arrays/IntoIterator message from Iterator trait.Mara Bos-5/+0
2021-05-24remove cfg(bootstrap)Pietro Albini-3/+2
2021-05-23Stabilize ops::ControlFlow (just the type)Scott McMurray-0/+41
2021-05-20Rollup merge of #85315 - satylogin:master, r=yaahcRalf Jung-0/+6
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-5/+36
2021-05-18adding algorithm explanation for partition_in_place iter method and bounding ...Satyarth Agrahari-0/+4
2021-05-16mark internal inplace_iteration traits as hiddenThe8472-0/+1
2021-05-15adding time complexity for partition_in_place iter methodSatyarth Agrahari-0/+2