about summary refs log tree commit diff
path: root/compiler/rustc_lint/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-09-14Move more early buffered lints to dyn lint diagnostics (4/N)León Orell Valerian Liehr-14/+0
2025-09-14Move more early buffered lints to dyn lint diagnostics (3/N)León Orell Valerian Liehr-11/+0
2025-09-14Remove a dead early lintLeón Orell Valerian Liehr-3/+0
2025-09-14Move more early buffered lints to dyn lint diagnostics (2/N)León Orell Valerian Liehr-14/+0
2025-09-14Move more early buffered lints to dyn lint diagnostics (1/N)León Orell Valerian Liehr-31/+0
2025-08-24Add lint against integer to pointer transmutesUrgau-0/+8
2025-08-22Migrate `BuiltinLintDiag::HiddenUnicodeCodepoints` to use `LintDiagnostic` di...Josh Triplett-13/+0
2025-08-22Remove unused `BuiltinLintDiag` variant `InnerAttributeUnstable`Josh Triplett-4/+0
2025-08-22Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directlyJosh Triplett-4/+0
2025-08-22Migrate `BuiltinLintDiag::UnexpectedBuiltinCfg` to use `LintDiagnostic` directlyJosh Triplett-4/+0
2025-08-20rustc_lint_defs: Eliminate the dependency on `rustc_hir` for `Namespace`Josh Triplett-1/+1
2025-08-13Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmeaseJakub Beránek-0/+1
2025-08-12Remove unused must_useMichael Goulet-0/+1
2025-08-11Add link to docs on malformed attributesEsteban Küber-0/+1
2025-07-31Add lint against dangling pointers form local variablesUrgau-0/+6
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-1/+1
2025-07-17Rollup merge of #143914 - shepmaster:mismatched-lifetime-syntaxes-rewording, ...Matthias Krüger-15/+38
2025-07-17Rollup merge of #143856 - mladedav:dm/private-reexport, r=petrochenkovLeón Orell Valerian Liehr-0/+3
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-1/+1
2025-07-15Implement resolver warnings about reexporting private dependenciesDavid Mládek-0/+3
2025-07-14Reword mismatched-lifetime-syntaxes text based on feedbackJake Goulding-15/+38
2025-07-10added error for invalid char castKivooeo-0/+7
2025-06-18Implement lint against direct uses of rustc_type_ir in compiler cratesRomain Perier-0/+3
2025-06-18Dont suggest remove semi inside macro expansion for redundant semi lintxizheyin-1/+2
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-2/+0
2025-06-12Rollup merge of #141162 - mejrs:gated, r=fee1-deadMatthias Krüger-3/+0
2025-06-12Make `missing_fragment_specifier` an unconditional errorTrevor Gross-2/+0
2025-06-09Remove rustc_feature::Stabilitymejrs-3/+0
2025-06-09refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec...mejrs-2/+2
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-5/+22
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-5/+0
2025-06-04Introduce the `mismatched_lifetime_syntaxes` lintJake Goulding-0/+22
2025-06-04Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis...Matthias Krüger-2/+0
2025-05-30Rollup merge of #133823 - estebank:issue-56328, r=petrochenkovMatthias Krüger-1/+2
2025-05-29Remove `i128` and `u128` from `improper_ctypes_definitions`Trevor Gross-2/+0
2025-05-29Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnosticsEsteban Küber-1/+2
2025-05-27Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwUTrevor Gross-0/+5
2025-05-27Rollup merge of #141536 - Urgau:ambi_wide_ptr-cmp-diag, r=fee1-deadMichael Goulet-0/+2
2025-05-25Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lintMichael Goulet-0/+5
2025-05-25Improve `ambiguous_wide_pointer_comparisons` lint compare diagnosticsUrgau-0/+2
2025-05-23Suggest correct `version("..")` predicate syntax in check-cfgUrgau-0/+1
2025-05-14Use more subdiagnostics and reword the overloaded deref noteUrgau-1/+1
2025-05-14Improve `dangerous_implicit_aurorefs` diagnostic outputUrgau-0/+4
2025-04-28Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomezbors-1/+1
2025-04-26Fix error message for static references or mutable referencesyuk1ty-1/+1
2025-04-20Implement lint against dangerous implicit autorefsUrgau-0/+4
2025-04-16Add hard error for `extern` without explicit ABIObei Sideg-1/+1
2025-03-31Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-deadbors-9/+13
2025-03-30Uplift `clippy::invalid_null_ptr_usage` as `invalid_null_arguments`Urgau-0/+4
2025-03-30Improve explicitness of the impl of the `useless_ptr_null_checks` lintUrgau-9/+9