| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -17/+0 | |
| 2021-09-01 | Ensure suggestion is in its own diagnostic window | Noah Lev | -4/+6 | |
| For two reasons: 1. Now that the suggestion span has been corrected, the output is a bit cluttered and hard to read. Putting the suggestion its own window creates more space. 2. It's easier to see what's being suggested, since now the version after the suggestion is applied is shown. | ||||
| 2021-09-01 | Fix span used for structured tuple struct suggestion | Noah Lev | -2/+3 | |
| (And same for tuple variants.) Previously, the span was just for the constructor name, which meant it would result in syntactically-invalid code when applied. Now, the span is for the entire expression. | ||||
| 2021-02-04 | typeck: Emit structured suggestions for tuple struct syntax | Camelid | -1/+1 | |
| And tuple variant syntax, but that didn't fit in the subject :) Now the fact that these are suggestions is exposed both to the layout engine and to IDEs and rustfix for automatic application. | ||||
| 2019-06-19 | fix indentation | Cedric | -1/+1 | |
| 2019-06-19 | provide variant definition on tuple struct unknow field error | Cedric | -1/+4 | |
| 2019-06-19 | adt hint pointing to adt span | Cedric | -4/+3 | |
| 2019-06-17 | suggest tuple struct syntax | Cedric | -1/+4 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2018-12-31 | use structured suggestions for nonexistent fields | Andy Russell | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+9 | |
