about summary refs log tree commit diff
path: root/tests/ui/stdlib-unit-tests
AgeCommit message (Collapse)AuthorLines
2023-12-10remove redundant importssurechen-3/+1
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-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-3/+0
This reverts commit 9de1a472b68ed85f396b2e2cc79c3ef17584d6e1.
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+3
2023-06-20update failing ui testsIbraheem Ahmed-16/+1
2023-01-19Add `rustc_on_unimplemented` on `Sync` for cell typesNilstrieb-0/+2
Suggest using a lock instead.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+549