rust/compiler/rustc_codegen_llvm/src
Nicholas Nethercote 7bdb227567 Avoid struct_diagnostic where possible.
It's necessary for `derive(Diagnostic)`, but is best avoided elsewhere
because there are clearer alternatives.

This required adding `Handler::struct_almost_fatal`.
2023-12-14 15:53:55 +11:00
..
back rustc_codegen_llvm: Enforce rustc::potential_query_instability lint 2023-12-12 13:16:14 +01:00
coverageinfo rustc_codegen_llvm: Enforce rustc::potential_query_instability lint 2023-12-12 13:16:14 +01:00
debuginfo refactor: only check dwarf version when emitting dwarf 2023-12-11 16:24:24 -05:00
llvm fix: stop emitting .debug_pubnames and .debug_pubtypes 2023-12-11 14:58:02 -05:00
abi.rs remove redundant imports 2023-12-10 10:56:22 +08:00
allocator.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
asm.rs Auto merge of #114467 - Amanieu:asm-unstable-features, r=davidtwco 2023-08-15 11:59:02 +00:00
attributes.rs Add -Zfunction-return={keep,thunk-extern} option 2023-11-30 20:21:31 +01:00
base.rs cg_llvm: remove pointee types and pointercast/bitcast-of-ptr 2023-07-29 13:18:17 -04:00
builder.rs more targeted errors when extern types end up in places they should not 2023-12-03 08:11:15 +01:00
callee.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
common.rs ctfe interpreter: extend provenance so that it can track whether a pointer is immutable 2023-12-07 17:46:36 +01:00
consts.rs ctfe interpreter: extend provenance so that it can track whether a pointer is immutable 2023-12-07 17:46:36 +01:00
context.rs Add emulated TLS support 2023-12-07 00:21:32 +08:00
declare.rs CFI: Fix SIGILL reached via trait objects 2023-05-09 20:04:19 +00:00
errors.rs Avoid struct_diagnostic where possible. 2023-12-14 15:53:55 +11:00
intrinsic.rs Auto merge of #117116 - calebzulawski:repr-simd-packed, r=workingjubilee 2023-12-11 08:07:20 +00:00
lib.rs rustc_codegen_llvm: Enforce rustc::potential_query_instability lint 2023-12-12 13:16:14 +01:00
llvm_util.rs update target feature following LLVM API change 2023-12-08 13:06:07 +00:00
mono_item.rs use visibility to check unused imports and delete some stmts 2023-10-22 21:27:46 +08:00
type_.rs remove unused pub fn 2023-11-23 14:11:02 +03:00
type_of.rs Clean dead codes 2023-11-26 09:25:07 +08:00
va_arg.rs cg_llvm: remove pointee types and pointercast/bitcast-of-ptr 2023-07-29 13:18:17 -04:00
value.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00