about summary refs log tree commit diff
path: root/src/bootstrap/Cargo.toml
AgeCommit message (Expand)AuthorLines
2023-01-03Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-0/+1
2022-12-31Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson-1/+0
2022-12-30Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-0/+1
2022-12-22Use LLVM_CMAKE_DIR for lld buildNikita Popov-5/+0
2022-12-04Update pretty_assertions to 1.3bjorn3-1/+1
2022-11-23Bump `fd-lock` in `bootstrap` againMateusz Mikuła-1/+1
2022-11-22Rollup merge of #104622 - nicholasbishop:bishop-uefi-clang, r=Mark-SimulacrumManish Goregaokar-0/+1
2022-11-20dist: Ensure UEFI rlibs are all COFFNicholas Bishop-0/+1
2022-11-16update ntapi dep to remove future-incompat warningklensy-1/+1
2022-11-05Update several crates for improved support of the new targetsMateusz Mikuła-1/+1
2022-09-05Avoid UB in the Windows filesystem code in... bootstrap?Thom Chiovoloni-0/+1
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472-1/+0
2022-06-27Move locking from bootstrap.py to rust bootstrap, using fd-lockJosh Triplett-0/+1
2022-06-21Fully remove submodule handling from bootstrap.pyJoshua Nelson-0/+8
2022-06-19Auto merge of #97268 - jyn514:faster-assemble, r=Mark-Simulacrumbors-0/+1
2022-06-19Panic if `dist` generates a symbolic link in a generated tarballJoshua Nelson-0/+1
2022-06-09Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s...David Tolnay-0/+1
2022-06-07Add checksum verification for rustfmt downloadsJoshua Nelson-0/+2
2022-06-04bump sysinfo versionPietro Albini-1/+1
2022-05-02add build metrics, to gather ci stats from x.pyPietro Albini-0/+6
2022-04-24Use `build/tmp` instead of adding a dependency on `tempfile`.Joshua Nelson-1/+0
2022-04-24Move download-ci-llvm to rustbuildJoshua Nelson-0/+3
2022-03-07Move some more bootstrap logic from python to rustJoshua Nelson-0/+1
2022-03-05Remove build_helperbjorn3-1/+0
2022-03-02Remove num_cpus dependency from bootstrap, build-manifest and rustc_sessionbjorn3-1/+0
2022-02-13Auto merge of #93685 - Mark-Simulacrum:drop-time, r=Mark-Simulacrumbors-2/+10
2022-02-07Drop time dependency from bootstrapMark Rousskov-2/+10
2022-02-07cargo_metadata 0.12 -> 0.14, to dedupe and remove some `semver`, `semver-pars...klensy-1/+1
2022-01-01Remove the merge dependencybjorn3-1/+0
2022-01-01Avoid the merge derive macro in rustbuildbjorn3-1/+1
2022-01-01Remove the lazy_static dependency from rustbuildbjorn3-1/+0
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-13Upgrade `cc` crate to 1.0.69Yuki Okushi-1/+1
2021-06-22Update cargoEric Huss-1/+1
2021-06-17Lazify is_really_default condition in the RustdocGUI bootstrap stepThe8472-0/+1
2021-05-24Update ccChris Denton-1/+1
2021-05-12update cc crateMateusz Mikuła-1/+1
2021-03-04Attempt to gather similar stats as rusage on WindowsRyan Levick-1/+1
2020-09-21Rollup merge of #76628 - jyn514:default-config-files, r=Mark-SimulacrumRalf Jung-0/+1
2020-09-20Add sample defaults for config.tomlJoshua Nelson-0/+1
2020-09-20Set BUILD_TRIPLE via build scriptMark Rousskov-0/+1
2020-08-30cleanup: Remove duplicate library names from `Cargo.toml`sVadim Petrochenkov-1/+0
2020-05-21Add flag to open docs: x.py doc --openDavid Tolnay-0/+1
2020-03-26Upgrade rustc and bootstrap dependenciesMateusz Mikuła-1/+1
2020-01-11use winapi for non-stdlib Windows bindingsAndy Russell-0/+4
2019-12-21Implement rustfmt running manually using ignore crateMark Rousskov-0/+1
2019-12-21Drop petgraph dependency from bootstrapMark Rousskov-1/+0
2019-08-20Bump toml dependency.Eric Huss-1/+1
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-3/+2