| Age | Commit message (Expand) | Author | Lines |
| 2023-01-03 | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | -0/+1 |
| 2022-12-31 | Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-... | Joshua Nelson | -1/+0 |
| 2022-12-30 | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | -0/+1 |
| 2022-12-22 | Use LLVM_CMAKE_DIR for lld build | Nikita Popov | -5/+0 |
| 2022-12-04 | Update pretty_assertions to 1.3 | bjorn3 | -1/+1 |
| 2022-11-23 | Bump `fd-lock` in `bootstrap` again | Mateusz Mikuła | -1/+1 |
| 2022-11-22 | Rollup merge of #104622 - nicholasbishop:bishop-uefi-clang, r=Mark-Simulacrum | Manish Goregaokar | -0/+1 |
| 2022-11-20 | dist: Ensure UEFI rlibs are all COFF | Nicholas Bishop | -0/+1 |
| 2022-11-16 | update ntapi dep to remove future-incompat warning | klensy | -1/+1 |
| 2022-11-05 | Update several crates for improved support of the new targets | Mateusz Mikuła | -1/+1 |
| 2022-09-05 | Avoid UB in the Windows filesystem code in... bootstrap? | Thom Chiovoloni | -0/+1 |
| 2022-08-15 | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | -1/+0 |
| 2022-06-27 | Move locking from bootstrap.py to rust bootstrap, using fd-lock | Josh Triplett | -0/+1 |
| 2022-06-21 | Fully remove submodule handling from bootstrap.py | Joshua Nelson | -0/+8 |
| 2022-06-19 | Auto merge of #97268 - jyn514:faster-assemble, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-06-19 | Panic if `dist` generates a symbolic link in a generated tarball | Joshua Nelson | -0/+1 |
| 2022-06-09 | Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s... | David Tolnay | -0/+1 |
| 2022-06-07 | Add checksum verification for rustfmt downloads | Joshua Nelson | -0/+2 |
| 2022-06-04 | bump sysinfo version | Pietro Albini | -1/+1 |
| 2022-05-02 | add build metrics, to gather ci stats from x.py | Pietro Albini | -0/+6 |
| 2022-04-24 | Use `build/tmp` instead of adding a dependency on `tempfile`. | Joshua Nelson | -1/+0 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -0/+3 |
| 2022-03-07 | Move some more bootstrap logic from python to rust | Joshua Nelson | -0/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -1/+0 |
| 2022-03-02 | Remove num_cpus dependency from bootstrap, build-manifest and rustc_session | bjorn3 | -1/+0 |
| 2022-02-13 | Auto merge of #93685 - Mark-Simulacrum:drop-time, r=Mark-Simulacrum | bors | -2/+10 |
| 2022-02-07 | Drop time dependency from bootstrap | Mark Rousskov | -2/+10 |
| 2022-02-07 | cargo_metadata 0.12 -> 0.14, to dedupe and remove some `semver`, `semver-pars... | klensy | -1/+1 |
| 2022-01-01 | Remove the merge dependency | bjorn3 | -1/+0 |
| 2022-01-01 | Avoid the merge derive macro in rustbuild | bjorn3 | -1/+1 |
| 2022-01-01 | Remove the lazy_static dependency from rustbuild | bjorn3 | -1/+0 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-13 | Upgrade `cc` crate to 1.0.69 | Yuki Okushi | -1/+1 |
| 2021-06-22 | Update cargo | Eric Huss | -1/+1 |
| 2021-06-17 | Lazify is_really_default condition in the RustdocGUI bootstrap step | The8472 | -0/+1 |
| 2021-05-24 | Update cc | Chris Denton | -1/+1 |
| 2021-05-12 | update cc crate | Mateusz Mikuła | -1/+1 |
| 2021-03-04 | Attempt to gather similar stats as rusage on Windows | Ryan Levick | -1/+1 |
| 2020-09-21 | Rollup merge of #76628 - jyn514:default-config-files, r=Mark-Simulacrum | Ralf Jung | -0/+1 |
| 2020-09-20 | Add sample defaults for config.toml | Joshua Nelson | -0/+1 |
| 2020-09-20 | Set BUILD_TRIPLE via build script | Mark Rousskov | -0/+1 |
| 2020-08-30 | cleanup: Remove duplicate library names from `Cargo.toml`s | Vadim Petrochenkov | -1/+0 |
| 2020-05-21 | Add flag to open docs: x.py doc --open | David Tolnay | -0/+1 |
| 2020-03-26 | Upgrade rustc and bootstrap dependencies | Mateusz Mikuła | -1/+1 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -0/+4 |
| 2019-12-21 | Implement rustfmt running manually using ignore crate | Mark Rousskov | -0/+1 |
| 2019-12-21 | Drop petgraph dependency from bootstrap | Mark Rousskov | -1/+0 |
| 2019-08-20 | Bump toml dependency. | Eric Huss | -1/+1 |
| 2019-05-09 | remove unneeded `extern crate`s from build tools | Andy Russell | -3/+2 |