| Age | Commit message (Expand) | Author | Lines |
| 2022-10-20 | Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726 | bors | -25/+65 |
| 2022-10-19 | Rollup merge of #103258 - SUPERCILEX:miri, r=RalfJung | Matthias Krüger | -11/+17 |
| 2022-10-19 | Rollup merge of #103257 - notriddle:notriddle/setting-line, r=GuillaumeGomez | Matthias Krüger | -19/+19 |
| 2022-10-19 | Rollup merge of #103246 - ferrocene:pa-rust-analyzer-hosts, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-10-19 | Rollup merge of #103239 - m-ou-se:unstable-abi-fn-impl-check, r=lcnr | Matthias Krüger | -5/+27 |
| 2022-10-19 | Rollup merge of #103237 - GuillaumeGomez:codeblock-tooltip-cleanup, r=notriddle | Matthias Krüger | -93/+77 |
| 2022-10-19 | Rollup merge of #103223 - compiler-errors:deref-sugg-slow, r=wesleywiser | Matthias Krüger | -0/+213 |
| 2022-10-19 | Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomez | Matthias Krüger | -38/+39 |
| 2022-10-19 | Make miri read_dir test a little more robust | Alex Saveau | -11/+17 |
| 2022-10-19 | rustdoc: move `setting-line` color CSS to settings.css | Michael Howell | -19/+19 |
| 2022-10-19 | mark rust-analyzer as a host-only tool | Pietro Albini | -2/+2 |
| 2022-10-19 | Allow #[unstable] impl for fn() -> UnstableType. | Mara Bos | -0/+3 |
| 2022-10-19 | Add test for #[unstable] impl for fn() -> !. | Mara Bos | -1/+13 |
| 2022-10-19 | Auto merge of #103228 - Dylan-DPC:rollup-31yiauw, r=Dylan-DPC | bors | -44/+135 |
| 2022-10-19 | Add test. | Mara Bos | -4/+11 |
| 2022-10-19 | Clean up codeblock-tooltip rustdoc-gui test | Guillaume Gomez | -92/+76 |
| 2022-10-19 | Update browser-ui-test version to 0.12.7 | Guillaume Gomez | -1/+1 |
| 2022-10-19 | Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726 | Dylan DPC | -0/+11 |
| 2022-10-19 | Rollup merge of #103182 - Nilstrieb:query-desc-cleanup, r=oli-obk | Dylan DPC | -12/+12 |
| 2022-10-19 | Rollup merge of #103034 - nathanwhit:let-chains-rhs-temporaries, r=wesleywiser | Dylan DPC | -6/+18 |
| 2022-10-19 | Rollup merge of #102863 - compiler-errors:call-suggestion-on-unimplemented, r... | Dylan DPC | -26/+94 |
| 2022-10-19 | Auto merge of #103180 - ferrocene:pa-qemu-user-mode, r=Mark-Simulacrum | bors | -4/+18 |
| 2022-10-19 | Auto merge of #103225 - matthiaskrgr:rollup-1zkv87y, r=matthiaskrgr | bors | -5/+56 |
| 2022-10-19 | Rollup merge of #103198 - weihanglo:update-cargo, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-10-19 | Rollup merge of #103178 - ferrocene:pa-coverage-reports-tests, r=Mark-Simulacrum | Matthias Krüger | -2/+7 |
| 2022-10-19 | Rollup merge of #103176 - nnethercote:fix-TyKind-is_simple_path, r=spastorino | Matthias Krüger | -3/+49 |
| 2022-10-19 | Use already checked RHS ty for LHS deref suggestions | Michael Goulet | -0/+213 |
| 2022-10-19 | instantiate -> construct | Michael Goulet | -12/+12 |
| 2022-10-19 | Auto merge of #103213 - matthiaskrgr:rollup-diloxg3, r=matthiaskrgr | bors | -160/+114 |
| 2022-10-19 | Generalize call suggestion for unsatisfied predicate | Michael Goulet | -21/+48 |
| 2022-10-19 | Standardize arg suggestions between typeck and trait selection | Michael Goulet | -3/+3 |
| 2022-10-19 | Suggest calling ctor when trait is unimplemented | Michael Goulet | -0/+41 |
| 2022-10-18 | Consider patterns in fn params in an `Elided(Infer)` lifetime rib. | Camille GILLOT | -0/+11 |
| 2022-10-19 | Avoid cloning `RenderOptions`. | Nicholas Nethercote | -47/+48 |
| 2022-10-19 | Use `interface::run_compiler` for `markdown::render`. | Nicholas Nethercote | -3/+10 |
| 2022-10-19 | Merge `main_options` into `main_args`. | Nicholas Nethercote | -30/+27 |
| 2022-10-19 | Clean up rustdoc startup. | Nicholas Nethercote | -14/+14 |
| 2022-10-18 | Rollup merge of #103203 - GuillaumeGomez:fix-llvm-runtools-condition, r=Amanieu | Matthias Krüger | -1/+18 |
| 2022-10-18 | Rollup merge of #103189 - GuillaumeGomez:clean-up-gui-tests, r=notriddle | Matthias Krüger | -131/+78 |
| 2022-10-18 | Rollup merge of #103164 - notriddle:notriddle/media-min-width, r=GuillaumeGomez | Matthias Krüger | -28/+18 |
| 2022-10-18 | rustdoc: remove class name `location` from sidebar sibling nav | Michael Howell | -38/+39 |
| 2022-10-18 | Retrieve LLVM version from llvm-filecheck binary if it is not set yet | Guillaume Gomez | -1/+18 |
| 2022-10-18 | Clean up query descriptions | nils | -12/+12 |
| 2022-10-18 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-18 | Auto merge of #103188 - JohnTitor:rollup-pwilam1, r=JohnTitor | bors | -104/+125 |
| 2022-10-18 | Clean up code-color and headers-color rustdoc GUI tests | Guillaume Gomez | -131/+78 |
| 2022-10-18 | Rollup merge of #103168 - Amanieu:stable_asm_sym, r=davidtwco | Yuki Okushi | -99/+53 |
| 2022-10-18 | Rollup merge of #103142 - fmease:fix-103052, r=oli-obk | Yuki Okushi | -3/+63 |
| 2022-10-18 | Rollup merge of #103023 - andrewpollack:i-fuchsia-finals, r=tmandry | Yuki Okushi | -2/+9 |
| 2022-10-18 | Auto merge of #103075 - SUPERCILEX:miri-metadata, r=thomcc | bors | -0/+8 |