about summary refs log tree commit diff
path: root/compiler/rustc_lint/messages.ftl
AgeCommit message (Expand)AuthorLines
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-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
2023-11-22Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkinbors-2/+3
2023-11-22Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkinbors-0/+3
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-2/+3
2023-11-20Add allow-by-default lint for unit bindings许杰友 Jieyou Xu (Joe)-0/+3
2023-11-18Remove --check-cfg checking of --cfg argsUrgau-6/+0
2023-10-20s/generator/coroutine/Oli Scherer-7/+7
2023-10-16debug Span::ctxt() call detectionArthur Lafrance-1/+1
2023-10-16basic lint v2 implementedArthur Lafrance-0/+2
2023-10-13Fix AFIT lint message to mention pitfallMichael Goulet-1/+1
2023-10-06Rollup merge of #116421 - Urgau:inter-mut-invalid_ref_casting, r=oli-obkMatthias Krüger-0/+2
2023-10-04Clarify `invalid_reference_casting` lint around interior mutable typesUrgau-0/+2
2023-10-03Address review nitsMichael Goulet-1/+1
2023-10-03Fill in prose to describe the `async_fn_in_trait` lintTravis Cross-3/+3
2023-10-03Add async_fn_in_trait lintMichael Goulet-0/+4