| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -18/+12 | |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -7/+7 | |
| 2022-03-27 | Fix from rebase | Noah Lev | -2/+6 | |
| I changed the test functions to be `pub` rather than called from a `main` function too, for easier future modification of tests. | ||||
| 2022-03-23 | Fix rustfix panic on test | Noah Lev | -4/+60 | |
| `run-rustfix` applies all suggestions regardless of their Applicability. There's a flag, `rustfix-only-machine-applicable`, that does what it says, but then the produced `.fixed` file would have invalid code from the suggestions that weren't applied. So, I moved the cases of postfix increment, in which case multiple suggestions are given, to the `-notfixed` test, which does not run rustfix. I also changed the Applicability to Unspecified since MaybeIncorrect requires that the code be valid, even if it's incorrect. | ||||
| 2022-03-23 | Use `multipart_suggestions` | Noah Lev | -4/+0 | |
| This records that the suggestions are mutually-exclusive (i.e., only one should be applied). | ||||
| 2022-03-23 | Improve handling of `tmp` variable name conflicts | Noah Lev | -2/+18 | |
| 2022-03-23 | Emit both subexp and standalone sugg for postfix | Noah Lev | -0/+5 | |
| This solves the TODO. | ||||
| 2022-03-23 | Emit structured suggestions for field accesses too | Noah Lev | -2/+9 | |
| 2022-03-23 | Refactor, handle fields better, add field tests | Noah Lev | -0/+18 | |
