rust/compiler
Jubilee 259ddf9b50
Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors
Add `LayoutS::is_uninhabited` and use it

Use accessors for the things that accessors are good at: reducing everyone's need to be nosy and peek at the internals of every data structure.
2024-10-28 10:18:50 -07:00
..
rustc
rustc_abi Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors 2024-10-28 10:18:50 -07:00
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 more consistent debug_assertions 2024-10-28 14:13:39 +08:00
rustc_ast_passes Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errors 2024-10-27 19:49:07 +01:00
rustc_ast_pretty Print unsafety of attribute in AST unpretty 2024-10-26 13:33:36 +02:00
rustc_attr Re-do recursive const stability checks 2024-10-25 20:31:40 +02:00
rustc_baked_icu_data
rustc_borrowck
rustc_builtin_macros Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent, r=compiler-errors 2024-10-27 17:04:12 +00:00
rustc_codegen_cranelift cg_clif: Rename LayoutS to LayoutData 2024-10-27 22:32:40 -07:00
rustc_codegen_gcc Effects cleanup 2024-10-26 10:19:07 +08:00
rustc_codegen_llvm compiler: Add is_uninhabited and use LayoutS accessors 2024-10-28 09:58:30 -07:00
rustc_codegen_ssa compiler: Add is_uninhabited and use LayoutS accessors 2024-10-28 09:58:30 -07:00
rustc_const_eval compiler: Add is_uninhabited and use LayoutS accessors 2024-10-28 09:58:30 -07:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes Move an impl-Trait check from AST validation to AST lowering 2024-10-27 07:41:52 +01:00
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 Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent, r=compiler-errors 2024-10-27 17:04:12 +00:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors 2024-10-28 10:18:50 -07:00
rustc_hir_pretty
rustc_hir_typeck Remove ObligationCause::span() method 2024-10-27 23:54:06 +00:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer
rustc_interface
rustc_lexer
rustc_lint Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errors 2024-10-28 10:18:50 -07: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 give a better error for tuple structs in derive(Diagnostic) 2024-10-27 21:23:28 -04:00
rustc_metadata compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
rustc_middle Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors 2024-10-28 10:18:50 -07: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 compiler: Add is_uninhabited and use LayoutS accessors 2024-10-28 09:58:30 -07: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 Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errors 2024-10-28 10:18:50 -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 stable_mir: Directly use types from rustc_abi 2024-10-28 10:13:19 -07:00
rustc_span Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent, r=compiler-errors 2024-10-27 17:04:12 +00:00
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 Rollup merge of #132243 - compiler-errors:no-span, r=jieyouxu 2024-10-28 13:36:21 +08:00
rustc_traits
rustc_transmute Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors 2024-10-28 10:18:50 -07:00
rustc_ty_utils Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors 2024-10-28 10:18:50 -07:00
rustc_type_ir
rustc_type_ir_macros
stable_mir