about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-09-01Migrate DropCheckOverflow111-0/+4
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+3
2022-08-31Rollup merge of #100844 - evopen:migrate-diag, r=davidtwcoMatthias Krüger-0/+26
2022-08-31Rollup merge of #100787 - chenyukang:fix-100770-pretty-crash, r=petrochenkovMatthias Krüger-0/+2
2022-08-31port 5 new diagnostics that appeared in masterNathan Stocks-0/+15
2022-08-31respond to review feedback: mainly eliminate as many conversions as possible...Nathan Stocks-0/+30
2022-08-31port of locator.rs to SessionDiagnostics, fix some of the errorsNathan Stocks-0/+55
2022-08-31port fs.rs to SessionDiagnosticsNathan Stocks-0/+12
2022-08-31port creader.rs to SessionDiagnosticsNathan Stocks-0/+28
2022-08-31port encoder.rs to SessionDiagnosticsNathan Stocks-0/+9
2022-08-31port native_libs.rs to SessionDiagnosticsNathan Stocks-0/+102
2022-08-31set up rustc_metadata for SessionDiagnostics, port dependency_format.rsNathan Stocks-0/+22
2022-08-31Rollup merge of #100831 - JhonnyBillM:migrate-symbol-mangling-to-diagnostics-...Ralf Jung-0/+8
2022-08-31Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=...Ralf Jung-0/+17
2022-08-31Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwcoRalf Jung-0/+27
2022-08-31SessionDiagnostic for QueryOverflow errorLi Yuanheng-1/+3
2022-08-31use derive proc macro to impl SessionDiagnosticYuanheng Li-0/+2
2022-08-31migrate rustc_query_system to use SessionDiagnosticYuanheng Li-0/+22
2022-08-31add TestReachabilityVisitorBryanskiy-0/+2
2022-08-31Rollup merge of #101049 - JeanCASPAR:remove-span_fatal-from-ast_lowering, r=d...Matthias Krüger-0/+2
2022-08-30ADD - migrate InvalidDefPath to new diagnostics infraJhonny Bill Mena-0/+2
2022-08-30ADD - migrate InvalidTraitItem and AltInvalidTraitItem errorsJhonny Bill Mena-0/+4
2022-08-30ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics i...Jhonny Bill Mena-0/+2
2022-08-30add UI test for unprettyyukang-0/+2
2022-08-29Migrate stable let_chains error to session diagnosticsNilstrieb-0/+4
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-29Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errorsMatthias Krüger-0/+113
2022-08-27remove span_fatal from ast_loweringJean CASPAR-0/+2
2022-08-26Rollup merge of #100900 - AndyJado:diag-migrate, r=davidtwcoMichael Goulet-0/+42
2022-08-26Rollup merge of #100890 - adriantombu:migrate_diagnostic_rustc_driver, r=davi...Michael Goulet-0/+12
2022-08-26Rollup merge of #100836 - hampuslidin:migrate-attr-crate-diagnostics, r=david...Michael Goulet-0/+108
2022-08-26Rollup merge of #100776 - Rejyr:diagnostic-migration-rustc-lint, r=davidtwcoMichael Goulet-0/+34
2022-08-26Rollup merge of #100744 - 5225225:migrate-rustc-mir-dataflow, r=davidtwcoMichael Goulet-0/+30
2022-08-26Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwcoMichael Goulet-0/+52
2022-08-26Rollup merge of #100735 - Facel3ss1:ty-utils-translation, r=davidtwcoMichael Goulet-0/+48
2022-08-26Rollup merge of #100724 - JeanCASPAR:migrate-ast_lowering-to-session-diagnost...Michael Goulet-0/+132
2022-08-26translations(rustc_session): migrate check_expected_reuseLuis Cardoso-1/+4
2022-08-26translations(rustc_session): migrate 80% of the file parse.rsLuis Cardoso-3/+11
2022-08-26translations(rustc_session): migrate the file cgu_reuse_trackerLuis Cardoso-0/+6
2022-08-26Migrate rustc_ty_utils to use SessionDiagnosticPeter Medus-0/+48
2022-08-26diag-migAndyJado-0/+42
2022-08-25allow non-monomorphize modules to access hard-coded error message through new...Nathan Stocks-0/+3
2022-08-25replace some usages of [Span]FatalError with error-specific typesNathan Stocks-0/+4
2022-08-25rebased: convert rustc_monomorphize errors to SessionDiagnosticNathan Stocks-0/+20
2022-08-25Replace spaghetti with a simple errors enumAdrian Tombu-11/+7
2022-08-25Start adding enum errors for deserialize_rlinkAdrian Tombu-0/+10
2022-08-25Use std::io::Error and remove useless to_stringAdrian Tombu-1/+1
2022-08-25Start moving rustc_driver to SessionDiagnosticAdrian Tombu-0/+6
2022-08-25Rollup merge of #100808 - SkiFire13:migrate_diagnostics_rustc_interface, r=da...Yuki Okushi-0/+37
2022-08-25Rollup merge of #100780 - wonchulee:translation_save_analysis, r=davidtwcoYuki Okushi-0/+2