summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
2022-06-07Remove arg_matrix.rs, bless testsMichael Goulet-37/+15
2022-05-06Resolve vars in note_type_errJack Huey-13/+0
2022-05-06Point at closure args tooJack Huey-0/+10
2022-05-06Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...bors-2/+2
2022-04-30Auto merge of #96347 - estebank:issue-96292, r=compiler-errorsbors-1/+4
2022-04-29Bless tests.Camille GILLOT-8/+8
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-1/+1
2022-04-24only show a simple description in E0133 span labelEmil Gardström-2/+2
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-4/+4
2022-04-23Use more targetted suggestion span for fully qualified pathEsteban Küber-1/+4
2022-04-21make `E0117` error clearTakayuki Maeda-1/+1
2022-04-20Remove mutable_borrow_reservation_conflict lintJack Huey-2/+2
2022-04-17show suggestion to replace generic bounds with associated types in more casesRobin Appelman-1/+27
2022-04-16Implementation for 65853Jack Huey-19/+28
2022-04-10--bless testsMaybe Waffle-0/+5
2022-04-05Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er...Dylan DPC-0/+30
2022-04-05macros: support translatable labelsDavid Wood-1/+1
2022-04-05Suggest derivable trait on E0277ohno418-0/+30
2022-03-30rework error messages for incorrect inherent implslcnr-4/+20
2022-03-30fix behavior for empty implslcnr-1/+1
2022-03-30update ui testslcnr-43/+4
2022-03-22interpret/memory: simplify check_and_deref_ptrRalf Jung-1/+1
2022-03-21move `adt_const_params` to its own tracking issuelcnr-1/+1
2022-03-09Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obkMatthias Krüger-2/+6
2022-03-09Auto merge of #94515 - estebank:tweak-move-error, r=davidtwcobors-1/+10
2022-03-08Suggest `if let`/`let_else` for refutable pat in `let`Esteban Kuber-2/+6
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-2/+2
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-25/+47
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-1/+5
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-2/+7
2022-03-03Tweak move errorEsteban Kuber-1/+10
2022-02-24Remove in-band lifetimesMichael Goulet-4/+0
2022-02-06Rollup merge of #91939 - GKFX:feature-91866, r=cjgillotMatthias Krüger-0/+6
2022-01-25#91939: integer to char cast error, make more targetedGeorge Bateman-0/+6
2022-01-18generic_arg_infer: placeholder in signature errlcnr-2/+2
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-112/+0
2021-12-28docs(error-codes): Add long error explanation for E0227TmLev-0/+21
2021-12-11Tweak assoc type obligation spansEsteban Kuber-1/+6
2021-11-30Remove all migrate.nll.stderr filesLucas Kent-6/+9
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-10/+2
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-10/+0
2021-11-20Point at bounds when comparing impl items to traitEsteban Kuber-2/+2
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-5/+5
2021-11-20Rollup merge of #90628 - ken-matsui:clarify-error-messages-caused-by-reexport...Matthias Krüger-3/+3
2021-11-20Clarify error messages caused by re-exporting `pub(crate)` visibility to outsideKen Matsui-3/+3
2021-11-19Rollup merge of #90961 - estebank:suggest-removal-of-call, r=nagisaYuki Okushi-2/+3
2021-11-16Suggest removal of arguments for unit variant, not replacementEsteban Kuber-2/+3
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-21/+19
2021-11-10no overlap errors after failing the orphan checklcnr-34/+10
2021-11-08impl Copy/Clone for arrays in std, not in compilerbstrie-27/+3