about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/errors.rs
AgeCommit message (Expand)AuthorLines
2024-05-23emit an error if we can't find a path to the self-contained linkerRémy Rakic-0/+4
2024-04-26remove extraneous note on `UnableToRunDsymutil` diagnosticRémy Rakic-1/+0
2024-03-16Handle calls to upstream monomorphizations in compiler_builtinsBen Kimock-0/+7
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-5/+5
2024-03-11Rename `IntoDiagnosticArg` as `IntoDiagArg`.Nicholas Nethercote-6/+5
2024-02-28Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.Nicholas Nethercote-7/+7
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-5/+5
2024-02-23check that simd_insert/extract indices are in-boundsRalf Jung-10/+2
2024-02-17Use better heuristic for printing Cargo specific diagnosticsUrgau-2/+5
2024-02-09Turn the "no saved object file in work product" ICE into a translatable fatal...Ben Kimock-0/+6
2024-01-30Remove the lifetime from `DiagnosticArgValue`.Nicholas Nethercote-2/+2
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-40/+40
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-27/+26
2024-01-08Use chaining in `DiagnosticBuilder` construction.Nicholas Nethercote-124/+56
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-27/+27
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-47/+48
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-44/+43
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-3/+3
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3-0/+69
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-4/+0
2023-09-29Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkovbors-4/+0
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-14/+0
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-0/+7
2023-08-28Don't ICE on layout computation failureKatherine Philip-0/+10
2023-08-15stabilize combining +bundle and +whole-archive link modifiersBe Wilson-4/+0
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-10/+10
2023-07-23remove redundant clonesMatthias Krüger-1/+1
2023-07-20Add note about writing native-static-libs to fileDavid Tolnay-0/+6
2023-07-02Add `rustc` option to output LLVM optimization remarks to YAML filesJakub Beránek-0/+6
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-0/+6
2023-06-06Write to stdout if `-` is given as output fileJing Peng-0/+6
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-3/+5
2023-04-25Fix static string lintsclubby789-0/+34
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-04-10Fix typos in compilerDaniPopes-2/+2
2023-02-22errors: generate typed identifiers in each crateDavid Wood-2/+3
2023-01-07Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...Matthias Krüger-0/+431
2022-12-28Don't translate --print native-static-libs outputbjorn3-6/+0
2022-12-27DELETE - fn span_invalid_monomorphization_error and localize intrinsics macrosJhonny Bill Mena-0/+322
2022-12-27ADD - create and emit Bug support for DiagnosticsJhonny Bill Mena-0/+7
2022-12-27UPDATE - migrate fn simd_simple_float_intrinsic error messagesJhonny Bill Mena-0/+25
2022-12-27[WIP] UPDATE - migrate intrinsic.rs to new diagnostic infrastructureJhonny Bill Mena-0/+43
2022-12-27UPDATE - migrate constant.rs to new diagnostics infrastructureJhonny Bill Mena-0/+14
2022-12-27UPDATE - migrate base.rs to new diagnostics infrastructureJhonny Bill Mena-0/+20
2022-12-13Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen...Michael Goulet-0/+7
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-0/+14
2022-11-14Issue error when `-C link-self-contained` option is used on unsupported platf...StackDoubleFlow-0/+4
2022-11-14Wrap bundlen static libraries into object filesDaniil Belov-0/+9
2022-11-04UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArgJhonny Bill Mena-7/+7
2022-11-04UPDATE - address PR CommentsJhonny Bill Mena-44/+20