about summary refs log tree commit diff
path: root/library/core/src/iter
AgeCommit message (Expand)AuthorLines
2023-10-26Fix documentation typo in std::iter::Iterator::collect_intoNAHO-1/+1
2023-10-25Make `Iterator` a lang itemOli Scherer-0/+1
2023-10-20Fix stage0 core testsOli Scherer-1/+2
2023-10-20s/generator/coroutine/Oli Scherer-21/+21
2023-10-20s/Generator/Coroutine/Oli Scherer-9/+9
2023-10-16Make `rustc_onunimplemented` export path agnosticNilstrieb-4/+4
2023-10-15Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcmbors-0/+90
2023-10-06optimize zipping over array iteratorsThe 8472-0/+90
2023-10-06Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkinGuillaume Gomez-0/+4
2023-10-06Rollup merge of #115588 - tifv:fix-comment-successors, r=scottmcmGuillaume Gomez-1/+1
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+4
2023-09-17Auto merge of #113748 - clarfonthey:ip-step, r=dtolnaybors-1/+66
2023-09-16Specialize count for range iteratorsltdk-0/+20
2023-09-16impl Step for IP addressesltdk-1/+66
2023-09-05fix a comment in std::iter::successorsJuly Tikhonov-1/+1
2023-09-02Auto merge of #115273 - the8472:take-fold, r=cuviperbors-19/+82
2023-08-28reduce indirection in for_each specializationThe 8472-7/+6
2023-08-27Optimize Take::{fold, for_each} when wrapping TrustedRandomAccess iteratorsThe 8472-19/+83
2023-08-14Implement Step for AsciiCharltdk-1/+44
2023-08-11Add Iterator::map_windowsFrank King-1/+458
2023-08-05Auto merge of #111200 - a1phyr:spec_sized_iterators, r=the8472bors-0/+130
2023-07-16collect.rs: remove "Basic usage" text where not usefulTshepang Mbambo-6/+0
2023-07-12Flip cfg's for bootstrap bumpMark Rousskov-6/+1
2023-06-29Rollup merge of #113054 - Rageking8:make-`rustc_on_unimplemented`-std-agnosti...Matthias Krüger-4/+4
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-6/+6
2023-06-27Make `rustc_on_unimplemented` std-agnosticRageking8-4/+4
2023-06-25Mark the StepBy specialization as unsafeThe 8472-8/+8
2023-06-25StepBy<Range<{int <= usize}>> can be TrustedLenThe 8472-1/+7
2023-06-25doccomments for StepBy specializationsThe 8472-0/+41
2023-06-23add inline annotation to concrete implsThe 8472-0/+7
2023-06-23Specialize StepBy<Range<{integer}>>The 8472-36/+321
2023-06-15privacy: Do not mark items reachable farther than their nominal visibilityVadim Petrochenkov-6/+6
2023-06-14Fix typoAntonios Barotsis-1/+1
2023-05-29Make `TrustedStep` require `Copy`Scott McMurray-13/+14
2023-05-23Rollup merge of #111612 - ChayimFriedman2:collect-into-slice-ref, r=petrochenkovDylan DPC-0/+10
2023-05-20optimize next_chunk impls for Filter and FilterMapThe 8472-1/+116
2023-05-15Give better error when collecting into `&[T]`Chayim Refael Friedman-0/+10
2023-05-11Populate effective visibilities in rustc_privacyBryanskiy-0/+6
2023-05-08Revert "Populate effective visibilities in `rustc_privacy`"Michael Goulet-6/+0
2023-05-08Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...bors-1/+1
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-1/+1
2023-05-05Populate effective visibilities in `rustc_privacy`Bryanskiy-0/+6
2023-05-04Optimize `Iterator` implementation for `&mut impl Iterator + Sized`Benoît du Garreau-0/+130
2023-04-29Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviperDylan DPC-4/+16
2023-04-28Make sure that signatures aren't accidental refinementsMichael Goulet-4/+16
2023-04-28replace version placeholdersPietro Albini-7/+7
2023-04-25simplify TrustedLen implsTamir Duberstein-34/+28
2023-04-16rm const traits in libcoreDeadbeef-5/+2
2023-04-12remove some unneeded importsKaDiWa-2/+0
2023-04-08Revert "Make the `Step` implementations const."Deadbeef-16/+7