about summary refs log tree commit diff
path: root/library/core/src/iter/adapters/map.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+2
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2024-01-20Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-SimulacrumMatthias Krüger-0/+4
2023-09-03Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunksThe 8472-2/+9
2023-06-29optimize Cstr/EscapeAscii displayThe 8472-0/+4
2023-02-04Allow canonicalizing the `array::map` loop in trusted casesScott McMurray-1/+14
2022-05-08Warn on unused doc(hidden) on trait impl itemsLeón Orell Valerian Liehr-1/+0
2022-05-02This aligns the inline attributes of existing `__iterator_get_unchecked` with...The 8472-0/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2022-03-03Doc: Fix use of quote instead of backstick in Adapter::map.Axel Viala-1/+1
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-3/+3
2021-09-30Fix standard library for min_specialization changesMatthew Jasper-5/+4
2021-07-28Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerceFrank Steffahn-1/+1
2021-07-28Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...Frank Steffahn-3/+9
2021-06-16Add doc(hidden) to all __iterator_get_uncheckedJacob Hoffman-Andrews-0/+1
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-3/+3
2021-05-06Bootstrapping preparation for the libraryScott McMurray-3/+3
2021-03-19Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-seDylan DPC-1/+2
2021-02-27Add `as_str` method for split whitespace str iteratorsWaffle-1/+2
2021-02-15Turn may_have_side_effect into an associated constantTomasz Miąsko-4/+1
2021-02-07fix formatting of std::iter::MapIbraheem Ahmed-0/+1
2020-11-22Remove multiline `use`sWaffle-8/+4
2020-11-22Split iterator adaptors into individual modulesWaffle-0/+217