| Age | Commit message (Expand) | Author | Lines |
| 2022-07-20 | Auto merge of #98843 - Urgau:check-cfg-stage0, r=Mark-Simulacrum | bors | -38/+32 |
| 2022-07-18 | Revert "Use ICF (identical code folding) for building rustc" | Jakub Beránek | -6/+0 |
| 2022-07-17 | Use LLD linker for compiling rustc on Linux x64 and use ICF for binary size o... | Jakub Beránek | -0/+6 |
| 2022-07-14 | Don't build std for switch | leo60228 | -1/+1 |
| 2022-07-14 | Don't use host linker for switch | leo60228 | -1/+2 |
| 2022-07-14 | Rollup merge of #99236 - psumbera:Issue99208, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2022-07-14 | solaris: unbreak build on native platform | Petr Sumbera | -0/+1 |
| 2022-07-14 | Rollup merge of #99139 - jyn514:dist-tool-help, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2022-07-13 | Rollup merge of #98848 - flip1995:clippy-book, r=jyn514 | Guillaume Gomez | -0/+2 |
| 2022-07-13 | Auto merge of #99149 - ferrocene:pa-nightly-branch, r=Mark-Simulacrum | bors | -8/+6 |
| 2022-07-12 | Auto merge of #99165 - matthiaskrgr:rollup-rqpelfa, r=matthiaskrgr | bors | -3/+32 |
| 2022-07-11 | Rollup merge of #97210 - Milo123459:clippy-args, r=jyn514 | Matthias Krüger | -3/+32 |
| 2022-07-11 | Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum | bors | -3/+72 |
| 2022-07-11 | extend bootstrap for PGO on windows | Rémy Rakic | -3/+72 |
| 2022-07-11 | configure nightly branch name in stage0.json | Pietro Albini | -8/+6 |
| 2022-07-11 | clippy argument support | Milo | -3/+32 |
| 2022-07-11 | Auto merge of #98369 - jyn514:configure.py, r=Mark-Simulacrum | bors | -5/+3 |
| 2022-07-11 | Auto merge of #99130 - jyn514:std-cache-invalidation, r=Mark-Simulacrum | bors | -22/+38 |
| 2022-07-10 | Give a better error when `x dist` fails for an optional tool | Joshua Nelson | -1/+5 |
| 2022-07-11 | Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrum | bors | -29/+34 |
| 2022-07-10 | Fix `x build library/std compiler/rustc` | Joshua Nelson | -22/+38 |
| 2022-07-11 | Fix `download-ci-llvm` NixOS patching for binaries | oxalica | -2/+2 |
| 2022-07-10 | Allow using `download-ci-llvm = true` outside the git checkout | Joshua Nelson | -29/+34 |
| 2022-07-10 | Remove unsupported options in configure.py | Joshua Nelson | -5/+3 |
| 2022-07-09 | Update submodule rust-installer | Michael Howell | -1/+1 |
| 2022-07-09 | Auto merge of #98328 - topjohnwu:fix_cross, r=jyn514 | bors | -1/+22 |
| 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-06 | Build the Clippy book as part of x.py doc | flip1995 | -0/+2 |
| 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-03 | Set CLANG_TABLEGEN when cross compiling clang | topjohnwu | -0/+9 |
| 2022-07-03 | Fix cross compiling on macOS | topjohnwu | -1/+13 |
| 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-03 | Enable check-cfg in stage0 | Urgau | -38/+32 |
| 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 |