about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/errors.rs
AgeCommit message (Expand)AuthorLines
2025-07-26Implement support for explicit tail calls in the MIR block builders and the L...Joel Wejdenstål-0/+4
2025-07-21Move LTO symbol export calculation from backends to cg_ssabjorn3-13/+0
2025-06-19move -Ctarget-feature handling into shared codeRalf Jung-25/+1
2025-06-09-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable...Andrew Zhogin-15/+0
2025-06-07store `target.min_global_align` as an `Align`Folkert de Vries-6/+0
2025-01-13Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_c...Antoni Boucher-4/+0
2024-12-31adjust GCC backendRalf Jung-0/+1
2024-12-11generalize 'forbidden feature' concept so that even (un)stable feature can be...Ralf Jung-0/+1
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-0/+13
2024-09-24codegen_ssa: consolidate tied feature checkingDavid Wood-36/+0
2024-06-18Remove redundant argument from `subdiagnostic` methodOli Scherer-1/+1
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-2/+2
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-3/+3
2024-03-05Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c...Guillaume Gomez-22/+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-8/+3
2024-02-15errors: only eagerly translate subdiagnosticsDavid Wood-1/+1
2024-01-30Remove the lifetime from `DiagnosticArgValue`.Nicholas Nethercote-1/+1
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-2/+2
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-5/+9
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-2/+2
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-2/+3
2023-12-04Rename some arguments.Nicholas Nethercote-2/+2
2023-10-09Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_c...Antoni Boucher-2/+85
2023-07-20UPDATE - replace expected_simd error with one from codegen_ssaJhonny Bill Mena-12/+1
2023-07-19UPDATE - replace gcc monomorphization errors with ssa onesJhonny Bill Mena-185/+0
2023-03-05Fix for diagnosticsAntoni Boucher-0/+9
2023-03-05Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023...Antoni Boucher-0/+6
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-14/+2
2022-10-23Migrate all diagnosticsNilstrieb-23/+23
2022-09-28print <signal> when ranlib failed without an exit codeEllis Hoag-1/+1
2022-09-26lint and remove unused diagnosticEllis Hoag-6/+4
2022-09-24fix lifetime errorEllis Hoag-8/+0
2022-09-24rebase and update trait namesEllis Hoag-25/+25
2022-09-24Add monomorphization errorsEllis Hoag-1/+197
2022-09-24lint typeEllis Hoag-1/+1
2022-09-24Add wrapper type for ExitCode for use in RanlibFailureEllis Hoag-1/+23
2022-09-24remove IntoDiagnosticArg impl for OptionEllis Hoag-1/+1
2022-09-24Add LayoutSizeOverflowEllis Hoag-0/+8
2022-09-24Add LTONotSupportedEllis Hoag-0/+4
2022-09-24Add UnwindingInlineAsmEllis Hoag-0/+7
2022-09-24Add LinkageConstOrMutTypeEllis Hoag-0/+8
2022-09-24Add RanlibFailureEllis Hoag-0/+7