| Age | Commit message (Expand) | Author | Lines |
| 2022-07-08 | Rollup merge of #98798 - jyn514:download-rustc-cached, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-07-07 | Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514 | Matthias Krüger | -41/+48 |
| 2022-07-07 | squash the commits | toshiki goto | -41/+48 |
| 2022-07-05 | Rollup merge of #98880 - topjohnwu:macos-dylib-cross, r=jyn514 | Guillaume Gomez | -8/+6 |
| 2022-07-05 | Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-Simulacrum | Guillaume Gomez | -182/+226 |
| 2022-07-05 | Rollup merge of #98895 - ChrisDenton:no-elves-allowed, r=jyn514 | Matthias Krüger | -0/+4 |
| 2022-07-05 | Fix typo in src/bootstrap/bootstrap.py | Chris Denton | -1/+1 |
| 2022-07-04 | bootstrap.py: Always use `.exe` for Windows | Chris Denton | -0/+4 |
| 2022-07-04 | Auto merge of #98817 - the8472:dont-optimize-ui-tests, r=Mark-Simulacrum | bors | -6/+3 |
| 2022-07-04 | Proper macOS libLLVM symlink when cross compiling | topjohnwu | -8/+6 |
| 2022-07-04 | Auto merge of #98731 - InfRandomness:fix-#98728, r=Mark-Simulacrum | bors | -3/+1 |
| 2022-07-03 | ignore rustdoc failures for out-of-tree tools | Ralf Jung | -1/+11 |
| 2022-07-03 | Add in_tree macro literal | InfRandomness | -5/+18 |
| 2022-07-03 | Add miri to the rustc docs.rs page | InfRandomness | -0/+2 |
| 2022-07-03 | Auto merge of #98373 - joshtriplett:bootstrap-locking, r=jyn514 | bors | -45/+123 |
| 2022-07-02 | Allow building single crates for the compiler and standard library | Joshua Nelson | -110/+182 |
| 2022-07-02 | Use generics for interned types rather than copy-pasting impls | Joshua Nelson | -69/+43 |
| 2022-07-02 | move optimize-tests flag handling from bootstrap to compiletest | The 8472 | -7/+1 |
| 2022-07-02 | Rollup merge of #98753 - jyn514:dist-rust-dev, r=Mark-Simulacrum | Ralf Jung | -0/+2 |
| 2022-07-02 | Only obey optimize-tests flag on UI tests that are run-pass | The 8472 | -1/+4 |
| 2022-07-02 | Rollup merge of #98763 - citrus-it:illumos-split-debuginfo, r=Mark-Simulacrum | Dylan DPC | -1/+2 |
| 2022-07-01 | Fix caching bug in `download-rustc = true` | Joshua Nelson | -1/+3 |
| 2022-07-01 | Rollup merge of #98418 - topjohnwu:macos-dylib, r=jyn514 | Guillaume Gomez | -16/+41 |
| 2022-07-01 | bootstrap: illumos platform flags for split-debuginfo | Andy Fiddaman | -1/+2 |
| 2022-07-01 | Rollup merge of #98745 - thomcc:build-dir-arg, r=jyn514 | Matthias Krüger | -2/+11 |
| 2022-07-01 | Rollup merge of #98640 - cuviper:stable-rust-analyzer, r=Mark-Simulacrum | Matthias Krüger | -7/+1 |
| 2022-06-30 | Fix `x dist rust-dev` on a fresh checkout | Joshua Nelson | -0/+2 |
| 2022-06-30 | Add a `--build-dir` flag to rustbuild | Thom Chiovoloni | -2/+11 |
| 2022-06-30 | Revert #95993 fix | InfRandomness | -3/+1 |
| 2022-06-30 | Flip RustAnalyzer to stable=true | Josh Stone | -1/+1 |
| 2022-06-29 | Rollup merge of #98434 - dpaoliello:staticcrt, r=jyn514 | Matthias Krüger | -30/+27 |
| 2022-06-28 | Let rust-analyzer ship on stable, non-preview | Josh Stone | -6/+0 |
| 2022-06-27 | Ensure that `static_crt` is set in the bootstrapper whenever using `cc` to ge... | Daniel Paoliello | -30/+27 |
| 2022-06-27 | Move locking from bootstrap.py to rust bootstrap, using fd-lock | Josh Triplett | -42/+120 |
| 2022-06-27 | Export `t!` from the bootstrap lib so bins can use it | Josh Triplett | -3/+3 |
| 2022-06-26 | Fix builds on Windows (closes #98546) | BlaCoiso | -1/+1 |
| 2022-06-26 | Only call default steps once, not once for each PathSet | Joshua Nelson | -3/+1 |
| 2022-06-26 | Respect --color when building rustbuild itself | Joshua Nelson | -2/+8 |
| 2022-06-26 | Rollup merge of #98513 - ehuss:rebuild-llvm-download, r=Mark-Simulacrum | Yuki Okushi | -0/+13 |
| 2022-06-25 | Fix LLVM rebuild with download-ci-llvm. | Eric Huss | -0/+13 |
| 2022-06-24 | Allow dynamically linking against libLLVM on macOS | topjohnwu | -16/+41 |
| 2022-06-21 | Remove vendoring support when building from git sources | Joshua Nelson | -43/+31 |
| 2022-06-21 | Add bootstrap to tidy check | Joshua Nelson | -1/+1 |
| 2022-06-21 | Fully remove submodule handling from bootstrap.py | Joshua Nelson | -105/+699 |
| 2022-06-19 | Auto merge of #97268 - jyn514:faster-assemble, r=Mark-Simulacrum | bors | -20/+46 |
| 2022-06-19 | Make "Assemble stage1 compiler" orders of magnitude faster | Joshua Nelson | -18/+20 |
| 2022-06-19 | Panic if `dist` generates a symbolic link in a generated tarball | Joshua Nelson | -2/+26 |
| 2022-06-19 | Rollup merge of #97511 - jyn514:faster-cargo-build, r=Mark-Simulacrum | Matthias Krüger | -2/+6 |
| 2022-06-18 | Auto merge of #96501 - jyn514:individual-paths, r=Mark-Simulacrum | bors | -67/+190 |
| 2022-06-18 | Add tests for fixed bugs | Joshua Nelson | -4/+40 |