| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-01 | Detect more cases of unused_parens around types | Benjamin Schulz | -3/+84 | |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -1/+0 | |
| 2024-08-07 | unused_parens: do not lint against parens around &raw | Ralf Jung | -0/+8 | |
| 2024-05-11 | Add test of unused_parens lint involving macro calls | David Tolnay | -0/+31 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2023-10-30 | Fix missing leading space in suggestion | Gurinder Singh | -0/+8 | |
| For a local pattern with no space between `let` and `(` e.g.: let(_a) = 3; we were previously suggesting this illegal code: let_a =3; After this change the suggestion will instead be: let _a =3; (Note the space after `let`) | ||||
| 2023-06-05 | Ensure space is inserted after keyword in `unused_delims` | clubby789 | -0/+8 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+81 | |
