about summary refs log tree commit diff
path: root/library/core/src/iter
AgeCommit message (Expand)AuthorLines
2025-01-26Document purpose of closure in from_fn.rs more clearlyMarijn Schouten-2/+2
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-3/+1
2025-01-08update version placeholdersPietro Albini-1/+1
2025-01-05Clarified the documentation on core::iter::from_fn and core::iter::successorsranger-ross-0/+3
2025-01-04do not in-place-iterate over flatmap/flattenThe 8472-32/+2
2024-12-26Rollup merge of #134782 - wtlin1228:docs/iter-rposition, r=Mark-SimulacrumJacob Pratt-0/+1
2024-12-26Impl FromIterator for tuples with arity 1-12Sebastian Hahn-33/+35
2024-12-26Fix formattingSebastian Hahn-19/+19
2024-12-26docs: update code example for Iterator#rpositionwtlin1228-0/+1
2024-12-21Less unwrap() in documentationKornel-4/+5
2024-12-14Correct spelling of CURRENT_RUSTC_VERSIONSebastian Hahn-7/+56
2024-12-06Rollup merge of #132187 - shahn:extend_more_tuples, r=dtolnayMatthias Krüger-110/+129
2024-11-28Also use zero when referencing to capacity or lengthtimvisee-2/+2
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-62/+66
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-62/+66
2024-10-31Don't impl Extend for 13-tuplesSebastian Hahn-1/+0
2024-10-30Remove do_not_const_check from Iterator methodsMichael Goulet-76/+0
2024-10-26Simplify documentation for Extend impl for tuplesSebastian Hahn-14/+6
2024-10-26Add Extend impls for tuples of arity 1 through 12Sebastian Hahn-110/+138
2024-10-25Re-do recursive const stability checksRalf Jung-1/+0
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-1/+1
2024-10-18remove outdated documentation for `repeat_n`AnthonyMikh-3/+1
2024-10-09Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdevMatthias Krüger-1/+1
2024-10-09Library: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-25Use `&raw` in the standard libraryJosh Stone-2/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-32/+32
2024-09-18[Clippy] Swap `manual_retain` to use diagnostic items instead of pathsGnomedDev-0/+3
2024-09-17Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubileebors-15/+45
2024-09-14Rollup merge of #130053 - glowcoil:next_if-docs, r=jhprattStuart Cook-2/+2
2024-09-09`RepeatN`: use MaybeUninitDeadbeef-15/+45
2024-09-06fix doc comments for Peekable::next_if(_eq)glowcoil-2/+2
2024-09-03replace placeholder versionBoxy-16/+16
2024-08-21Rollup merge of #129321 - krtab:float_sum, r=workingjubileeMatthias Krüger-2/+2
2024-08-20Change neutral element of <fNN as iter::Sum> to neg_zeroArthur Carcano-2/+2
2024-08-19Stabilize `iter::repeat_n`Scott McMurray-12/+10
2023-01-16Implement DoubleEnded and ExactSize for Take<Repeat> and Take<RepeatWith>Michal Nazarewicz-0/+57
2024-08-01Implement `UncheckedIterator` directly for `RepeatN`Scott McMurray-13/+20
2024-07-29Reformat `use` declarations.Nicholas Nethercote-165/+129
2024-07-28Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnayGuillaume Gomez-7/+7
2024-07-28stabilize `is_sorted`Slanterns-9/+3
2024-07-26Fix docsharryscholes-1/+1
2024-07-26Fix doc nitsJohn Arundel-7/+7
2024-07-14doc: Suggest `str::repeat` over `iter::repeat().take().collect()`tesuji-0/+4
2024-07-07Specialize `TrustedLen` for `Iterator::unzip()`Chayim Refael Friedman-15/+107
2024-07-02chore: remove duplicate wordshattizai-1/+1
2024-06-25add comments explaining optimizations for Filter::next_chunkThe 8472-1/+3
2024-06-25fix Drop items getting leaked in Filter::next_chunkThe 8472-45/+43
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-5/+6
2024-06-19core: implement `UncheckedIterator` for `RepeatN`joboet-1/+3
2024-06-13Rollup merge of #126347 - slanterns:try_simplify, r=scottmcmLeón Orell Valerian Liehr-10/+11