about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2024-07-09E0191 suggestion correction, inserts turbofish without dyn (#91997)Ashton Hunt-3/+3
2024-07-06Mark format! with must_use hintlukas-1/+1
2024-07-05Rollup merge of #127392 - estebank:arg-type, r=jieyouxuJubilee-16/+20
2024-07-05Use verbose suggestion for changing arg typeEsteban Küber-16/+20
2024-07-05Use verbose style for argument removal suggestionEsteban Küber-8/+12
2024-07-04Tweak raw-pointer field access and array indexing suggestionsEsteban Küber-8/+12
2024-07-04Better suggestion span for missing type parameterEsteban Küber-2/+10
2024-07-02Re-implement a type-size based limitMichael Goulet-22/+14
2024-06-26Rollup merge of #126925 - surechen:fix_125631, r=compiler-errorsMatthias Krüger-0/+6
2024-06-25Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoeristerMatthias Krüger-0/+1
2024-06-25Detect unused structs which derived Defaultmu001999-0/+1
2024-06-25Change E0369 diagnostic give note information for foreign items.surechen-0/+6
2024-06-22Rollup merge of #126723 - estebank:dot-dot-dot, r=NadrierilGuillaume Gomez-2/+2
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber-2/+2
2024-06-19Const generic parameters aren't bounds, even if we end up erroring because of...Oli Scherer-2/+2
2024-06-19Taint infcx when reporting errorsOli Scherer-4/+53
2024-06-17Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars...Michael Goulet-6/+6
2024-06-12Spell out other trait diagnosticAlex Macleod-28/+28
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