summary refs log tree commit diff
path: root/tests/ui/associated-consts
AgeCommit message (Expand)AuthorLines
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
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-92/+26
2023-10-17Unify suggestion wordingEsteban Küber-5/+3
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-0/+1
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+1
2023-10-04Tweak wording of E0562Esteban Küber-1/+1
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-3/+3
2023-09-14move required_consts check to general post-mono-check functionRalf Jung-6/+46
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+16
2023-09-01Fall through when resolving elided assoc const lifetimesMichael Goulet-0/+59
2023-08-25Handle Self in paths tooMichael Goulet-2/+2