about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
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
2025-08-08Clean up some resolved test regressions of const trait removals in stdShoyu Vanilla-4/+4
2025-08-07Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errorsStuart Cook-2/+2
2025-08-06Rollup merge of #144956 - fmease:gate-const-trait-syntax, r=BoxyUwUGuillaume Gomez-3/+26
2025-08-06Rollup merge of #144910 - ShoyuVanilla:add-regression-tests, r=fee1-deadJakub Beránek-0/+73
2025-08-06Rollup merge of #144552 - Oneirical:uncountable-integer-3, r=jieyouxuJakub Beránek-0/+110
2025-08-05commentsKivooeo-164/+16
2025-08-05moved 35 tests to organized locationsKivooeo-0/+205
2025-08-05Add regression tests for seemingly fixed issuesShoyu Vanilla-0/+73
2025-08-05Gate const trait syntaxLeón Orell Valerian Liehr-3/+26
2025-08-05Rollup merge of #144741 - ShoyuVanilla:tilde-const-in-block, r=fee1-deadSamuel Tardieu-26/+85
2025-08-04Rehome tests/ui/issues/ tests [3/?]Oneirical-0/+110
2025-08-04Tweak auto trait errorsEsteban Küber-2/+2
2025-08-04fix: Error on illegal `[const]`s inside blocks within legal positionsShoyu Vanilla-26/+85
2025-08-03Auto merge of #144732 - lcnr:ignore-shadowed-impls, r=compiler-errorsbors-0/+81
2025-08-01Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxuRalf Jung-0/+50
2025-07-31commentsKivooeo-150/+4
2025-07-31add testslcnr-0/+81
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-25moved 34 tests to organized locationsKivooeo-0/+111
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