about summary refs log tree commit diff
path: root/tests/ui/coherence
AgeCommit message (Expand)AuthorLines
2024-09-05stabilize `-Znext-solver=coherence`lcnr-79/+67
2024-09-03do not attempt to prove unknowable goalslcnr-2/+2
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-3/+19
2024-08-11Add more information link to orphan implsJonathan Birk-40/+80
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-1/+0
2024-07-30Adjust orphan note in testsJonathan Birk-40/+40
2024-07-30Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errorsMatthias Krüger-0/+102
2024-07-25Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errorsbors-12/+12
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-7/+6
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-7/+6
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-20/+4
2024-07-12rustc_type_ir: derivative -> derive-wherePavel Grigorenko-12/+12
2024-07-10elaborate unknowable goalslcnr-0/+102
2024-06-19rustc_type_ir: Omit some struct fields from Debug outputLeón Orell Valerian Liehr-12/+12
2024-06-12better error message for normalizes-to ambiguitiesMichael Goulet-6/+6
2024-06-12Walk into alias-eq nested goals even if normalization failsMichael Goulet-5/+5
2024-06-11Remove DebugWithInfcxMichael Goulet-12/+12
2024-06-11Auto merge of #126139 - compiler-errors:specializes, r=lcnrbors-11/+11
2024-06-07Only compute specializes query if specialization is enabled in the crate of t...Michael Goulet-11/+11
2024-06-07Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-0/+1
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-0/+1
2024-06-04Orphanck: Consider opaque types to never cover type parametersLeón Orell Valerian Liehr-0/+73
2024-05-30update UI testslcnr-12/+12
2024-05-29Partially implement `ConstArgHasType`Boxy-2/+13
2024-05-28eagerly normalize when adding goalslcnr-2/+2
2024-05-24Use regular type equating instead of a custom queryOli Scherer-0/+27
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+27
2024-05-18Fix typos (taking into account review comments)blyxyas-1/+1
2024-05-02Use a proof tree visitor to refine the Obligation for error reportingMichael Goulet-1/+1
2024-04-30Auto merge of #117164 - fmease:orphan-norm, r=lcnrbors-0/+593
2024-04-30Normalize trait ref before orphan check & consider ty params in alias types t...León Orell Valerian Liehr-0/+593
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-1/+2
2024-04-09Silence some follow-up errors on trait impls in case the trait has conflictin...Oli Scherer-53/+7
2024-04-05Rollup merge of #122894 - compiler-errors:downgrade, r=lcnrGuillaume Gomez-0/+60
2024-03-28Restrict const ty's regions to static when putting them in canonical var listMichael Goulet-0/+34
2024-03-22Move check for error in impl header outside of reportingMichael Goulet-0/+60
2024-03-18update region debug formattingBoxy-12/+12
2024-03-10Mark some next-solver-behavior tests explicitly with revisionsMichael Goulet-2/+15
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-2/+3
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-11/+11
2024-02-29Make infer higher ranked equate use bidirectional subtyping in invariant contextSantiago Pastorino-23/+29
2024-02-26update testslcnr-7/+3
2024-02-22Tweak wording of "implemented trait isn't imported" suggestionEsteban Küber-2/+2
2024-02-20some type system cleanuplcnr-16/+16
2024-02-20Rollup merge of #121308 - kadiwa4:test_103369, r=TaKO8KiNilstrieb-0/+53
2024-02-20Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnrNilstrieb-61/+31
2024-02-19Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwUbors-8/+8
2024-02-19Remove suspicious auto trait lintSantiago Pastorino-50/+20
2024-02-19regression test for #103369Kalle Wachsmuth-0/+53
2024-02-18Change leak check lint message to behavior is likely to change in the futureSantiago Pastorino-11/+11