about summary refs log tree commit diff
path: root/tests/ui/higher-ranked
AgeCommit message (Expand)AuthorLines
2024-02-29Make nll higher ranked equate use bidirectional subtyping in invariant contextSantiago Pastorino-0/+60
2024-02-29Make infer higher ranked equate use bidirectional subtyping in invariant contextSantiago Pastorino-13/+22
2024-02-29distinguish recursion limit based overflow for diagnosticslcnr-1/+0
2024-02-26Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-0/+69
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-104/+104
2024-02-09For a rigid projection, recursively look at the self type's item boundsMichael Goulet-56/+2
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-4/+47
2024-02-06Rollup merge of #120507 - estebank:issue-108428, r=davidtwcoMatthias Krüger-0/+12
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-3/+3
2024-01-30Account for non-overlapping unmet trait bounds in suggestionEsteban Küber-0/+12
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-4/+4
2024-01-26Use single label for method not found due to unmet boundEsteban Küber-8/+2
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-4/+4
2024-01-16borrowck: wf-check fn item argsAli MJ Al-Nasrawy-1/+11
2024-01-13Bless testsGeorge-lewis-0/+2
2024-01-09Auto merge of #118968 - aliemjay:canon-static, r=lcnrbors-2/+2
2023-12-22Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errorsbors-2/+2
2023-12-21Simple modification of diagnostic informationsurechen-22/+22
2023-12-17fix diagnostic regresssionAli MJ Al-Nasrawy-11/+5
2023-12-17use Vec for region constraintsAli MJ Al-Nasrawy-7/+13
2023-12-15unify query canonicalization modeAli MJ Al-Nasrawy-2/+2
2023-12-14update use of feature flagslcnr-4/+4
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-6/+6
2023-12-05Add print_trait_sugaredMichael Goulet-8/+8
2023-11-24Manual find replace updatesNilstrieb-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-21/+21
2023-11-16Auto merge of #116097 - jackh726:higher-ranked-lifetime-error-backup, r=compi...bors-0/+26
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-5/+5
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+2
2023-09-24Try to use approximate placeholder regions when outputting an AscribeUserType...Jack Huey-0/+26
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-15/+15
2023-09-19Explain HRTB + infer limitations of old solverMichael Goulet-0/+21
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+15
2023-08-09Point out expectation even if we have RegionsInsufficientlyPolymorphicMichael Goulet-2/+6
2023-07-29Change default panic handler message format.Mara Bos-1/+1
2023-07-25write-long-types-to-disk: update testsMahdi Dibaiee-4/+2
2023-07-24new unstable option: -Zwrite-long-types-to-diskMahdi Dibaiee-2/+2
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-2/+2
2023-06-25Add test for futures with HRTBdswij-0/+44
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-1/+1
2023-05-30directory size limit :<lcnr-0/+3736
2023-05-30add the leak check to the new solverlcnr-0/+24