| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-30 | Enforce must_use on associated types and RPITITs | Michael Goulet | -0/+53 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -11/+11 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-11-18 | add test for pinned `must_use` pointers | Max Niederman | -0/+65 | |
| 2023-10-30 | Fix #117284, Fix unused variables lint issue for args in macro | yukang | -0/+46 | |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+1 | |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -4/+4 | |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 | |
| 2023-09-03 | Emit unused doc comment warnings for pat and expr fields | Gurinder Singh | -4/+52 | |
| 2023-08-31 | diagnostics: avoid wrong `unused_parens` on `x as (T) < y` | Michael Howell | -0/+159 | |
| 2023-07-25 | Add regression test for invalid unused const in method | Martin Nordholts | -0/+23 | |
| The warning can be reproduced with 1.63 but not with 1.64. $ rustc +1.63 tests/ui/lint/unused/const-local-var.rs warning: constant `F` is never used --> tests/ui/lint/unused/const-local-var.rs:14:9 | 14 | const F: i32 = 2; | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default $ rustc +1.64 tests/ui/lint/unused/const-local-var.rs Add a regression test to prevent the problem from re-appearing. | ||||
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -0/+123 | |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -4/+4 | |
| - Either explicitly annotate `let x: () = expr;` where `x` has unit type, or remove the unit binding to leave only `expr;` instead. - Fix disjoint-capture-in-same-closure test | ||||
| 2023-05-12 | Dont check `must_use` on nested `impl Future` from fn | Michael Goulet | -13/+29 | |
| 2023-04-28 | fix false negative for `unused_mut` | Lukas Markeffsky | -1/+17 | |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having ↵ | Oli Scherer | -6/+6 | |
| an explicit phase for them | ||||
| 2023-04-13 | emit `unused_parens` for `break` if it is not immediately followed by a block | Lukas Markeffsky | -25/+63 | |
| 2023-04-13 | fix false positives for `unused_parens` around unary and binary operations | Lukas Markeffsky | -18/+34 | |
| 2023-04-11 | Broken tests | Michael Goulet | -0/+15 | |
| 2023-03-15 | error-msg: expand suggestion for unused lint | Ezra Shaw | -0/+84 | |
| 2023-03-03 | Remove `feature(box_syntax)` from unused allocation list test | Maybe Waffle | -4/+4 | |
| 2023-03-03 | Add a test for `unused_allocation` lint | Maybe Waffle | -0/+27 | |
| (how come we didn't have one already??) | ||||
| 2023-02-06 | Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors | bors | -0/+94 | |
| Add explanatory message for [#must_use] in ops Fixes #103320 | ||||
| 2023-02-04 | Fix #103320, add explanatory message for [#must_use] | yukang | -0/+94 | |
| 2023-02-02 | Emit warnings on unused parens/braces in index expressions | Aidan Olsen | -0/+41 | |
| 2023-01-16 | comments feedback | yukang | -3/+21 | |
| 2023-01-14 | add test case for issue 105601 | yukang | -0/+104 | |
| 2023-01-14 | fix #105061, Fix unused_parens issue for higher ranked function pointers | yukang | -0/+37 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+4965 | |
