about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-09-26Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errorsJubilee-100/+106
2024-09-26Rollup merge of #130911 - notriddle:notriddle/suggest-wrap-parens-fn-pointer,...Jubilee-6/+90
2024-09-26diagnostics: wrap fn cast suggestions in parensMichael Howell-6/+90
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-100/+106
2024-09-27Rollup merge of #130879 - fmease:fix-diag-ice, r=compiler-errorsGuillaume Gomez-1/+53
2024-09-27Rollup merge of #130833 - makai410:master, r=compiler-errors,fee1-deadGuillaume Gomez-8/+8
2024-09-27Rollup merge of #130820 - 91khr:fix-coroutine-unit-arg, r=compiler-errorsGuillaume Gomez-0/+26
2024-09-26Pass correct HirId to late_bound_vars in diagnostic codeLeón Orell Valerian Liehr-1/+53
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-408/+154
2024-09-26Fix the misleading diagnostic for let_underscore_drop on type without Drop im...makai410-8/+8
2024-09-25Auto merge of #120752 - compiler-errors:more-relevant-bounds, r=lcnrbors-0/+145
2024-09-25Add a few more tests, commentsMichael Goulet-0/+75
2024-09-25Collect relevant item bounds from trait clauses for nested rigid projections,...Michael Goulet-0/+70
2024-09-25Validate unsize coercion in MIR validationMichael Goulet-0/+53
2024-09-25Fixed diagnostics for coroutines with () as input.Virginia Senioria-0/+26
2024-09-25Rollup merge of #130787 - compiler-errors:next-solver-gce, r=BoxyUwUMatthias Krüger-10/+41
2024-09-25Rollup merge of #130734 - Luv-Ray:fix_vfe, r=lcnrMatthias Krüger-0/+17
2024-09-24Rollup merge of #130764 - compiler-errors:inherent, r=estebankTrevor Gross-65/+66
2024-09-24improve errors for invalid pointer castsLukas Markeffsky-44/+29
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-9/+7
2024-09-24replace "cast" with "coercion" where applicableLukas Markeffsky-15/+15
2024-09-24use more accurate spans for user type ascriptionsLukas Markeffsky-20/+18
2024-09-24add another testLukas Markeffsky-1/+14
2024-09-24unify dyn* coercions with other pointer coercionsLukas Markeffsky-4/+22
2024-09-24Ban combination of GCE and new solverMichael Goulet-10/+41
2024-09-24Auto merge of #130775 - jieyouxu:revert-129047, r=nagisabors-0/+18
2024-09-24Separate collection of crate-local inherent impls from error reportingMichael Goulet-65/+66
2024-09-24Add regression test for #130769许杰友 Jieyou Xu (Joe)-0/+18
2024-09-24Auto merge of #130768 - compiler-errors:rollup-8ncjy55, r=compiler-errorsbors-39/+37
2024-09-23Rollup merge of #130762 - RalfJung:const_intrinsic_copy, r=dtolnayMichael Goulet-8/+5
2024-09-23Rollup merge of #130758 - compiler-errors:ctype-recursion-limit, r=jieyouxuMichael Goulet-31/+32
2024-09-24Auto merge of #127117 - Urgau:non_local_def-syntactic, r=BoxyUwUbors-620/+129
2024-09-23stabilize const_intrinsic_copyRalf Jung-8/+5
2024-09-23Auto merge of #125645 - RalfJung:unclear_local_imports, r=nnethercotebors-0/+71
2024-09-23Add a testMichael Goulet-0/+32
2024-09-23Revert "Add recursion limit to FFI safety lint"Michael Goulet-31/+0
2024-09-23Rollup merge of #130721 - GrigorenkoPV:block-no-opening-brace, r=jieyouxuJubilee-12/+48
2024-09-23Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkovJubilee-0/+16
2024-09-23add unqualified_local_imports lintRalf Jung-0/+71
2024-09-23Remove with/without trait and bounds considerationUrgau-40/+7
2024-09-23Point to every relevant types in the main diagUrgau-57/+59
2024-09-23Rework `non_local_definitions` lint to only be a syntactic heuristicUrgau-404/+12
2024-09-23fix ices on vfe about principal traitLuv-Ray-0/+17
2024-09-23Revert "Switch back `non_local_definitions` lint to allow-by-default"Urgau-159/+91
2024-09-23Rollup merge of #130714 - compiler-errors:try-structurally-resolve-const, r=B...Matthias Krüger-2/+2
2024-09-23Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwUMatthias Krüger-158/+158
2024-09-23Rollup merge of #130705 - compiler-errors:rtn-complete, r=jackh726Matthias Krüger-429/+76
2024-09-23Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwUMatthias Krüger-0/+24
2024-09-23Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnayMatthias Krüger-48/+0
2024-09-23Fix `break_last_token`.Nicholas Nethercote-0/+16