about summary refs log tree commit diff
path: root/tests/ui/associated-consts
AgeCommit message (Expand)AuthorLines
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
2023-08-20Warn on elided lifetimes in associated constantsMichael Goulet-1/+17
2023-07-18moved note as unspanned note, moved note to the bottom of the msgnxya-20/+4
2023-07-18added links as a notenxya-4/+4
2023-07-18add links to query documentation for E0391nxya-4/+4
2023-07-18added links as a notenxya-4/+24
2023-07-18add links to query documentation for E0391nxya-4/+4
2023-07-15Check entry type as part of item type checking.Camille GILLOT-6/+6
2023-06-25Add a regression test for #110933Yuki Okushi-0/+20
2023-06-11properly check associated consts for infer placeholdersMichael Goulet-0/+19
2023-04-23Don't create projection ty for const projectionMichael Goulet-0/+33
2023-04-15Only enable ConstProp at mir-opt-level >= 2.Camille GILLOT-8/+0
2023-04-14bless the single testEzra Shaw-0/+2
2023-03-21evaluate: improve and fix recursion depth handlinglcnr-1/+1
2023-02-22pluralize stuffMichael Goulet-1/+1
2023-02-14Better label for illegal impl trait typesMichael Goulet-1/+1
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1958