| Age | Commit message (Expand) | Author | Lines |
| 2023-10-17 | move bootstrap core implementation to bootstrap/src/core module | onur-ozkan | -2041/+0 |
| 2023-10-11 | Pass BOLT settings at the correct step | Jakub Beránek | -1/+1 |
| 2023-10-09 | Add `--enable-bolt-settings` bootstrap flag | Jakub Beránek | -1/+1 |
| 2023-10-09 | Enable relocations for BOLT | Jakub Beránek | -0/+5 |
| 2023-10-08 | linker: Remove `-Zgcc-ld` option | Vadim Petrochenkov | -4/+6 |
| 2023-10-03 | bootstrap: make copying linker binaries conditional | Joseph Ryan | -5/+7 |
| 2023-10-01 | bootstrap: copy self-contained linking components to stage0-sysroot | Rémy Rakic | -0/+17 |
| 2023-09-25 | Split out the stable part of smir into its own crate to prevent accidental us... | Oli Scherer | -1/+4 |
| 2023-09-18 | Document that the macabi sanitizers are shared with darwin | danakj | -2/+3 |
| 2023-09-18 | Enable ASAN/LSAN/TSAN for *-apple-ios-macabi | danakj | -0/+2 |
| 2023-09-17 | micro-level optimizations for bootstrap | onur-ozkan | -4/+2 |
| 2023-08-13 | Auto merge of #114786 - GuillaumeGomez:rollup-0cos5gn, r=GuillaumeGomez | bors | -0/+4 |
| 2023-08-13 | Rollup merge of #114069 - cuviper:profiler-path, r=Mark-Simulacrum | Guillaume Gomez | -0/+4 |
| 2023-08-13 | Auto merge of #114480 - ozkanonur:fix-stage0-compiler-llvm, r=Mark-Simulacrum | bors | -0/+10 |
| 2023-08-10 | Rollup merge of #114278 - ozkanonur:validate-codegen-backend-config, r=clubby789 | Matthias Krüger | -1/+1 |
| 2023-08-08 | prevent constant rebuilds of rustc-main (and thus everything else) | Pietro Albini | -8/+29 |
| 2023-08-07 | add the correct version of LLVM into the stage0 sysroot | ozkanonur | -0/+10 |
| 2023-08-04 | Auto merge of #114305 - lqd:bootstrap-strip, r=ozkanonur | bors | -2/+23 |
| 2023-08-03 | strip librustc_driver.so even at stage 1 | Rémy Rakic | -4/+2 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -4/+9 |
| 2023-07-31 | better error handling for `rust.codegen-backends` on deserialization | ozkanonur | -1/+1 |
| 2023-07-31 | strip debuginfo from librustc_driver.so when applicable, on x64 linux | Rémy Rakic | -2/+25 |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -15/+14 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -4/+9 |
| 2023-07-25 | Allow using external builds of the compiler-rt profile lib | Josh Stone | -0/+4 |
| 2023-07-24 | bootstrap: Don't bundle musl on Unikraft | Martin Kröning | -1/+1 |
| 2023-07-15 | Rollup merge of #113683 - ozkanonur:polished, r=jyn514 | Matthias Krüger | -7/+0 |
| 2023-07-15 | Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-07-14 | remove outdated FIXMEs on bootstrap | ozkanonur | -7/+0 |
| 2023-07-14 | bootstrap: update defaults for `compiler` and `library` aliases | Lukas Markeffsky | -12/+6 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -1/+1 |
| 2023-07-11 | Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68 | Jubilee | -2/+2 |
| 2023-07-11 | Move `ci_rustc_dir` to Config and use it consistently | jyn | -2/+2 |
| 2023-07-04 | Copy stage0 `rustc` binaries to `stage0-sysroot` | Jakub Beránek | -0/+43 |
| 2023-06-12 | make sure the standard library compiles properly with synthetic targets | Pietro Albini | -0/+5 |
| 2023-06-12 | return dummy cc and friends during dry runs | Pietro Albini | -0/+3 |
| 2023-06-12 | allow mutating the c compilers detected by bootstrap | Pietro Albini | -3/+8 |
| 2023-06-11 | Rollup merge of #112477 - jyn514:assemble-info, r=clubby789 | Matthias Krüger | -3/+14 |
| 2023-06-09 | Give more helpful progress messages in `Assemble` | jyn | -3/+14 |
| 2023-06-08 | Auto merge of #112012 - Kobzol:try-build-llvm-rebuild, r=nikic | bors | -0/+4 |
| 2023-06-07 | download-rustc: Fix `x test core` on MacOS | jyn | -1/+6 |
| 2023-06-07 | Avoid one `rustc` rebuild in the optimized build pipeline | Jakub Beránek | -0/+4 |
| 2023-06-04 | Rollup merge of #110701 - jyn514:test-core, r=Mark-Simulacrum | Matthias Krüger | -28/+92 |
| 2023-05-31 | Rollup merge of #112084 - ozkanonur:improvements, r=clubby789 | Matthias Krüger | -1/+1 |
| 2023-05-30 | Fix `x test --stage 2 core` when download-rustc is enabled | jyn | -28/+92 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -1/+1 |
| 2023-05-29 | Switch Steps from crates to crate_or_deps where possible | jyn | -0/+2 |
| 2023-05-29 | Add a `make_run_crates` function and use it Rustc and Std | jyn | -7/+12 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -0/+5 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -0/+5 |