rust/compiler/rustc_codegen_ssa/src
Michael Goulet ae0a6e8537
Rollup merge of #119198 - compiler-errors:desugaring, r=eholk
Split coroutine desugaring kind from source

What a coroutine is desugared from (gen/async gen/async) should be separate from where it comes (fn/block/closure).
2023-12-22 21:41:04 -05:00
..
back Remove all uses of DiagnosticBuilder::forget_guarantee(). 2023-12-23 13:23:28 +11:00
debuginfo Split coroutine desugaring kind from source 2023-12-22 23:58:29 +00:00
mir Tolerate overaligned MIR constants for codegen. 2023-12-17 22:56:42 +00:00
traits Rename many DiagCtxt arguments. 2023-12-18 16:06:22 +11:00
assert_module_sources.rs rustc_codegen_ssa: Don't let IncorrectCguReuseType errors get lost 2023-12-19 20:20:40 +01:00
base.rs Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix 2023-12-01 21:45:18 +00:00
codegen_attrs.rs Rename Session::span_diagnostic as Session::dcx. 2023-12-18 16:06:21 +11:00
common.rs move ConstValue into mir 2023-09-19 11:11:02 +02:00
errors.rs Add level arg to into_diagnostic. 2023-12-19 09:19:25 +11:00
lib.rs codegen: panic when trying to compute size/align of extern type 2023-12-12 08:15:17 +01:00
meth.rs cg_ssa: remove pointee types and pointercast/bitcast-of-ptr 2023-07-29 13:18:20 -04:00
mono_item.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
size_of_val.rs fix computing the dynamic alignment of packed structs with dyn trait tails 2023-12-13 20:21:57 +01:00
target_features.rs Move rustc_codegen_ssa target features to rustc_target 2023-12-14 14:40:55 +01:00