about summary refs log tree commit diff
path: root/compiler/rustc_lint/messages.ftl
AgeCommit message (Expand)AuthorLines
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
2023-09-16Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726bors-0/+2
2023-08-30feat(rustc_lint): make `CheckLintName` respect lint levelWeihang Lo-9/+2
2023-08-24lint: translate `RenamedOrRemovedLint`Weihang Lo-3/+8
2023-08-23Improve note for the invalid_reference_casting lintUrgau-0/+2
2023-08-06Improve diagnostics and add tests for function callsest31-0/+2
2023-08-04Rollup merge of #114472 - estebank:issue-76140, r=compiler-errorsMatthias Krüger-2/+3
2023-08-04Reword confusable idents lintEsteban Küber-2/+3
2023-08-04Auto merge of #114414 - cjgillot:early-unnameable-test, r=petrochenkovbors-2/+0
2023-08-03Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obkbors-0/+3
2023-08-03Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillotMatthias Krüger-3/+7
2023-08-03Make test harness lint about unnnameable tests.Camille GILLOT-2/+0
2023-08-03Add `internal_features` lintNilstrieb-0/+3
2023-08-03Also add label with original type for function pointersUrgau-0/+1
2023-08-01Rename incorrect_fn_null_checks to useless_ptr_null_checksUrgau-6/+6
2023-08-01Expand incorrect_fn_null_check lint with reference null checkingUrgau-1/+4
2023-07-29Improve diagnostics of the invalid_reference_casting lintUrgau-1/+4
2023-07-29Add support for deferred casting for the invalid_reference_casting lintUrgau-0/+1
2023-07-29Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstriebbors-2/+2
2023-07-29Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e...bors-2/+2
2023-07-23add suggestionDeadbeef-1/+1
2023-07-23fixDeadbeef-1/+1
2023-07-19lint: refactor `check_variant_for_ffi`David Wood-2/+0
2023-07-13Rename cast_ref_to_mut lint to invalid_reference_castingUrgau-2/+2
2023-07-10Uplift `clippy::fn_null_check` to rustcUrgau-0/+3
2023-06-15Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errorsGuillaume Gomez-7/+5
2023-06-13do not use stringly typed diagnosticsDeadbeef-7/+5
2023-06-11Add subdiagnostic and suggestion for overflowing bin hex with sign bitsNicky Lim-0/+1
2023-06-10Uplift improved version of `clippy::cmp_nan` to rustcUrgau-0/+5
2023-06-08Uplift clippy::undropped_manually_drops to rustcUrgau-0/+4
2023-05-31Uplift clippy::cast_ref_to_mut to rustcUrgau-0/+2
2023-05-27Add invalid_from_utf8 analogous to invalid_from_utf8_uncheckedUrgau-0/+4
2023-05-27Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_uncheckedUrgau-0/+4
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-371/+370
2023-05-21Rename `forget_ref` lint to `forgetting_references`Urgau-1/+1