about summary refs log tree commit diff
path: root/src/test/ui/xcrate
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-303/+0
2022-07-01Shorten def_span for more items.Camille GILLOT-3/+3
2022-03-28Remove duplicated and unused test filesCaio-0/+30
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2020-08-10Point at item definition in foreign cratesEsteban Küber-0/+5
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-1/+1
When encountering a unit or tuple pattern for a struct-like item, suggest using the correct pattern. Use `insert_field_names_local` when evaluating variants and store field names even when the list is empty in order to produce accurate structured suggestions.
2020-03-22Normalize wording of privacy access labelsEsteban Küber-10/+10
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-10/+70
2018-12-25Remove licensesMark Rousskov-51/+11
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-20/+20
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+248