about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-05-25Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearthbors-1/+1
2023-05-24Rollup merge of #111841 - matthewjasper:validate-match-guards, r=compiler-errorsMatthias Krüger-33/+232
2023-05-24libtest: Improve error when missing `-Zunstable-options`jyn-1/+1
2023-05-24Rollup merge of #111887 - fmease:inh-proj-pp-tests, r=compiler-errorsMatthias Krüger-0/+46
2023-05-24Rollup merge of #111880 - compiler-errors:pointer-like-param-env, r=jackh726Matthias Krüger-0/+52
2023-05-24Rollup merge of #111864 - Jules-Bertholet:sized-closures, r=compiler-errorsMatthias Krüger-0/+24
2023-05-24Rollup merge of #111861 - compiler-errors:rtn-in-super, r=jackh726Matthias Krüger-0/+22
2023-05-24Add tests for pretty-printing inherent projectionsLeón Orell Valerian Liehr-0/+46
2023-05-23Rollup merge of #111761 - bvanjoi:fix-109148, r=petrochenkovMatthias Krüger-0/+28
2023-05-23Don't ICE when computing PointerLike trait when region vars are in param-envMichael Goulet-0/+52
2023-05-23Always require closure parameters to be `Sized`Jules Bertholet-0/+24
2023-05-23Rollup merge of #111860 - compiler-errors:issue-111838, r=WaffleLapkinDylan DPC-0/+25
2023-05-23Rollup merge of #111853 - compiler-errors:opaque-check, r=oli-obkDylan DPC-1/+69
2023-05-23Rollup merge of #111704 - compiler-errors:sized-return-cleanup, r=oli-obkDylan DPC-207/+131
2023-05-23fix(resolve): not defined `extern crate shadow_name`bohan-0/+28
2023-05-23Auto merge of #110204 - compiler-errors:new-solver-hir-typeck-hacks, r=lcnrbors-0/+38
2023-05-23Don't ICE on RPITIT when promoting trait preds to associated type boundsMichael Goulet-0/+22
2023-05-23Don't ICE if method receiver fails to unify with arbitrary_self_typesMichael Goulet-0/+25
2023-05-22Check opaques for mismatch during writebackMichael Goulet-1/+69
2023-05-22Structurally normalize in the new solverMichael Goulet-0/+38
2023-05-22Auto merge of #111848 - Dylan-DPC:rollup-7jqydzg, r=Dylan-DPCbors-102/+118
2023-05-23Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-deadDylan DPC-101/+101
2023-05-23Rollup merge of #111612 - ChayimFriedman2:collect-into-slice-ref, r=petrochenkovDylan DPC-1/+17
2023-05-22Auto merge of #111754 - lcnr:recursion-depth, r=matthewjasperbors-1/+75
2023-05-22Run AST validation on match guards correctlyMatthew Jasper-33/+232
2023-05-21Auto merge of #111731 - MU001999:fix/issue-111727, r=cjgillotbors-0/+14
2023-05-21Rollup merge of #111745 - Badel2:emitter-add-overflow, r=compiler-errorsMatthias Krüger-0/+84
2023-05-21Rename `forget_ref` lint to `forgetting_references`Urgau-14/+14
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-35/+35
2023-05-21Rename `forget_copy` lint to `forgetting_copy_types`Urgau-14/+14
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-42/+42
2023-05-20don't skip inference for type in `offset_of!`Lukas Markeffsky-3/+33
2023-05-20Rollup merge of #111762 - bvanjoi:fix-111749, r=compiler-errorsDylan DPC-0/+30
2023-05-20Rollup merge of #111665 - est31:offset_of_tests, r=WaffleLapkinDylan DPC-7/+330
2023-05-20Rollup merge of #111652 - clubby789:self-import-improvement, r=compiler-errorsDylan DPC-1/+1
2023-05-20Rollup merge of #111491 - compiler-errors:nested-fut-must-use, r=wesleywiserDylan DPC-13/+29
2023-05-19Fix overflow in error emitterBadel2-0/+84
2023-05-19Keep only the trait when emitting the error for `MyTrait + 'a`Mu001999-0/+14
2023-05-19fix: emit error when fragment is `MethodReceiverExpr` and items is emptybohan-0/+30
2023-05-19Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillotbors-3/+4
2023-05-19add testlcnr-1/+75
2023-05-19Auto merge of #111590 - dtolnay:panictemporaries, r=bjorn3bors-4/+83
2023-05-19Auto merge of #110100 - compiler-errors:no-infer-pred-must-hold, r=jackh726bors-2/+15
2023-05-19Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkovbors-0/+21
2023-05-18Auto merge of #110493 - bvanjoi:new_disambiguated_key, r=petrochenkovbors-0/+90
2023-05-18Rollup merge of #111054 - cjgillot:cfg-eval-recover, r=b-naberDylan DPC-0/+33
2023-05-18Add more tests for the offset_of!() macroest31-7/+330
2023-05-18Auto merge of #108938 - chenyukang:yukang/fix-107910-shorten-ice, r=cjgillotbors-0/+143
2023-05-18Remove return type sized check hack from hir typeckMichael Goulet-74/+7
2023-05-18Simplify suggestion when returning bare dyn traitMichael Goulet-136/+127