rust/compiler/rustc_codegen_ssa/src
Guillaume Gomez 73100d8e93
Rollup merge of #117317 - RalfJung:track-caller, r=oli-obk
share some track_caller logic between interpret and codegen

Also move the code that implements the track_caller intrinsics out of the core interpreter engine -- it's just a helper creating a const-allocation, doesn't need to be part of the interpreter core.
2023-10-30 17:33:16 +01:00
..
back Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomcc 2023-10-28 17:08:03 -07:00
debuginfo Add hir::GeneratorKind::Gen 2023-10-26 07:10:25 +00:00
mir share the track_caller handling within a mir::Body 2023-10-28 16:16:15 +02:00
traits Rollup merge of #116223 - catandcoder:master, r=cjgillot 2023-10-05 00:56:29 -07:00
assert_module_sources.rs Fix review comments 2023-10-09 18:39:43 +00:00
base.rs Remove cgu_reuse_tracker from Session 2023-10-09 18:39:41 +00:00
codegen_attrs.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
common.rs move ConstValue into mir 2023-09-19 11:11:02 +02:00
errors.rs Remove cgu_reuse_tracker from Session 2023-10-09 18:39:41 +00:00
glue.rs Use size_of_val instead of manual calculation 2023-03-17 19:55:49 -07:00
lib.rs Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillot 2023-10-13 00:09:30 +00:00
meth.rs cg_ssa: remove pointee types and pointercast/bitcast-of-ptr 2023-07-29 13:18:20 -04:00
mono_item.rs inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
target_features.rs Auto merge of #116485 - coastalwhite:stabilize-riscv-target-features, r=Amanieu 2023-10-30 03:57:10 +00:00