about summary refs log tree commit diff
path: root/compiler/rustc_lint/messages.ftl
AgeCommit message (Expand)AuthorLines
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-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
2025-03-26Implement lint against using Interner and InferCtxtLike in random compiler cr...Michael Goulet-0/+3
2025-02-26Print out destructorMichael Goulet-0/+5
2025-02-20Reword messageEsteban Küber-2/+2
2025-02-19Specify scope in `out_of_scope_macro_calls` lintEsteban Küber-1/+2
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-2/+2
2025-02-11Correctly handle pattern types in FFI safetyOli Scherer-3/+0
2025-01-26implement lint `double_negations`Kalle Wachsmuth-0/+5
2025-01-25Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubileeJacob Pratt-3/+0
2025-01-25Rollup merge of #134300 - RalfJung:remove-dead-attrs, r=chenyukangMatthias Krüger-2/+0
2025-01-23Make the wasm_c_abi future compat warning a hard errorbjorn3-3/+0
2025-01-23Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali...Matthias Krüger-0/+2
2025-01-22Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=UrgauMatthias Krüger-1/+3
2025-01-22[AIX] Lint on structs that have a different alignment in AIX's C ABIAmy Kwan-0/+2
2025-01-22Update lint tests with new dangling pointers messageAnthony Eid-2/+2
2025-01-21remove long-deprecated no-op attributes no_start and crate_idRalf Jung-2/+0
2024-12-17Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomezJacob Pratt-3/+0
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-3/+0