| Age | Commit message (Expand) | Author | Lines |
| 2022-11-11 | Tweak signatures in rustc_middle::hir::map. | Camille GILLOT | -1/+1 |
| 2022-11-10 | review comments | Esteban Küber | -3/+10 |
| 2022-11-10 | Consider `#[must_use]` annotation on `async fn` as also affecting the `Future... | Esteban Küber | -1/+13 |
| 2022-11-10 | Tweak span for `#[must_use]` | Esteban Küber | -6/+3 |
| 2022-11-07 | fix: lint against lint functions | Rejyr | -0/+6 |
| 2022-11-05 | Rollup merge of #103868 - compiler-errors:trait-engine-less, r=jackh726 | Matthias Krüger | -9/+2 |
| 2022-11-02 | Use TraitEngine less | Michael Goulet | -9/+2 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -2/+3 |
| 2022-10-31 | Rollup merge of #103338 - l4l:enum-unreachable-pub, r=nagisa | Dylan DPC | -2/+6 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -4/+4 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -34/+34 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -4/+4 |
| 2022-10-26 | Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] | Xiretza | -2/+3 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -11/+12 |
| 2022-10-25 | Fix failing examples | Kagami Sascha Rosylight | -6/+10 |
| 2022-10-24 | Update let_underscore.rs | Kagami Sascha Rosylight | -2/+2 |
| 2022-10-24 | Update compiler/rustc_lint/src/let_underscore.rs | Kagami Sascha Rosylight | -1/+1 |
| 2022-10-24 | Add `compile_fail` to `let_underscore_drop` example | Kagami Sascha Rosylight | -1/+1 |
| 2022-10-24 | fix parentheses surrounding spacing issue in parser | yukang | -4/+2 |
| 2022-10-24 | fix #103435, unused lint won't produce invalid code | yukang | -13/+31 |
| 2022-10-23 | Rollup merge of #103402 - joshtriplett:niche-wrap-fix, r=oli-obk | Michael Howell | -1/+4 |
| 2022-10-23 | Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors | bors | -291/+272 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -291/+272 |
| 2022-10-23 | Auto merge of #103426 - matthiaskrgr:rollup-n6dqdy8, r=matthiaskrgr | bors | -8/+6 |
| 2022-10-23 | Rollup merge of #103399 - smoelius:unknown-lint-maybe-incorrect, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2022-10-23 | Rollup merge of #103123 - compiler-errors:early-binder-iter, r=cjgillot | Matthias Krüger | -7/+5 |
| 2022-10-23 | Auto merge of #102660 - camsteffen:uninhabited-perf, r=oli-obk | bors | -41/+5 |
| 2022-10-23 | Fix wrapped valid-range handling in ty_find_init_error | Josh Triplett | -1/+4 |
| 2022-10-22 | Introduce InhabitedPredicate | Cameron Steffen | -41/+5 |
| 2022-10-22 | Change `unknown_lint` applicability to `MaybeIncorrect` | Samuel Moelius | -1/+1 |
| 2022-10-22 | Rollup merge of #102602 - WaffleLapkin:linty_action, r=estebank | Dylan DPC | -38/+40 |
| 2022-10-22 | Introduce subst_iter and subst_iter_copied on EarlyBinder | Michael Goulet | -7/+5 |
| 2022-10-21 | Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-dead | Dylan DPC | -0/+1 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -23/+2 |
| 2022-10-21 | Fix unreachable_pub suggestion for enum with fields | Kitsu | -2/+6 |
| 2022-10-20 | Elaborate supertrait bounds when triggering unused_must_use on impl Trait | Michael Goulet | -2/+6 |
| 2022-10-19 | Fixup a few tests needing asm support | Josh Stone | -0/+1 |
| 2022-10-17 | lint: use derive more | David Wood | -23/+2 |
| 2022-10-16 | Rollup merge of #102953 - WaffleLapkin:better_docs_for_decorate_param, r=Ralf... | Matthias Krüger | -0/+23 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | link lint function with `decorate` function param to `struct_lint_level` | Maybe Waffle | -0/+23 |
| 2022-10-10 | errors: `AddToDiagnostic::add_to_diagnostic_with` | David Wood | -3/+12 |
| 2022-10-10 | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-09 | adopt to building infcx | Maybe Waffle | -24/+21 |
| 2022-10-09 | adopt to new rustc lint api | Maybe Waffle | -15/+13 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -8/+8 |
| 2022-10-09 | fix `for_loop_over_fallibles` lint docs | Maybe Waffle | -22/+10 |
| 2022-10-09 | remove an infinite loop | Maybe Waffle | -2/+2 |
| 2022-10-09 | Edit documentation for `for_loop_over_fallibles` lint | Maybe Waffle | -23/+21 |