summaryrefslogtreecommitdiff
path: root/src/bootstrap/Cargo.toml
AgeCommit message (Expand)Author
2024-07-14use std for file mtime and atime modificationsonur-ozkan
2024-07-07bootstrap: once_cell::sync::Lazy -> std::sync::LazyLockPavel Grigorenko
2024-06-04bootstrap: implement new feature `bootstrap-self-test`onur-ozkan
2024-05-06Update version of cc crate to v1.0.97James Farrell
2024-05-01add a reference link to the comment of the "cc" and "cmake".onur-ozkan
2024-04-19bootstrap: don't use rayon for sysinfoklensy
2024-01-11bump bootstrap dependenciesonur-ozkan
2023-12-30bootstrap: bump fd-lockonur-ozkan
2023-12-25Update sysinfo version to 0.30.1Guillaume Gomez
2023-12-21Update sysinfo version to 0.30.0Guillaume Gomez
2023-12-16create helper fn `hex_encode` and remove `hex` dependencyonur-ozkan
2023-12-05Update bootstrap libc to 0.2.150Urgau
2023-10-30bootstrap: bump fd-lock, clap and windows.chenx97
2023-10-24remap cargo dependencies to /rust/depsPietro Albini
2023-10-17move bootstrap utils into bootstrap/src/utils moduleonur-ozkan
2023-10-15bump bootstrap:clap_complete to `4.4.3`onur-ozkan
2023-10-10move `features` above to appear before others sectionsonur-ozkan
2023-10-10sort/reorganize dependencies in bootstrap/Cargo.tomlonur-ozkan
2023-09-01bump pretty_assertions to 1.4onur-ozkan
2023-08-14Upgrade Object and related depsdirreke
2023-06-05bootstrap: remove dep `is-terminal`kadiwa
2023-06-03only check when we specify rustc in config.tomlyukang
2023-05-27Revert "Rollup merge of #111538 - chenyukang:yukang-fix-110067-version-issue,...Mark Rousskov
2023-05-20Auto merge of #111413 - workingjubilee:bump-object-0-31-1, r=MarkSimulacrumbors
2023-05-14Make sure the build.rustc version is either the same or 1 apartyukang
2023-05-10Bump object and thorin-dwpJubilee Young
2023-05-10Generate shell completions for bootstrap with Clapclubby789
2023-05-06Migrate bootstrap to Clap-based argumentsclubby789
2023-04-12drop some windows featuresklensy
2023-04-05Use the `junction` crate in bootstrap instead of manually creating the junctionThom Chiovoloni
2023-04-01bootstrap replace atty with is-terminal, dedupe few depsklensy
2023-03-21Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrumbors
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell
2023-03-13Don't use fd-lock on Solaris in bootstrapPetr Sumbera
2023-03-07switch to termcolorPietro Albini
2023-03-02add a splash of colorPietro Albini
2023-02-27Allow building serde and serde_derive in parallelbjorn3
2023-01-03Add `build_helper` crate to share code between tidy and bootstrapNilstrieb
2022-12-31Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson
2022-12-30Add `build_helper` crate to share code between tidy and bootstrapNilstrieb
2022-12-22Use LLVM_CMAKE_DIR for lld buildNikita Popov
2022-12-04Update pretty_assertions to 1.3bjorn3
2022-11-23Bump `fd-lock` in `bootstrap` againMateusz Mikuła
2022-11-22Rollup merge of #104622 - nicholasbishop:bishop-uefi-clang, r=Mark-SimulacrumManish Goregaokar
2022-11-20dist: Ensure UEFI rlibs are all COFFNicholas Bishop
2022-11-16update ntapi dep to remove future-incompat warningklensy
2022-11-05Update several crates for improved support of the new targetsMateusz Mikuła
2022-09-05Avoid UB in the Windows filesystem code in... bootstrap?Thom Chiovoloni
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472
2022-06-27Move locking from bootstrap.py to rust bootstrap, using fd-lockJosh Triplett