rust/compiler/rustc_codegen_ssa/src
Matthias Krüger 48e47a6889
Rollup merge of #128664 - fuzzypixelz:add-codegen-ssa-debug-impls, r=lcnr
Add `Debug` impls to API types in `rustc_codegen_ssa`

Some types used in `rustc_codegen_ssa`'s interface traits are missing `Debug` impls. Though I did not smear `#[derive(Debug)]` all over the crate (some structs are quite large).
2024-08-05 18:36:02 +02:00
..
back Fix linking to sanitizers on Apple targets 2024-08-03 14:20:18 +03:00
debuginfo Reformat use declarations. 2024-07-29 08:26:52 +10:00
mir OperandRef already had a Debug impl 2024-08-05 10:30:27 +02:00
traits Add Debug impls to API types in rustc_codegen_ssa 2024-08-04 21:59:03 +02:00
assert_module_sources.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
base.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
codegen_attrs.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
common.rs Add Debug impls to API types in rustc_codegen_ssa 2024-08-04 21:59:03 +02:00
errors.rs Rollup merge of #127830 - tgross35:archive-failure-message, r=BoxyUwU 2024-07-31 15:36:30 +02:00
lib.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
meth.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mono_item.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
size_of_val.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
target_features.rs Implement a implicit target feature mechanism 2024-08-04 08:44:23 +02:00