| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-19 | tests: adjust some `augmented-assignment*` tests | Jieyou Xu | -28/+0 | |
| - `tests/ui/augmented-assignment-feature-gate-cross.rs`: - This was *originally* to feature-gate overloaded OpAssign cross-crate, but now let's keep it as a smoke test. - Renamed as `augmented-assignment-cross-crate.rs`. - Relocated under `tests/ui/binop/`. - `tests/ui/augmented-assignments.rs`: - Documented test intent. - Moved under `tests/ui/borrowck/`. - `tests/ui/augmented-assignment-rpass.rs`: - Renamed to drop the `-rpass` suffix, since this was leftover from when `run-pass` test suite was a thing. - Moved under `tests/ui/binop/`. | ||||
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -2/+2 | |
| 2024-07-26 | Peel off explicit (or implicit) deref before suggesting clone on move error ↵ | Michael Goulet | -1/+0 | |
| in borrowck | ||||
| 2024-04-11 | Account for assign binops in clone suggestions | Esteban Küber | -1/+1 | |
| Explicitly look for `expr += other_expr;` and avoid suggesting `expr.clone() += other_expr;`, instead suggesting `expr += other_expr.clone();`. | ||||
| 2024-04-11 | Update test to show incorrecct `+=` clone suggestion | Esteban Küber | -0/+2 | |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -1/+1 | |
| CC #99430 | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+27 | |
