| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-09-07 | Bless tests due to new method suggestions. | Tim (Theemathas) Chirananthavat | -1/+1 | |
| 2024-05-23 | Do not suggest unresolvable builder methods | Gurinder Singh | -1/+1 | |
| 2024-04-12 | Avoid more NonNull-raw-NonNull roundtrips in Vec | Ben Kimock | -1/+1 | |
| 2024-03-01 | try_with_capacity for Vec, VecDeque, String | Kornel | -2/+2 | |
| #91913 | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-11-07 | When not finding assoc fn on type, look for builder fn | Esteban Küber | -0/+7 | |
| When we have a resolution error when looking at a fully qualified path on a type, look for all associated functions on inherent impls that return `Self` and mention them to the user. Fix #69512. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+14 | |
