about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
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
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