rust/compiler/rustc_passes/src
Matthias Krüger 4e7497bda0
Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm
Stabilize `iter::zip`

Hello all!

As the tracking issue (#83574) for `iter::zip` completed the final commenting period without any concerns being raised, I hereby submit this stabilization PR on the issue.

As the pull request that introduced the feature (#82917) states, the `iter::zip` function is a shorter way to zip two iterators. As it's generally a quality-of-life/ergonomic improvement, it has been integrated into the codebase without any trouble, and has been
used in many places across the rust compiler and standard library since March without any issues.

For more details, I would refer to `@cuviper's` original PR, or the [function's documentation](https://doc.rust-lang.org/std/iter/fn.zip.html).
2021-12-15 01:28:08 +01:00
..
liveness Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
check_attr.rs Update invalid crate attributes, add help message 2021-12-03 18:38:32 +00:00
check_const.rs Allow features like const_try in d_m_b_i_c 2021-11-24 15:57:44 +08:00
dead.rs only check for automatically_derived on impls, not individual methods 2021-10-02 09:53:51 -04:00
diagnostic_items.rs Introduce get_diagnostic_name 2021-10-06 08:40:28 -05:00
entry.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
hir_id_validator.rs Do not store visibility in *ItemRef. 2021-09-20 00:29:53 +02:00
hir_stats.rs Rename walk_crate. 2021-09-02 19:23:11 +02:00
intrinsicck.rs make #[target_feature] work with asm register classes 2021-10-07 15:42:18 -04:00
lang_items.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
layout_test.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
lib_features.rs Remove eval_always for lib_features. 2021-11-28 21:13:36 +01:00
lib.rs Stabilize iter::zip. 2021-12-14 18:50:31 -04:00
liveness.rs Rollup merge of #88871 - FabianWolff:issue-88403, r=jackh726 2021-10-05 12:52:43 -07:00
loops.rs Do not suggest using a break label when one is already present 2021-01-21 21:43:29 -08:00
naked_functions.rs Introduce hir::ExprKind::Let - Take 2 2021-08-15 16:18:26 -03:00
reachable.rs Take a LocalDefId in expect_*item. 2021-11-28 21:09:45 +01:00
region.rs Fix rebase and clippy tests 2021-12-13 17:09:16 +00:00
stability.rs Remove eval_always for lib_features. 2021-11-28 21:13:36 +01:00
upvars.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
weak_lang_items.rs Suggest to specify a target triple when eh_personality lang item is missing 2021-12-14 00:04:15 +11:00