about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-09-22Improve the help message for an invalid calling conventionkhyperia-1/+3
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename AddSubdiagnostic trait to AddToDiagnosticJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-1/+1
2022-09-21Auto merge of #101846 - chenyukang:fix-101793, r=davidtwcobors-2/+4
2022-09-19Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errorsbors-0/+1
2022-09-17Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgrbors-1/+1
2022-09-17Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkovMatthias Krüger-1/+1
2022-09-17Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebankMatthias Krüger-0/+3
2022-09-16Rollup merge of #101782 - JhonnyBillM:refactor-symbol-mangling-diags-migratio...Michael Howell-7/+1
2022-09-16Add AscribeUserTypeProvePredicateJack Huey-0/+1
2022-09-16Revert "Better errors for implied static bound"Jack Huey-1/+0
2022-09-16use subdiagnostic for logical negation, bitwise notyukang-1/+3
2022-09-15more tweak on diagnostic messagesyukang-2/+2
2022-09-15fix 101793, fix the wording of help msg for bitwise notyukang-1/+1
2022-09-15correct span, add help message and add UI test when query depth overflowsSparrowLii-1/+2
2022-09-15add note for `layout_of` when query depth overflowsSparrowLii-0/+2
2022-09-14Migrated the rustc_passes lint for annotations without effect to the new diag...Diego de Oliveira-0/+3
2022-09-14change AccessLevels representationBryanskiy-1/+1
2022-09-13Better errors for implied static boundJack Huey-0/+1
2022-09-13Rollup merge of #101266 - LuisCardosoOliveira:translation-rustcsession-pt3, r...Matthias Krüger-0/+10
2022-09-13UPDATE - merge and avoid translations for symbol mangling test outputJhonny Bill Mena-7/+1
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-10translations(rustc_session): migrate output.rsLuis Cardoso-0/+10
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