| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-04 | Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obk | Dylan DPC | -0/+159 |
| 2022-10-04 | We are able to resolve methods even if they need subst | Michael Goulet | -6/+0 |
| 2022-10-04 | Normalize substs before resolving instance in NoopMethodCall lint | Michael Goulet | -5/+6 |
| 2022-10-02 | Slightly tweak comments wrt `lint_overflowing_range_endpoint` | Maybe Waffle | -38/+40 |
| 2022-10-02 | Add example to opaque_hidden_inferred_bound lint | Michael Goulet | -6/+37 |
| 2022-10-02 | Make it a lint for all opaque types | Michael Goulet | -146/+128 |
| 2022-10-02 | Lint for unsatisfied nested opaques | Michael Goulet | -0/+146 |
| 2022-10-01 | Add sanity Drop impl. | Camille GILLOT | -0/+8 |
| 2022-10-01 | Add FIXME. | Camille GILLOT | -0/+1 |
| 2022-10-01 | Replace retain with assertion. | Camille GILLOT | -2/+6 |