summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2023-04-14Fortify tests againts mir-opts.Camille GILLOT-66/+0
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-15/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-18/+36
2023-04-11Split implied and super predicate queriesMichael Goulet-12/+2
2023-04-11Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errorsbors-2/+2
2023-04-11Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiserYuki Okushi-5/+9
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-2/+2
2023-04-08Tweak tuple indexing suggestionMichael Goulet-1/+16
2023-04-07update tests/uiickk-1/+1
2023-04-03Update ui tests involving invalid visibility qualifiersTam Pham-5/+9
2023-04-03remove invalid ignore-prettyPietro Albini-4/+0
2023-03-27Use the FnPtr trait to avoid implementing common traits via macrosOli Scherer-20/+0
2023-03-21evaluate: improve and fix recursion depth handlinglcnr-17/+17
2023-03-15error-msg: impl better suggestion for `E0532`Ezra Shaw-1/+1
2023-03-11Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=NilstriebMatthias Krüger-2/+0
2023-03-09Propagate expected return type instead of real return type in check_binopMichael Goulet-5/+32
2023-03-08may not => cannotMichael Goulet-2/+2
2023-03-06Bless the remaining ui testsMu42-1/+19
2023-03-03Remove some useless `#[allow()]`s in testsMaybe Waffle-2/+0
2023-02-25Rollup merge of #107675 - jsgf:link-directives, r=davidtwcoMichael Goulet-0/+10
2023-02-24Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler...Dylan DPC-10/+10
2023-02-24Rollup merge of #106923 - mejrs:fluent_err, r=davidtwcoDylan DPC-0/+41
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-10/+10
2023-02-23Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit...Matthias Krüger-4/+4
2023-02-23Add stderrmejrs-0/+22
2023-02-23Test that choosing the default bundle does not icemejrs-0/+19
2023-02-22pluralize stuffMichael Goulet-4/+4
2023-02-22Implement -Zlink-directives=yes/noJeremy Fitzhardinge-0/+10
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-28/+28
2023-02-22Rollup merge of #108239 - clubby789:overlapping-spans, r=compiler-errorsGuillaume Gomez-7/+3
2023-02-22Rollup merge of #108230 - LittleFall:enhance/warning, r=estebankGuillaume Gomez-11/+2
2023-02-22Convert a hard-warning about named static lifetimes into lint "unused_lifetimes"Zhi Qi-11/+2
2023-02-21Fix overlapping spans in removing extra argumentsclubby789-7/+3
2023-02-21Specify what 'this' actually isMichael Goulet-2/+2
2023-02-17Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkovMatthias Krüger-630/+0
2023-02-16Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8KiMatthias Krüger-16/+13
2023-02-16Move testsCaio-630/+0
2023-02-16Remove save-analysis.Nicholas Nethercote-7/+6
2023-02-14Make removal suggestion not verboseEsteban Küber-18/+12
2023-02-14rebase and review commentsEsteban Küber-4/+4
2023-02-14More accurate spans for arg removal suggestionEsteban Küber-6/+9
2023-02-10Rollup merge of #107789 - jieyouxu:issue-107745, r=lcnrMatthias Krüger-4/+2
2023-02-09Introduce `ReError`Esteban Küber-1/+0
2023-02-09Don't expose type parameters and implementation details from macro expansion许杰友 Jieyou Xu (Joe)-4/+2
2023-02-07Auto merge of #107671 - CastilloDel:master, r=estebankbors-0/+79
2023-02-06Add `run-rustfix` to tests/ui/issues/issue-92741.rsCastilloDel-15/+29
2023-02-06Add more test cases to tests/ui/issues/issue-92741.rsCastilloDel-1/+41
2023-02-05Add UI test for issue #92741CastilloDel-0/+25
2023-02-03Provide structured suggestion for binding needing type on E0594Esteban Küber-3/+7
2023-01-30Mention fn coercion rules (needs to be expanded)Esteban Küber-3/+4