rust/compiler/rustc_builtin_macros/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
..
deriving Remove redundant [..]s 2021-12-09 00:01:29 +01:00
format_foreign Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
asm.rs Remove automatic rustfix of asm! to llvm_asm! 2021-12-12 11:20:03 +00:00
assert.rs Use correct edition for panic in [debug_]assert!() etc. 2021-10-07 14:27:08 +02:00
cfg_accessible.rs expand: Tell built-in macros whether we are currently in forced expansion mode 2020-11-19 19:25:20 +03:00
cfg_eval.rs Rollup merge of #91313 - petrochenkov:cratexp, r=Aaron1011 2021-12-01 20:57:43 +01:00
cfg.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
cmdline_attrs.rs Unconditionally capture tokens for attributes. 2020-10-21 18:57:29 -04:00
compile_error.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
concat_bytes.rs Implement concat_bytes! 2021-12-06 21:05:13 -05:00
concat_idents.rs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
concat.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
derive.rs rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
env.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
format_foreign.rs Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
format.rs Rollup merge of #91625 - est31:remove_indexes, r=oli-obk 2021-12-10 22:40:36 +01:00
global_allocator.rs ast: Fix naming conventions in AST structures 2021-11-07 21:38:17 +08:00
lib.rs Stabilize iter::zip. 2021-12-14 18:50:31 -04:00
llvm_asm.rs Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov 2020-12-30 20:56:58 +00:00
log_syntax.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
panic.rs Use correct edition for panic in [debug_]assert!() etc. 2021-10-07 14:27:08 +02:00
proc_macro_harness.rs Compute proc_macros in resolutions. 2021-09-01 20:13:16 +02:00
source_util.rs Compute a better lint_node_id during expansion 2021-07-17 23:03:56 -05:00
standard_library_imports.rs rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
test_harness.rs expand: Turn ast::Crate into a first class expansion target 2021-11-28 15:48:55 +08:00
test.rs ast: Fix naming conventions in AST structures 2021-11-07 21:38:17 +08:00
trace_macros.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
util.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00