| Age | Commit message (Expand) | Author | Lines |
| 2022-10-07 | Auto merge of #102025 - chenyukang:fix-102002, r=jyn514 | bors | -2/+10 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+1 |
| 2022-10-06 | Auto merge of #102573 - RalfJung:mirisync, r=oli-obk | bors | -12/+0 |
| 2022-10-04 | Rollup merge of #102686 - cuviper:rls-tool_std, r=jyn514 | Michael Howell | -1/+1 |
| 2022-10-04 | Don't build the compiler before building rls | Josh Stone | -1/+1 |
| 2022-10-04 | Rollup merge of #102241 - jyn514:manifest-json-docs, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2022-10-04 | test Miri changes in PR CI; we no longer need xargo | Ralf Jung | -12/+0 |
| 2022-10-04 | use ci-rustc-sysroot for sysroot when download_rustc | yukang | -5/+5 |
| 2022-10-02 | re-add git-commit-hash file to tarballs | dawnofmidnight | -0/+7 |
| 2022-10-02 | Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrum | bors | -47/+121 |
| 2022-10-02 | Auto merge of #102558 - matthiaskrgr:rollup-0odec1c, r=matthiaskrgr | bors | -2/+5 |
| 2022-10-02 | Rollup merge of #102557 - Joshument:master, r=jyn514 | Matthias Krüger | -2/+3 |
| 2022-10-02 | Rollup merge of #102353 - bjorn3:allow_rustix_use_libc, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2022-10-01 | fix issue with x.py setup running into explicit panic | Joshument | -2/+3 |
| 2022-10-01 | Auto merge of #102193 - ferrocene:pa-remote-test-server-improvements, r=Mark-... | bors | -0/+2 |
| 2022-10-01 | fix: use git-commit-info for version information | dawnofmidnight | -47/+121 |
| 2022-10-01 | Package `rust-docs-json` into nightly components (take 3) | Joshua Nelson | -0/+1 |
| 2022-10-01 | Auto merge of #101969 - reez12g:issue-101306, r=reez12g | bors | -0/+2 |
| 2022-10-01 | Add a comment to downloading fmt statement | Rento Ezoe | -0/+1 |
| 2022-09-29 | Auto merge of #101833 - jyn514:cross-compile-compiler-builtins, r=Mark-Simula... | bors | -22/+29 |
| 2022-09-28 | Make the `c` feature for `compiler-builtins` opt-in instead of inferred | Joshua Nelson | -22/+29 |
| 2022-09-27 | Allow passing rustix_use_libc cfg using RUSTFLAGS | bjorn3 | -0/+2 |
| 2022-09-26 | fix check_cfg | Pietro Albini | -0/+1 |
| 2022-09-26 | Make fmt downloaded on every invocation of bootstrap | reez12g | -0/+1 |
| 2022-09-26 | Rollup merge of #102267 - jyn514:smaller-build-script, r=Mark-Simulacrum | fee1-dead | -36/+0 |
| 2022-09-26 | Rollup merge of #102178 - RalfJung:bootstrap-backtrace, r=Mark-Simulacrum | fee1-dead | -3/+2 |
| 2022-09-25 | Don't set RUSTC in the bootstrap build script | Joshua Nelson | -36/+0 |
| 2022-09-25 | Support overriding initial rustc and cargo paths | Mark Rousskov | -6/+8 |
| 2022-09-24 | Auto merge of #98483 - dvtkrlbs:bootstrap-dist, r=jyn514 | bors | -18/+101 |
| 2022-09-24 | Copy `bootstrap.exe` on Windows, not `bootstrap` | Joshua Nelson | -1/+1 |
| 2022-09-24 | Rollup merge of #102226 - RalfJung:miri-sysroot-build, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-09-24 | bootstrap/miri: switch to non-deprecated env var for setting the sysroot folder | Ralf Jung | -1/+1 |
| 2022-09-24 | Rollup merge of #102176 - ojeda:add-llvm-dis-to-ci-llvm, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2022-09-24 | Rollup merge of #102175 - oli-obk:miri_subtree_cleanup, r=jyn514 | Matthias Krüger | -22/+22 |
| 2022-09-23 | add changelog lines for the remote-test-server changes | Pietro Albini | -0/+2 |
| 2022-09-23 | bootstrap: the backtrace feature is stable, no need to allow it any more | Ralf Jung | -3/+2 |
| 2022-09-23 | Add `llvm-dis` to the set of tools in `ci-llvm` | Miguel Ojeda | -1/+2 |
| 2022-09-23 | Also require other subtrees to always build successfully | Oli Scherer | -22/+22 |
| 2022-09-23 | Rollup merge of #102042 - LukeMathWalker:add-rust-json-docs-to-rustup, r=Mark... | Matthias Krüger | -10/+4 |
| 2022-09-22 | Distribute rust-json-docs via rustup. | Luca Palmieri | -10/+4 |
| 2022-09-22 | Auto merge of #102028 - oli-obk:miri_subtree, r=oli-obk | bors | -173/+126 |
| 2022-09-22 | Allow miri docs to keep failing for now | Oli Scherer | -1/+1 |
| 2022-09-21 | miri is not in toolstate any more | Ralf Jung | -1/+0 |
| 2022-09-21 | HACK: Treat miri as if it were a submodule | Oli Scherer | -1/+3 |
| 2022-09-21 | Remove miri from the submodule list and require it for CI to pass | Oli Scherer | -174/+126 |
| 2022-09-21 | Rollup merge of #89891 - ojeda:modular-alloc, r=Mark-Simulacrum | Dylan DPC | -0/+2 |
| 2022-09-20 | Update src/bootstrap/config.rs | Tuna | -0/+1 |
| 2022-09-20 | Update src/bootstrap/config.rs | Tuna | -1/+8 |
| 2022-09-20 | fix #102002, Delete the stage1 and stage0-sysroot directories when using down... | yukang | -4/+12 |