| Age | Commit message (Expand) | Author | Lines |
| 2022-07-11 | Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum | bors | -1/+17 |
| 2022-07-11 | extend bootstrap for PGO on windows | Rémy Rakic | -1/+17 |
| 2022-07-11 | Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrum | bors | -1/+1 |
| 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 | -1/+1 |
| 2022-07-09 | Auto merge of #98328 - topjohnwu:fix_cross, r=jyn514 | bors | -1/+22 |
| 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-01 | Rollup merge of #98418 - topjohnwu:macos-dylib, r=jyn514 | Guillaume Gomez | -10/+31 |
| 2022-06-26 | Fix builds on Windows (closes #98546) | BlaCoiso | -1/+1 |
| 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 | -10/+31 |
| 2022-06-18 | Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514 | Yuki Okushi | -6/+9 |
| 2022-06-13 | Do not try to statically link libstd++ on Solaris | gco | -1/+1 |
| 2022-06-14 | Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisa | Yuki Okushi | -2/+5 |
| 2022-06-13 | Add Apple WatchOS compile targets | Vladimir Michael Eatwell | -2/+5 |
| 2022-06-13 | fix error message for download-ci-llvm | Pietro Albini | -7/+7 |
| 2022-06-09 | load configuration for downloading artifacts from stage0.json | Pietro Albini | -6/+9 |
| 2022-06-04 | Auto merge of #97137 - Kobzol:ci-llvm-pgo-pid, r=Mark-Simulacrum | bors | -0/+3 |
| 2022-05-30 | Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514 | Dylan DPC | -1/+9 |
| 2022-05-29 | Re-add help_on_error for download-ci-llvm | binggh | -1/+9 |
| 2022-05-29 | Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviper | bors | -0/+4 |
| 2022-05-29 | Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum | bors | -218/+7 |
| 2022-05-28 | Add PID to LLVM PGO profiles generated in CI and measure PGO statistics | Jakub Beránek | -0/+3 |
| 2022-05-28 | Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul... | Matthias Krüger | -4/+4 |
| 2022-05-25 | feat: refactored bootstrap files to use stderr consistently | Raiyan | -4/+4 |
| 2022-05-25 | Move download-rustc from bootstrap.py to rustbuild | Joshua Nelson | -1/+1 |
| 2022-05-25 | Move `download` functions from `native` to builder.rs | Joshua Nelson | -218/+7 |
| 2022-05-25 | Set LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN for lld build as well | Nikita Popov | -0/+4 |
| 2022-05-15 | Auto merge of #97055 - matthiaskrgr:rollup-1nqwfzx, r=matthiaskrgr | bors | -2/+2 |
| 2022-05-15 | Rollup merge of #97041 - eddyb:nixos-llvm-ci-patchelf, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-05-15 | Auto merge of #96602 - TApplencourt:patch-1, r=Mark-Simulacrum | bors | -31/+32 |
| 2022-05-14 | Fix `download-ci-llvm` NixOS patching for `.so`s. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -0/+4 |
| 2022-05-01 | Use curl by default | Thomas Applencourt | -31/+32 |
| 2022-04-24 | Use `build/tmp` instead of adding a dependency on `tempfile`. | Joshua Nelson | -9/+7 |
| 2022-04-24 | Allow quotes around `nixos` in /etc/os-release | Joshua Nelson | -1/+2 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -4/+289 |
| 2022-04-16 | Require all paths passed to `ShouldRun::paths` to exist on disk | Joshua Nelson | -3/+3 |
| 2022-03-25 | resolve: Stop passing unused spans and node ids to path resolution functions | Vadim Petrochenkov | -1/+1 |
| 2022-03-10 | bootstrap: untangle static-libstdcpp & llvm-tools | Jon Gjengset | -1/+1 |
| 2022-03-07 | Statically compile libstdc++ everywhere if asked | Jon Gjengset | -12/+12 |
| 2022-03-06 | Rollup merge of #94621 - ridwanabdillahi:lld-rel-dbg, r=Mark-Simulacrum | fee1-dead | -1/+9 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -3/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -3/+2 |
| 2022-03-04 | Support RelWithDebInfo for lld. | ridwanabdillahi | -1/+9 |
| 2022-03-03 | bootstrap: correct reading of flags for llvm | Jon Gjengset | -12/+14 |
| 2022-02-11 | bootstrap: -static-libstdc++ is a linker flag | Jon Gjengset | -14/+8 |
| 2022-02-11 | bootstrap: make LLVM build respect *FLAGS envvars | Jon Gjengset | -22/+63 |