| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-17 | fix: fix issue 143740, Wrong messages from compiler confusing methods with ↵ | codedump | -13/+3 | |
| the same name from different traits | ||||
| 2025-06-13 | Unimplement unsized_locals | mejrs | -19/+10 | |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -10/+10 | |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -6/+9 | |
| ``` 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-03-27 | Sort method suggestions by `DefPath` instead of `DefId` | Oli Scherer | -12/+12 | |
| 2023-11-07 | Rework print_disambiguation_help | Michael Goulet | -2/+2 | |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -3/+3 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+87 | |
