| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -3/+6 | |
| 2025-03-03 | Do not recover missing lifetime with random in-scope lifetime | Michael Goulet | -9/+3 | |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -2/+3 | |
| ``` 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-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -4/+4 | |
| 2024-06-17 | Delay a bug and mark precise_capturing as not incomplete | Michael Goulet | -14/+5 | |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -14/+14 | |
| 2024-04-15 | Validation and other things | Michael Goulet | -0/+45 | |
