summary refs log tree commit diff
path: root/library/core/src/iter/traits
AgeCommit message (Expand)AuthorLines
2025-01-07update version placeholdersPietro Albini-1/+1
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-3/+3
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-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-09Library: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-09-18[Clippy] Swap `manual_retain` to use diagnostic items instead of pathsGnomedDev-0/+3
2024-09-03replace placeholder versionBoxy-3/+3
2024-08-20Change neutral element of <fNN as iter::Sum> to neg_zeroArthur Carcano-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-20/+13
2024-07-28Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnayGuillaume Gomez-4/+4
2024-07-28stabilize `is_sorted`Slanterns-9/+3
2024-07-26Fix docsharryscholes-1/+1
2024-07-26Fix doc nitsJohn Arundel-4/+4
2024-07-07Specialize `TrustedLen` for `Iterator::unzip()`Chayim Refael Friedman-15/+107
2024-06-13Rollup merge of #126347 - slanterns:try_simplify, r=scottmcmLeón Orell Valerian Liehr-10/+11
2024-06-13Simplify `try_*` on `Iterator`Slanterns-10/+11
2024-06-11remove cfg(bootstrap)Pietro Albini-2/+1
2024-05-20Implement BOXED_SLICE_INTO_ITERMichael Goulet-1/+2
2024-05-01Step bootstrap cfgsMark Rousskov-1/+1
2024-05-01Replace version placeholders for 1.79Mark Rousskov-1/+1
2024-04-29Add diagnostic item for std::iter::Iterator::enumerateChristopher B. Speir-0/+1
2024-04-22Stabilize generic `NonZero`.Markus Reiter-3/+6
2024-04-14Auto merge of #107462 - WaffleLapkin:from_iterator_for_tuple, r=dtolnaybors-0/+33
2024-04-07Fix typo in library/core/src/iter/traits/iterator.rsGabriel Dolberg-1/+1
2024-04-03Add docs for `FromIterator<(AE, BE)> for (A, B)`Maybe Waffle-0/+19
2024-04-03Implement `FromIterator<(AE, BE)>` for `(impl Default+Extend<AE>, impl Defaul...Maybe Waffle-0/+14
2024-03-25Import the 2021 prelude in the core crateDaniel Paoliello-1/+1
2024-03-22Implement `FusedIterator` for `gen` blockShoyu Vanilla-0/+1
2024-03-03Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods...Esteban Küber-9/+0
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-24/+45
2024-02-22Fix example.Markus Reiter-3/+4
2024-02-22Use generic `NonZero` everywhere in `core`.Markus Reiter-13/+13
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-2/+2
2024-02-15Use generic `NonZero` internally.Markus Reiter-13/+13
2024-02-12iterator.rs: remove "Basic usage" textTshepang Mbambo-40/+0
2024-01-21Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-SimulacrumNadrieril-13/+13
2024-01-20Use bool instead of PartiolOrd in is_sorted_byEbbDrop-13/+13
2024-01-05Fix #119551: Rewrite Iterator::position default impl, storing the accumulatin...martha-6/+13
2023-11-28Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviperbors-1/+29