| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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-19 | Auto merge of #101799 - LukeMathWalker:distribute-json-doc, r=jyn514 | bors | -62/+219 |
| 2022-09-18 | Rollup merge of #101923 - jsha:aux-pages-no-rustdoc-css, r=Mark-Simulacrum | Matthias Krüger | -8/+2 |
| 2022-09-17 | Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgr | bors | -38/+5 |
| 2022-09-17 | Rollup merge of #101942 - Mark-Simulacrum:fix-perf, r=jyn514 | Matthias Krüger | -37/+0 |
| 2022-09-17 | Rollup merge of #101835 - jyn514:fix-vendoring, r=Mark-Simulacrum | Matthias Krüger | -1/+5 |
| 2022-09-17 | Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum... | Luca Palmieri | -62/+219 |
| 2022-09-17 | Rollup merge of #101873 - WaffleLapkin:x-build-proc-macro-srv, r=jyn514 | Matthias Krüger | -10/+22 |
| 2022-09-17 | Rollup merge of #101783 - chriswailes:env-vars, r=jyn514 | Matthias Krüger | -10/+18 |
| 2022-09-17 | Rollup merge of #101781 - chriswailes:dynamic-llvm-on-musl, r=jyn514 | Matthias Krüger | -11/+2 |
| 2022-09-17 | Revert "fix #101691: copy stage0 binaries into stage0-sysroot" | Mark Rousskov | -37/+0 |
| 2022-09-16 | Rollup merge of #101921 - est31:bootstrap_cfg_rustdoc, r=joshtriplett | Michael Howell | -4/+13 |
| 2022-09-16 | Don't add rustdoc's CSS to other doc pages | Jacob Hoffman-Andrews | -8/+2 |
| 2022-09-16 | Improve handing of env vars during bootstrap process | Chris Wailes | -10/+18 |
| 2022-09-16 | Pass --cfg=bootstrap for rustdoc for proc_macro crates | est31 | -4/+13 |
| 2022-09-16 | Remove the allow-list for dynamic linking of LLVM tools | Chris Wailes | -11/+2 |
| 2022-09-16 | Use `builder.sysroot(...)` instead of a hack | Maybe Waffle | -6/+2 |
| 2022-09-16 | Rollup merge of #101809 - aDotInTheVoid:jsondoclint, r=GuillaumeGomez | Dylan DPC | -0/+3 |
| 2022-09-16 | Allow building `rust-analyzer-proc-macro-srv` as a standalone tool | Maybe Waffle | -10/+26 |
| 2022-09-14 | Allow using vendoring when running bootstrap from outside the current working... | Joshua Nelson | -1/+5 |
| 2022-09-14 | Give a better error messages when the rustc shim is missing | Joshua Nelson | -1/+4 |
| 2022-09-14 | Fix pre-existing bug in exe check | Joshua Nelson | -1/+1 |