about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2025-09-11Less greedily parse `[const]` boundsLeón Orell Valerian Liehr-0/+25
2025-09-08Only consider auto traits empty for the purposes of omitting vptrs from subtr...Zachary S-0/+161
2025-08-21Gate const trait syntaxLeón Orell Valerian Liehr-3/+26
2025-08-14Revert "Use DeepRejectCtxt in assemble_inherent_candidates_from_param"Michael Goulet-46/+0
2025-08-01Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxuRalf Jung-0/+50
2025-07-31commentsKivooeo-150/+4
2025-07-31Auto merge of #144405 - lcnr:hir-typeck-uniquify, r=BoxyUwUbors-0/+125
2025-07-30handle region dependent goals due to infer varslcnr-0/+52
2025-07-29add `nonpoison::mutex` implementationConnor Tsui-3/+3
2025-07-28Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxuMatthias Krüger-0/+66
2025-07-27Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obkMatthias Krüger-25/+5
2025-07-26Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obkJacob Pratt-29/+42
2025-07-26Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxuTrevor Gross-16/+17
2025-07-25Check statics' type in type_of.Camille GILLOT-25/+5
2025-07-25Update ui tests with new macro early erroringGuillaume Gomez-29/+42
2025-07-25commentsKivooeo-22/+19
2025-07-25move 28 testsKivooeo-0/+69
2025-07-25uniquify root goals during HIR typecklcnr-0/+73
2025-07-24Rehome tests/ui/issues/ tests [1/?]Oneirical-0/+97
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-8/+8
2025-07-24moved 35 tests to organized locationsKivooeo-0/+196
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-16/+17
2025-07-22Rollup merge of #143768 - Randl:const-try, r=oli-obk许杰友 Jieyou Xu (Joe)-117/+12
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-117/+12
2025-07-20Consider param-env for fast pathMichael Goulet-40/+2
2025-07-18Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errorsMatthias Krüger-205/+67
2025-07-18Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-deadMatthias Krüger-21/+25
2025-07-18Don't reject *multiple* relaxed bounds, reject *duplicate* ones.León Orell Valerian Liehr-30/+0
2025-07-18Reword diagnostic about relaxing non-`Sized` boundLeón Orell Valerian Liehr-49/+4
2025-07-18Reword diagnostics about relaxed bounds in invalid contextsLeón Orell Valerian Liehr-122/+3
2025-07-18AST lowering: More robustly deal with relaxed boundsLeón Orell Valerian Liehr-1/+1
2025-07-18HIR ty lowering: Validate relaxed bounds in trait object typesLeón Orell Valerian Liehr-2/+27
2025-07-18HIR ty lowering: Simplify signature of `lower_poly_trait_ref`León Orell Valerian Liehr-6/+37
2025-07-17Make slices `[const] PartialEq`Oli Scherer-21/+24
2025-07-17Make `derive_const` usable within libcore againOli Scherer-0/+1
2025-07-17parse `const trait Trait`Deadbeef-139/+137
2025-07-17Rollup merge of #144016 - davidtwco:sized-hierarchy-temp-pseudo-revert, r=lcnrLeón Orell Valerian Liehr-10/+2
2025-07-17Rollup merge of #143895 - compiler-errors:trait-wc-item-bound-host-eff, r=oli...León Orell Valerian Liehr-0/+32
2025-07-16trait_sel: `MetaSized` always holds temporarilyDavid Wood-10/+2
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-8/+8
2025-07-15Rollup merge of #143927 - oli-obk:const-dyn-trait-hir-ty, r=fmeaseSamuel Tardieu-2/+26
2025-07-14Preserve constness in trait objects up to hir ty loweringOli Scherer-2/+26
2025-07-14Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errorsJakub Beránek-29/+29
2025-07-13Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errorsbors-5/+5
2025-07-13Imply always-const host effects the same as any other item boundMichael Goulet-0/+19
2025-07-13Dont collect assoc ty item bounds from trait where clause for host effect pre...Michael Goulet-0/+13
2025-07-13update issue number for `const_trait_impl`Deadbeef-29/+29
2025-07-13Retire hir::*ItemRef.Camille GILLOT-5/+5
2025-07-13Rollup merge of #143774 - oli-obk:const_from, r=fee1-deadMatthias Krüger-32/+2
2025-07-13Rollup merge of #143301 - Kivooeo:tf26, r=tgross35Matthias Krüger-0/+50