rust/compiler/rustc_codegen_ssa/src
Jubilee 7155c65d68
Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubilee
Reduce dependence on the target name

The target name can be anything with custom target specs. Matching on fields inside the target spec is much more robust than matching on the target name.

Also remove the unused is_builtin target spec field.
2024-11-03 20:08:14 -08:00
..
back Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubilee 2024-11-03 20:08:14 -08:00
debuginfo compiler: Directly use rustc_abi in codegen 2024-11-03 12:30:32 -08:00
mir compiler: Directly use rustc_abi in codegen 2024-11-03 12:30:32 -08:00
traits compiler: Directly use rustc_abi in codegen 2024-11-03 12:30:32 -08:00
assert_module_sources.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
base.rs compiler: Directly use rustc_abi in codegen 2024-11-03 12:30:32 -08:00
codegen_attrs.rs nightly feature tracking: get rid of the per-feature bool fields 2024-10-23 09:14:41 +01:00
common.rs Clean up formatting. 2024-09-17 16:24:35 +10:00
errors.rs Emit diagnostics for incorrect deployment targets 2024-11-01 17:07:19 +01:00
lib.rs Emit diagnostics for incorrect deployment targets 2024-11-01 17:07:19 +01:00
meth.rs compiler: Directly use rustc_abi in codegen 2024-11-03 12:30:32 -08:00
mono_item.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
size_of_val.rs compiler: Directly use rustc_abi in codegen 2024-11-03 12:30:32 -08:00
target_features.rs get rid of feature list in target feature logic 2024-10-23 09:14:43 +01:00