about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2024-11-26Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnrMichael Goulet-52/+4
2024-11-26Rollup merge of #133495 - lcnr:env-shadowing-tests, r=compiler-errorsGuillaume Gomez-0/+19
2024-11-26Rollup merge of #133473 - Enselic:cow, r=nnethercoteGuillaume Gomez-0/+11
2024-11-26Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errorsGuillaume Gomez-29/+0
2024-11-26add test for alias-bound shadowing, rename folderlcnr-0/+19
2024-11-26do not constrain infer vars in `find_best_leaf_obligation`lcnr-60/+4
2024-11-26tests: Add regression test for self referential struct with cow as last fieldMartin Nordholts-0/+19
2024-11-25tests: Add regression test for recursive enum with Cow and CloneMartin Nordholts-0/+11
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-29/+0
2024-11-25tests: Add recursive associated type bound regression testsMartin Nordholts-0/+74
2024-11-25Constify Drop and DestructMichael Goulet-465/+71
2024-11-23Dont create object type when more than one principal is presentMichael Goulet-52/+4
2024-11-23Rollup merge of #133237 - fee1-dead-contrib:constadd, r=compiler-errors许杰友 Jieyou Xu (Joe)-58/+4
2024-11-23Delay a bug when encountering an impl with unconstrained generics in codegen_...Michael Goulet-0/+29
2024-11-23Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errorsbors-45/+46
2024-11-22Rollup merge of #132090 - compiler-errors:baily, r=lcnrMichael Goulet-45/+46
2024-11-23Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnrbors-15/+152
2024-11-22Check drop is trivial before checking ty needs dropMichael Goulet-69/+8
2024-11-22Deduplicate checking drop terminatorMichael Goulet-7/+8
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-14/+124
2024-11-22Implement ~const Destruct in new solverMichael Goulet-5/+92
2024-11-22Bail in effects in old solver if self ty is ty varMichael Goulet-0/+16
2024-11-22Get rid of HIR const checkerMichael Goulet-39/+24
2024-11-21E0277: suggest dereferencing function arguments in more casesdianne-0/+113
2024-11-21constify `Add`Deadbeef-58/+4
2024-11-21Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-deadMatthias Krüger-5/+75
2024-11-21Stop being so bail-y in candidate assemblyMichael Goulet-45/+46
2024-11-19Implement ~const Fn trait goals in the new solverMichael Goulet-90/+58
2024-11-19Implement ~const opaquesMichael Goulet-5/+75
2024-11-18Add reference annotations for diagnostic attributesEric Huss-1/+3
2024-11-15Move diagnostic::on_unimplemented test to the directory with all the other testsEric Huss-51/+0
2024-11-13Rollup merge of #133001 - lcnr:test-next-solver, r=compiler-errorsMatthias Krüger-1/+15
2024-11-13actually test next solverlcnr-1/+15
2024-11-12Consolidate type system const evaluation under `traits::evaluate_const`Boxy-61/+0
2024-11-09give a hint which feature is missingRalf Jung-4/+23
2024-11-09require const_impl_trait gate for all conditional and trait const callsRalf Jung-321/+177
2024-11-04Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errorsMatthias Krüger-0/+58
2024-11-04Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil...Matthias Krüger-5/+5
2024-11-04Fix minicore, add tests based off of itMichael Goulet-129/+97
2024-11-04find the generic container rather than simply looking up for the assoc with c...bohan-0/+58
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-5/+5
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-20/+18
2024-11-03Yeet effects featureMichael Goulet-619/+225
2024-11-03Gate checking ~const bounds on const_trait_implMichael Goulet-131/+21
2024-11-03Rollup merge of #132523 - ranger-ross:test-issue-117446, r=compiler-errorsMatthias Krüger-0/+57
2024-11-02fix testsEsteban Küber-1/+1
2024-11-02Added regression test for 117446ranger-ross-0/+57
2024-11-02Account for negative bounds in E0277 note and suggestionEsteban Küber-18/+0
2024-11-02On long E0277 primary span label, move it to a `help`Esteban Küber-1/+2
2024-11-02Add trait diff highlighting logic and use it in E0277Esteban Küber-2/+4