summaryrefslogtreecommitdiff
path: root/src/bootstrap/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Make sure the build.rustc version is either the same or 1 apartyukang2023-05-141-0/+1
* Generate shell completions for bootstrap with Clapclubby7892023-05-101-0/+1
* Migrate bootstrap to Clap-based argumentsclubby7892023-05-061-1/+2
* drop some windows featuresklensy2023-04-121-4/+0
* Use the `junction` crate in bootstrap instead of manually creating the junctionThom Chiovoloni2023-04-051-0/+3
* bootstrap replace atty with is-terminal, dedupe few depsklensy2023-04-011-1/+1
* Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrumbors2023-03-211-0/+2
|\
| * switch to termcolorPietro Albini2023-03-071-1/+1
| * add a splash of colorPietro Albini2023-03-021-0/+2
* | migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell2023-03-201-11/+13
* | Don't use fd-lock on Solaris in bootstrapPetr Sumbera2023-03-131-1/+4
|/
* Allow building serde and serde_derive in parallelbjorn32023-02-271-1/+4
* Add `build_helper` crate to share code between tidy and bootstrapNilstrieb2023-01-031-0/+1
* Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson2022-12-311-1/+0
* Add `build_helper` crate to share code between tidy and bootstrapNilstrieb2022-12-301-0/+1
* Use LLVM_CMAKE_DIR for lld buildNikita Popov2022-12-221-5/+0
* Update pretty_assertions to 1.3bjorn32022-12-041-1/+1
* Bump `fd-lock` in `bootstrap` againMateusz Mikuła2022-11-231-1/+1
* Rollup merge of #104622 - nicholasbishop:bishop-uefi-clang, r=Mark-SimulacrumManish Goregaokar2022-11-221-0/+1
|\
| * dist: Ensure UEFI rlibs are all COFFNicholas Bishop2022-11-201-0/+1
* | update ntapi dep to remove future-incompat warningklensy2022-11-161-1/+1
|/
* Update several crates for improved support of the new targetsMateusz Mikuła2022-11-051-1/+1
* Avoid UB in the Windows filesystem code in... bootstrap?Thom Chiovoloni2022-09-051-0/+1
* Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 84722022-08-151-1/+0
* Move locking from bootstrap.py to rust bootstrap, using fd-lockJosh Triplett2022-06-271-0/+1
* Fully remove submodule handling from bootstrap.pyJoshua Nelson2022-06-211-0/+8
* Auto merge of #97268 - jyn514:faster-assemble, r=Mark-Simulacrumbors2022-06-191-0/+1
|\
| * Panic if `dist` generates a symbolic link in a generated tarballJoshua Nelson2022-06-191-0/+1
* | Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s...David Tolnay2022-06-091-0/+1
* | Add checksum verification for rustfmt downloadsJoshua Nelson2022-06-071-0/+2
* | bump sysinfo versionPietro Albini2022-06-041-1/+1
* | add build metrics, to gather ci stats from x.pyPietro Albini2022-05-021-0/+6
|/
* Use `build/tmp` instead of adding a dependency on `tempfile`.Joshua Nelson2022-04-241-1/+0
* Move download-ci-llvm to rustbuildJoshua Nelson2022-04-241-0/+3
* Move some more bootstrap logic from python to rustJoshua Nelson2022-03-071-0/+1
* Remove build_helperbjorn32022-03-051-1/+0
* Remove num_cpus dependency from bootstrap, build-manifest and rustc_sessionbjorn32022-03-021-1/+0
* Auto merge of #93685 - Mark-Simulacrum:drop-time, r=Mark-Simulacrumbors2022-02-131-2/+10
|\
| * Drop time dependency from bootstrapMark Rousskov2022-02-071-2/+10
* | cargo_metadata 0.12 -> 0.14, to dedupe and remove some `semver`, `semver-pars...klensy2022-02-071-1/+1
|/
* Remove the merge dependencybjorn32022-01-011-1/+0
* Avoid the merge derive macro in rustbuildbjorn32022-01-011-1/+1
* Remove the lazy_static dependency from rustbuildbjorn32022-01-011-1/+0
* Migrate to 2021Mark Rousskov2021-09-201-1/+1
* rfc3052: Remove authors field from Cargo manifestsJade2021-07-291-1/+0
* Upgrade `cc` crate to 1.0.69Yuki Okushi2021-07-131-1/+1
* Update cargoEric Huss2021-06-221-1/+1
* Lazify is_really_default condition in the RustdocGUI bootstrap stepThe84722021-06-171-0/+1
* Update ccChris Denton2021-05-241-1/+1
* update cc crateMateusz Mikuła2021-05-121-1/+1