about summary refs log tree commit diff
path: root/compiler/rustc_lint/messages.ftl
AgeCommit message (Expand)AuthorLines
2024-05-29Auto merge of #125433 - surechen:fix_125189, r=Urgaubors-0/+1
2024-05-27non_local_defs: point the parent item when appropriateUrgau-5/+6
2024-05-27non_local_defs: point to Self and Trait to give more contextUrgau-0/+4
2024-05-27non_local_defs: suggest removing leading ref/ptr to make the impl localUrgau-1/+2
2024-05-27non_local_defs: improve main without a trait noteUrgau-1/+1
2024-05-27non_local_defs: improve exception note for impl and macro_rules!Urgau-2/+1
2024-05-27non_local_defs: use labels to indicate what may need to be movedUrgau-1/+3
2024-05-27non_local_defs: improve some notes around trait, bounds, constsUrgau-2/+4
2024-05-27non_local_defs: switch to more friendly primary messageUrgau-2/+2
2024-05-24A small diagnostic improvement for dropping_copy_typessurechen-0/+1
2024-05-23Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwcoMatthias Krüger-1/+1
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-1/+1
2024-05-22Cleanup: Fix up some diagnosticsLeón Orell Valerian Liehr-1/+1
2024-05-21Fix typo in deprecation lint messageXiretza-2/+2
2024-05-21Make early lints translatableXiretza-2/+176
2024-05-21Convert uses of BuiltinLintDiag::Normal to custom variantsXiretza-0/+14
2024-05-21Generate lint diagnostic message from BuiltinLintDiagXiretza-0/+11
2024-05-21Convert unexpected_cfg_{name,value} to struct diagnosticsXiretza-0/+34
2024-05-21Convert NAMED_ASM_LABELS lint to diag structXiretza-0/+2
2024-05-20Implement BOXED_SLICE_INTO_ITERMichael Goulet-7/+7
2024-05-20BackticksMichael Goulet-1/+1
2024-05-15Include reference in lint diagnosticZachary S-1/+1
2024-05-13Warn against redundant use<...>Michael Goulet-8/+11
2024-05-13Suggest adding use<> syntaxMichael Goulet-0/+1
2024-05-13Implement initial IMPL_TRAIT_OVERCAPTURES lintMichael Goulet-0/+7
2024-05-01Adjust `#[macro_export]`/doctest help suggestion for non_local_defs lintUrgau-0/+2
2024-04-08Actually create ranged int types in the type system.Oli Scherer-0/+3
2024-04-05Update non-local impl definition lint rule noteUrgau-1/+1
2024-03-11Rename `DecorateLint` as `LintDiagnostic`.Nicholas Nethercote-1/+1
2024-03-11Rename `AddToDiagnostic` as `Subdiagnostic`.Nicholas Nethercote-1/+1
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-1/+1
2024-03-03Remove unused fluent messagesr0cky-2/+0
2024-02-26Rollup merge of #120840 - HTGAzureX1212:HTGAzureX1212/unicode-identifier-type...Guillaume Gomez-2/+21
2024-02-26separate messages for individual categoriesHTGAzureX1212.-2/+21
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-0/+23
2024-02-22When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de...Esteban Küber-0/+1
2024-02-20trigger `unsafe_code` on `global_asm!` invocationsKalle Wachsmuth-1/+4
2024-02-17Add cargo update suggestion for non local defsUrgau-0/+2
2024-02-17Add const-anon suggestion for non local implUrgau-0/+1
2024-02-17Implement RFC3373 non local definitions lintUrgau-0/+20
2024-02-12Lint on reference casting to bigger underlying allocationUrgau-0/+5
2024-01-23tidyHTGAzureX1212.-1/+1
2024-01-23address requested changesHTGAzureX1212.-1/+4
2024-01-23add list of characters to uncommon codepoints lintHTGAzureX1212.-1/+1
2024-01-22Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff...Matthias Krüger-1/+1
2024-01-12Improve `let_underscore_lock`Nilstrieb-0/+3
2024-01-12check rust lints when an unknown lint is detectedyukang-2/+8
2023-12-20Undeprecate and use lint `unstable_features`León Orell Valerian Liehr-1/+1
2023-12-06Add warn-by-default lint against ambiguous wide pointer comparisonsUrgau-0/+4
2023-11-22Rework supertrait lint once againMichael Goulet-1/+2