about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2024-10-04Elaborate supertrait span correctly to label the error betterMichael Goulet-0/+3
2024-10-04Check elaborated projections from dyn don't mention unconstrained late bound ...Michael Goulet-14/+36
2024-10-02Auto merge of #130821 - lcnr:nalgebra-hang-2, r=compiler-errorsbors-2/+74
2024-10-01Rollup merge of #131042 - compiler-errors:supertrait-vtable, r=lcnrGuillaume Gomez-7/+8
2024-10-01add testslcnr-2/+74
2024-09-30Instantiate binders in supertrait_vtable_slotMichael Goulet-7/+8
2024-09-29fix(hir_analysis/wfcheck): don't leak {type error}Barrett Ray-2/+2
2024-09-28Rollup merge of #130866 - compiler-errors:dyn-instantiate-binder, r=lcnrMatthias Krüger-44/+36
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-35/+35
2024-09-27Rollup merge of #130718 - jackh726:known-bug-cleanup, r=compiler-errorsMatthias Krüger-3/+8
2024-09-27Cleanup some known-bug issuesJack Huey-3/+8
2024-09-26Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errorsJubilee-10/+10
2024-09-26Check allow instantiating object trait binder when upcasting and in new solverMichael Goulet-44/+36
2024-09-26diagnostics: wrap fn cast suggestions in parensMichael Howell-6/+90
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-10/+10
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-35/+35
2024-09-24Rollup merge of #130764 - compiler-errors:inherent, r=estebankTrevor Gross-0/+25
2024-09-24improve errors for invalid pointer castsLukas Markeffsky-7/+5
2024-09-24replace "cast" with "coercion" where applicableLukas Markeffsky-2/+2
2024-09-24use more accurate spans for user type ascriptionsLukas Markeffsky-8/+8
2024-09-24Separate collection of crate-local inherent impls from error reportingMichael Goulet-0/+25
2024-09-22Don't call const normalize in error reportingMichael Goulet-3/+3
2024-09-20Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomezbors-1/+16
2024-09-20Rollup merge of #130617 - lcnr:nalgebra-hang-3, r=compiler-errorsGuillaume Gomez-1/+16
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-1/+4
2024-09-20update testslcnr-1/+14
2024-09-20bail if there are too many non-region infer varslcnr-0/+2
2024-09-20Rollup merge of #129542 - zachs18:cow-self-test, r=compiler-errorsGuillaume Gomez-0/+14
2024-09-13Update tests for hidden references to mutable staticObei Sideg-1/+4
2024-09-12Rollup merge of #130276 - compiler-errors:nalgebra-hang, r=lcnrMatthias Krüger-0/+23
2024-09-12Rollup merge of #130273 - lcnr:overflow-no-constraints, r=compiler-errorsMatthias Krüger-0/+2
2024-09-12Add test for nalgebra hang in coherenceMichael Goulet-0/+23
2024-09-12more eagerly discard constraints on overflowlcnr-0/+2
2024-09-12Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnrbors-24/+35
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-24/+35
2024-09-11Rollup merge of #130123 - FedericoBruzzone:master, r=compiler-errorsMatthias Krüger-0/+51
2024-09-11Regression test for #129541Zachary S-0/+14
2024-09-10Report the `note` when specified in `diagnostic::on_unimplemented`FedericoBruzzone-0/+51
2024-09-09compiler: Inform the solver of concurrencyJubilee Young-0/+51
2024-09-05stabilize `-Znext-solver=coherence`lcnr-35/+24
2024-08-22Pretty-print own args of existential projectionsLeón Orell Valerian Liehr-15/+42
2024-08-13Use the right type when coercing fn items to pointersMichael Goulet-1/+8
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-1/+0
2024-07-30Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet...Matthias Krüger-0/+62
2024-07-29Detect non-lifetime binder params shadowing item paramsMichael Goulet-0/+62
2024-07-29Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obkMatthias Krüger-0/+18
2024-07-26Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkovbors-7/+104
2024-07-26Forbid `?Trait` bounds repetitionsBryanskiy-0/+30
2024-07-25Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errorsbors-4/+4
2024-07-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-7/+74