| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure the build.rustc version is either the same or 1 apart | yukang | 2023-05-14 | 1 | -0/+1 |
* | Generate shell completions for bootstrap with Clap | clubby789 | 2023-05-10 | 1 | -0/+1 |
* | Migrate bootstrap to Clap-based arguments | clubby789 | 2023-05-06 | 1 | -1/+2 |
* | drop some windows features | klensy | 2023-04-12 | 1 | -4/+0 |
* | Use the `junction` crate in bootstrap instead of manually creating the junction | Thom Chiovoloni | 2023-04-05 | 1 | -0/+3 |
* | bootstrap replace atty with is-terminal, dedupe few deps | klensy | 2023-04-01 | 1 | -1/+1 |
* | Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrum | bors | 2023-03-21 | 1 | -0/+2 |
|\ |
|
| * | switch to termcolor | Pietro Albini | 2023-03-07 | 1 | -1/+1 |
| * | add a splash of color | Pietro Albini | 2023-03-02 | 1 | -0/+2 |
* | | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | 2023-03-20 | 1 | -11/+13 |
* | | Don't use fd-lock on Solaris in bootstrap | Petr Sumbera | 2023-03-13 | 1 | -1/+4 |
|/ |
|
* | Allow building serde and serde_derive in parallel | bjorn3 | 2023-02-27 | 1 | -1/+4 |
* | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | 2023-01-03 | 1 | -0/+1 |
* | Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-... | Joshua Nelson | 2022-12-31 | 1 | -1/+0 |
* | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | 2022-12-30 | 1 | -0/+1 |
* | Use LLVM_CMAKE_DIR for lld build | Nikita Popov | 2022-12-22 | 1 | -5/+0 |
* | Update pretty_assertions to 1.3 | bjorn3 | 2022-12-04 | 1 | -1/+1 |
* | Bump `fd-lock` in `bootstrap` again | Mateusz Mikuła | 2022-11-23 | 1 | -1/+1 |
* | Rollup merge of #104622 - nicholasbishop:bishop-uefi-clang, r=Mark-Simulacrum | Manish Goregaokar | 2022-11-22 | 1 | -0/+1 |
|\ |
|
| * | dist: Ensure UEFI rlibs are all COFF | Nicholas Bishop | 2022-11-20 | 1 | -0/+1 |
* | | update ntapi dep to remove future-incompat warning | klensy | 2022-11-16 | 1 | -1/+1 |
|/ |
|
* | Update several crates for improved support of the new targets | Mateusz Mikuła | 2022-11-05 | 1 | -1/+1 |
* | Avoid UB in the Windows filesystem code in... bootstrap? | Thom Chiovoloni | 2022-09-05 | 1 | -0/+1 |
* | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | 2022-08-15 | 1 | -1/+0 |
* | Move locking from bootstrap.py to rust bootstrap, using fd-lock | Josh Triplett | 2022-06-27 | 1 | -0/+1 |
* | Fully remove submodule handling from bootstrap.py | Joshua Nelson | 2022-06-21 | 1 | -0/+8 |
* | Auto merge of #97268 - jyn514:faster-assemble, r=Mark-Simulacrum | bors | 2022-06-19 | 1 | -0/+1 |
|\ |
|
| * | Panic if `dist` generates a symbolic link in a generated tarball | Joshua Nelson | 2022-06-19 | 1 | -0/+1 |
* | | Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s... | David Tolnay | 2022-06-09 | 1 | -0/+1 |
* | | Add checksum verification for rustfmt downloads | Joshua Nelson | 2022-06-07 | 1 | -0/+2 |
* | | bump sysinfo version | Pietro Albini | 2022-06-04 | 1 | -1/+1 |
* | | add build metrics, to gather ci stats from x.py | Pietro Albini | 2022-05-02 | 1 | -0/+6 |
|/ |
|
* | Use `build/tmp` instead of adding a dependency on `tempfile`. | Joshua Nelson | 2022-04-24 | 1 | -1/+0 |
* | Move download-ci-llvm to rustbuild | Joshua Nelson | 2022-04-24 | 1 | -0/+3 |
* | Move some more bootstrap logic from python to rust | Joshua Nelson | 2022-03-07 | 1 | -0/+1 |
* | Remove build_helper | bjorn3 | 2022-03-05 | 1 | -1/+0 |
* | Remove num_cpus dependency from bootstrap, build-manifest and rustc_session | bjorn3 | 2022-03-02 | 1 | -1/+0 |
* | Auto merge of #93685 - Mark-Simulacrum:drop-time, r=Mark-Simulacrum | bors | 2022-02-13 | 1 | -2/+10 |
|\ |
|
| * | Drop time dependency from bootstrap | Mark Rousskov | 2022-02-07 | 1 | -2/+10 |
* | | cargo_metadata 0.12 -> 0.14, to dedupe and remove some `semver`, `semver-pars... | klensy | 2022-02-07 | 1 | -1/+1 |
|/ |
|
* | Remove the merge dependency | bjorn3 | 2022-01-01 | 1 | -1/+0 |
* | Avoid the merge derive macro in rustbuild | bjorn3 | 2022-01-01 | 1 | -1/+1 |
* | Remove the lazy_static dependency from rustbuild | bjorn3 | 2022-01-01 | 1 | -1/+0 |
* | Migrate to 2021 | Mark Rousskov | 2021-09-20 | 1 | -1/+1 |
* | rfc3052: Remove authors field from Cargo manifests | Jade | 2021-07-29 | 1 | -1/+0 |
* | Upgrade `cc` crate to 1.0.69 | Yuki Okushi | 2021-07-13 | 1 | -1/+1 |
* | Update cargo | Eric Huss | 2021-06-22 | 1 | -1/+1 |
* | Lazify is_really_default condition in the RustdocGUI bootstrap step | The8472 | 2021-06-17 | 1 | -0/+1 |
* | Update cc | Chris Denton | 2021-05-24 | 1 | -1/+1 |
* | update cc crate | Mateusz Mikuła | 2021-05-12 | 1 | -1/+1 |