rust/compiler
Jubilee Young 4839d6e6e5 compiler: Add rustc_abi dependence to the compiler
Depend on rustc_abi in compiler crates that use it indirectly but have
not yet taken on that dependency, and are not entangled in my other PRs.
This leaves an "excise rustc_target" step after the dust settles.
2024-10-27 21:10:58 -07:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot 2024-10-26 16:37:43 +00:00
rustc_ast_ir
rustc_ast_lowering
rustc_ast_passes Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead 2024-10-26 06:29:47 +02:00
rustc_ast_pretty Print unsafety of attribute in AST unpretty 2024-10-26 13:33:36 +02:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck
rustc_builtin_macros Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors 2024-10-25 23:29:40 +00:00
rustc_codegen_cranelift Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors 2024-10-26 06:29:48 +02:00
rustc_codegen_gcc Effects cleanup 2024-10-26 10:19:07 +08:00
rustc_codegen_llvm Auto merge of #132167 - Zalathar:llvm-wrappers, r=jieyouxu 2024-10-27 03:24:54 +00:00
rustc_codegen_ssa Effects cleanup 2024-10-26 10:19:07 +08:00
rustc_const_eval Deny calls to non-#[const_trait] methods in MIR constck 2024-10-26 11:35:56 +08:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
rustc_expand expand: Stop using artificial ast::Item for macros loaded from metadata 2024-10-26 22:08:55 +03:00
rustc_feature Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead 2024-10-26 06:29:47 +02:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
rustc_hir_pretty
rustc_hir_typeck tcx.is_const_fn doesn't work the way it is described, remove it 2024-10-25 20:52:39 +02:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer
rustc_interface
rustc_lexer
rustc_lint Auto merge of #132190 - matthiaskrgr:rollup-rsocfiz, r=matthiaskrgr 2024-10-26 19:00:57 +00:00
rustc_lint_defs Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot 2024-10-26 16:37:43 +00:00
rustc_llvm Use LLVM-C APIs for getting/setting visibility 2024-10-27 11:05:33 +11:00
rustc_log
rustc_macros Use LLVM-C APIs for getting/setting visibility 2024-10-27 11:05:33 +11:00
rustc_metadata compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
rustc_middle Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot 2024-10-26 16:37:43 +00:00
rustc_mir_build
rustc_mir_dataflow compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
rustc_mir_transform Auto merge of #132091 - Zalathar:graph-loops, r=saethlin 2024-10-27 08:19:16 +00:00
rustc_monomorphize Auto merge of #132171 - matthiaskrgr:rollup-tp75ge7, r=matthiaskrgr 2024-10-26 06:53:53 +00:00
rustc_next_trait_solver
rustc_parse
rustc_parse_format
rustc_passes compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
rustc_pattern_analysis compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve expand: Stop using artificial ast::Item for macros loaded from metadata 2024-10-26 22:08:55 +03:00
rustc_sanitizers
rustc_serialize
rustc_session compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
rustc_smir Effects cleanup 2024-10-26 10:19:07 +08:00
rustc_span
rustc_symbol_mangling compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
rustc_target Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieu 2024-10-27 00:09:49 +00:00
rustc_trait_selection tcx.is_const_fn doesn't work the way it is described, remove it 2024-10-25 20:52:39 +02:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir
rustc_type_ir_macros
stable_mir