| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-10 | cleaned up some tests | Kivooeo | -3/+10 | |
| 2025-07-01 | moved tests | Kivooeo | -0/+7 | |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -2/+2 | |
| This allows for testing these tests on editions other than 2015 | ||||
| 2025-04-27 | bless tests | Waffle Lapkin | -4/+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-06-13 | Tweak output of import suggestions | Esteban Küber | -4/+4 | |
| When both `std::` and `core::` items are available, only suggest the `std::` ones. We ensure that in `no_std` crates we suggest `core::` items. Ensure that the list of items suggested to be imported are always in the order of local crate items, `std`/`core` items and finally foreign crate items. Tweak wording of import suggestion: if there are multiple items but they are all of the same kind, we use the kind name and not the generic "items". Fix #83564. | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+220 | |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -8/+0 | |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -8/+16 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1053 | |
