about summary refs log tree commit diff
path: root/library/core/src/iter
AgeCommit message (Expand)AuthorLines
2021-05-26Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrumbors-0/+4
2021-05-26Make Range implementation safeJacob Pratt-29/+22
2021-05-26Limit `TrustedLen` impls to core typesJacob Pratt-6/+21
2021-05-25Remove Iterator #[rustc_on_unimplemented]s that no longer apply.Mara Bos-34/+0
2021-05-25Remove arrays/IntoIterator message from Iterator trait.Mara Bos-5/+0
2021-05-24remove cfg(bootstrap)Pietro Albini-3/+2
2021-05-23Stabilize ops::ControlFlow (just the type)Scott McMurray-0/+41
2021-05-20Auto merge of #85486 - RalfJung:rollup-4ibcxuu, r=RalfJungbors-0/+6
2021-05-20Rollup merge of #85315 - satylogin:master, r=yaahcRalf Jung-0/+6
2021-05-19remove InPlaceIterable marker from Peekable due to unsoundnessThe8472-4/+1
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-63/+117
2021-05-18Rollup merge of #85338 - lopopolo:core-iter-repeat-gh-81292, r=joshtriplettGuillaume Gomez-0/+35
2021-05-18adding algorithm explanation for partition_in_place iter method and bounding ...Satyarth Agrahari-0/+4
2021-05-16mark internal inplace_iteration traits as hiddenThe8472-0/+2
2021-05-15Implement more Iterator methods on core::iter::RepeatRyan Lopopolo-0/+35
2021-05-15adding time complexity for partition_in_place iter methodSatyarth Agrahari-0/+2
2021-05-09PR feedbackScott McMurray-1/+2
2021-05-09Fix `Step` feature flag, make tidy lint more useful to find things like thisltdk-2/+2
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-88/+88
2021-05-06Actually implement the feature in the compilerScott McMurray-1/+54
2021-05-06Bootstrapping preparation for the libraryScott McMurray-86/+86
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 #83990 - the8472:take-trusted-len, r=dtolnayYuki Okushi-1/+22
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-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-1/+1
2021-04-16Skip into_iter() for arrays before 2021Josh Stone-0/+1
2021-04-08add TrustedRandomAccess specialization to vec::extendThe8472-0/+4
2021-04-08implement TrustedRandomAccess for Take iterator adapterThe8472-1/+22
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-5/+65
2021-04-06Update library/core/src/iter/adapters/peekable.rslukaslueg-1/+1
2021-04-04Rollup merge of #81619 - SkiFire13:resultshunt-inplace, r=the8472Dylan DPC-0/+23
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-1/+2
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-2/+38
2021-03-27Add the tracking issue for `#![feature(iter_zip)]`Josh Stone-3/+3
2021-03-26update array missing `IntoIterator` msglcnr-2/+2
2021-03-26Stabilize `peekable_peek_mut`Lukas Lueg-14/+35
2021-03-26Add function core::iter::zipJosh Stone-2/+38
2021-03-22Rollup merge of #83272 - kornelski:takedocs, r=dtolnayDylan DPC-2/+13
2021-03-21implement TrustedRandomAccess for Ranges over int typesThe8472-1/+42
2021-03-20Remove redundant second exampleCamelid-28/+0
2021-03-19Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-seDylan DPC-2/+4
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