summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2023-10-30Rollup merge of #117395 - gurry:117380-wrong-parent-sugg, r=NilstriebGuillaume Gomez-1/+89
2023-10-30Fix #117284, Fix unused variables lint issue for args in macroyukang-0/+46
2023-10-30Fix missing leading space in suggestionGurinder Singh-1/+89
2023-10-22use visibility to check unused imports and delete some stmtsbohan-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-6/+6
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-10-18Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv...Ali MJ Al-Nasrawy-0/+25
2023-10-17Unify suggestion wordingEsteban Küber-1/+1
2023-10-17disable missing_copy_implementations lint on non_exhaustive typesRyan Mehri-0/+25
2023-10-11Auto merge of #116623 - Nadrieril:validate-range-endpoints, r=oli-obkbors-21/+21
2023-10-11Fix span of overflow lint for negated literalsNadrieril-21/+21
2023-10-07Auto merge of #115583 - RalfJung:packed-unsized, r=lcnrbors-11/+64
2023-10-06Rollup merge of #116421 - Urgau:inter-mut-invalid_ref_casting, r=oli-obkMatthias Krüger-21/+47
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-142/+97
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-142/+97
2023-10-04Auto merge of #114417 - chinedufn:fix-expect-unused-in-impl-block-rust-issue-...bors-0/+30
2023-10-04Clarify `invalid_reference_casting` lint around interior mutable typesUrgau-21/+47
2023-10-02Address misc feedbackChinedu Francis Nwafili-3/+1
2023-09-29Rollup merge of #116201 - Jarcho:noop_fix, r=fee1-deadMatthias Krüger-7/+33
2023-09-28Fix `noop_method_call` detection for new diagnostic itemsJason Newcomb-7/+33
2023-09-27Fix ICE by introducing an expr_or_init variant for outside bodiesUrgau-0/+4
2023-09-27Simplify casting logic of the invalid_reference_casting lintUrgau-25/+55
2023-09-27Prefer expr_or_init over manual init detectionUrgau-20/+66
2023-09-23Bless tests.Camille GILLOT-21/+29
2023-09-23Revert duplication of tests.Camille GILLOT-394/+26
2023-09-22Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obkbors-1/+1
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-1/+1
2023-09-21tests/ui: Split large_moves.rs and move to lint/large_assignmentsMartin Nordholts-0/+124
2023-09-21Rollup merge of #115257 - Urgau:invalid-utf8-walk-up-hir, r=NilstriebGuillaume Gomez-39/+123
2023-09-21Improve invalid UTF-8 lint by finding the expression initializerUrgau-39/+123
2023-09-16Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726bors-21/+31
2023-09-14Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errorsbors-0/+15
2023-09-14Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obkbors-56/+56
2023-09-13Visit ExprField for lint levels.Camille GILLOT-0/+15
2023-09-12Tests passingChinedu Francis Nwafili-2/+6
2023-09-11Rollup merge of #115631 - compiler-errors:ctypes-unsized, r=davidtwcoMatthias Krüger-0/+24
2023-09-11Auto merge of #115387 - weihanglo:merge-check-and-lint, r=oli-obkbors-13/+168
2023-09-09Fix ICE in improper_ctypes_definitions lintGurinder Singh-9/+25
2023-09-08Rename the feature, but not the attribute, to `coverage_attribute`Andy Caldwell-1/+1
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-56/+56
2023-09-07Don't ICE when computing ctype's repr_nullable_ptr for possibly-unsized tyMichael Goulet-0/+24
2023-09-07Auto merge of #115166 - Urgau:invalid_ref_casting-invalid-unsafecell-usage, r...bors-20/+76
2023-09-06still accept references to u8 slices and str in packed fieldsRalf Jung-11/+41
2023-09-05fix detecting references to packed unsized fieldsRalf Jung-11/+34
2023-09-04Add help to allow lint for the implied by suggestionUrgau-0/+10
2023-09-03Emit unused doc comment warnings for pat and expr fieldsGurinder Singh-4/+52
2023-09-01Rollup merge of #115424 - notriddle:notriddle/issue-106413, r=oli-obkMatthias Krüger-0/+159
2023-09-01Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkovbors-3/+3
2023-08-31diagnostics: avoid wrong `unused_parens` on `x as (T) < y`Michael Howell-0/+159
2023-08-30feat(rustc_lint): make `CheckLintName` respect lint levelWeihang Lo-47/+75