about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2025-09-13Rollup merge of #145896 - Oneirical:uncountable-integer-10, r=jieyouxuJacob Pratt-0/+76
2025-09-12Add test batch 3Oneirical-0/+76
2025-09-12Constify Eq, Ord, PartialOrdEvgenii Zheltonozhskii-33/+2
2025-09-11Rollup merge of #146422 - fmease:less-greedy-maybe-const-bounds, r=estebankStuart Cook-85/+132
2025-09-10Less greedily parse `[const]` boundsLeón Orell Valerian Liehr-0/+25
2025-09-10Restore the test intention of several MBE trait bound modifier testsLeón Orell Valerian Liehr-85/+107
2025-09-10Permit `more_maybe_bounds` in supertraits and trait objects onlyBryanskiy-10/+7
2025-09-10Default auto traits: revert to the default supertraitsBryanskiy-197/+138
2025-09-06Rollup merge of #144801 - estebank:issue-144734, r=spastorinoMatthias Krüger-0/+68
2025-09-06clean up some old const trait impl syntaxNathaniel McCallum-4/+4
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-3/+3
2025-09-01Constify conversion traitsltdk-3/+3
2025-08-29Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxuMatthias Krüger-0/+48
2025-08-29Rollup merge of #145675 - Oneirical:uncountable-integer-8, r=jieyouxuMatthias Krüger-0/+132
2025-08-28Auto merge of #145807 - zachs18:only-consider-auto-traits-empty, r=compiler-e...bors-0/+161
2025-08-27Add test batch 2Oneirical-0/+48
2025-08-27Add test batch 1Oneirical-0/+132
2025-08-26fix: Add col separator before secondary messages with no sourceScott Schafer-0/+5
2025-08-26fix: Don't add an end column separator after a file with no sourceScott Schafer-4/+0
2025-08-25Only consider auto traits empty for the purposes of omitting vptrs from subtr...Zachary S-0/+161
2025-08-25support non-defining uses in HIR typecklcnr-25/+89
2025-08-23Auto merge of #145796 - samueltardieu:rollup-linfi86, r=samueltardieubors-0/+53
2025-08-23Rollup merge of #145713 - lcnr:const-trait-bootstrap, r=compiler-errorsSamuel Tardieu-0/+53
2025-08-23Auto merge of #145706 - lcnr:uniquification, r=BoxyUwUbors-11/+9
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-35/+185
2025-08-22change HIR typeck unification handling approachlcnr-11/+9
2025-08-21next-solver fix const_trait_impl bootstraplcnr-0/+53
2025-08-21Rollup merge of #145627 - compiler-errors:const-supertrait-dyn-compat, r=fee1...Jacob Pratt-0/+36
2025-08-20Unconditionally-const supertraits are considered not dyn compatibleMichael Goulet-0/+36
2025-08-20Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwcoJacob Pratt-16/+16
2025-08-19bless tests with new lint messagesKarol Zwolak-16/+16
2025-08-19Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxubors-0/+99
2025-08-17Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` obligation.Zachary S-0/+99
2025-08-17Rehome tests/ui/issues/ tests [5/?]Oneirical-0/+104
2025-08-15Rollup merge of #144907 - ShoyuVanilla:no-const-async, r=fmeaseJacob Pratt-0/+36
2025-08-15Auto merge of #144991 - lcnr:ignore-usages-from-ignored-candidates, r=BoxyUwUbors-0/+43
2025-08-15fix: Reject async assoc fns of const traits/impls in ast_passesShoyu Vanilla-0/+36
2025-08-14Update uitestsJonathan Brouwer-17/+16
2025-08-14add regression testlcnr-0/+43
2025-08-11Tweak trait modifier errorsCameron Steffen-12/+16
2025-08-11Move trait impl modifier errors to parsingCameron Steffen-19/+19
2025-08-11Factor out InherentImplCannotUnsafeCameron Steffen-0/+2
2025-08-10Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxuStuart Cook-0/+142
2025-08-09commentsKivooeo-0/+31
2025-08-08Rollup merge of #144649 - estebank:issue-144602, r=lcnrTrevor Gross-0/+4
2025-08-08Rollup merge of #144039 - estebank:short-paths, r=fee1-deadTrevor Gross-2/+4
2025-08-08Rollup merge of #145057 - ShoyuVanilla:const-trait-tests-cleanup, r=petrochenkovStuart Cook-4/+4
2025-08-08Rollup merge of #144400 - Kivooeo:issue3, r=jieyouxuStuart Cook-0/+57
2025-08-07Account for bare tuples in field searching logicEsteban Küber-0/+4
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-2/+4