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