| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-12 | Add test batch 3 | Oneirical | -168/+0 | |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -4/+4 | |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -12/+8 | |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -8/+12 | |
| ``` 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-12-13 | Suggest using deref in patterns | uellenberg | -16/+20 | |
| Fixes #132784 | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2024-01-29 | Move multiple UI issue tests to subdirectories | Marek 'seqre' Grzelak | -0/+164 | |
| Issue tests numbered 1920, 3668, 5997, 23302, 32122, 40510, 57741, 71676, and 76077 were moved to relevant better-named subdirectories. ISSUES_ENTRY_LIMIT was adjusted to match new number of files and FIXME note was expanded. | ||||
