about summary refs log tree commit diff
path: root/compiler/rustc_lint/messages.ftl
AgeCommit message (Expand)AuthorLines
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
2024-12-15spell "referring" correctlyAnton Lazarev-1/+1
2024-12-15Improve check-cfg Cargo macro diagnostic with crate nameUrgau-1/+1
2024-12-14Rollup merge of #133221 - Urgau:check-cfg-macro-diag, r=jieyouxuMatthias Krüger-0/+4
2024-12-09Revert #131669 due to ICEs许杰友 Jieyou Xu (Joe)-11/+2
2024-12-06lint ImproperCTypes: message tweaks and refactoring from code reviewniacdoial-4/+4
2024-12-06lint: rework some ImproperCTypes messages (especially around indirections to ...niacdoial-2/+11
2024-12-05Update compiler/rustc_lint/messages.ftlAnthony Eid-3/+2
2024-12-05Start work on dangling pointers lintAnthony Eid-1/+4
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-0/+6
2024-12-03Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxuMatthias Krüger-0/+3
2024-12-02Add warn-by-default lint against unpredictable fn pointer comparisonsUrgau-0/+6
2024-12-01Fixed typos by changing `happend` to `happened`HomelikeBrick42-3/+3
2024-11-28Implement lint against `Symbol::intern` on a string literalclubby789-0/+3
2024-11-25fix confusing diagnostic for reserved `##`Peter Jaszkowiak-0/+3
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-3/+0
2024-11-19Add external macro specific diagnostic to check-cfgUrgau-0/+4
2024-11-09Suggest turning APITs into generics in opaque overcapturesMichael Goulet-1/+0
2024-10-31Improve the missing_abi lint.Mara Bos-1/+1
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-6/+6
2024-10-11Remove deprecation note in the `non_local_definitions` warningUrgau-2/+0
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+3
2024-10-06Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgaubors-6/+0
2024-10-05Make deprecated_cfg_attr_crate_type_name a hard errorest31-6/+0
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-1/+1
2024-09-26Fix the misleading diagnostic for let_underscore_drop on type without Drop im...makai410-1/+1
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-24Auto merge of #130768 - compiler-errors:rollup-8ncjy55, r=compiler-errorsbors-2/+0
2024-09-23Rollup merge of #130758 - compiler-errors:ctype-recursion-limit, r=jieyouxuMichael Goulet-2/+0
2024-09-24Auto merge of #127117 - Urgau:non_local_def-syntactic, r=BoxyUwUbors-10/+1