| Age | Commit message (Expand) | Author | Lines |
| 2024-06-03 | Spruce up the diagnostics of some early lints | León Orell Valerian Liehr | -2/+7 |
| 2024-06-03 | Tweak `CheckLintNameResult::Tool`. | Nicholas Nethercote | -53/+46 |
| 2024-06-03 | Reduce some `pub` exposure. | Nicholas Nethercote | -2/+2 |
| 2024-06-03 | Fix up comments. | Nicholas Nethercote | -51/+69 |
| 2024-05-30 | Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | bors | -5/+5 |
| 2024-05-29 | non_local_defs: move cargo update suggestion upper | Urgau | -3/+3 |
| 2024-05-29 | non_local_defs: indicate that the macro needs to change | Urgau | -0/+16 |
| 2024-05-29 | Change lint_dropping_copy_types to use UseLetUnderscoreIgnoreSuggestion as su... | surechen | -31/+8 |
| 2024-05-29 | Don't require `visit_body` to take a lifetime that must outlive the function ... | Oli Scherer | -5/+5 |
| 2024-05-29 | Let lint_forgetting_references give the suggestion if possible | surechen | -20/+36 |
| 2024-05-29 | Let lint_forgetting_copy_types give the suggestion if possible. | surechen | -2/+3 |
| 2024-05-29 | Let lint_dropping_references give the suggestion if possible. | surechen | -3/+29 |
| 2024-05-29 | Auto merge of #125433 - surechen:fix_125189, r=Urgau | bors | -5/+32 |
| 2024-05-28 | Remove usage of `isize` in example | Tobias Bucher | -1/+1 |
| 2024-05-28 | Convert `proc_macro_back_compat` lint to an unconditional error. | Nicholas Nethercote | -11/+0 |
| 2024-05-27 | non_local_defs: point the parent item when appropriate | Urgau | -13/+25 |
| 2024-05-27 | non_local_defs: point to Self and Trait to give more context | Urgau | -7/+84 |
| 2024-05-27 | non_local_defs: suggest removing leading ref/ptr to make the impl local | Urgau | -30/+64 |
| 2024-05-27 | non_local_defs: be more precise about what needs to be moved | Urgau | -9/+43 |
| 2024-05-27 | non_local_defs: improve exception note for impl and macro_rules! | Urgau | -1/+0 |
| 2024-05-27 | non_local_defs: use labels to indicate what may need to be moved | Urgau | -2/+16 |
| 2024-05-27 | non_local_defs: use span of the impl def and not the impl block | Urgau | -1/+1 |
| 2024-05-27 | non_local_defs: improve some notes around trait, bounds, consts | Urgau | -13/+26 |
| 2024-05-27 | non_local_defs: move out from `#[derive(LintDiagnostic)]` to manual impl | Urgau | -17/+64 |
| 2024-05-27 | Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 | Guillaume Gomez | -1/+1 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -325/+199 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -16/+22 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -1/+1 |
| 2024-05-26 | Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelix | bors | -0/+10 |
| 2024-05-24 | move generics_of call outside of iter | Boxy | -1/+3 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -3/+15 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (type system) | Boxy | -13/+5 |
| 2024-05-24 | Rollup merge of #125477 - nnethercote:missed-rustfmt, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2024-05-24 | A small diagnostic improvement for dropping_copy_types | surechen | -5/+32 |
| 2024-05-24 | Run rustfmt on files that need it. | Nicholas Nethercote | -1/+3 |
| 2024-05-24 | Auto merge of #125463 - GuillaumeGomez:rollup-287wx4y, r=GuillaumeGomez | bors | -24/+42 |
| 2024-05-23 | Rollup merge of #125412 - Urgau:check-cfg-less-build-rs, r=wesleywiser | Guillaume Gomez | -24/+42 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -6/+10 |
| 2024-05-23 | Rollup merge of #125416 - compiler-errors:param-env-missing-copy, r=lcnr | Matthias Krüger | -5/+4 |
| 2024-05-23 | Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_lint`. | Nicholas Nethercote | -6/+10 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -2/+16 |
| 2024-05-23 | Delay the construction of early lint diag structs | León Orell Valerian Liehr | -231/+156 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -94/+43 |
| 2024-05-22 | Cleanup: Fix up some diagnostics | León Orell Valerian Liehr | -1/+1 |
| 2024-05-22 | Don't suggest adding the unexpected cfgs the build-script it-self | Urgau | -24/+42 |
| 2024-05-22 | Use correct param-env in MissingCopyImplementations | Michael Goulet | -5/+4 |
| 2024-05-21 | Make early lints translatable | Xiretza | -471/+938 |
| 2024-05-21 | Convert uses of BuiltinLintDiag::Normal to custom variants | Xiretza | -12/+125 |
| 2024-05-21 | Port DeprecatedMacro to diag structs | Xiretza | -4/+21 |