| Age | Commit message (Expand) | Author | Lines |
| 2022-10-19 | Fix regression in item-decl highlighting | Guillaume Gomez | -20/+20 |
| 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 | Auto merge of #103213 - matthiaskrgr:rollup-diloxg3, r=matthiaskrgr | bors | -160/+114 |
| 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 | Retrieve LLVM version from llvm-filecheck binary if it is not set yet | Guillaume Gomez | -1/+18 |
| 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 |
| 2022-10-18 | Auto merge of #103177 - lnicola:rust-analyzer-2022-10-18, r=lnicola | bors | -1631/+3127 |
| 2022-10-18 | partially fix src/test/run-make/coverage-reports when cross-compiling | Pietro Albini | -2/+7 |
| 2022-10-18 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1631/+3127 |
| 2022-10-18 | Auto merge of #102992 - nnethercote:rm-RunCompiler-emitter, r=bjorn3 | bors | -6/+1 |
| 2022-10-18 | Fix `TyKind::is_simple_path`. | Nicholas Nethercote | -0/+44 |
| 2022-10-18 | Tweak `deriving-all-codegen.rs`. | Nicholas Nethercote | -3/+5 |
| 2022-10-17 | rustdoc: change mobile breakpoint to match CSS | Michael Howell | -7/+7 |
| 2022-10-17 | rustdoc: remove CSS `@media (min-width: 701px)` | Michael Howell | -21/+11 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -6/+1 |
| 2022-10-17 | Stabilize asm_sym | Amanieu d'Antras | -99/+53 |
| 2022-10-17 | Rollup merge of #103162 - notriddle:notriddle/crate-search, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-10-17 | Rollup merge of #103161 - notriddle:notriddle/copy-path-settings-help-button,... | Matthias Krüger | -12/+8 |
| 2022-10-17 | Rollup merge of #103160 - notriddle:notriddle/js-mobile-scroll, r=GuillaumeGomez | Matthias Krüger | -41/+28 |
| 2022-10-17 | Rollup merge of #103152 - GuillaumeGomez:named-arguments, r=notriddle | Matthias Krüger | -28/+28 |
| 2022-10-17 | rustdoc: remove redundant CSS `#crate-search { border-radius }` | Michael Howell | -4/+0 |
| 2022-10-17 | rustdoc: remove redundant CSS on `#copy-path` | Michael Howell | -12/+8 |
| 2022-10-17 | rustdoc: factor JS mobile scroll lock into its own function | Michael Howell | -41/+28 |
| 2022-10-17 | Use named arguments to make test clearer | Guillaume Gomez | -27/+27 |
| 2022-10-17 | Update browser-ui-test version to 0.12.6 | Guillaume Gomez | -1/+1 |
| 2022-10-17 | Rollup merge of #103091 - notriddle:notriddle/sidebar-title, r=GuillaumeGomez | Matthias Krüger | -30/+24 |
| 2022-10-17 | Rollup merge of #102945 - compiler-errors:placeholder-region-outlives, r=lcnr | Matthias Krüger | -0/+61 |
| 2022-10-17 | Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnr | Matthias Krüger | -10/+267 |
| 2022-10-17 | Rollup merge of #103129 - notriddle:notriddle/sub-logo-container, r=Guillaume... | Matthias Krüger | -16/+8 |
| 2022-10-17 | Rollup merge of #102962 - flba-eb:remote_test_server_help, r=pietroalbini | Matthias Krüger | -3/+22 |
| 2022-10-17 | Make diagnostic for unsatisfied Termination bounds more precise | León Orell Valerian Liehr | -3/+63 |
| 2022-10-17 | Auto merge of #103116 - TaKO8Ki:fix-103053, r=lcnr | bors | -0/+32 |
| 2022-10-17 | Auto merge of #103096 - petrochenkov:indresdoc, r=cjgillot | bors | -0/+12 |
| 2022-10-16 | rustdoc: clean up `.sub-logo-container` CSS | Michael Howell | -13/+3 |
| 2022-10-16 | rustdoc: remove unused `.sub-logo-container` DOM on non-source pages | Michael Howell | -3/+5 |