about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2025-08-07Auto merge of #115746 - tgross35:unnamed-threads-panic-message, r=cuviperbors-2/+2
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-2/+2
2025-08-06Add support for shortening `Instance` and use itEsteban Küber-9/+13
2025-08-06Rollup merge of #144977 - fmease:fortify-param-default-checks, r=compiler-errorsGuillaume Gomez-36/+0
2025-08-06Rollup merge of #144552 - Oneirical:uncountable-integer-3, r=jieyouxuJakub Beránek-993/+0
2025-08-06Fortify generic param default checksLeón Orell Valerian Liehr-36/+0
2025-08-05commentsKivooeo-208/+0
2025-08-05moved 35 tests to organized locationsKivooeo-624/+0
2025-08-05Rollup merge of #144548 - Oneirical:uncountable-integer-2, r=jieyouxuSamuel Tardieu-513/+0
2025-08-04Rehome tests/ui/issues/ tests [3/?]Oneirical-993/+0
2025-08-02Rehome tests/ui/issues/ tests [2/?]Oneirical-548/+0
2025-08-01Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxuRalf Jung-1131/+0
2025-07-31commentsKivooeo-281/+0
2025-07-28Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxuMatthias Krüger-845/+0
2025-07-26Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxuTrevor Gross-0/+2
2025-07-26Rollup merge of #144089 - Oneirical:uncountable-integer-1, r=jieyouxuTrevor Gross-735/+0
2025-07-25commentsKivooeo-284/+0
2025-07-25move 28 testsKivooeo-630/+0
2025-07-25moved 34 tests to organized locationsKivooeo-842/+0
2025-07-25Rollup merge of #144200 - estebank:dont-point-at-closure, r=lcnrMatthias Krüger-2/+4
2025-07-24Rehome tests/ui/issues/ tests [1/?]Oneirical-735/+0
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-5/+5
2025-07-24moved 35 tests to organized locationsKivooeo-850/+0
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-0/+2
2025-07-21Generalize logic pointing at binding moved into closureEsteban Küber-1/+1
2025-07-21Tweak borrowck label pointing at `!Copy` value moved into closureEsteban Küber-2/+4
2025-07-18Reword diagnostic about relaxing non-`Sized` boundLeón Orell Valerian Liehr-10/+10
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-5/+5
2025-07-15Recover and suggest use `;` to construct array typexizheyin-35/+0
2025-07-07Add `ty_span` queryOli Scherer-2/+2
2025-06-30Don't look at static items' HIR for wfcheckOli Scherer-4/+4
2025-06-27const checks: avoid 'top-level scope' terminologyRalf Jung-3/+7
2025-06-26clarify and unify 'transient mutable borrow' errorsRalf Jung-2/+2
2025-06-24Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-deadGuillaume Gomez-39/+0
2025-06-24Move some `issues-*` tests to better homesTrevor Gross-73/+0
2025-06-24Migrate some tests away from `concat-idents`Trevor Gross-23/+57
2025-06-23compiletest: Improve diagnostics for line annotation mismatchesVadim Petrochenkov-3/+3
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-6/+3
2025-06-18better template for repr attributesJana Dönszelmann-2/+2
2025-06-17make error codes reflect reality betterJana Dönszelmann-24/+24
2025-06-17use consistent attr errors in all attribute parsersJana Dönszelmann-2/+2
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-19/+43
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-1/+0
2025-06-13Unimplement unsized_localsmejrs-1/+0
2025-06-12Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscrossMatthias Krüger-0/+1
2025-06-12Allow `unpredictable_function_pointer_comparisons` lint in more placesUrgau-0/+1
2025-06-09Make E0621 missing lifetime suggestion verboseEsteban Küber-15/+31
2025-06-08Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obkbors-1/+1
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-1/+1
2025-06-07Rollup merge of #142131 - estebank:cast-sugg, r=UrgauJacob Pratt-8/+18