about summary refs log tree commit diff
path: root/src/test/ui/anon-params
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-271/+0
2022-10-01bless ui testsMaybe Waffle-2/+2
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-3/+3
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-12/+12
Use more accurate suggestion spans for * argument parse error * fully qualified path * missing code block type * numeric casts * E0212
2021-08-11Modify structured suggestion outputEsteban Küber-17/+17
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-06-25Address PR feedbackRyan Levick-9/+9
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-9/+9
2021-04-12Turn old edition lints (anonymous-parameters, keyword-idents) into ↵Manish Goregaokar-0/+3
warn-by-default on 2015
2021-03-17Add more test caseYuki Okushi-4/+32
2021-03-17Emit more pretty diagnostics for qualified pathsYuki Okushi-0/+8
2021-03-17Fix bad diagnostics for anon params with qualified pathsYuki Okushi-4/+26
2021-03-17Fix bad diagnostics for anon params with refYuki Okushi-4/+28
2020-06-27Fix wording for anonymous parameter name helpJames Box-4/+4
2020-04-23Moving more build-pass tests to check-passVal Markovic-2/+2
One or two tests became build-pass without the FIXME because they really needed build-pass (were failing without it). Helps with #62277
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-03-10parse: Tweak the function parameter edition checkVadim Petrochenkov-0/+184
Move anon-params tests to ui/anon-params.