| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2022-09-14 | Don't hardcode the path to `bootstrap_out` | Joshua Nelson | -13/+9 |
| 2022-09-14 | Make it possible to run bootstrap on a different machine than the one it was ... | Joshua Nelson | -4/+44 |
| 2022-09-14 | Fix `--dry-run` for `dist::RustDev` | Joshua Nelson | -1/+1 |
| 2022-09-14 | Distribute bootstrap in CI artifacts | Tuna | -0/+36 |
| 2022-09-14 | jsondoclint: New Tool | Nixon Enraght-Moony | -0/+3 |
| 2022-09-13 | fix #101691: copy stage0 binaries into stage0-sysroot | yukang | -0/+37 |
| 2022-09-05 | Avoid UB in the Windows filesystem code in... bootstrap? | Thom Chiovoloni | -4/+7 |
| 2022-09-02 | Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-Simulacrum | Matthias Krüger | -3/+11 |
| 2022-09-02 | Rollup merge of #101166 - GuillaumeGomez:error-index-mdbook, r=notriddle | Guillaume Gomez | -1/+1 |
| 2022-09-01 | Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-Simulacrum | Matthias Krüger | -5/+10 |
| 2022-09-01 | Rollup merge of #100852 - Samyak2:samyak/100459, r=Mark-Simulacrum | Matthias Krüger | -4/+11 |
| 2022-09-01 | Auto merge of #100606 - cuviper:upgrade-linux-ci, r=Mark-Simulacrum | bors | -1/+4 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -5/+5 |
| 2022-08-31 | Generate error index with mdbook instead of raw HTML pages | Guillaume Gomez | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -5/+5 |
| 2022-08-31 | Rollup merge of #101025 - semarie:openbsd-archs, r=petrochenkov | Matthias Krüger | -2/+3 |
| 2022-08-30 | Avoid bootstrap from updating rls submodule | Raoul Strackx | -1/+0 |
| 2022-08-29 | bootstrap: Add llvm-has-rust-patches target option | Tyler Mandry | -5/+10 |
| 2022-08-28 | add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on Open... | Sébastien Marie | -2/+3 |
| 2022-08-27 | Remove RLS from macOS pkg and Windows msi installers. | Eric Huss | -33/+3 |
| 2022-08-27 | Sunset RLS | Eric Huss | -85/+5 |
| 2022-08-27 | Add replace-version-placeholder tool | est31 | -1/+67 |
| 2022-08-27 | Rollup merge of #100811 - czzrr:master, r=Mark-Simulacrum | Yuki Okushi | -1/+9 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -16/+14 |
| 2022-08-26 | Use getuid to check instead of USER env var in rustbuild | Samyak Sarnayak | -4/+11 |
| 2022-08-26 | `alloc`: add unstable cfg features `no_rc` and `no_sync` | Miguel Ojeda | -0/+2 |