| Age | Commit message (Expand) | Author | Lines |
| 2023-10-17 | move bootstrap core implementation to bootstrap/src/core module | onur-ozkan | -2361/+0 |
| 2023-10-09 | Pass more host flags using `RUSTC_HOST_FLAGS` | Jakub Beránek | -0/+14 |
| 2023-10-06 | Rename `flag` to `arg` | Jakub Beránek | -4/+4 |
| 2023-10-05 | Pass host flags to `rustc` shim using prefixed env. vars | Jakub Beránek | -4/+37 |
| 2023-10-05 | Remove unused `RUSTDOC_FUSE_LD_LLD` flag | Jakub Beránek | -4/+0 |
| 2023-09-19 | Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3 | bors | -1/+4 |
| 2023-09-17 | Auto merge of #115514 - onur-ozkan:bootstrap-codebase-improvements, r=albertl... | bors | -1/+1 |
| 2023-09-17 | micro-level optimizations for bootstrap | onur-ozkan | -1/+1 |
| 2023-09-10 | Allow testing cg_clif using ./x.py test | bjorn3 | -0/+1 |
| 2023-09-08 | Rollup merge of #115088 - LuuuXXX:issue-112009, r=albertlarsan68 | Guillaume Gomez | -2/+4 |
| 2023-09-08 | Fix Issue 112009 | LuuuX | -2/+4 |
| 2023-09-05 | Add test suite `coverage-map` to test coverage mappings emitted by LLVM | Zalathar | -0/+1 |
| 2023-09-05 | Add tool `src/tools/coverage-dump` for use by some new coverage tests | Zalathar | -1/+2 |
| 2023-08-22 | bootstrap: builder: don't add origin paths on xous | Sean Cross | -1/+4 |
| 2023-08-06 | fix(bootstrap): rename exclude flag to skip 🐛 | Meysam Azad | -6/+4 |
| 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 |