about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-08-06Explicitly disable vector feature on s390x baseline of bad-reg testPaul Murphy-1/+1
2025-08-06Allow function argument mismatch suggestion to be multilineSasha Pourcelot-14/+14
2025-08-06Rollup merge of #144910 - ShoyuVanilla:add-regression-tests, r=fee1-deadJakub Beránek-0/+73
2025-08-06Rollup merge of #144552 - Oneirical:uncountable-integer-3, r=jieyouxuJakub Beránek-58/+89
2025-08-06coverage: Remove all unstable support for MC/DC instrumentationZalathar-27/+2
2025-08-06Fortify generic param default checksLeón Orell Valerian Liehr-186/+196
2025-08-05commentsKivooeo-73/+84
2025-08-05moved 35 tests to organized locationsKivooeo-0/+0
2025-08-05Add regression tests for seemingly fixed issuesShoyu Vanilla-0/+73
2025-08-05Gate const trait syntaxLeón Orell Valerian Liehr-3/+26
2025-08-05Mark all deprecation lints in name resolution as deny-by-default and report-i...Vadim Petrochenkov-38/+289
2025-08-05Add test for "missing function argument" on multiline callSasha Pourcelot-3/+41
2025-08-05Added checks for attribute in type caseKivooeo-16/+304
2025-08-05Promote crash test.Camille GILLOT-0/+27
2025-08-05Rollup merge of #144894 - jieyouxu:chop-thread-cnt, r=ChrisDentonSamuel Tardieu-64/+0
2025-08-05Rollup merge of #144877 - Zalathar:coverage-various, r=lcnrSamuel Tardieu-1/+1
2025-08-05Rollup merge of #144817 - WaffleLapkin:reject-referety, r=UrgauSamuel Tardieu-0/+145
2025-08-05Rollup merge of #144741 - ShoyuVanilla:tilde-const-in-block, r=fee1-deadSamuel Tardieu-26/+85
2025-08-05Rollup merge of #144548 - Oneirical:uncountable-integer-2, r=jieyouxuSamuel Tardieu-78/+87
2025-08-04Rehome tests/ui/issues/ tests [3/?]Oneirical-58/+89
2025-08-04Include whitespace in "remove `|`" suggestion and make it hiddenEsteban Küber-116/+48
2025-08-04fix `#[loop_match]` on diverging loopFolkert de Vries-0/+44
2025-08-04Tweak auto trait errorsEsteban Küber-32/+102
2025-08-04Port `#[coroutine]` to the new attribute systemSasha Pourcelot-6/+9
2025-08-04Enforce tail call type is related to body return type in borrowckMichael Goulet-0/+26
2025-08-04Suggest bounds in more cases, accounting for type parameters referenced in pr...Esteban Küber-4/+68
2025-08-04Anonymize binders in tail call sigMichael Goulet-0/+13
2025-08-04Remove `tcp-stress.rs` testJieyou Xu-64/+0
2025-08-04properly reject tail calls to `&FnPtr` or `&FnDef`Waffle Lapkin-0/+145
2025-08-04coverage: Remove `-Zcoverage-options=no-mir-spans`Zalathar-1/+1
2025-08-04Rollup merge of #144785 - lucarlig:master, r=lqdStuart Cook-0/+18
2025-08-04Rollup merge of #144322 - Urgau:dangling-ptr-from-locals, r=oli-obkStuart Cook-0/+435
2025-08-03Rollup merge of #144851 - WaffleLapkin:instrinsic-deny, r=compiler-errors,sco...Samuel Tardieu-0/+27
2025-08-03Rollup merge of #144738 - bjorn3:remove_omit_gdb_pretty_printer_section, r=ji...Samuel Tardieu-107/+80
2025-08-03forbid tail calling intrinsicsWaffle Lapkin-0/+27
2025-08-04fix: Error on illegal `[const]`s inside blocks within legal positionsShoyu Vanilla-26/+85
2025-08-03Auto merge of #144732 - lcnr:ignore-shadowed-impls, r=compiler-errorsbors-0/+81
2025-08-02Rehome tests/ui/issues/ tests [2/?]Oneirical-78/+52
2025-08-02c-variadic: multiple ABIs in the same program for armFolkert de Vries-0/+77
2025-08-02Rollup merge of #144756 - WaffleLapkin:inf-rec-etc-ctfe, r=lqdSamuel Tardieu-0/+27
2025-08-02Rollup merge of #144703 - daltenty:daltenty/extern-weak, r=NoratriebSamuel Tardieu-0/+1
2025-08-02Rollup merge of #143360 - folkertdev:const-continue-outside-loop-match, r=Waf...Samuel Tardieu-6/+73
2025-08-02Auto merge of #129183 - estebank:cfg-visitor, r=davidtwcobors-122/+225
2025-08-02Auto merge of #144479 - cjgillot:incr-privacy-mod, r=petrochenkovbors-49/+49
2025-08-02don't warn on explicit casts of never to any Waffle Lapkin-35/+17
2025-08-02refactor `unreachable/expr_cast.rs` testWaffle Lapkin-20/+21
2025-08-01Tweak rendering of cfg'd out itemEsteban Küber-193/+98
2025-08-01remove recursive search for itemsEsteban Küber-12/+2
2025-08-01Detect more `cfg`d out items in resolution errorsEsteban Küber-20/+228
2025-08-01Auto merge of #144458 - compiler-errors:no-witness-mini, r=lcnrbors-190/+154