about summary refs log tree commit diff
path: root/tests/ui/associated-consts
AgeCommit message (Expand)AuthorLines
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-10/+12
2024-12-22Add `ignore-rustc-debug-assertions` to `tests/ui/associated-consts/issue-9377...DianQK-3/+3
2024-12-16Disable `tests\ui\associated-consts\issue-93775.rs` on windows msvc许杰友 Jieyou Xu (Joe)-0/+4
2024-12-06Hide errors whose suggestions would contain error constants or typesOli Scherer-6/+0
2024-12-06Silence follow-up errors from `lit_to_const`Oli Scherer-2/+2
2024-12-04review comments: reword messages and simplify logicEsteban Küber-12/+12
2024-12-04Point at generic param through which a const is used in a patternEsteban Küber-8/+19
2024-12-04On `const` pattern errors, point at the `const` item definitionEsteban Küber-0/+20
2024-11-27Bless tests due to extra error reporting due to normalizing types that are no...Michael Goulet-1/+10
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-1/+1
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-2/+2
2024-09-16Relate receiver invariantly in method probe for Mode::PathMichael Goulet-4/+32
2024-07-18avoid creating an Instance only to immediately disassemble it againRalf Jung-17/+35
2024-07-17Fix associated item removal suggestionEsteban Küber-4/+6
2024-06-17Use subtyping instead of equality, since method resolution also uses subtypingOli Scherer-0/+59
2024-06-14Resolve elided lifetimes in assoc const to static if no other lifetimes are i...Michael Goulet-69/+4
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-8/+8
2024-05-13Apply nitsMichael Goulet-36/+6
2024-04-16Emit suggestions when equality constraints are wrongly usedGurinder Singh-0/+9
2024-03-27Sort method suggestions by `DefPath` instead of `DefId`Oli Scherer-6/+6
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-6/+61
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-12/+1
2024-03-13Reject escaping bound vars in the type of assoc const bindingsLeón Orell Valerian Liehr-0/+99
2024-03-13Reject early-bound params in the type of assoc const bindingsLeón Orell Valerian Liehr-0/+131
2024-03-11Rollup merge of #119385 - fmease:assoc-const-eq-fixes-2, r=oli-obk,cjgillotJubilee-6/+26
2024-03-11Rollup merge of #121840 - oli-obk:freeze, r=dtolnayJacob Pratt-0/+12
2024-03-08Stabilize associated type boundsMichael Goulet-12/+1
2024-03-01Never say "`Trait` is implemented for `{type error}`"Esteban Küber-2/+0
2024-02-29Expose `Freeze` trait againOli Scherer-0/+12
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-25/+29
2024-02-18Propagate the resolved type of assoc const bindings via query feedingLeón Orell Valerian Liehr-6/+26
2024-02-17Enable `ConstPropLint` for promotedsGurinder Singh-1/+9
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-40/+40
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-5/+90
2024-02-08Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebankbors-3/+10
2024-02-07Update testsr0cky-2/+13
2024-02-05Stop bailing out from compilation just because there were incoherent traitsOli Scherer-3/+10
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-1/+1
2024-01-23Remove track_errors entirelyOli Scherer-10/+3
2024-01-20Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnrbors-15/+0
2024-01-19Always use RevealAll for const eval queriesOli Scherer-15/+0
2024-01-13Bless testsGeorge-lewis-0/+4
2024-01-07Split note, fix const/static impl trait errorMichael Goulet-1/+3
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-1/+1
2023-12-08Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errorsMatthias Krüger-2/+2
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-2/+2
2023-12-07Resolve assoc item bindings by namespaceLeón Orell Valerian Liehr-47/+134
2023-11-30generic_const_exprs: suggest to add the feature, not use itRalf Jung-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-22/+22
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-3/+10