about summary refs log tree commit diff
path: root/tests/ui/kindck
AgeCommit message (Expand)AuthorLines
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-1/+6
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-2/+2
2025-05-26Deduplicate dyn compatibility violations due to coercionMichael Goulet-18/+1
2025-02-24Remove dyn_compatible_for_dispatchMichael Goulet-16/+25
2025-02-10Extend the renaming to coerce_unsafe_ptrBastian Kersting-1/+1
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-3/+3
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-12/+15
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-2/+2
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-4/+4
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-4/+4
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-15/+15
2024-10-10Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatchLeón Orell Valerian Liehr-4/+4
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-3/+3
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-3/+3
2024-09-24use more accurate spans for user type ascriptionsLukas Markeffsky-2/+2
2024-06-12Harmonize use of leaf and root obligation in trait error reportingMichael Goulet-3/+3
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-17/+17
2024-03-11Run a single huge `par_body_owners` instead of many small ones after each other.Oli Scherer-17/+17
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-16/+16
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-5/+24
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-15/+15
2023-12-13Tweak `short_ty_string` to reduce number of filesEsteban Küber-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-3/+3
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
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
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
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