about summary refs log tree commit diff
path: root/tests/ui/traits/next-solver
AgeCommit message (Expand)AuthorLines
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-2/+3
2025-04-10Deeply normalize obligations in BestObligationMichael Goulet-18/+10
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-2/+3
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-3/+3
2025-04-03add `TypingMode::Borrowck`lcnr-16/+63
2025-03-24Allow WellFormed goals to be returned from relating in new solverMichael Goulet-0/+48
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-1/+0
2025-03-12Rollup merge of #137314 - lcnr:cycles-with-unknown-kind, r=compiler-errorsMatthias Krüger-119/+80
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-13/+22
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-6/+0
2025-03-05keep inductive cycles as ambig in coherencelcnr-0/+32
2025-03-05change definitely non-productive cycles to errorlcnr-119/+48
2025-02-28add test using only trait boundslcnr-0/+48
2025-02-28reviewlcnr-2/+10
2025-02-28add test for newly supported behaviorlcnr-0/+43
2025-02-28normalizing where-clauses is also coinductive, add testslcnr-0/+111
2025-02-28remove useless testslcnr-238/+0
2025-02-27Delete tuple unsizingAlice Ryhl-6/+0
2025-02-17Deeply normalize associated type bounds before proving themMichael Goulet-11/+32
2025-02-14eagerly prove WF when resolving fully qualified pathslcnr-0/+39
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-2/+3
2025-02-06remove `feature(trait_upcasting)` from tests and bless themWaffle Lapkin-3/+0
2025-02-05Rollup merge of #136583 - Jarcho:fn_ctxt2, r=compiler-errorsJubilee-1/+1
2025-02-05Pass spans around new solverMichael Goulet-4/+12
2025-02-05When displaying a parameter mismatch error, only highlight the mismatched par...Jason Newcomb-1/+1
2025-01-31Manually walk into WF obligations in BestObligation proof tree visitorMichael Goulet-5/+6
2025-01-28"normalize" signature before checking mentions selfBoxy-0/+52
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-16/+0
2025-01-23Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errorsMatthias Krüger-0/+21
2025-01-23Rollup merge of #134746 - compiler-errors:autoderef-norm-non-wf-coerce-ice, r...Matthias Krüger-0/+56
2025-01-22Don't ICE in coerce when autoderef fails to structurally normalize non-WF typ...Michael Goulet-0/+56
2025-01-22Rollup merge of #135866 - BoxyUwU:dont_pick_fnptr_nested_goals, r=lcnrMatthias Krüger-0/+62
2025-01-22Use `structurally_normalize` instead of manual `normalizes-to` goalsBoxy-0/+45
2025-01-22Don't pick `T: FnPtr` nested goalsBoxy-0/+62
2025-01-20handle global trait bounds defining assoc typelcnr-0/+21
2025-01-18Auto merge of #135618 - lcnr:coherence-unknown, r=compiler-errorsbors-0/+70
2025-01-17add testlcnr-0/+70
2025-01-14Make sure to scrape region constraints from deeply normalizing type outlives ...Michael Goulet-0/+13
2025-01-06Don't ice on bad transmute in typeck in new solverMichael Goulet-0/+92
2024-12-18resolve FIXMElcnr-5/+0
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-1/+1
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-3/+3
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-5/+5
2024-12-06Auto merge of #133559 - compiler-errors:structurally-resolve-adjust-for-branc...bors-0/+34
2024-12-05Resolve moreMichael Goulet-0/+26
2024-12-03Rollup merge of #133558 - compiler-errors:structurally-resolve-probe-adt, r=lcnrMatthias Krüger-0/+15
2024-12-02Structurally resolve in probe_adtMichael Goulet-0/+15
2024-12-02Assert that obligations are empty before deeply normalizingMichael Goulet-8/+7
2024-12-02Deeply normalize when computing implied outlives boundsMichael Goulet-0/+46
2024-11-28Structurally resolve before adjust_for_branchesMichael Goulet-0/+8