rust/compiler/rustc_codegen_llvm/src
bors fce6a7d66e Auto merge of #101195 - Dylan-DPC:rollup-rhjaz6r, r=Dylan-DPC
Rollup of 5 pull requests

Successful merges:

 - #99517 (Display raw pointer as *{mut,const} T instead of *-ptr in errors)
 - #99928 (Do not leak type variables from opaque type relation)
 - #100473 (Attempt to normalize `FnDef` signature in `InferCtxt::cmp`)
 - #100653 (Move the cast_float_to_int fallback code to GCC)
 - #100941 (Point at the string inside literal and mention if we need string inte…)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-08-30 14:52:02 +00:00
..
back Auto merge of #98100 - bjorn3:use_object_for_bitcode_reading, r=wesleywiser 2022-08-30 11:13:58 +00:00
coverageinfo add #[rustc_pass_by_value] to more types 2022-03-08 15:39:52 +01:00
debuginfo rustc_middle: Remove Visibility::Invisible 2022-08-27 22:34:18 +03:00
llvm Auto merge of #98100 - bjorn3:use_object_for_bitcode_reading, r=wesleywiser 2022-08-30 11:13:58 +00:00
abi.rs Move ArgAbi::pad_i32 into PassMode::Cast. 2022-08-26 11:12:36 +10:00
allocator.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
asm.rs Update the minimum external LLVM to 13 2022-08-14 13:46:51 -07:00
attributes.rs codegen: use new {re,de,}allocator annotations in llvm 2022-07-26 09:43:28 -04:00
base.rs Auto merge of #95689 - lqd:self-profiler, r=wesleywiser 2022-04-16 11:43:28 +00:00
builder.rs Move the cast_float_to_int fallback code to GCC 2022-08-16 15:46:17 -07:00
callee.rs Implementation of import_name_type 2022-08-26 09:15:35 -07:00
common.rs Implementation of import_name_type 2022-08-26 09:15:35 -07:00
consts.rs interpret: rename relocation → provenance 2022-08-27 14:11:19 -04:00
context.rs Do not use void pointer for ptr_mask intrinsic 2022-08-21 05:27:14 +04:00
declare.rs Add fine-grained LLVM CFI support to the Rust compiler 2022-07-23 10:51:34 -07:00
intrinsic.rs Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm 2022-08-28 01:34:47 +00:00
lib.rs Revert let_chains stabilization 2022-08-29 19:34:11 +02:00
llvm_util.rs Update the minimum external LLVM to 13 2022-08-14 13:46:51 -07:00
mono_item.rs Update TypeVisitor paths 2022-07-06 06:41:53 +01:00
type_.rs Add fine-grained LLVM CFI support to the Rust compiler 2022-07-23 10:51:34 -07:00
type_of.rs Update TypeVisitor paths 2022-07-06 06:41:53 +01:00
va_arg.rs Introduce Bx::switch_to_block 2022-02-24 12:18:21 +01:00
value.rs