about summary refs log tree commit diff
path: root/compiler/rustc_lint/messages.ftl
AgeCommit message (Expand)AuthorLines
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-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
2024-09-23Revert "Add recursion limit to FFI safety lint"Michael Goulet-2/+0
2024-09-23add unqualified_local_imports lintRalf Jung-0/+2
2024-09-23Remove with/without trait and bounds considerationUrgau-3/+1
2024-09-23Point to every relevant types in the main diagUrgau-4/+0
2024-09-23Rework `non_local_definitions` lint to only be a syntactic heuristicUrgau-3/+0
2024-09-21Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi...Matthias Krüger-0/+2
2024-09-20Add recursion limit to FFI safety lintGurinder Singh-0/+2
2024-09-13Disallow hidden references to mutable staticObei Sideg-0/+7
2024-09-13simplify the suggestion notesDing Xiang Fei-3/+1
2024-09-11coalesce lint suggestions that can intersectDing Xiang Fei-1/+3
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-0/+5
2024-09-07Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorinoMatthias Krüger-0/+4
2024-09-06Add initial support for raw lifetimesMichael Goulet-0/+4
2024-09-06elided_named_lifetimes: manually implement `LintDiagnostic`Pavel Grigorenko-2/+1
2024-09-06elided_named_lifetimes: add suggestionsPavel Grigorenko-0/+2
2024-09-03Add an internal lint that warns when accessing untracked dataNadrieril-0/+3
2024-09-01Deny imports of rustc_type_ir::inherent outside of type ir + new trait solverMichael Goulet-0/+3
2024-08-31Implement `elided_named_lifetimes` lintPavel Grigorenko-0/+4
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross-0/+5
2024-08-21lint on tail expr drop order change in Edition 2024Ding Xiang Fei-0/+3
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-0/+4
2024-08-06Rollup merge of #128369 - GrigorenkoPV:let-underscore-translatable, r=davidtwcoMatthias Krüger-2/+2
2024-08-06Add a special case for CStr/CString in the improper_ctypes lintFlying-Toast-0/+5