| Age | Commit message (Expand) | Author | Lines |
| 2022-10-19 | Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomez | Matthias Krüger | -38/+39 |
| 2022-10-19 | Auto merge of #103214 - Nilstrieb:set-theory, r=petrochenkov | bors | -7/+5 |
| 2022-10-19 | Auto merge of #103228 - Dylan-DPC:rollup-31yiauw, r=Dylan-DPC | bors | -224/+417 |
| 2022-10-19 | Use Set instead of Vec in transitive_relation | nils | -7/+5 |
| 2022-10-19 | Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726 | Dylan DPC | -6/+22 |
| 2022-10-19 | Rollup merge of #103182 - Nilstrieb:query-desc-cleanup, r=oli-obk | Dylan DPC | -101/+104 |
| 2022-10-19 | Rollup merge of #103153 - ChrisDenton:leak-oom, r=m-ou-se | Dylan DPC | -1/+0 |
| 2022-10-19 | Rollup merge of #103127 - SUPERCILEX:inline-const-uninit, r=scottmcm | Dylan DPC | -2/+5 |
| 2022-10-19 | Rollup merge of #103034 - nathanwhit:let-chains-rhs-temporaries, r=wesleywiser | Dylan DPC | -8/+24 |
| 2022-10-19 | Rollup merge of #102863 - compiler-errors:call-suggestion-on-unimplemented, r... | Dylan DPC | -106/+262 |
| 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 | -7/+156 |
| 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 | -5/+54 |
| 2022-10-19 | Rollup merge of #103166 - the8472:copied-next-chunk, r=m-ou-se | Matthias Krüger | -0/+95 |
| 2022-10-19 | instantiate -> construct | Michael Goulet | -18/+16 |
| 2022-10-19 | Auto merge of #103213 - matthiaskrgr:rollup-diloxg3, r=matthiaskrgr | bors | -191/+232 |
| 2022-10-19 | Generalize call suggestion for unsatisfied predicate | Michael Goulet | -74/+174 |
| 2022-10-19 | Standardize arg suggestions between typeck and trait selection | Michael Goulet | -54/+60 |
| 2022-10-19 | Use predicate_must_hold_modulo_regions | Michael Goulet | -14/+8 |
| 2022-10-19 | Suggest calling ctor when trait is unimplemented | Michael Goulet | -1/+59 |
| 2022-10-19 | Auto merge of #102769 - nnethercote:rustdoc-startup, r=jyn514 | bors | -165/+161 |
| 2022-10-19 | specialize slice_iter.copied().next_chunk() | The 8472 | -0/+74 |
| 2022-10-18 | Consider patterns in fn params in an `Elided(Infer)` lifetime rib. | Camille GILLOT | -6/+22 |
| 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 | Replace a `spawn_unchecked` with `spawn_scoped`. | Nicholas Nethercote | -12/+16 |
| 2022-10-19 | Apply `Lrc` later to `sess` and `codegen_backend`. | Nicholas Nethercote | -10/+5 |
| 2022-10-19 | Inline and remove `create_compiler_and_run`. | Nicholas Nethercote | -53/+51 |
| 2022-10-19 | Reduce visibility of some functions. | Nicholas Nethercote | -3/+3 |
| 2022-10-19 | Inline and remove `scoped_thread`. | Nicholas Nethercote | -15/+9 |
| 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 #103204 - jyn514:autolabels, r=Mark-Simulacrum | Matthias Krüger | -0/+37 |
| 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 | Rollup merge of #102507 - scottmcm:more-binary-search-docs, r=m-ou-se | Matthias Krüger | -0/+32 |
| 2022-10-18 | Rollup merge of #101889 - tspiteri:redoc-uint-adc-sbb, r=m-ou-se | Matthias Krüger | -31/+49 |
| 2022-10-18 | rustdoc: remove class name `location` from sidebar sibling nav | Michael Howell | -38/+39 |
| 2022-10-18 | Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa | bors | -9/+40 |
| 2022-10-18 | Retrieve LLVM version from llvm-filecheck binary if it is not set yet | Guillaume Gomez | -1/+18 |
| 2022-10-18 | Add some more autolabels | Joshua Nelson | -0/+37 |
| 2022-10-18 | Clean up query descriptions | nils | -101/+104 |
| 2022-10-18 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-18 | Auto merge of #103188 - JohnTitor:rollup-pwilam1, r=JohnTitor | bors | -135/+161 |
| 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 | -114/+61 |
| 2022-10-18 | Rollup merge of #103163 - SUPERCILEX:uninit-array-assume2, r=scottmcm | Yuki Okushi | -11/+10 |