summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2024-06-07Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-0/+1
2024-06-05Rollup merge of #125622 - oli-obk:define_opaque_types15, r=compiler-errorsMatthias Krüger-29/+0
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-0/+1
2024-06-05Rollup merge of #125906 - compiler-errors:simplify-method-error-args, r=fmeaseJubilee-1/+1
2024-06-04Move tests to a more appropriate directoryOli Scherer-51/+0
2024-06-04Turn a delayed bug back into a normal bug by winnowing private method candida...Oli Scherer-6/+9
2024-06-04Show that it will pick up the entirely wrong function as a private candidateOli Scherer-2/+21
2024-06-03Remove a bunch of redundant args from report_method_errorMichael Goulet-1/+1
2024-06-03Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violationMichael Goulet-15/+43
2024-06-03Auto merge of #125778 - estebank:issue-67100, r=compiler-errorsbors-2/+2
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-21/+21
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-21/+21
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-2/+2
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-61/+9
2024-05-26Rollup merge of #125046 - bjorn3:no_mutable_static_linkage, r=cjgillotJubilee-3/+0
2024-05-13Only allow immutable statics with #[linkage]bjorn3-3/+0
2024-05-05Auto merge of #123125 - gurry:122561-bad-note-non-zero-loop-iters-2, r=estebankbors-0/+8
2024-05-04tests/ui: prepare some tests for --check-cfg by defaultUrgau-6/+4
2024-04-30Replace item names containing an error code with something more meaningfulLeón Orell Valerian Liehr-1/+1
2024-04-30Remove note about iteration count in coerceGurinder Singh-0/+8
2024-04-30Auto merge of #124398 - klensy:trailing-ws, r=compiler-errorsbors-2/+2
2024-04-29Change wordingest31-2/+2
2024-04-28Add a note to the ArbitraryExpressionInPattern errorest31-0/+4
2024-04-27tests: remove some trailing wsklensy-2/+2
2024-04-25Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnrMatthias Krüger-7/+0
2024-04-25Don't ICE when codegen_select returns ambiguity in new solverMichael Goulet-7/+0
2024-04-25Check closure args and returns are WFMichael Goulet-2/+9
2024-04-24Mention when type parameter could be `Clone`Esteban Küber-4/+23
2024-04-22Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnayGuillaume Gomez-1/+0
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-04-21Move some testsCaio-970/+0
2024-04-17Auto merge of #123674 - oli-obk:bogus_note, r=estebankbors-42/+5
2024-04-15Rollup merge of #123943 - saethlin:less-sysroot-libc, r=workingjubileeMichael Goulet-17/+4
2024-04-15Use the rustc_private libc less in testsBen Kimock-17/+4
2024-04-13Auto merge of #122603 - estebank:clone-o-rama, r=lcnrbors-1/+34
2024-04-12Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiserMatthias Krüger-2/+2
2024-04-12Better account for more cases involving closuresEsteban Küber-1/+7
2024-04-12Improve diagnostic by suggesting to remove visibility qualifiermorine0122-2/+2
2024-04-11Mention when the type of the moved value doesn't implement `Clone`Esteban Küber-0/+12
2024-04-11More move error suggestions to cloneEsteban Küber-0/+4
2024-04-11Suggest `.clone()` in some move errorsEsteban Küber-0/+11
2024-04-11Rollup merge of #123704 - estebank:diag-changes, r=compiler-errorsMatthias Krüger-1/+1
2024-04-11Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebankbors-20/+0
2024-04-11Rollup merge of #123703 - estebank:diag-changes-2, r=NadrierilLeón Orell Valerian Liehr-5/+5
2024-04-10Add basic library support for `f16` and `f128`Trevor Gross-9/+9
2024-04-10move testKalle Wachsmuth-20/+0
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-5/+5
2024-04-09Tweak value suggestions in `borrowck` and `hir_analysis`Esteban Küber-1/+1
2024-04-09Silence some follow-up errors on trait impls in case the trait has conflictin...Oli Scherer-42/+5
2024-04-08Fix UI tests with dist-vendored dependenciesJosh Stone-1/+1