rust/compiler/rustc_codegen_ssa/src
Nicholas Nethercote 179bf19813 Tweak a loop condition.
This loop condition involves `codegen_state`, `work_items`, and
`running_with_own_token`. But the body of the loop cannot modify
`codegen_state`, so repeatedly checking it is unnecessary.
2023-07-31 16:21:02 +10:00
..
back Tweak a loop condition. 2023-07-31 16:21:02 +10:00
debuginfo inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
mir inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
traits Remove ExtraBackendMethods::spawn_thread. 2023-07-31 16:21:02 +10:00
base.rs Remove some unused values in codegen_crate. 2023-07-31 16:21:02 +10:00
codegen_attrs.rs Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubilee 2023-07-23 00:16:03 +00:00
common.rs Promote unchecked_add/sub/mul/shl/shr to mir::BinOp 2023-06-19 01:47:03 -07:00
errors.rs inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
glue.rs Use size_of_val instead of manual calculation 2023-03-17 19:55:49 -07:00
lib.rs Move coverageinfo::ffi and coverageinfo::map out of SSA 2023-07-05 20:40:40 +10:00
meth.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01: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 inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00