| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-09 | `for_loop_over_fallibles`: don't use `MachineApplicable` | Maybe Waffle | -1/+1 |
| 2022-10-09 | `for_loop_over_fallibles`: fix suggestion for "remove `.next()`" case | Maybe Waffle | -1/+1 |
| 2022-10-09 | `for_loop_over_fallibles`: remove duplication from the message | Maybe Waffle | -3/+1 |
| 2022-10-09 | `for_loop_over_fallibles`: suggest using `?` in some cases | Maybe Waffle | -3/+65 |
| 2022-10-09 | `for_loop_over_fallibles`: suggest `while let` loop | Maybe Waffle | -0/+10 |
| 2022-10-09 | `for_loop_over_fallibles`: Suggest removing `.next()` | Maybe Waffle | -11/+38 |
| 2022-10-09 | Use structured suggestions for `for_loop_over_fallibles` lint | Maybe Waffle | -8/+14 |
| 2022-10-09 | Start uplifting `clippy::for_loops_over_fallibles` | Maybe Waffle | -0/+102 |
| 2022-10-07 | Auto merge of #102091 - RalfJung:const_err, r=oli-obk | bors | -0/+5 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -0/+5 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -89/+83 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -8/+11 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -8/+11 |
| 2022-10-05 | Use proper subdiagnostic | Michael Goulet | -15/+9 |
| 2022-10-05 | Fix opaque_hidden_inferred_bound lint ICE | Michael Goulet | -18/+37 |