about summary refs log tree commit diff
path: root/tests/ui/box
AgeCommit message (Collapse)AuthorLines
2023-12-10remove redundant importssurechen-8/+0
detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR.
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-2/+2
2023-11-24Show number in error message even for one errorNilstrieb-5/+5
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-1/+1
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-1/+2
2023-04-11rename tests/ui/unique to tests/ui/box/unitreez12g-0/+668
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
The previous output was unintuitive to users.
2023-01-17Account for method call and indexing when looking for inner-most path in ↵Esteban Küber-0/+2
expression
2023-01-11Move /src/test to /testsAlbert Larsan-0/+408