| Age | Commit message (Expand) | Author | Lines |
| 2022-09-22 | Improve the help message for an invalid calling convention | khyperia | -1/+3 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | Auto merge of #101846 - chenyukang:fix-101793, r=davidtwco | bors | -2/+4 |
| 2022-09-19 | Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors | bors | -0/+1 |
| 2022-09-17 | Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgr | bors | -1/+1 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-09-17 | Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebank | Matthias Krüger | -0/+3 |
| 2022-09-16 | Rollup merge of #101782 - JhonnyBillM:refactor-symbol-mangling-diags-migratio... | Michael Howell | -7/+1 |
| 2022-09-16 | Add AscribeUserTypeProvePredicate | Jack Huey | -0/+1 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -1/+0 |
| 2022-09-16 | use subdiagnostic for logical negation, bitwise not | yukang | -1/+3 |
| 2022-09-15 | more tweak on diagnostic messages | yukang | -2/+2 |
| 2022-09-15 | fix 101793, fix the wording of help msg for bitwise not | yukang | -1/+1 |
| 2022-09-15 | correct span, add help message and add UI test when query depth overflows | SparrowLii | -1/+2 |
| 2022-09-15 | add note for `layout_of` when query depth overflows | SparrowLii | -0/+2 |
| 2022-09-14 | Migrated the rustc_passes lint for annotations without effect to the new diag... | Diego de Oliveira | -0/+3 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -1/+1 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -0/+1 |
| 2022-09-13 | Rollup merge of #101266 - LuisCardosoOliveira:translation-rustcsession-pt3, r... | Matthias Krüger | -0/+10 |
| 2022-09-13 | UPDATE - merge and avoid translations for symbol mangling test output | Jhonny Bill Mena | -7/+1 |
| 2022-09-13 | Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov | bors | -0/+3 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -0/+3 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -0/+3 |
| 2022-09-10 | translations(rustc_session): migrate output.rs | Luis Cardoso | -0/+10 |
| 2022-09-09 | Make async fn in traits work | Michael Goulet | -6/+6 |
| 2022-09-08 | Rollup merge of #101515 - chenyukang:fix-101477, r=fee1-dead | Dylan DPC | -0/+3 |
| 2022-09-08 | Rollup merge of #101041 - LuisCardosoOliveira:translation-rename-attr-warning... | Dylan DPC | -0/+42 |
| 2022-09-08 | translations(rustc_session): migrates two diagnostics in session.rs | Luis Cardoso | -2/+4 |
| 2022-09-08 | fixes #101477: Recover from typo where == is used in place of = | yukang | -0/+3 |
| 2022-09-08 | translations(rustc_session): remove lint allow rule to the methods marked wit... | Luis Cardoso | -4/+4 |
| 2022-09-08 | translations(rustc_session): migrate TargetDataLayout::parse | Luis Cardoso | -0/+14 |
| 2022-09-08 | translations(rustc_session): migrates session.rs and config.rs | Luis Cardoso | -0/+26 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -0/+3 |
| 2022-09-06 | Mugrate mismatched_static_lifetime.rs | Nikita Tomashevich | -0/+31 |
| 2022-09-06 | Migrate E0623 | Nikita Tomashevich | -2/+29 |
| 2022-09-06 | Auto merge of #101479 - Dylan-DPC:rollup-v8ite0y, r=Dylan-DPC | bors | -0/+18 |
| 2022-09-06 | Rollup merge of #101021 - MingyuChen1:diagnostic, r=davidtwco | Dylan DPC | -0/+18 |
| 2022-09-06 | Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillot | bors | -0/+3 |
| 2022-09-05 | fix comment | 111 | -1/+1 |
| 2022-09-03 | Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkov | bors | -0/+6 |
| 2022-09-03 | Suggest removing unnecessary prefix let in patterns | Michael Goulet | -0/+3 |
| 2022-09-03 | Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwco | Dylan DPC | -0/+273 |
| 2022-09-02 | Rollup merge of #100814 - gabrielBusta:port_trait_selection_diagnostics, r=da... | Matthias Krüger | -0/+27 |
| 2022-09-02 | Add warning against unexpected --cfg with --check-cfg | Urgau | -0/+6 |
| 2022-09-02 | Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkov | Guillaume Gomez | -0/+2 |
| 2022-09-01 | Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 | Gabriel Bustamante | -0/+27 |
| 2022-09-01 | Migrate limit error | 111 | -0/+4 |
| 2022-09-01 | Migrate OpaqueHiddenType mismatch | 111 | -0/+10 |