rust/compiler/rustc_codegen_ssa/src
bors 37d7de3379 Auto merge of #105252 - bjorn3:codegen_less_pair_values, r=nagisa
Use struct types during codegen in less places

This makes it easier to use cg_ssa from a backend like Cranelift that doesn't have any struct types at all. After this PR struct types are still used for function arguments and return values. Removing those usages is harder but should still be doable.
2022-12-12 10:38:31 +00:00
..
back Rollup merge of #105423 - oli-obk:symbols, r=jackh726 2022-12-08 12:57:32 +01:00
coverageinfo Remove in_band_lifetimes from rustc_codegen_ssa 2021-12-15 00:41:41 -05:00
debuginfo Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
mir Auto merge of #105252 - bjorn3:codegen_less_pair_values, r=nagisa 2022-12-12 10:38:31 +00:00
traits Auto merge of #105252 - bjorn3:codegen_less_pair_values, r=nagisa 2022-12-12 10:38:31 +00:00
base.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
common.rs Simplify cast_shift_expr_rhs. 2022-10-25 14:39:20 +11:00
errors.rs Rewrite LLVM's archive writer in Rust 2022-11-26 19:35:32 +00:00
glue.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
lib.rs Stabilize native library modifier verbatim 2022-11-27 22:36:32 +03:00
meth.rs Directly return loaded value from type_checked_load 2022-12-03 18:27:43 +00:00
mono_item.rs Store a LocalDefId in hir::AnonConst. 2022-11-13 14:06:11 +00:00
target_features.rs Allow power10-vector feature in PowerPC 2022-11-22 14:45:56 +08:00