| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -0/+7 |
| 2024-06-05 | Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion to... | Santiago Pastorino | -1/+4 |
| 2024-06-04 | Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebank | Guillaume Gomez | -8/+0 |
| 2024-06-04 | Make extern blocks without unsafe warn in edition 2024 | Santiago Pastorino | -0/+4 |
| 2024-05-29 | Change lint_dropping_copy_types to use UseLetUnderscoreIgnoreSuggestion as su... | surechen | -14/+1 |
| 2024-05-29 | Let lint_forgetting_references give the suggestion if possible | surechen | -6/+11 |
| 2024-05-29 | Let lint_forgetting_copy_types give the suggestion if possible. | surechen | -1/+2 |
| 2024-05-29 | Let lint_dropping_references give the suggestion if possible. | surechen | -1/+15 |
| 2024-05-29 | Auto merge of #125433 - surechen:fix_125189, r=Urgau | bors | -1/+15 |
| 2024-05-28 | Convert `proc_macro_back_compat` lint to an unconditional error. | Nicholas Nethercote | -8/+0 |
| 2024-05-27 | non_local_defs: point the parent item when appropriate | Urgau | -8/+8 |
| 2024-05-27 | non_local_defs: point to Self and Trait to give more context | Urgau | -0/+8 |
| 2024-05-27 | non_local_defs: suggest removing leading ref/ptr to make the impl local | Urgau | -1/+13 |
| 2024-05-27 | non_local_defs: be more precise about what needs to be moved | Urgau | -7/+5 |
| 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/+13 |
| 2024-05-27 | non_local_defs: improve some notes around trait, bounds, consts | Urgau | -10/+20 |
| 2024-05-27 | non_local_defs: move out from `#[derive(LintDiagnostic)]` to manual impl | Urgau | -16/+64 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -44/+12 |
| 2024-05-24 | A small diagnostic improvement for dropping_copy_types | surechen | -1/+15 |
| 2024-05-23 | Rollup merge of #125412 - Urgau:check-cfg-less-build-rs, r=wesleywiser | Guillaume Gomez | -12/+24 |
| 2024-05-23 | Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -0/+1 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -44/+12 |
| 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 | -12/+24 |
| 2024-05-21 | Make early lints translatable | Xiretza | -9/+592 |
| 2024-05-21 | Convert unexpected_cfg_{name,value} to struct diagnostics | Xiretza | -0/+251 |
| 2024-05-21 | Convert NAMED_ASM_LABELS lint to diag struct | Xiretza | -0/+6 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -5/+6 |
| 2024-05-15 | Include reference in lint diagnostic | Zachary S | -0/+1 |
| 2024-05-01 | Adjust `#[macro_export]`/doctest help suggestion for non_local_defs lint | Urgau | -4/+8 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -9/+9 |
| 2024-03-29 | Add support for NonNull in ambiguous_wide_ptr_comparisions | Urgau | -6/+12 |
| 2024-03-29 | Add detection of [Partial]Ord methods to the ambiguous wide ptr cmp lint | Urgau | -6/+8 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -11/+11 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -21/+21 |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -10/+10 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -15/+15 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -23/+23 |
| 2024-02-28 | Remove the `UntranslatableDiagnosticTrivial` lint. | Nicholas Nethercote | -4/+0 |
| 2024-02-28 | Rename `DiagnosticStyledString` as `DiagStyledString`. | Nicholas Nethercote | -4/+4 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -20/+20 |
| 2024-02-26 | Rollup merge of #120840 - HTGAzureX1212:HTGAzureX1212/unicode-identifier-type... | Guillaume Gomez | -0/+2 |
| 2024-02-26 | separate messages for individual categories | HTGAzureX1212. | -0/+2 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+39 |
| 2024-02-23 | Rollup merge of #121471 - estebank:lint-clone, r=TaKO8Ki | Matthias Krüger | -0/+6 |
| 2024-02-22 | When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de... | Esteban Küber | -0/+6 |
| 2024-02-21 | Rollup merge of #121338 - jieyouxu:ambiguous_wide_pointer_comparisons_suggest... | Dylan DPC | -3/+6 |
| 2024-02-20 | Downgrade ambiguous_wide_pointer_comparisons suggestions to MaybeIncorrect | 许杰友 Jieyou Xu (Joe) | -3/+6 |