rust/compiler
Matthias Krüger e13f454874
Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb
Stabilize `cfg_target_abi`

This stabilizes the `cfg` option called `target_abi`:

```rust
#[cfg(target_abi = "eabihf")]
```

Tracking issue: #80970

fixes #78791
resolves #80970
2024-02-25 17:05:19 +01:00
..
rustc
rustc_abi
rustc_arena
rustc_ast
rustc_ast_lowering compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm Auto merge of #121569 - matthiaskrgr:rollup-awglrax, r=matthiaskrgr 2024-02-24 23:08:21 +00:00
rustc_codegen_ssa Auto merge of #120650 - clubby789:switchint-const, r=saethlin 2024-02-25 01:27:44 +00:00
rustc_const_eval Auto merge of #121549 - matthiaskrgr:rollup-1hvu3lb, r=matthiaskrgr 2024-02-24 21:08:39 +00:00
rustc_data_structures compiler: use addr_of! 2024-02-24 18:53:48 +03:00
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
rustc_expand compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
rustc_feature Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb 2024-02-25 17:05:19 +01:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Don't ICE on anonymous struct in enum variant 2024-02-23 12:25:23 +00:00
rustc_hir_analysis Rollup merge of #121470 - clubby789:anon-struct-in-enum, r=fmease 2024-02-23 17:02:04 +01:00
rustc_hir_pretty
rustc_hir_typeck compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer Auto merge of #121549 - matthiaskrgr:rollup-1hvu3lb, r=matthiaskrgr 2024-02-24 21:08:39 +00:00
rustc_interface
rustc_lexer
rustc_lint Rollup merge of #121471 - estebank:lint-clone, r=TaKO8Ki 2024-02-23 09:42:11 +01:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata
rustc_middle Rollup merge of #121556 - GrigorenkoPV:addr_of, r=Nilstrieb 2024-02-24 22:39:01 +01:00
rustc_mir_build Rollup merge of #121374 - Nadrieril:factor-explain, r=matthewjasper 2024-02-24 22:38:58 +01:00
rustc_mir_dataflow
rustc_mir_transform Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlin 2024-02-25 03:47:31 +00:00
rustc_monomorphize
rustc_next_trait_solver
rustc_parse compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
rustc_parse_format
rustc_passes
rustc_pattern_analysis compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
rustc_privacy Allow for a missing adt_def in NamePrivacyVisitor. 2024-02-23 10:57:11 +11:00
rustc_query_impl
rustc_query_system Rollup merge of #121401 - eltociear:patch-25, r=nnethercote 2024-02-22 18:09:54 +01:00
rustc_resolve compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
rustc_serialize
rustc_session compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
rustc_smir compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
rustc_span Add #[rustc_no_mir_inline] for standard library UB checks 2024-02-24 21:19:41 +01:00
rustc_symbol_mangling
rustc_target Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb 2024-02-25 17:05:19 +01:00
rustc_trait_selection Auto merge of #121549 - matthiaskrgr:rollup-1hvu3lb, r=matthiaskrgr 2024-02-24 21:08:39 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir overflow errors: change source to a concrete enum 2024-02-22 17:43:57 +01:00
stable_mir compiler: use addr_of! 2024-02-24 18:53:48 +03:00