rust/compiler/rustc_codegen_llvm/src
bors 4dd1719b34 Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable

Part of rust-lang/compiler-team#616

turns out there's a lot of places we construct `Ty` this is a ridiculously huge PR :S

r? `@oli-obk`
2023-07-06 08:10:42 +00:00
..
back Revert "use new c literals instead of cstr! macro" 2023-07-05 13:11:27 +02:00
coverageinfo Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
debuginfo Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors 2023-07-06 08:10:42 +00:00
llvm Rollup merge of #112791 - WaffleLapkin:wag_the_llvm, r=cuviper 2023-07-06 09:20:31 +08:00
abi.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
allocator.rs Revert "use new c literals instead of cstr! macro" 2023-07-05 13:11:27 +02:00
asm.rs Rollup merge of #111332 - loongarch-rs:inline-asm, r=Amanieu 2023-05-08 19:41:51 +09:00
attributes.rs Avoid an unnecessary use of SmallStr. 2023-06-29 11:37:12 +10:00
base.rs Revert "use new c literals instead of cstr! macro" 2023-07-05 13:11:27 +02:00
builder.rs Revert "use new c literals instead of cstr! macro" 2023-07-05 13:11:27 +02:00
callee.rs CFI: Fix SIGILL reached via trait objects 2023-05-09 20:04:19 +00:00
common.rs Support 128-bit enum variant in debuginfo codegen 2023-06-10 03:39:24 +08:00
consts.rs Revert "use new c literals instead of cstr! macro" 2023-07-05 13:11:27 +02:00
context.rs Revert "use new c literals instead of cstr! macro" 2023-07-05 13:11:27 +02:00
declare.rs CFI: Fix SIGILL reached via trait objects 2023-05-09 20:04:19 +00:00
errors.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
intrinsic.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
lib.rs Revert "use new c literals instead of cstr! macro" 2023-07-05 13:11:27 +02:00
llvm_util.rs Create a structure to define the features from to_llvm_features. 2023-05-22 14:46:40 +01:00
mono_item.rs Use is_some_and/is_ok_and in less obvious spots 2023-05-24 14:33:43 +00:00
type_.rs add wasm eh intrinsics 2023-06-07 17:46:34 +02:00
type_of.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
va_arg.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
value.rs