| Age | Commit message (Expand) | Author | Lines |
| 2023-03-27 | Rollup merge of #109418 - rohaquinlop:108240-rename-native.rs-to-llvm.rs, r=M... | Matthias Krüger | -7/+7 |
| 2023-03-26 | Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillot | bors | -0/+6 |
| 2023-03-24 | Rename 'src/bootstrap/native.rs' to llvm.rs | Robin Hafid | -7/+7 |
| 2023-03-23 | Rollup merge of #109295 - ozkanonur:issue-109286, r=ozkanonur | Dylan DPC | -2/+2 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -0/+8 |
| 2023-03-18 | Always enable MIR inlining when building std | Ben Kimock | -0/+6 |
| 2023-03-18 | refactor `fn bootstrap::builder::Builder::compiler_for` | ozkanonur | -2/+2 |
| 2023-03-12 | Rollup merge of #108984 - Teapot4195:issue-106803-fix, r=ozkanonur | Matthias Krüger | -0/+1 |
| 2023-03-10 | bootstrap: document tidy | Alex Huang | -0/+1 |
| 2023-03-08 | Rollup merge of #108898 - ferrocene:pa-libc-check-cfg, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2023-03-08 | set LIBC_CHECK_CFG=1 when building Rust code in bootstrap | Pietro Albini | -0/+9 |
| 2023-03-08 | Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbini | bors | -0/+1 |
| 2023-03-08 | Add force to use the stage 2 compiler in compiler_for when config.download_ru... | morine0122 | -2/+4 |
| 2023-03-07 | Add bootstrap support for rust-installer | Mark Rousskov | -0/+1 |
| 2023-02-25 | Rollup merge of #107848 - clubby789:x-setup-options, r=Mark-Simulacrum | Michael Goulet | -1/+1 |
| 2023-02-24 | Test that the compiler/library builds with -Zmir-opt-level=3 -Zvalidate-mir | yukang | -0/+7 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -11/+0 |
| 2023-02-13 | Add additional options to `x setup` | clubby789 | -1/+1 |
| 2023-01-14 | Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -12/+40 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -3/+3 |
| 2023-01-09 | Update mdbook | Eric Huss | -12/+40 |
| 2022-12-31 | Run `cargo test` on tidy itself. | Eric Huss | -0/+1 |
| 2022-12-30 | Use more consistent progress messages in bootstrap | Joshua Nelson | -9/+8 |
| 2022-12-29 | Support `x clean --stage 1 rustc_query_impl` | Joshua Nelson | -0/+19 |
| 2022-12-26 | Allow cleaning individual crates | Joshua Nelson | -48/+73 |
| 2022-12-23 | Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgr | bors | -1/+4 |
| 2022-12-23 | Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3 | Matthias Krüger | -1/+4 |
| 2022-12-22 | Support documenting Cargo | Joshua Nelson | -0/+1 |
| 2022-12-22 | Allow building std with cranelift | Joshua Nelson | -1/+4 |
| 2022-12-22 | Use LLVM_CMAKE_DIR for lld build | Nikita Popov | -1/+1 |
| 2022-12-18 | Rollup merge of #96584 - bentongxyz:x-setup-h-v-should-work, r=jyn514 | Matthias Krüger | -3/+12 |
| 2022-12-17 | Remove special cases for setup subcommand | Benjamin Tong | -3/+12 |
| 2022-12-11 | bootstrap: Allow installing llvm-tools | Martin Kröning | -0/+1 |
| 2022-12-06 | Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelix | Matthias Krüger | -0/+2 |
| 2022-11-26 | Support unit tests for jsondoclint | Nixon Enraght-Moony | -0/+1 |
| 2022-11-23 | Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514 | Dylan DPC | -1/+7 |
| 2022-11-20 | refactor doc copying process | ozkanonur | -1/+7 |
| 2022-11-15 | initial prototype of the tool to generate copyright notices | Pietro Albini | -0/+1 |
| 2022-11-15 | add tool to collect license metadata from REUSE | Pietro Albini | -0/+1 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -256/+5 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -6/+6 |
| 2022-11-09 | Rollup merge of #104046 - RalfJung:run-miri-run, r=oli-obk | Michael Goulet | -1/+2 |
| 2022-11-06 | bootstrap: add support for running Miri on a file | Ralf Jung | -1/+2 |
| 2022-11-03 | move browser opening logic in Builder | Pietro Albini | -0/+18 |
| 2022-10-31 | Detect unused files in `src/test/mir-opt` and error on them in tidy. | Jakob Degen | -0/+1 |
| 2022-10-31 | Auto merge of #102950 - oli-obk:check_miri, r=RalfJung | bors | -0/+1 |
| 2022-10-26 | Add cargo miri to x.py check | Oli Scherer | -0/+1 |
| 2022-10-12 | Rollup merge of #102239 - joshtriplett:style-guide, r=calebcartwright | Dylan DPC | -0/+1 |
| 2022-09-26 | Rollup merge of #102178 - RalfJung:bootstrap-backtrace, r=Mark-Simulacrum | fee1-dead | -3/+2 |
| 2022-09-24 | Auto merge of #98483 - dvtkrlbs:bootstrap-dist, r=jyn514 | bors | -0/+1 |