| Age | Commit message (Expand) | Author | Lines |
| 2022-10-14 | Add missing checks for `doc(cfg_hide(...))` attribute | Guillaume Gomez | -0/+27 |
| 2022-10-14 | more dupe word typos | Rageking8 | -14/+14 |
| 2022-10-12 | Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco | Dylan DPC | -669/+1211 |
| 2022-10-10 | make up your mind, rustfmt | Nathan Stocks | -5/+1 |
| 2022-10-10 | remove out-of-date fixme | Nathan Stocks | -2/+5 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -4/+4 |
| 2022-10-07 | avoid string dispatch in fluent | Nathan Stocks | -22/+67 |
| 2022-10-07 | avoid string dispatch in fluent | Nathan Stocks | -12/+26 |
| 2022-10-07 | Remove code that was removed in master, and the corresponding diagnostic | Nathan Stocks | -30/+1 |
| 2022-10-07 | First batch of review feedback changes from #102110 | Nathan Stocks | -18/+11 |
| 2022-10-07 | migrate stability.rs to translateable diagnostics | Nathan Stocks | -84/+159 |
| 2022-10-07 | migrate the rest of check_attr.rs to translateable diagnostics | Nathan Stocks | -62/+74 |
| 2022-10-07 | migrate dead.rs to translateable diagnostics | Nathan Stocks | -12/+13 |
| 2022-10-07 | migrate lang_items.rs to translateable diagnostics | Nathan Stocks | -91/+153 |
| 2022-10-07 | migrate entry.rs to translateable diagnostics | Nathan Stocks | -92/+185 |
| 2022-10-07 | migrate naked_functions.rs to translateable diagnostics | Nathan Stocks | -59/+101 |
| 2022-10-07 | migrate loops.rs to translateable diagnostics | Nathan Stocks | -118/+164 |
| 2022-10-07 | migrate check_const.rs to translateable diagnostics | Nathan Stocks | -4/+47 |
| 2022-10-07 | migrate lib_features.rs to translateable diagnostics | Nathan Stocks | -20/+34 |
| 2022-10-07 | migrate layout_test.rs to translateable diagnostics | Nathan Stocks | -33/+94 |
| 2022-10-07 | migrate diagnostic_items.rs to translateable diagnostics | Nathan Stocks | -18/+38 |
| 2022-10-07 | use cherry-picked commit from #100754 to emit note without error | Nathan Stocks | -3/+8 |
| 2022-10-07 | migrate debugger_visualizer.rs to translateable diagnostics | Nathan Stocks | -7/+8 |
| 2022-10-07 | migrate the rest of weak_lang_items.rs to translateable diagnostics | Nathan Stocks | -17/+12 |
| 2022-10-07 | resolve merge conflict from cherry-picking 6a47326a0452cc8d5cb57676508b5469d6... | Diego de Oliveira | -0/+7 |
| 2022-10-07 | use consistent names | Nathan Stocks | -6/+6 |
| 2022-10-07 | Migrate InvalidAttrAtCrateLevel | rdvdev2 | -27/+40 |
| 2022-10-07 | Migrate derivable diagnostics in check_attr.rs | rdvdev2 | -8/+17 |
| 2022-10-07 | Migrate derivable diagnostics in lang_items.rs | rdvdev2 | -22/+29 |
| 2022-10-07 | Migrate weak_lang_items.rs | rdvdev2 | -10/+22 |
| 2022-10-07 | Add lint for diagnostic migration | rdvdev2 | -0/+2 |
| 2022-10-04 | Merge the `~const` and `impl const` checks and add some explanatory notes | Oli Scherer | -26/+0 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -109/+104 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -109/+104 |
| 2022-09-30 | Rollup merge of #102361 - fee1-dead-contrib:fix-102156, r=eholk | Matthias Krüger | -1/+1 |
| 2022-09-30 | Use let chains instead of let else | fee1-dead | -1/+1 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -8/+2 |
| 2022-09-27 | Fix ICE in const_trait check code | Deadbeef | -1/+1 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-26 | Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwco | fee1-dead | -2/+2 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -56/+62 |
| 2022-09-23 | Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr | bors | -10/+14 |
| 2022-09-23 | Rollup merge of #101815 - diegooliveira:master, r=davidtwco | Matthias Krüger | -10/+14 |
| 2022-09-22 | Rollup merge of #102127 - TaKO8Ki:use-appropriate-variable-names, r=lcnr | Matthias Krüger | -6/+6 |
| 2022-09-22 | Add missing code="" attributes to suggestion subdiagnostics | Xiretza | -2/+2 |
| 2022-09-22 | use appropriate variable names | Takayuki Maeda | -6/+6 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -0/+22 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+1 |