summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2023-05-18Simplify suggestion when returning bare dyn traitMichael Goulet-4/+8
2023-05-13Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors-7/+6
2023-05-12Note base types of coercionMichael Goulet-4/+4
2023-05-09tidy check to find misc files in ui tests, and clean up the resultsasquared31415-7/+6
2023-05-09Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkovMatthias Krüger-560/+0
2023-05-09Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebankDylan DPC-5/+4
2023-05-09Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillotDylan DPC-25/+38
2023-05-08Move testsCaio-560/+0
2023-05-08Rollup merge of #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errorsDylan DPC-0/+46
2023-05-08Make suggest_deref_or_ref return a multipart suggestionMichael Goulet-8/+12
2023-05-08Tweak borrow suggestionMichael Goulet-17/+26
2023-05-07Fix suggestion for boxing an async closure body, andJohn Bobbo-0/+46
2023-05-05tweak "make mut" spans (No. 2)Ezra Shaw-1/+1
2023-05-05tweak "make mut" spans when assigning to localsEzra Shaw-4/+3
2023-05-03Rollup merge of #111146 - petrochenkov:decident, r=compiler-errorsManish Goregaokar-5/+13
2023-05-03Rollup merge of #97594 - WaffleLapkin:array_tuple_conv, r=ChrisDentonManish Goregaokar-3/+10
2023-05-03rustc_middle: Fix `opt_item_ident` for non-local def idsVadim Petrochenkov-5/+13
2023-05-02Implement negative boundsMichael Goulet-2/+2
2023-05-02--bless testsMaybe Waffle-3/+10
2023-05-01Rip it outNilstrieb-54/+9
2023-04-27Fix a bad binop error when we need a callMichael Goulet-4/+5
2023-04-27Provide RHS type hint when reporting operator errorMichael Goulet-2/+2
2023-04-21Ensure mir_drops_elaborated_and_const_checked when requiring codegen.Camille GILLOT-0/+1
2023-04-21Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillotMatthias Krüger-1/+1
2023-04-20Move test filesCaio-344/+0
2023-04-19Substitute missing item suggestion correctlyMichael Goulet-1/+1
2023-04-19Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors-10/+19
2023-04-16fix library and rustdoc testsDeadbeef-10/+19
2023-04-15Add some reasons why tests are ignored.Eric Huss-2/+2
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