about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/write.rs
AgeCommit message (Expand)AuthorLines
2024-03-05Fix some out-of-date comments.Nicholas Nethercote-4/+4
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-4/+4
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+5
2024-02-29Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.Nicholas Nethercote-1/+1
2024-02-28Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.Nicholas Nethercote-3/+3
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-3/+3
2024-02-28Rename `SubDiagnostic` as `Subdiag`.Nicholas Nethercote-1/+1
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-3/+3
2024-02-22Remove `SharedEmitterMessage::AbortIfErrors`.Nicholas Nethercote-5/+1
2024-02-22Overhaul `rustc_codegen_ssa::back::write::Diagnostic`.Nicholas Nethercote-22/+58
2024-02-22Overhaul `Diagnostic` args.Nicholas Nethercote-6/+6
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-3/+1
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-2/+2
2024-02-09Turn the "no saved object file in work product" ICE into a translatable fatal...Ben Kimock-1/+3
2024-02-05Make `Emitter::emit_diagnostic` consuming.Nicholas Nethercote-1/+1
2024-02-03Use `DiagnosticArgName` in a few more places.Nicholas Nethercote-2/+1
2024-02-03Remove some unnecessary `clone` calls.Nicholas Nethercote-1/+1
2024-01-30Remove the lifetime from `DiagnosticArgName`.Nicholas Nethercote-1/+1
2024-01-30Remove `DiagnosticArgName` from `rustc_codegen_ssa`.Nicholas Nethercote-8/+9
2024-01-30Remove the lifetime from `DiagnosticArgValue`.Nicholas Nethercote-2/+2
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-2/+2
2024-01-14Rework how diagnostic lints are stored.Nicholas Nethercote-2/+2
2024-01-12Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix"DianQK-1/+15
2024-01-11Change how `force-warn` lint diagnostics are recorded.Nicholas Nethercote-7/+2
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-2/+2
2024-01-04Remove `is_lint` field from `Level::Error`.Nicholas Nethercote-1/+1
2024-01-04Avoid some `rustc_errors::` qualifiers.Nicholas Nethercote-3/+3
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-1/+1
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-3/+3
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-7/+8
2023-12-23Remove all uses of `DiagnosticBuilder::forget_guarantee()`.Nicholas Nethercote-7/+7
2023-12-23Improve some names.Nicholas Nethercote-4/+4
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-10/+9
2023-12-18Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`.Nicholas Nethercote-9/+5
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-6/+6
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-4/+4
2023-12-15Split `Handler::emit_diagnostic` in two.Nicholas Nethercote-1/+1
2023-12-02Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errorsbors-1/+1
2023-12-02Rename `*note_without_error` as `*note`.Nicholas Nethercote-1/+1
2023-12-01Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelixbors-15/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-3/+3
2023-10-15Restore `#![no_builtins]` crates participation in LTO.DianQK-15/+1
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3-2/+0
2023-10-09Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse callbjorn3-4/+0
2023-09-25Pass name of object file to LLVM so it can correctly emit S_OBJNAMEFlorian Schmiderer-1/+8
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+7
2023-08-09rustc: Move `crate_types` from `Session` to `GlobalCtxt`Vadim Petrochenkov-9/+11
2023-07-31Rollup merge of #113717 - cuishuang:master, r=NilstriebMatthias Krüger-1/+1
2023-07-31remove repetitive wordscui fliter-1/+1
2023-07-31Clean up `generate_lto_work`.Nicholas Nethercote-22/+23