about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-09-13Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkovbors-0/+3
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-0/+3
2022-09-12change rlib format to discern native dependenciesDaniil Belov-0/+3
2022-09-09Make async fn in traits workMichael Goulet-6/+6
2022-09-08Rollup merge of #101515 - chenyukang:fix-101477, r=fee1-deadDylan DPC-0/+3
2022-09-08Rollup merge of #101041 - LuisCardosoOliveira:translation-rename-attr-warning...Dylan DPC-0/+42
2022-09-08translations(rustc_session): migrates two diagnostics in session.rsLuis Cardoso-2/+4
2022-09-08fixes #101477: Recover from typo where == is used in place of =yukang-0/+3
2022-09-08translations(rustc_session): remove lint allow rule to the methods marked wit...Luis Cardoso-4/+4
2022-09-08translations(rustc_session): migrate TargetDataLayout::parseLuis Cardoso-0/+14
2022-09-08translations(rustc_session): migrates session.rs and config.rsLuis Cardoso-0/+26
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-0/+3
2022-09-06Mugrate mismatched_static_lifetime.rsNikita Tomashevich-0/+31
2022-09-06Migrate E0623Nikita Tomashevich-2/+29
2022-09-06Auto merge of #101479 - Dylan-DPC:rollup-v8ite0y, r=Dylan-DPCbors-0/+18
2022-09-06Rollup merge of #101021 - MingyuChen1:diagnostic, r=davidtwcoDylan DPC-0/+18
2022-09-06Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillotbors-0/+3
2022-09-05fix comment111-1/+1
2022-09-03Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkovbors-0/+6
2022-09-03Suggest removing unnecessary prefix let in patternsMichael Goulet-0/+3
2022-09-03Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwcoDylan DPC-0/+273
2022-09-02Rollup merge of #100814 - gabrielBusta:port_trait_selection_diagnostics, r=da...Matthias Krüger-0/+27
2022-09-02Add warning against unexpected --cfg with --check-cfgUrgau-0/+6
2022-09-02Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkovGuillaume Gomez-0/+2
2022-09-01Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1Gabriel Bustamante-0/+27
2022-09-01Migrate limit error111-0/+4
2022-09-01Migrate OpaqueHiddenType mismatch111-0/+10
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