about summary refs log tree commit diff
path: root/src/bootstrap/run.rs
AgeCommit message (Expand)AuthorLines
2023-07-11Don't fail early if `try_run` returns an errorGuillaume Gomez-6/+5
2023-06-23Make `try_run` return a `Result<(), ()>` instead of a booleanGuillaume Gomez-5/+6
2023-05-10Generate shell completions for bootstrap with Clapclubby789-0/+34
2023-05-05Generate windows-sys bindingsChris Denton-0/+22
2023-05-04Use `free-args` consistently in bootstrapjyn-3/+2
2023-02-10Pass arguments to `x` subcommands with `--`clubby789-0/+1
2023-01-03Allow passing a specific date to `bump-stage0`Joshua Nelson-0/+1
2022-11-15initial prototype of the tool to generate copyright noticesPietro Albini-0/+30
2022-11-15add tool to collect license metadata from REUSEPietro Albini-0/+33
2022-11-06bootstrap: add support for running Miri on a fileRalf Jung-2/+66
2022-08-27Add replace-version-placeholder toolest31-0/+22
2022-03-05Merge build_helper into utilbjorn3-1/+1
2022-03-05Remove build_helperbjorn3-1/+1
2021-08-26switch stage0.txt to stage0.json and add a tool to generate itPietro Albini-0/+21
2020-10-12build-manifest: bundle the rustc version in the binaryPietro Albini-1/+0
2020-10-12build-manifest: accept the Rust version instead of the monorepo pathPietro Albini-1/+1
2020-09-30bootstrap: add ./x.py run src/tools/build-manifestPietro Albini-0/+42
2020-09-24Add `x.py setup`Joshua Nelson-1/+1
2020-03-24bootstrap: remove default and only_host from expand-yaml-anchorsPietro Albini-2/+0
2020-03-24ci: add github actions configurationPietro Albini-0/+45