about summary refs log tree commit diff
path: root/src/test/ui/diagnostic-width
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-383/+0
2022-12-10Introduce `with_forced_trimmed_paths`Esteban Küber-7/+18
2022-11-28fix rebaseEsteban Küber-14/+14
2022-11-28Further tweak the type shortening logicEsteban Küber-3/+3
2022-11-28Tweak shortening logic to be less trigger happyEsteban Küber-13/+13
2022-11-28Detect long types in E0308 and write them to diskEsteban Küber-0/+166
On type error with long types, print an abridged type and write the full type to disk. Print the widest possible short type while still fitting in the terminal.
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-0/+206
Rename the `--output-width` flag to `--diagnostic-width` as this appears to be the preferred name within the compiler team. Signed-off-by: David Wood <david.wood@huawei.com>