rust/compiler/rustc_lint/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
..
nonstandard_style mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
array_into_iter.rs Keep info on pre-desugaring expression for better "incorrect .await" suggestion 2021-12-13 17:09:16 +00:00
builtin.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
context.rs Address review feedback 2021-12-12 11:26:59 +00:00
early.rs Pass real crate-level attributes to pre_expansion_lint 2021-09-26 21:50:50 +00:00
enum_intrinsics_non_enums.rs Use get_diagnostic_name more 2021-11-16 17:14:18 -06:00
hidden_unicode_codepoints.rs Optimize literal, doc comment lint as well, extract function. 2021-11-04 23:31:42 +01:00
internal.rs Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 2021-11-07 20:04:54 +00:00
late.rs Do not pass hir::Crate to lints. 2021-09-30 17:39:54 +02:00
levels.rs Use let_else in some more places in rustc_lint 2021-12-03 03:51:47 +01:00
lib.rs Stabilize iter::zip. 2021-12-14 18:50:31 -04:00
methods.rs Make diangostic item names consistent 2021-10-02 19:38:19 -05:00
non_ascii_idents.rs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
non_fmt_panic.rs Remove redundant [..]s 2021-12-09 00:01:29 +01:00
nonstandard_style.rs Fix extra non_snake_case warning for shorthand field bindings 2021-10-03 14:33:14 +02:00
noop_method_call.rs Use let_else in some more places in rustc_lint 2021-12-03 03:51:47 +01:00
passes.rs Do not pass hir::Crate to lints. 2021-09-30 17:39:54 +02:00
redundant_semicolon.rs Lint on redundant trailing semicolon after item 2020-12-29 16:30:02 -05:00
tests.rs Update to last upstream version 2021-07-08 17:14:28 +02:00
traits.rs Use let_else in some more places in rustc_lint 2021-12-03 03:51:47 +01:00
types.rs Use let_else in some more places in rustc_lint 2021-12-03 03:51:47 +01:00
unused.rs Some "parenthesis" and "parentheses" fixes 2021-10-17 12:04:01 +02:00