about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
AgeCommit message (Expand)AuthorLines
2023-05-06Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiaskoMatthias Krüger-0/+1
2023-05-04Output LLVM optimization remark kind in `-Cremark` outputJakub Beránek-0/+1
2023-04-18Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello-1/+2
2023-02-22errors: generate typed identifiers in each crateDavid Wood-3/+4
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-9/+114
2023-01-09Remove backwards compat for LLVM 12 coverage formatArpad Borsos-4/+0
2022-12-17Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisabors-4/+0
2022-12-06Check AArch64 branch-protection earlier in the pipeline.Jacob Bramley-4/+0
2022-12-05Move linkage type check to HIR analysis and fix semantics issues.Peter Collingbourne-7/+0
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-12/+0
2022-11-09Use `LayoutError`'s implementation of `IntoDiagnostic`SLASHLogin-8/+0
2022-11-09Simplify existing Diagnostic implementationsSLASHLogin-33/+28
2022-11-09Port diagnostics created by `Handler`SLASHLogin-0/+11
2022-11-09Flatten diagnostic structsSLASHLogin-48/+43
2022-11-09Port `MissingFeatures` and `TargetFeatureDisableOrEnable`SLASHLogin-1/+28
2022-11-09Port `UnknownArchiveKind`SLASHLogin-0/+6
2022-11-09Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a...SLASHLogin-0/+9
2022-11-09Port ErrorCallingDllToolSLASHLogin-0/+6
2022-11-09Import ErrorWritingDEFFileSLASHLogin-0/+6
2022-11-09Port ArchiveBuildFailureSLASHLogin-0/+6
2022-11-09Port SanitizerMemtagRequiresMteSLASHLogin-0/+4
2022-11-09Port LinkageConstOrMutType errorSLASHLogin-1/+8
2022-11-09Port InvalidMinimumAlignmentSLASHLogin-0/+6
2022-11-09Port layout size overflowSLASHLogin-0/+8
2022-11-09Port branch protection on aarch64SLASHLogin-0/+4
2022-11-09Fix diag() and formattingSLASHLogin-1/+1
2022-11-09Port `symbol_already_defined` errorSLASHLogin-0/+9
2022-11-09Port Instrument coverage requires llvm 12 to the new structSLASHLogin-0/+4
2022-11-09Import `error creating import library`SLASHLogin-0/+8
2022-11-09Missing lifetime parameter and formattingSLASHLogin-1/+1
2022-11-09Change String in structs to &'a strSLASHLogin-3/+3
2022-11-09FormattingSLASHLogin-3/+6
2022-11-09Port unknown feature diagnostic to the new frameworkSLASHLogin-0/+33