| Age | Commit message (Expand) | Author | Lines |
| 2023-07-12 | Auto merge of #113214 - GuillaumeGomez:try-run-fix, r=ozkanonur,jyn514 | bors | -1/+1 |
| 2023-07-11 | Move `ci_rustc_dir` to Config and use it consistently | jyn | -1/+1 |
| 2023-07-11 | Don't fail early if `try_run` returns an error | Guillaume Gomez | -1/+1 |
| 2023-07-05 | allow mixing `llvm.assertions` and `download-rustc` | jyn | -8/+22 |
| 2023-07-05 | Make `--dry-run` more useful when download-rustc is enabled | jyn | -0/+4 |
| 2023-06-23 | Make `try_run` return a `Result<(), ()>` instead of a boolean | Guillaume Gomez | -10/+12 |
| 2023-06-04 | Rollup merge of #110701 - jyn514:test-core, r=Mark-Simulacrum | Matthias Krüger | -8/+25 |
| 2023-05-30 | Fix `x test --stage 2 core` when download-rustc is enabled | jyn | -8/+25 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -2/+3 |
| 2023-05-25 | Generate docs for bootstrap itself | jyn | -1/+1 |
| 2023-05-19 | Set the timestamp of downloaded stage0 files ... | Ximin Luo | -1/+1 |
| 2023-05-01 | remove pointless `FIXME` in `bootstrap::download` | ozkanonur | -1/+0 |
| 2023-04-30 | Rollup merge of #110999 - clubby789:bootstrap-stderr, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2023-04-29 | Output some bootstrap messages on stderr | clubby789 | -4/+4 |
| 2023-04-29 | download-rustc: Give a better error message if artifacts can't be downloaded | Joshua Nelson | -1/+12 |
| 2023-04-18 | Fix no_std tests that load libc when download-rustc is enabled | Joshua Nelson | -3/+26 |
| 2023-04-07 | Auto merge of #109448 - ozkanonur:download-beta-compiler-toolchain, r=Mark-Si... | bors | -10/+54 |
| 2023-04-08 | download beta compiler toolchain in bootstrap if it doesn't yet exist | ozkanonur | -10/+54 |
| 2023-03-24 | Rename 'src/bootstrap/native.rs' to llvm.rs | Robin Hafid | -1/+1 |
| 2023-02-21 | Revert "port over symlink_file function from Build to Config and create symli... | Jakub Beránek | -18/+1 |
| 2023-02-12 | Rollup merge of #107842 - fee1-dead-contrib:patch_rustfmt_nixos, r=Mark-Simul... | Matthias Krüger | -2/+8 |
| 2023-02-10 | Rollup merge of #107876 - zephaniahong:issue-107547-fix, r=albertlarsan68 | Matthias Krüger | -3/+6 |
| 2023-02-10 | create symlink only for non-windows operating systems | Zephaniah Ong | -3/+6 |
| 2023-02-10 | Rollup merge of #107841 - tharunsuresh-code:snap_curl, r=ozkanonur | Matthias Krüger | -2/+2 |
| 2023-02-09 | Patch `build/rustfmt/lib/*.so` for NixOS | Deadbeef | -2/+8 |
| 2023-02-09 | Handled snap curl issue inside Rust #107722 | Tharun Suresh | -2/+2 |
| 2023-02-09 | port over symlink_file function from Build to Config and create symlink for l... | Zephaniah Ong | -1/+15 |
| 2023-02-01 | Rollup merge of #107470 - kadiwa4:bootstrap_cleanup, r=albertlarsan68 | Matthias Krüger | -55/+77 |
| 2023-01-31 | assert that `should_fix_bins_and_dylibs` has been run | KaDiWa | -3/+4 |
| 2023-01-31 | Download rustc component for rustfmt toolchain as well | Mark Rousskov | -4/+16 |
| 2023-01-30 | bootstrap script: slight cleanup | KaDiWa | -55/+76 |
| 2022-11-29 | Run patchelf also on rust-analyzer-proc-macro-srv. | Joe Neeman | -0/+1 |
| 2022-11-26 | Revert "Don't set `is_preview` for clippy and rustfmt" | Joshua Nelson | -2/+0 |
| 2022-11-24 | Don't set `is_preview` for clippy and rustfmt | Joshua Nelson | -0/+2 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -0/+519 |