| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-19 | bless tests with new lint messages | Karol Zwolak | -1/+1 | |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -3/+3 | |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -7/+7 | |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -21/+14 | |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -28/+42 | |
| ``` error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields --> $DIR/attempted-access-non-fatal.rs:7:15 | LL | let _ = 2.l; | ^ | help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix | LL - let _ = 2.l; LL + let _ = 2.0f64; | ``` | ||||
| 2024-09-26 | Fix the misleading diagnostic for let_underscore_drop on type without Drop ↵ | makai410 | -8/+8 | |
| implementation | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -3/+3 | |
| 2024-01-12 | Improve `let_underscore_lock` | Nilstrieb | -5/+85 | |
| - lint if the lock was in a nested pattern - lint if the lock is inside a `Result<Lock, _>` | ||||
| 2024-01-08 | Fix 2 variable binding issues in let_underscore | yukang | -0/+101 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+63 | |
