| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -52/+52 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -52/+52 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -9/+12 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-16 | more simple formatting | Rageking8 | -1/+2 |
| 2022-09-16 | Require `#[const_trait]` for `const` `impl`s | Deadbeef | -0/+22 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Migrated the rustc_passes lint for annotations without effect to the new diag... | Diego de Oliveira | -10/+14 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -9/+12 |
| 2022-09-14 | Rollup merge of #101772 - est31:replace_placeholder_diagnostics, r=jackh726 | Dylan DPC | -6/+13 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -12/+12 |
| 2022-09-14 | Also replace the placeholder for the stable_features lint | est31 | -6/+13 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -0/+23 |
| 2022-09-12 | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | -4/+4 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -8/+8 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -2/+1 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -0/+2 |