about summary refs log tree commit diff
path: root/tests/ui/lint/unused
AgeCommit message (Expand)AuthorLines
2023-11-30Enforce must_use on associated types and RPITITsMichael Goulet-0/+53
2023-11-24Show number in error message even for one errorNilstrieb-11/+11
2023-11-18add test for pinned `must_use` pointersMax Niederman-0/+65
2023-10-30Fix #117284, Fix unused variables lint issue for args in macroyukang-0/+46
2023-10-22use visibility to check unused imports and delete some stmtsbohan-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-4/+4
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-09-03Emit unused doc comment warnings for pat and expr fieldsGurinder Singh-4/+52
2023-08-31diagnostics: avoid wrong `unused_parens` on `x as (T) < y`Michael Howell-0/+159
2023-07-25Add regression test for invalid unused const in methodMartin Nordholts-0/+23
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)-0/+123
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-4/+4
2023-05-12Dont check `must_use` on nested `impl Future` from fnMichael Goulet-13/+29
2023-04-28fix false negative for `unused_mut`Lukas Markeffsky-1/+17
2023-04-21Run `check_match` and `check_liveness` when MIR is built instead of having an...Oli Scherer-6/+6
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-11Broken testsMichael Goulet-0/+15
2023-03-15error-msg: expand suggestion for unused lintEzra Shaw-0/+84
2023-03-03Remove `feature(box_syntax)` from unused allocation list testMaybe Waffle-4/+4
2023-03-03Add a test for `unused_allocation` lintMaybe Waffle-0/+27
2023-02-06Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errorsbors-0/+94
2023-02-04Fix #103320, add explanatory message for [#must_use]yukang-0/+94
2023-02-02Emit warnings on unused parens/braces in index expressionsAidan Olsen-0/+41
2023-01-16comments feedbackyukang-3/+21
2023-01-14add test case for issue 105601yukang-0/+104
2023-01-14fix #105061, Fix unused_parens issue for higher ranked function pointersyukang-0/+37
2023-01-11Move /src/test to /testsAlbert Larsan-0/+4965