about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2023-05-08Auto merge of #111309 - saethlin:InstSimplify, r=scottmcmbors-1/+1
2023-05-07Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkovYuki Okushi-25/+34
2023-05-06Rename InstCombine to InstSimplifyBen Kimock-1/+1
2023-05-06delete whitelist and add checks to check_item() for missing_docsJames Dietz-25/+34
2023-05-06Check arguments length in trivial diagnostic lintclubby789-0/+23
2023-05-02Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errorsDylan DPC-7/+92
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-130/+22
2023-04-30Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi...Matthias Krüger-11/+22
2023-04-28improve error notes for packed struct reference diagnosticbindsdev-11/+22
2023-04-28fix false negative for `unused_mut`Lukas Markeffsky-1/+17
2023-04-28uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`Deadbeef-7/+92
2023-04-27Tweak await spanMichael Goulet-22/+22
2023-04-27Remove a bunch of orphaned test filesMichael Goulet-108/+0
2023-04-23Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillotbors-30/+30
2023-04-21Run `check_match` and `check_liveness` when MIR is built instead of having an...Oli Scherer-30/+30
2023-04-21major test improvementsDrMeepster-1/+1
2023-04-21blessDrMeepster-6/+6
2023-04-21fmtDrMeepster-6/+8
2023-04-21fix incorrect param env in dead code lintDrMeepster-0/+134
2023-04-21Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkovbors-0/+16
2023-04-20Move test filesCaio-0/+16
2023-04-20reimpl `make non_upper_case_globals lint not report trait impls`Ezra Shaw-0/+12
2023-04-19make `non_upper_case_globals` lint not report trait implsEzra Shaw-0/+29
2023-04-17Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-an...Matthias Krüger-23/+77
2023-04-15Unignore closure-bang.Eric Huss-3/+18
2023-04-13emit `unused_parens` for `break` if it is not immediately followed by a blockLukas Markeffsky-25/+63
2023-04-13fix false positives for `unused_parens` around unary and binary operationsLukas Markeffsky-18/+34
2023-04-13impl reviewer feedbackEzra Shaw-6/+22
2023-04-13dead-code-lint: de-dup multiple unused assoc fnsEzra Shaw-55/+40
2023-04-13refactor: emit "unused assoc fn" in lexical orderEzra Shaw-26/+80
2023-04-12Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgrbors-2/+2
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-2/+2
2023-04-12Rollup merge of #110209 - JohnTitor:issue-59003, r=compiler-errorsMatthias Krüger-0/+18
2023-04-12Add regression test for #59003Yuki Okushi-0/+18
2023-04-11Broken testsMichael Goulet-0/+15
2023-04-04Do not suppress temporary_cstring_as_ptr in macros.Camille GILLOT-2/+25
2023-04-04Auto merge of #109599 - notriddle:notriddle/use-redundant-glob, r=petrochenkovbors-0/+121
2023-04-01diagnostics: account for glob shadowing when linting redundant importsMichael Howell-0/+121
2023-03-29add run-rustfixMu42-2/+10
2023-03-25tests: make directory for use redundant lintMichael Howell-0/+0
2023-03-25Emits suggestions for expressions with parentheses or not separatelyMu001999-11/+15
2023-03-24Use independent suggestionsMu42-3/+11
2023-03-24Suggest ..= when someone tries to create an overflowing rangeMu42-0/+15
2023-03-22Update anonymous-reexport UI testGuillaume Gomez-39/+26
2023-03-20fix ClashingExternDeclarations lint ICEDaniPopes-13/+38
2023-03-19Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c...Dylan DPC-0/+76
2023-03-16Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=NilstriebMatthias Krüger-0/+112
2023-03-15error-msg: expand suggestion for unused lintEzra Shaw-0/+112
2023-03-15Fix #109152, fix the scenario that we may can not get span of funcyukang-0/+30
2023-03-12Update failing ui testsGuillaume Gomez-1/+41