summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-29/+29
2024-05-20Handle a few more simple testsBen Kimock-4/+4
2024-04-24Mention when type parameter could be `Clone`Esteban Küber-6/+24
2024-04-23Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmeaseLeón Orell Valerian Liehr-0/+13
2024-04-23Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwcoMatthias Krüger-5/+5
2024-04-17Auto merge of #123674 - oli-obk:bogus_note, r=estebankbors-12/+3
2024-04-17consistency rename: language item -> lang itemRalf Jung-5/+5
2024-04-16Emit suggestions when equality constraints are wrongly usedGurinder Singh-0/+13
2024-04-14Suggest value on bare returnMichael Goulet-0/+5
2024-04-13Auto merge of #122603 - estebank:clone-o-rama, r=lcnrbors-0/+32
2024-04-12Improve diagnostic by suggesting to remove visibility qualifiermorine0122-6/+28
2024-04-11Mention when the type of the moved value doesn't implement `Clone`Esteban Küber-0/+32
2024-04-11Fix accuracy of `T: Clone` check in suggestionEsteban Küber-12/+0
2024-04-11Account for unops when suggesting cloningEsteban Küber-4/+6
2024-04-11Suggest `.clone()` when moved while borrowedEsteban Küber-0/+10
2024-04-09Silence some follow-up errors on trait impls in case the trait has conflictin...Oli Scherer-12/+3
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-21/+3
2024-03-08Improve error message for opaque capturesMichael Goulet-4/+16
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-8/+8
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-17/+17
2024-02-29allow statics pointing to mutable staticsRalf Jung-33/+3
2024-02-25fix use of platform_intrinsics in testsRalf Jung-2/+2
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-32/+49
2024-02-18Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkovMatthias Krüger-0/+2
2024-02-17Add help to `hir_analysis_unrecognized_intrinsic_function`Scott McMurray-0/+2
2024-02-18Improve wording of static_mut_refObei Sideg-7/+7
2024-02-17const_mut_refs: allow mutable refs to staticsRalf Jung-54/+18
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-53/+53
2024-02-15Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoeristerGuillaume Gomez-1/+1
2024-02-14Fix msg for verbose suggestions with confusable capitalizationEsteban Küber-1/+1
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-5/+60
2024-02-10don't skip coercions for types with errorsLukas Markeffsky-44/+3
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-15/+0
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-6/+39
2024-02-08Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebankbors-9/+54
2024-02-06Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errorsMatthias Krüger-2/+2
2024-02-05Stop bailing out from compilation just because there were incoherent traitsOli Scherer-9/+54
2024-02-04Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obkMatthias Krüger-5/+11
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-5/+11
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-2/+2
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-4/+4
2024-01-14Special case 'generic param from outer item' message for `Self`clubby789-2/+2
2024-01-13Bless testsGeorge-lewis-0/+8
2024-01-11Taint more aggressively in astconvOli Scherer-23/+3
2024-01-09Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasperbors-6/+76
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-6/+76
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-11/+30
2024-01-05Stabilize THIR unsafeckMatthew Jasper-1/+1
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-15/+1
2023-12-28rustc_lint: Prevent multiple 'incompatible with previous forbid' lintsMartin Nordholts-13/+1