| Age | Commit message (Expand) | Author | Lines |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -20/+19 |
| 2023-07-22 | Fix rustc-args passing issue in bootstrap | yukang | -0/+7 |
| 2023-07-20 | Rollup merge of #113710 - loongarch-rs:fix-rpath, r=clubby789 | Matthias Krüger | -2/+3 |
| 2023-07-15 | Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68 | Matthias Krüger | -17/+2 |
| 2023-07-15 | Fix rpath for libdir is specified | WANG Rui | -2/+3 |
| 2023-07-14 | bootstrap: update defaults for `compiler` and `library` aliases | Lukas Markeffsky | -0/+37 |
| 2023-07-13 | Remove unnecessary `Builder::new_standalone` function | jyn | -15/+0 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -2/+2 |
| 2023-07-11 | Rollup merge of #113551 - jyn514:dry-run-exclude, r=ozkanonur | Matthias Krüger | -3/+7 |
| 2023-07-10 | Don't print "Skipping" twice | jyn | -3/+7 |
| 2023-07-09 | Port PGO/LTO/BOLT optimized build pipeline to Rust | Jakub Beránek | -0/+1 |
| 2023-07-01 | Use RustOptimize to set optimize | hi-rustin | -2/+5 |
| 2023-06-28 | Declare a `run-coverage-rustdoc` suite for coverage tests that need `rustdoc` | Zalathar | -0/+1 |
| 2023-06-28 | Declare a `run-coverage` test mode/suite in bootstrap | Zalathar | -0/+1 |
| 2023-06-13 | fmt | Pietro Albini | -1/+2 |
| 2023-06-12 | return dummy cc and friends during dry runs | Pietro Albini | -1/+1 |
| 2023-06-12 | allow mutating the c compilers detected by bootstrap | Pietro Albini | -1/+1 |
| 2023-06-11 | Don't override `debuginfo-level = 1` to mean `line-tables-only` | jyn | -6/+1 |
| 2023-06-10 | Rollup merge of #112297 - jyn514:remove-exclude-kind, r=Mark-Simulacrum | Matthias Krüger | -36/+9 |
| 2023-06-05 | Rollup merge of #112291 - sigaloid:master, r=clubby789 | Guillaume Gomez | -1/+1 |
| 2023-06-05 | Auto merge of #110221 - jyn514:smaller-debuginfo, r=Mark-Simulacrum | bors | -1/+9 |
| 2023-06-04 | cleanup now that Kind is no longer used for excludes | jyn | -36/+9 |
| 2023-06-04 | Use the top-level Kind to determine whether Steps are excluded | jyn | -1/+1 |
| 2023-06-04 | Greatly decrease the size of `rustc_driver.so` when debuginfo is enabled | jyn | -1/+9 |
| 2023-06-04 | Run Rustfmt before RustAnalyzer | Matthew Esposito | -1/+1 |
| 2023-06-04 | Auto merge of #112270 - matthiaskrgr:rollup-umplsb6, r=matthiaskrgr | bors | -2/+5 |
| 2023-06-04 | Rollup merge of #111982 - jyn514:disable-incremental, r=Mark-Simulacrum | Matthias Krüger | -1/+4 |
| 2023-06-04 | Rollup merge of #110701 - jyn514:test-core, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-06-04 | Auto merge of #109525 - bzEq:aix-bootstrap-no-rpath, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-05-31 | Fix the progress message for `x doc rustc` | jyn | -2/+5 |
| 2023-05-31 | Rollup merge of #112084 - ozkanonur:improvements, r=clubby789 | Matthias Krüger | -2/+2 |
| 2023-05-30 | Fix `x test --stage 2 core` when download-rustc is enabled | jyn | -1/+1 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -2/+2 |
| 2023-05-29 | Document `ShouldRun::paths` | jyn | -1/+9 |
| 2023-05-29 | Switch Steps from crates to crate_or_deps where possible | jyn | -0/+2 |
| 2023-05-29 | Switch doc::{Std, Rustc} to `crate_or_deps` | jyn | -19/+0 |
| 2023-05-29 | Extend `msg` and `description` to work with any subcommand | jyn | -2/+6 |
| 2023-05-29 | Give a more helpful error when calling `cargo_crates_in_set` for an alias | jyn | -1/+4 |
| 2023-05-27 | Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar... | bors | -1/+2 |
| 2023-05-27 | Rollup merge of #111977 - jyn514:doc-errors, r=est31 | Matthias Krüger | -2/+2 |
| 2023-05-26 | Make errors from `x doc` less verbose | jyn | -2/+2 |
| 2023-05-26 | Revert "Enable incremental independent of stage" | jyn | -1/+4 |
| 2023-05-25 | Generate docs for bootstrap itself | jyn | -1/+2 |
| 2023-05-20 | implement and use tools/rustdoc-gui-test in bootstrap | ozkanonur | -1/+2 |
| 2023-05-18 | very minor cleanups | jyn | -1/+0 |
| 2023-05-14 | Auto merge of #111388 - clubby789:clap-complete, r=jyn514 | bors | -0/+1 |
| 2023-05-10 | Generate shell completions for bootstrap with Clap | clubby789 | -0/+1 |
| 2023-05-09 | Rollup merge of #111242 - wangkirin:support_rpath_independent_config, r=alber... | Matthias Krüger | -1/+1 |
| 2023-05-09 | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomcc | bors | -0/+1 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -0/+4 |