about summary refs log tree commit diff
path: root/library/core/src/iter
AgeCommit message (Expand)AuthorLines
2025-03-30use `diagnostic::on_unimplemented` insteadmejrs-2/+2
2025-03-23Rollup merge of #136040 - mu001999-contrib:cleanup, r=Mark-SimulacrumMichael Goulet-55/+0
2025-03-22core: optimize `RepeatN`joboet-4/+55
2025-03-19use thenbendn-5/+1
2025-03-16Rollup merge of #138329 - scottmcm:assert-hint, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+9
2025-03-16Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc许杰友 Jieyou Xu (Joe)-8/+8
2025-03-11Rollup merge of #135987 - hkBst:patch-20, r=joboetJakub Beránek-3/+15
2025-03-10debug-assert that the size_hint is well-formed in `collect`Scott McMurray-0/+9
2025-03-09Clarify iterator by_ref docsMarijn Schouten-3/+15
2025-03-07Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35Matthias Krüger-2/+2
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-2/+2
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-8/+8
2025-03-06Rollup merge of #135895 - hkBst:patch-15, r=joboetMichael Goulet-5/+11
2025-03-02Document workings of successors more clearlyMarijn Schouten-5/+11
2025-02-18Fix typo in hidden internal docs of `TrustedRandomAccess`Frank Steffahn-4/+4
2025-02-15Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=scottmcmJacob Pratt-4/+4
2025-02-09Rename field in OnceWith from gen to makeMichael Goulet-7/+7
2025-02-08Document `Sum::sum` returns additive identities for `[]`Jaken Herman-1/+6
2025-02-05Fix link in from_fn.rsMarijn Schouten-1/+1
2025-01-26Document purpose of closure in from_fn.rs more clearlyMarijn Schouten-2/+2
2025-01-25Remove unused trait BoundedSizeMu001999-55/+0
2025-01-18re-export `core::iter::FromCoroutine`joseLuís-4/+4
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