about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/errors.rs
AgeCommit message (Expand)AuthorLines
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