rust/compiler
bors c5de414865 Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,wesleywiser
Add support for Arm64EC to the Standard Library

Adds the final pieces so that the standard library can be built for arm64ec-pc-windows-msvc (initially added in #119199)

* Bumps `windows-sys` to 0.56.0, which adds support for Arm64EC.
* Correctly set the `isEC` parameter for LLVM's `writeArchive` function.
* Add `#![feature(asm_experimental_arch)]` to library crates where Arm64EC inline assembly is used, as it is currently unstable.
2024-04-18 12:22:52 +00:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb 2024-04-18 09:47:45 +00:00
rustc_ast_ir
rustc_ast_lowering Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
rustc_ast_passes Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
rustc_ast_pretty Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
rustc_builtin_macros Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,wesleywiser 2024-04-18 12:22:52 +00:00
rustc_codegen_ssa Rollup merge of #122723 - bjorn3:archive_writer_fixes, r=nnethercote 2024-04-17 18:01:38 +02:00
rustc_const_eval Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb 2024-04-18 09:47:45 +00:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00
rustc_expand Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb 2024-04-18 09:47:45 +00:00
rustc_feature Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadrieril 2024-04-16 21:41:24 +02:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb 2024-04-18 09:47:45 +00:00
rustc_hir_analysis Rollup merge of #124047 - Jules-Bertholet:match-ergonomics-cleanups, r=Nadrieril 2024-04-18 08:37:48 +02:00
rustc_hir_pretty Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
rustc_hir_typeck Rollup merge of #124047 - Jules-Bertholet:match-ergonomics-cleanups, r=Nadrieril 2024-04-18 08:37:48 +02:00
rustc_incremental
rustc_index Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00
rustc_index_macros
rustc_infer Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb 2024-04-18 09:47:45 +00:00
rustc_interface Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin 2024-04-16 21:41:23 +02:00
rustc_lexer
rustc_lint Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata
rustc_middle Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb 2024-04-18 09:47:45 +00:00
rustc_mir_build Rollup merge of #124064 - Zalathar:otherwise-block, r=Nadrieril 2024-04-18 08:37:49 +02:00
rustc_mir_dataflow
rustc_mir_transform
rustc_monomorphize
rustc_next_trait_solver
rustc_parse Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb 2024-04-18 09:47:45 +00:00
rustc_parse_format Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00
rustc_passes Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
rustc_pattern_analysis
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
rustc_sanitizers
rustc_serialize
rustc_session Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin 2024-04-16 21:41:23 +02:00
rustc_smir
rustc_span Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadrieril 2024-04-16 21:41:24 +02:00
rustc_symbol_mangling
rustc_target Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb 2024-04-18 09:47:45 +00:00
rustc_trait_selection Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb 2024-04-18 09:47:45 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir
stable_mir