| Age | Commit message (Expand) | Author | Lines |
| 2022-11-25 | Auto merge of #104602 - petrochenkov:effvisperf5, r=oli-obk | bors | -95/+128 |
| 2022-11-24 | Auto merge of #104845 - matthiaskrgr:rollup-tckj956, r=matthiaskrgr | bors | -120/+72 |
| 2022-11-24 | Rollup merge of #104822 - spastorino:selctx-new-instead-of-with_query_mode, r... | Matthias Krüger | -8/+3 |
| 2022-11-24 | Rollup merge of #104820 - spastorino:remove-normalize_projection_type, r=jack... | Matthias Krüger | -68/+13 |
| 2022-11-24 | Rollup merge of #104796 - notriddle:notriddle/unused-issue-104397, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-11-24 | Rollup merge of #104782 - oli-obk:const_eval_limit_bump, r=pnkfelix | Matthias Krüger | -1/+1 |
| 2022-11-24 | Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obk | Matthias Krüger | -10/+28 |
| 2022-11-24 | Rollup merge of #104773 - oli-obk:overlap, r=lcnr | Matthias Krüger | -10/+4 |
| 2022-11-24 | Rollup merge of #104747 - petrochenkov:ctorfields, r=cjgillot | Matthias Krüger | -20/+15 |
| 2022-11-24 | Rollup merge of #104704 - ecnelises:p10vec, r=jackh726 | Matthias Krüger | -0/+1 |
| 2022-11-24 | Rollup merge of #104514 - chenyukang:yukang/fix-104513-ice, r=petrochenkov | Matthias Krüger | -3/+6 |
| 2022-11-24 | Auto merge of #103693 - HKalbasi:master, r=oli-obk | bors | -2526/+2701 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -126/+358 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -1667/+1683 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -1153/+1226 |
| 2022-11-24 | make rustc_target usable outside of rustc | hkalbasi | -73/+159 |
| 2022-11-24 | with_query_mode -> new | Santiago Pastorino | -8/+3 |
| 2022-11-24 | Remove normalize_projection_type | Santiago Pastorino | -68/+13 |
| 2022-11-24 | make `error_reported` check for delayed bugs | Boxy | -10/+28 |
| 2022-11-24 | Auto merge of #104809 - matthiaskrgr:rollup-8abjdwh, r=matthiaskrgr | bors | -186/+427 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -126/+358 |
| 2022-11-24 | Rollup merge of #104775 - spastorino:use-obligation-ctxt-normalize, r=lcnr | Matthias Krüger | -17/+4 |
| 2022-11-24 | Rollup merge of #104753 - compiler-errors:drop-tracking-var-ice, r=oli-obk | Matthias Krüger | -24/+43 |
| 2022-11-24 | Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errors | Matthias Krüger | -58/+112 |
| 2022-11-24 | Rollup merge of #104594 - compiler-errors:dyn-star-rcvr, r=eholk,estebank | Matthias Krüger | -39/+42 |
| 2022-11-24 | Rollup merge of #104517 - dfordivam:patch-1, r=cuviper | Matthias Krüger | -1/+1 |
| 2022-11-24 | Rollup merge of #103908 - estebank:consider-cloning, r=compiler-errors | Matthias Krüger | -47/+225 |
| 2022-11-24 | Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki | bors | -25/+232 |
| 2022-11-24 | fix #104513, Use node_ty_opt to avoid ICE in visit_ty | yukang | -3/+6 |
| 2022-11-24 | Auto merge of #104610 - ouz-a:revert-overflow, r=compiler-errors | bors | -16/+0 |
| 2022-11-24 | Properly handle `Pin<&mut dyn* Trait>` receiver in codegen | Michael Goulet | -6/+24 |
| 2022-11-24 | Disable dyn* upcasting | Michael Goulet | -33/+18 |
| 2022-11-23 | lint: do not warn unused parens around higher-ranked function pointers | Michael Howell | -0/+1 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -63/+45 |
| 2022-11-24 | effective visibility: Stop recalculating current private visibility | Vadim Petrochenkov | -2/+16 |
| 2022-11-24 | effective visibility: Always add table entries for nodes used as parents | Vadim Petrochenkov | -40/+51 |
| 2022-11-23 | Fix rebase | Esteban Küber | -3/+2 |
| 2022-11-24 | effective visibility: Fix private visibility calculation for modules | Vadim Petrochenkov | -4/+6 |
| 2022-11-24 | effective visibility: Remove questionable optimizations | Vadim Petrochenkov | -37/+20 |
| 2022-11-24 | effective visibility: Satisfy borrow checker to use resolver lazily from a cl... | Vadim Petrochenkov | -23/+46 |
| 2022-11-23 | Account for closures | Esteban Küber | -5/+9 |
| 2022-11-23 | Account for `x @ y` and suggest `ref x @ ref y` | Esteban Küber | -12/+34 |
| 2022-11-23 | review comments: inline bindings and fix typo | Esteban Küber | -5/+9 |
| 2022-11-23 | Tweak output to account for alternative bindings in the same pattern | Esteban Küber | -22/+17 |
| 2022-11-23 | Fix wording | Esteban Küber | -1/+1 |
| 2022-11-23 | Tweak output in for loops | Esteban Küber | -3/+11 |
| 2022-11-23 | Remove logic duplication | Esteban Küber | -33/+18 |
| 2022-11-23 | Extract suggestion logic to its own method | Esteban Küber | -140/+156 |
| 2022-11-23 | Use `type_implements_trait` | Esteban Küber | -20/+5 |
| 2022-11-23 | Do not suggest `ref` multiple times for the same binding | Esteban Küber | -1/+3 |