summary refs log tree commit diff
path: root/tests/ui/traits/next-solver
AgeCommit message (Expand)AuthorLines
2024-04-26Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errorsbors-25/+0
2024-04-25hir typeck: look into nested goalslcnr-25/+0
2024-04-25Don't ICE when codegen_select returns ambiguity in new solverMichael Goulet-0/+17
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-37/+43
2024-04-22Stabilize generic `NonZero`.Markus Reiter-7/+6
2024-03-22Uniquify ReError on input mode in canonicalizerMichael Goulet-0/+49
2024-03-19Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnrbors-4/+4
2024-03-18update region debug formattingBoxy-4/+4
2024-03-18move testslcnr-0/+0
2024-03-18`NormalizesTo` return nested goalslcnr-20/+45
2024-03-11Move project -> normalize, move normalize testsMichael Goulet-0/+0
2024-03-11Don't ICE when non-self part of trait goal is constrained in new solverMichael Goulet-0/+35
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-5/+7
2024-03-08Add some new solver testsMichael Goulet-0/+49
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-18/+18
2024-03-01Rollup merge of #121497 - lcnr:coherence-suggest-increasing-recursion-limit, ...Matthias Krüger-65/+7
2024-02-29Make infer higher ranked equate use bidirectional subtyping in invariant contextSantiago Pastorino-1/+9
2024-02-29track overflowing goals for overfow errorslcnr-0/+3
2024-02-29distinguish recursion limit based overflow for diagnosticslcnr-65/+4
2024-02-27Process alias-relate obligations in CoerceUnsized loopMichael Goulet-0/+18
2024-02-26add regression testslcnr-0/+52
2024-02-26update testslcnr-52/+55
2024-02-25Use generic `NonZero` in tests.Markus Reiter-6/+7
2024-02-22Rollup merge of #120598 - compiler-errors:no-rigid-check, r=lcnrMatthias Krüger-15/+1
2024-02-21Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errorsLeón Orell Valerian Liehr-8/+8
2024-02-20some type system cleanuplcnr-8/+8
2024-02-20Simply do not ICEMichael Goulet-0/+26
2024-02-19Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwUbors-2/+2
2024-02-17move ty var instantiation into the generalize modulelcnr-2/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-251/+251
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-5/+60
2024-02-13use alias-relate to structurally normalize in the solverlcnr-23/+24
2024-02-09hide impls if trait bound is proven from envlcnr-82/+316
2024-02-08Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebankbors-6/+32
2024-02-06Rollup merge of #120513 - compiler-errors:normalize-regions-for-nll, r=lcnrMatthias Krüger-3/+41
2024-02-05Stop bailing out from compilation just because there were incoherent traitsOli Scherer-6/+32
2024-02-04Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgrbors-4/+4
2024-02-03No need to validate_alias_bound_self_from_param_env in assemble_alias_bound_c...Michael Goulet-15/+1
2024-02-02Normalize the whole PolyTypeOutlivesPredicate, more simplificationsMichael Goulet-2/+2
2024-02-02Normalize type outlives obligations in NLLMichael Goulet-0/+31
2024-02-02Use deeply_normalize_with_skipped_universes in when processing type outlivesMichael Goulet-1/+8
2024-02-01review comment: change wordingEsteban Küber-4/+4
2024-01-31Remove a has_errors check that doesn't actually prevent noisy follow up errorsOli Scherer-2/+10
2024-01-30Auto merge of #119101 - compiler-errors:outlives, r=lcnrbors-3/+48
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-18/+5
2024-01-30Apply suggestions from reviewMichael Goulet-0/+20
2024-01-30Add a testMichael Goulet-0/+22
2024-01-30Deeply normalize when processing registered region obligationsMichael Goulet-3/+6
2024-01-29bye bye `assemble_candidates_via_self_ty`lcnr-13/+85
2024-01-26remove unnecessary testlcnr-22/+0