| Age | Commit message (Expand) | Author | Lines |
| 2022-11-24 | Fix typo in miri sysroot | Joshua Nelson | -1/+1 |
| 2022-11-24 | Auto merge of #103693 - HKalbasi:master, r=oli-obk | bors | -10/+8 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -79/+83 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -2/+2 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -4/+2 |
| 2022-11-24 | make rustc_target usable outside of rustc | hkalbasi | -4/+4 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -79/+83 |
| 2022-11-24 | Rollup merge of #104778 - lnicola:rust-analyzer-2022-11-23, r=lnicola | Matthias Krüger | -895/+2089 |
| 2022-11-24 | Rollup merge of #104772 - GuillaumeGomez:small-accessibility-improvement, r=n... | Matthias Krüger | -18/+16 |
| 2022-11-24 | Rollup merge of #104771 - est31:if_let_chain_broken_mir_test, r=davidtwco | Matthias Krüger | -0/+31 |
| 2022-11-24 | Rollup merge of #104753 - compiler-errors:drop-tracking-var-ice, r=oli-obk | Matthias Krüger | -0/+168 |
| 2022-11-24 | Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errors | Matthias Krüger | -37/+34 |
| 2022-11-24 | Rollup merge of #104594 - compiler-errors:dyn-star-rcvr, r=eholk,estebank | Matthias Krüger | -4/+137 |
| 2022-11-24 | Rollup merge of #103908 - estebank:consider-cloning, r=compiler-errors | Matthias Krüger | -31/+1182 |
| 2022-11-24 | Auto merge of #104610 - ouz-a:revert-overflow, r=compiler-errors | bors | -13/+13 |
| 2022-11-24 | Adjust tests | Michael Goulet | -5/+21 |
| 2022-11-24 | Properly handle `Pin<&mut dyn* Trait>` receiver in codegen | Michael Goulet | -0/+62 |
| 2022-11-24 | Disable dyn* upcasting | Michael Goulet | -2/+57 |
| 2022-11-23 | Account for closures | Esteban Küber | -19/+0 |
| 2022-11-23 | Account for `x @ y` and suggest `ref x @ ref y` | Esteban Küber | -18/+328 |
| 2022-11-23 | review comments: inline bindings and fix typo | Esteban Küber | -19/+19 |
| 2022-11-23 | Fix rebase | Esteban Küber | -0/+5 |
| 2022-11-23 | Tweak output to account for alternative bindings in the same pattern | Esteban Küber | -8/+2 |
| 2022-11-23 | Fix rustfmt | Esteban Küber | -1/+1 |
| 2022-11-23 | Fix wording | Esteban Küber | -19/+19 |
| 2022-11-23 | Tweak output in for loops | Esteban Küber | -16/+0 |
| 2022-11-23 | Remove logic duplication | Esteban Küber | -19/+19 |
| 2022-11-23 | Fix clippy code | Esteban Küber | -2/+2 |
| 2022-11-23 | Do not suggest `ref` multiple times for the same binding | Esteban Küber | -8/+0 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -20/+905 |
| 2022-11-23 | Add regression test for issue 99938 | est31 | -0/+31 |
| 2022-11-23 | Use nicer spans for `deref_into_dyn_supertrait` | Maybe Waffle | -10/+7 |
| 2022-11-23 | Make `deref_into_dyn_supertrait` lint the impl and not the usage | Maybe Waffle | -6/+14 |
| 2022-11-23 | Move `get_associated_type` from `clippy` to `rustc_lint` | Maybe Waffle | -31/+23 |
| 2022-11-23 | :arrow_up: rust-analyzer | Laurențiu Nicola | -895/+2089 |
| 2022-11-23 | Rollup merge of #104751 - nnethercote:fix-104620, r=petrochenkov | Dylan DPC | -0/+12 |
| 2022-11-23 | Rollup merge of #104744 - notriddle:notriddle/struct-fields-display-block, r=... | Dylan DPC | -0/+12 |
| 2022-11-23 | Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514 | Dylan DPC | -14/+52 |
| 2022-11-23 | Rollup merge of #104269 - compiler-errors:hang-in-where-clause-sugg, r=lcnr | Dylan DPC | -0/+68 |
| 2022-11-23 | Improve accessibility: | Guillaume Gomez | -18/+16 |
| 2022-11-23 | Auto merge of #102750 - the8472:opt-field-order, r=wesleywiser | bors | -25/+47 |
| 2022-11-23 | Auto merge of #104758 - Manishearth:rollup-rh1tfum, r=Manishearth | bors | -254/+413 |
| 2022-11-23 | Add fatal overflow test | Michael Goulet | -0/+41 |
| 2022-11-23 | Do not need to account for overflow in predicate_can_apply | Michael Goulet | -0/+27 |
| 2022-11-22 | Rollup merge of #104750 - mati865:bump-fd-lock-again, r=jyn514 | Manish Goregaokar | -61/+22 |
| 2022-11-22 | Rollup merge of #104621 - YC:master, r=davidtwco | Manish Goregaokar | -0/+41 |
| 2022-11-22 | Rollup merge of #104359 - Nilstrieb:plus-one, r=fee1-dead | Manish Goregaokar | -33/+56 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -160/+294 |
| 2022-11-23 | Auto merge of #104752 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2022-11-23 | Pass InferCtxt to DropRangeVisitor so we can resolve vars | Michael Goulet | -0/+168 |