| Age | Commit message (Expand) | Author | Lines |
| 2022-08-23 | rustbuild: fix version parsing for browser-ui-test | Josh Stone | -1/+4 |
| 2022-08-23 | Rollup merge of #100832 - ehuss:bootstrap-cleanup, r=jyn514 | Matthias Krüger | -20/+10 |
| 2022-08-21 | Correct test-args to compiletest on Windows | czzrr | -1/+9 |
| 2022-08-20 | bootstrap: Don't allow rustfmt to fail on dist. | Eric Huss | -9/+2 |
| 2022-08-20 | bootstrap: Remove some unused fields from the tool_extended macro. | Eric Huss | -11/+8 |
| 2022-08-21 | Auto merge of #100536 - Alexendoo:bootstrap-tls-model, r=Mark-Simulacrum | bors | -4/+13 |
| 2022-08-20 | Enable downloading prebuilt LLVM in test builders | Mark Rousskov | -2/+8 |
| 2022-08-19 | Refactor if-available setting to work in CI | Mark Rousskov | -44/+79 |
| 2022-08-19 | Minor refactoring | Mark Rousskov | -2/+1 |
| 2022-08-18 | session: stabilize split debuginfo on linux | David Wood | -16/+14 |
| 2022-08-16 | bootstrap: don't apply `-Ztls-model=initial-exec` to proc macros | Alex Macleod | -4/+13 |
| 2022-08-16 | Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisa | Matthias Krüger | -2/+2 |
| 2022-08-15 | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | -5/+5 |
| 2022-08-14 | Update the minimum external LLVM to 13 | Josh Stone | -2/+2 |
| 2022-08-14 | Impl Debug for some structs of rustbuild | ohno418 | -1/+2 |
| 2022-08-13 | Rollup merge of #100468 - cuviper:lazy-x, r=jyn514 | Michael Goulet | -1/+1 |
| 2022-08-13 | Rollup merge of #100464 - khyperia:lld-icf-on-windows, r=jyn514 | Michael Goulet | -1/+6 |
| 2022-08-13 | Auto merge of #100341 - andrewpollack:fuchsia-llvm-libunwind, r=tmandry | bors | -1/+5 |
| 2022-08-12 | Use an extensionless `x` script for non-Windows | Josh Stone | -1/+1 |
| 2022-08-12 | Make `[rust] use-lld=true` work on windows | khyperia | -1/+6 |
| 2022-08-12 | Auto merge of #99464 - nikic:llvm-15, r=cuviper | bors | -0/+3 |
| 2022-08-11 | Rollup merge of #99992 - jyn514:shell-scripts, r=Mark-Simulacrum | Matthias Krüger | -3/+8 |
| 2022-08-11 | Rollup merge of #100403 - GuillaumeGomez:improve-messages, r=jsha | Dylan DPC | -0/+5 |
| 2022-08-11 | Add instructions on how to update the browser-ui-test version | Guillaume Gomez | -0/+5 |
| 2022-08-09 | LLVM lib unwind fuchsia config | Andrew Pollack | -1/+5 |
| 2022-08-10 | added some comments | shourya5 | -1/+2 |
| 2022-08-09 | replaced resume_unwind with process::exit to fix | shourya5 | -5/+2 |
| 2022-08-09 | Rollup merge of #100181 - RalfJung:alloc-ref-mutability, r=jackh726 | Dylan DPC | -0/+4 |
| 2022-08-09 | Explicitly disable zstd support | Nikita Popov | -0/+3 |
| 2022-08-08 | Add `x.sh` and `x.ps1` shell scripts | Joshua Nelson | -3/+8 |
| 2022-08-07 | Auto merge of #100004 - jyn514:exclude-single-test, r=Mark-Simulacrum | bors | -14/+5 |
| 2022-08-06 | Change implementation of `-Z gcc-ld` and `lld-wrapper` again | Vadim Petrochenkov | -3/+11 |
| 2022-08-05 | propagate --bless to Miri | Ralf Jung | -0/+4 |
| 2022-08-04 | Auto merge of #100123 - matthiaskrgr:rollup-aylwvyc, r=matthiaskrgr | bors | -19/+21 |
| 2022-08-03 | Auto merge of #100065 - ehuss:update-cargo, r=ehuss | bors | -2/+0 |
| 2022-08-03 | Rollup merge of #98877 - topjohnwu:fix-lld, r=jyn514 | Matthias Krüger | -19/+21 |
| 2022-08-03 | Set llvm configs when building lld | topjohnwu | -19/+21 |
| 2022-08-02 | Remove CARGO_TEST_DISABLE_GIT_CLI | Eric Huss | -2/+0 |
| 2022-08-02 | Rollup merge of #100008 - jyn514:eager-submodules, r=bjorn3 | Matthias Krüger | -18/+2 |
| 2022-08-02 | Rollup merge of #99293 - jo3bingham:issue-98720-fix, r=jyn514 | Matthias Krüger | -1/+7 |
| 2022-08-01 | add comment | Joseph Bingham | -0/+3 |
| 2022-08-01 | Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514 | Matthias Krüger | -24/+28 |
| 2022-07-31 | Update all pre-cloned submodules on startup | Joshua Nelson | -18/+2 |
| 2022-07-31 | Move `x test --skip` to be part of `--exclude` | Joshua Nelson | -14/+5 |
| 2022-07-30 | Rollup merge of #99962 - Mark-Simulacrum:detect-ci-artifact-channel, r=jyn514 | Matthias Krüger | -6/+13 |
| 2022-07-30 | Discover channel for artifact download | Mark Rousskov | -6/+13 |
| 2022-07-29 | Don't give a hard error for `x check --keep-stage 0` | Joshua Nelson | -9/+0 |
| 2022-07-29 | Auto merge of #99715 - tmiasko:coverage-run-make, r=Mark-Simulacrum | bors | -2/+6 |
| 2022-07-28 | Clone the `src/llvm-project` submodule if profiling is enabled | Nilstrieb | -0/+5 |
| 2022-07-28 | bootstrap: don't emit warn about duplicated deps with same/different features... | klensy | -24/+28 |