about summary refs log tree commit diff
path: root/tests/ui/kindck
AgeCommit message (Collapse)AuthorLines
2023-12-13Tweak `short_ty_string` to reduce number of filesEsteban Küber-1/+1
When shortening types and writing them to disk, make `short_ty_string` capable of reusing the same file, instead of writing a file per shortened type.
2023-11-24Show number in error message even for one errorNilstrieb-3/+3
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-2/+2
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-12/+0
This reverts commit 9de1a472b68ed85f396b2e2cc79c3ef17584d6e1.
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+12
2023-05-13Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors-20/+25
Add a tidy check to find unexpected files in UI tests, and clean up the results While looking at UI tests, I noticed several weird files that were not being tested, some from even pre-1.0. I added a tidy check that fails if any files not known to compiletest or not used in tests (via manual list) are present in the ui tests. Unfortunately the root entry limit had to be raised by 1 to accommodate the stderr file for one of the tests. r? `@fee1-dead`
2023-05-12Note base types of coercionMichael Goulet-10/+8
2023-05-09tidy check to find misc files in ui tests, and clean up the resultsasquared31415-20/+25
2023-05-03rustc_middle: Fix `opt_item_ident` for non-local def idsVadim Petrochenkov-4/+8
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-1/+2
2023-01-30Do not mention lifetime names in force trimmed pathsEsteban Küber-1/+1
2023-01-11Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errorsMichael Goulet-2/+10
Tweak E0277 `&`-removal suggestions Fix #64068, fix #84837.
2023-01-11Account for type paramsEsteban Küber-2/+10
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-9/+27
2023-01-11Move /src/test to /testsAlbert Larsan-0/+808