| Age | Commit message (Expand) | Author | Lines |
| 2022-04-18 | Auto merge of #96000 - jyn514:faster-doctests, r=Mark-Simulacrum | bors | -2/+4 |
| 2022-04-17 | Rollup merge of #96105 - jyn514:less-verbose-logging, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2022-04-16 | Auto merge of #95993 - jyn514:fix-stage0-doctests, r=Mark-Simulacrum | bors | -1/+3 |
| 2022-04-15 | Make the debug output for `TargetSelection` less verbose | Joshua Nelson | -1/+7 |
| 2022-04-16 | Auto merge of #95450 - jyn514:faster-doc, r=Mark-Simulacrum | bors | -16/+20 |
| 2022-04-14 | Don't build the library and standard library before documenting them | Joshua Nelson | -16/+20 |
| 2022-04-13 | Rollup merge of #95885 - gimbles:patch-1, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2022-04-13 | Improve error message when there's no checksum | gimbles | -1/+5 |
| 2022-04-12 | Make `x test --stage 2 compiler/rustc_XXX` faster to run | Joshua Nelson | -2/+4 |
| 2022-04-13 | Rollup merge of #95441 - AlecGoncharow:issue-95204-fix, r=Mark-Simulacrum | Dylan DPC | -10/+15 |
| 2022-04-12 | Fix `x test --doc --stage 0 library/std` | Joshua Nelson | -1/+3 |
| 2022-04-12 | Rollup merge of #95963 - luqmana:llvm-dist-cross-filecheck, r=Mark-Simulacrum | Mara Bos | -2/+2 |
| 2022-04-12 | Rollup merge of #95671 - gimbles:master, r=Mark-Simulacrum | fee1-dead | -2/+2 |
| 2022-04-11 | [bootstrap] Grab the right FileCheck binary for dist when cross-compiling. | Luqman Aden | -2/+2 |
| 2022-04-11 | Auto merge of #95944 - Dylan-DPC:rollup-idggkrh, r=Dylan-DPC | bors | -7/+2 |
| 2022-04-11 | Auto merge of #95796 - bzEq:bzEq/curl-redirect, r=Dylan-DPC | bors | -0/+1 |
| 2022-04-11 | Rollup merge of #95901 - jyn514:remove-duplicate-aliases, r=Mark-Simulacrum | Dylan DPC | -7/+2 |
| 2022-04-11 | Rollup merge of #95875 - aswild:pr/alias-cmd-paths, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2022-04-10 | Add `build compiler/rustc_codegen_gcc` as an alias for `CodegenBackend` | Joshua Nelson | -1/+1 |
| 2022-04-10 | Remove duplicate aliases for `codegen_{cranelift,gcc}` | Joshua Nelson | -6/+1 |
| 2022-04-10 | Rollup merge of #95849 - ehuss:check-submodules, r=Mark-Simulacrum | Dylan DPC | -2/+13 |
| 2022-04-10 | Allow usage of sudo while not accessing root | gimbles | -2/+2 |
| 2022-04-10 | Auto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrum | bors | -10/+3 |
| 2022-04-10 | bootstrap: show available paths help text for aliased subcommands | Allen Wild | -3/+3 |
| 2022-04-10 | Auto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrum | bors | -68/+30 |
| 2022-04-10 | Auto merge of #95254 - jyn514:fix-windows-builds, r=Mark-Simulacrum | bors | -2/+17 |
| 2022-04-09 | Make it possible to run `cargo test` for bootstrap | Joshua Nelson | -10/+3 |
| 2022-04-09 | Rollup merge of #95369 - jyn514:test-rustdoc, r=Mark-Simulacrum | Dylan DPC | -6/+29 |
| 2022-04-09 | Check for git submodules in non-git source tree. | Eric Huss | -2/+13 |
| 2022-04-08 | [bootstrap.py] Instruct curl to follow redirect | Kai Luo | -0/+1 |
| 2022-04-08 | Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrum | bors | -25/+21 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-04-06 | Rollup merge of #95721 - xu-cheng:typo, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-04-06 | Rollup merge of #95353 - jyn514:invalid-filter-hard-error, r=Mark-Simulacrum | Dylan DPC | -4/+4 |
| 2022-04-06 | fix regression caused by rust-lang/cargo#10448 | Pietro Albini | -0/+1 |
| 2022-04-05 | Fix typo in bootstrap/setup.rs | Cheng XU | -1/+1 |
| 2022-04-05 | Rollup merge of #95449 - jyn514:doc-stage-0, r=ehuss | Dylan DPC | -4/+16 |
| 2022-04-05 | Rollup merge of #95234 - ben0x539:nixquotes, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-03-31 | Rollup merge of #95445 - jyn514:rustc-unit-tests, r=Dylan-DPC | Dylan DPC | -1/+0 |
| 2022-03-30 | Reduce duplication in `impl Step for doc::Rustc` | Joshua Nelson | -24/+13 |
| 2022-03-30 | Remove dead code in `doc.rs` | Joshua Nelson | -14/+7 |
| 2022-03-30 | Fix `x doc compiler/rustc` | Joshua Nelson | -12/+9 |
| 2022-03-30 | Simplify `make_run` for `test::Crate` by introducing `crate_paths` instead of... | Joshua Nelson | -31/+14 |
| 2022-03-31 | Rollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -3/+3 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -3/+3 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -3/+3 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -0/+6 |
| 2022-03-29 | Fix `x doc --stage 0 compiler` | Joshua Nelson | -4/+16 |
| 2022-03-29 | Don't build the full compiler before running unit tests | Joshua Nelson | -1/+0 |