about summary refs log tree commit diff
path: root/library/core/src/iter/traits
AgeCommit message (Expand)AuthorLines
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
2021-03-18Expand documentation of Iterator::take and skipKornel-2/+13
2021-03-18Fix typo/inaccuracy in the documentation of Iterator::skip_whileFrank Steffahn-1/+1
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-1/+2
2021-03-13Add `reverse` search alias for Iterator::rev()Sebastian Widua-0/+1
2021-02-24Add suggestion for iterators in iteratorsKevin Per-0/+1
2021-02-22Auto merge of #81732 - m-ou-se:inherit-overflow-checks, r=Mark-Simulacrumbors-24/+48
2021-02-17Rollup merge of #82198 - SkiFire13:optimize-iter-is-sorted, r=sfacklerGuillaume Gomez-9/+16
2021-02-16Optimize Iterator::is_sorted_by by using Iterator::all for internal iterationGiacomo Stevanato-9/+16
2021-02-14Use `#[rustc_inherit_overflow_checks]` instead of Add::add etc.Mara Bos-24/+48
2021-02-13Add basic usage exampleCamelid-0/+15
2021-02-09Rollup merge of #81697 - xfix:every-doc-alias, r=Mark-SimulacrumDylan DPC-0/+1
2021-02-07Better line groupingCamelid-2/+2
2021-02-07Rollup merge of #81742 - sdroege:exact-size-iterator-correctness, r=kennytmGuillaume Gomez-0/+6
2021-02-04Stabilize feature(iterator_fold_self): Iterator::reduceMara Bos-3/+1
2021-02-04Improve documentation of Iterator::{fold, reduce}.Mara Bos-5/+16
2021-02-04Rename Iterator::fold_first to reduce.Mara Bos-4/+4
2021-02-04Add a note about the correctness and the effect on unsafe code to the `ExactS...Sebastian Dröge-0/+6
2021-02-03Add "every" as a doc alias for "all".Konrad Borowski-0/+1
2021-02-03Rollup merge of #81144 - nhwn:typo-map-while, r=jackh726Guillaume Gomez-1/+1
2021-01-30Clarify that guarantees extend to other advancing iterator methods.The8472-3/+5
2021-01-22Rollup merge of #81173 - lukaslueg:intersperse_docs, r=m-ou-seMara Bos-3/+48
2021-01-21Fix typoLukas Lueg-1/+1
2021-01-21Expand docs on Iterator::intersperseLukas Lueg-3/+48
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-6/+0
2021-01-17fixed formatting typo in map_whileNathan Nguyen-1/+1
2021-01-14Rollup merge of #80567 - lukaslueg:intersperse_with, r=m-ou-seMara Bos-3/+36
2021-01-13Improve Iterator::intersperse_ docsLukas Lueg-6/+14
2021-01-07Improve `Iterator::by_ref` exampleCamelid-19/+17
2020-12-31Add Iterator::intersperse_withLukas Lueg-1/+26
2020-12-31Remove many unnecessary manual link resolves from libraryCamelid-2/+0
2020-12-30Add tracking issueCamelid-1/+1