about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
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
2023-01-30Tweak use of trimmed pathsEsteban Küber-2/+2
2023-01-30Do not mention lifetime names in force trimmed pathsEsteban Küber-6/+6
2023-01-30Don't show `for<'lt>` in force trimmed pathsEsteban Küber-4/+4
2023-01-30Modify primary span label for E0308Esteban Küber-81/+81
2023-01-25Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkinMatthias Krüger-0/+1
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-12/+13
2023-01-20Rollup merge of #104154 - timrobertsdev:deny-by-default-bindings_with_variant...Michael Goulet-12/+10
2023-01-20Change `bindings_with_variant_name` to deny-by-default--global-12/+10
2023-01-19Add `rustc_on_unimplemented` on `Sync` for cell typesNilstrieb-0/+1
2023-01-20add raw identifier for keyword in suggestionbohan-5/+36
2023-01-17Account for method call and indexing when looking for inner-most path in expr...Esteban Küber-0/+2