summary refs log tree commit diff
path: root/library/core/src/iter/traits
AgeCommit message (Expand)AuthorLines
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-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-09Update library/core/src/iter/traits/iterator.rsAnatol Ulrich-1/+1
2021-06-07fix off by oneAnatol Ulrich-1/+1
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
2021-05-09PR feedbackScott McMurray-1/+2
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-9/+9
2021-05-06Actually implement the feature in the compilerScott McMurray-0/+30
2021-05-06Bootstrapping preparation for the libraryScott McMurray-7/+7
2021-04-29Drop alias `reduce` for `fold` - we have a `reduce` functionJosh Triplett-1/+0
2021-04-28Inline Iterator as IntoIterator.Camille GILLOT-0/+1
2021-04-25Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-sebors-0/+1
2021-04-24Rollup merge of #84489 - amorison:issue-83969-fix, r=yaahcYuki Okushi-0/+5
2021-04-24Rollup merge of #80805 - camelid:iter-by_ref-example, r=steveklabnikYuki Okushi-23/+8
2021-04-23Mention FusedIterator case in Iterator::fuse docAdrien Morison-0/+5
2021-04-16Skip into_iter() for arrays before 2021Josh Stone-0/+1
2021-04-07Update library/core/src/iter/traits/iterator.rslukaslueg-1/+1
2021-04-07Update library/core/src/iter/traits/iterator.rslukaslueg-1/+1
2021-04-06Merge branch 'master' into stab_peek_mutlukaslueg-3/+4
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-1/+2
2021-03-26update array missing `IntoIterator` msglcnr-2/+2
2021-03-26Stabilize `peekable_peek_mut`Lukas Lueg-12/+34
2021-03-22Rollup merge of #83272 - kornelski:takedocs, r=dtolnayDylan DPC-2/+13
2021-03-20Remove redundant second exampleCamelid-28/+0