| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | Create dir for build_triple | Mu001999 | -0/+1 |
| 2023-02-21 | Revert "port over symlink_file function from Build to Config and create symli... | Jakub Beránek | -1/+10 |
| 2023-02-09 | port over symlink_file function from Build to Config and create symlink for l... | Zephaniah Ong | -10/+1 |
| 2023-02-04 | Rollup merge of #107116 - ozkanonur:consolidate-bootstrap-docs, r=jyn514 | Matthias Krüger | -87/+0 |
| 2023-02-04 | consolidate bootstrap docs | ozkanonur | -87/+0 |
| 2023-01-30 | Auto merge of #107080 - Urgau:cleanup-bootstrap-extra-check-cfgs, r=Mark-Simu... | bors | -14/+8 |
| 2023-01-30 | Rollup merge of #106106 - jyn514:remote-tracking-branch, r=Mark-Simulacrum | Dylan DPC | -3/+23 |
| 2023-01-29 | When stamp doesn't exist, should say Error, and print path to stamp file | teapot4195 | -1/+2 |
| 2023-01-28 | Gracefully exit when --keep-stage used on clean source tree | teapot4195 | -0/+7 |
| 2023-01-25 | Cleanup extra check configs in bootstrap | Urgau | -14/+8 |
| 2023-01-03 | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | -1/+2 |
| 2022-12-31 | Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-... | Joshua Nelson | -2/+1 |
| 2022-12-30 | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | -1/+2 |
| 2022-12-27 | Auto merge of #106168 - jyn514:clean-crates, r=Mark-Simulacrum | bors | -4/+0 |
| 2022-12-26 | Allow cleaning individual crates | Joshua Nelson | -4/+0 |
| 2022-12-26 | Fix panic on `x build --help --verbose` | Joshua Nelson | -1/+4 |
| 2022-12-23 | Pass `branch.{branch}.remote=origin` to `git submodule update` | Joshua Nelson | -3/+23 |
| 2022-12-23 | Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgr | bors | -1/+1 |
| 2022-12-23 | Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2022-12-22 | Support documenting Cargo | Joshua Nelson | -0/+1 |
| 2022-12-22 | Allow building std with cranelift | Joshua Nelson | -1/+1 |
| 2022-12-18 | Rollup merge of #96584 - bentongxyz:x-setup-h-v-should-work, r=jyn514 | Matthias Krüger | -4/+0 |
| 2022-12-17 | Remove special cases for setup subcommand | Benjamin Tong | -4/+0 |
| 2022-12-17 | Symlink `build/host` -> `build/x86_64-unknown-linux-gnu` (as appropriate per ... | Joshua Nelson | -1/+18 |
| 2022-12-10 | Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-12-05 | Rollup merge of #104953 - jyn514:fewer-submodule-updates, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2022-12-05 | Rollup merge of #104952 - jyn514:setup, r=Mark-Simulacrum | Matthias Krüger | -19/+25 |
| 2022-12-03 | Don't exit with an error if there are no changes to submodules | Joshua Nelson | -2/+15 |
| 2022-11-27 | suggested changes | Pratush Rai | -1/+0 |
| 2022-11-27 | suggested changes | Pratush Rai | -2/+2 |
| 2022-11-26 | Ensure required submodules at the same time as updating existing submodules | Joshua Nelson | -3/+3 |
| 2022-11-26 | Don't update submodules for `x setup` | Joshua Nelson | -19/+25 |
| 2022-11-25 | bootstrap | Pratush Rai | -2/+4 |
| 2022-11-19 | Set `download-ci-llvm = "if-available"` by default when `channel = "dev"` | Joshua Nelson | -2/+2 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -67/+34 |
| 2022-11-12 | Print "Checking/Building ..." message even when --dry-run is passed | Joshua Nelson | -3/+5 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -23/+23 |
| 2022-10-26 | check lld version to choose correct flag for tests | Daniil Belov | -2/+2 |
| 2022-10-10 | Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-10-09 | Use BOLT in x64 dist CI to optimize LLVM | Jakub Beránek | -0/+1 |
| 2022-10-02 | Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrum | bors | -4/+10 |
| 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 | fix: use git-commit-info for version information | dawnofmidnight | -4/+10 |
| 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-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 |