| Age | Commit message (Expand) | Author | Lines |
| 2023-10-30 | Auto merge of #117405 - GuillaumeGomez:rollup-i3jxtwh, r=GuillaumeGomez | bors | -68/+158 |
| 2023-10-30 | Rollup merge of #117383 - onur-ozkan:fix-x-install, r=albertlarsan68 | Guillaume Gomez | -22/+30 |
| 2023-10-30 | Rollup merge of #117376 - nnethercote:rustc_interface-more, r=oli-obk | Guillaume Gomez | -15/+8 |
| 2023-10-30 | Rollup merge of #117356 - he32:netbsd-mipsel, r=oli-obk | Guillaume Gomez | -0/+7 |
| 2023-10-30 | Rollup merge of #112463 - fmease:rustdoc-elide-x-crate-def-gen-args, r=Guilla... | Guillaume Gomez | -31/+113 |
| 2023-10-30 | rustdoc: elide cross-crate default generic arguments | León Orell Valerian Liehr | -31/+113 |
| 2023-10-30 | Auto merge of #117267 - RalfJung:miri-tests, r=Mark-Simulacrum | bors | -3/+29 |
| 2023-10-30 | update which targets we test Miri on | Ralf Jung | -3/+29 |
| 2023-10-30 | improve and fix x install | onur-ozkan | -22/+30 |
| 2023-10-30 | bootstrap: bump fd-lock, clap and windows. | chenx97 | -86/+68 |
| 2023-10-30 | Delay parsing of `--cfg` and `--check-cfg` options. | Nicholas Nethercote | -15/+8 |
| 2023-10-30 | Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrum | bors | -0/+12 |
| 2023-10-29 | Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung | bors | -3/+2 |
| 2023-10-29 | handle dry runs in `dist::CodegenBackend` | Rémy Rakic | -0/+4 |
| 2023-10-29 | Add support for mipsel-unknown-netbsd, 32-bit LE mips. | Havard Eidnes | -0/+7 |
| 2023-10-29 | Rollup merge of #117337 - camelid:genparamdefkind-thinvec, r=GuillaumeGomez | Guillaume Gomez | -11/+11 |
| 2023-10-29 | Rollup merge of #117043 - onur-ozkan:skip-stage0-validation, r=Mark-Simulacrum | Guillaume Gomez | -17/+66 |
| 2023-10-29 | rustdoc: Use `ThinVec` in `GenericParamDefKind` | Noah Lev | -11/+11 |
| 2023-10-29 | Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee | bors | -2/+7 |
| 2023-10-29 | Auto merge of #117335 - workingjubilee:rollup-jsomm41, r=workingjubilee | bors | -1/+4 |
| 2023-10-28 | Rollup merge of #117322 - onur-ozkan:fix-suppressed-outputs, r=Kobzol | Jubilee | -2/+6 |
| 2023-10-28 | Rollup merge of #117170 - he32:netbsd-i586, r=bjorn3 | Jubilee | -0/+1 |
| 2023-10-28 | Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomcc | Jubilee | -1/+4 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -9/+9 |
| 2023-10-28 | Auto merge of #117149 - nnethercote:tidy-alphabetical-unit-tests, r=Nilstrieb | bors | -36/+262 |
| 2023-10-28 | Ensure the rustc-codegen-cranelift-preview component is never empty | bjorn3 | -0/+7 |
| 2023-10-28 | pass `CODEGEN_BACKENDS` to docker | Rémy Rakic | -0/+1 |
| 2023-10-28 | set `BootstrapCommand` output mode for submodules | onur-ozkan | -1/+5 |
| 2023-10-28 | i586-unknown-netbsd platform-support.md: fix typo. | Havard Eidnes | -1/+1 |
| 2023-10-28 | change default output mode of `BootstrapCommand` | onur-ozkan | -1/+1 |
| 2023-10-28 | Auto merge of #81746 - bjorn3:cg_clif_rustup_component, r=Mark-Simulacrum | bors | -31/+164 |
| 2023-10-28 | i586-unknown-netbsd: add entry in platform-support.md. | Havard Eidnes | -0/+1 |
| 2023-10-28 | Auto merge of #116609 - eduardosm:bump-stdarch, r=workingjubilee | bors | -226/+7 |
| 2023-10-28 | Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obk | Jubilee | -2/+2 |
| 2023-10-28 | Rollup merge of #117256 - dtolnay:currentversion, r=compiler-errors | Jubilee | -17/+11 |
| 2023-10-28 | Rollup merge of #117025 - Urgau:cleanup-improve-check-cfg-impl, r=petrochenkov | Jubilee | -1/+1 |
| 2023-10-28 | Auto merge of #117302 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-27 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-28 | Auto merge of #117197 - Zalathar:demangler, r=onur-ozkan | bors | -6/+4 |
| 2023-10-27 | Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomez | bors | -122/+697 |
| 2023-10-28 | Clean up config mess. | Nicholas Nethercote | -2/+2 |
| 2023-10-27 | Auto merge of #117294 - matthiaskrgr:rollup-xylsec7, r=matthiaskrgr | bors | -1/+1 |
| 2023-10-27 | Explicitly mark which targets to distribute cg_clif for in CI | bjorn3 | -3/+17 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -0/+89 |
| 2023-10-27 | Rollup merge of #117287 - onur-ozkan:fix-miri-target-info, r=RalfJung | Matthias Krüger | -1/+1 |
| 2023-10-27 | fix miri target information for Test step | onur-ozkan | -1/+1 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -9/+9 |
| 2023-10-27 | Fix review comments | bjorn3 | -4/+2 |
| 2023-10-27 | Distribute cg_clif as a rustup component | bjorn3 | -31/+152 |
| 2023-10-27 | Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgr | bors | -0/+23 |