summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2023-11-12Cranelift isn't available on non-nightly channelsMark Rousskov-4/+1
2023-11-10Auto merge of #117765 - onur-ozkan:fix-117762, r=clubby789bors-0/+6
2023-11-09enable unstable feature on `x clean [PATH]`onur-ozkan-0/+6
2023-11-09Auto merge of #117708 - onur-ozkan:x-setup, r=clubby789bors-104/+112
2023-11-09Auto merge of #117122 - ferrocene:pa-configure-git-diff, r=albertlarsan68bors-5/+23
2023-11-09chore(bootstrap): capitalize {error, warning, info, note} tagsonur-ozkan-92/+92
2023-11-09allow users to override the existing configuration during x setuponur-ozkan-1/+11
2023-11-09check config file before prompts on x setuponur-ozkan-13/+11
2023-11-09Rollup merge of #117724 - Kobzol:shim-error-message, r=onur-ozkanTakayuki Maeda-1/+3
2023-11-09Rollup merge of #117723 - onur-ozkan:keep-bootstrap-on-x-clean, r=albertlarsan68Takayuki Maeda-1/+0
2023-11-08Restore rustc shim error messageJakub Beránek-1/+3
2023-11-08speed up `x clean`onur-ozkan-1/+0
2023-11-08Rollup merge of #117263 - onur-ozkan:change-id-fix, r=saethlinGuillaume Gomez-24/+40
2023-11-08bootstrap: add more detail on change-id commentsonur-ozkan-4/+7
2023-11-08bootstrap: improve `fn check_version`onur-ozkan-21/+21
2023-11-08handle the case when the change-id isn't foundonur-ozkan-12/+25
2023-11-08Rollup merge of #117700 - Zalathar:rename-run-coverage, r=onur-ozkanMatthias Krüger-13/+13
2023-11-08Rollup merge of #117667 - Alexendoo:doc-clippy-config, r=albertlarsan68Matthias Krüger-1/+1
2023-11-08Rollup merge of #117663 - klensy:bump-deps, r=davidtwcoMatthias Krüger-36/+4
2023-11-08Auto merge of #116881 - LuuuXXX:issue-110087, r=onur-ozkanbors-29/+113
2023-11-08coverage: Rename the `run-coverage` test mode to `coverage-run`Zalathar-13/+13
2023-11-08Fix issue #110087LuuuX-29/+113
2023-11-07Document clippy_config in nightly-rustc docsAlex Macleod-1/+1
2023-11-07bump some depsklensy-36/+4
2023-11-07coverage: Register `test::Coverage` as the test suite for `tests/coverage`Zalathar-1/+2
2023-11-07coverage: Migrate `tests/coverage-map` into `tests/coverage`Zalathar-13/+5
2023-11-07coverage: Migrate `tests/run-coverage` into `tests/coverage`Zalathar-9/+7
2023-11-07coverage: Set up a macro for declaring unified coverage test suitesZalathar-0/+53
2023-11-07coverage: Add `./x.py test coverage`, an alias for `coverage-map` and `run-co...Zalathar-0/+51
2023-11-06rename github_repository to git_repositoryPietro Albini-4/+4
2023-11-06Auto merge of #117435 - SparrowLii:nightly_parallel, r=oli-obk,davidtwcobors-2/+5
2023-11-05Auto merge of #117574 - onur-ozkan:fix-compiler-crate-linking, r=Mark-Simulacrumbors-57/+72
2023-11-05bootstrap: improve linking of tool docsonur-ozkan-41/+40
2023-11-05Rollup merge of #117524 - unleashed:bootstrap-create-hooks-dir, r=Mark-Simula...Matthias Krüger-1/+6
2023-11-05Rollup merge of #116017 - Zalathar:darwin-stdlib, r=albertlarsan68Matthias Krüger-4/+3
2023-11-04Don't disable inline asm usage in compiler-builtins when the cranelift backen...bjorn3-5/+0
2023-11-04ensure doc directory is not emptyonur-ozkan-1/+2
2023-11-04handle dry runs in `dist::CodegenBackend`Rémy Rakic-0/+4
2023-11-04Ensure the rustc-codegen-cranelift-preview component is never emptybjorn3-0/+7
2023-11-04add sanity check for compiler crate docsonur-ozkan-0/+8
2023-11-04Ensure compiler crate paths are generated before linkingonur-ozkan-11/+12
2023-11-03Auto merge of #117538 - matthiaskrgr:rollup-63u77xb, r=matthiaskrgrbors-7/+1
2023-11-03Rollup merge of #117533 - onur-ozkan:revert-117471, r=onur-ozkanMatthias Krüger-7/+1
2023-11-03Revert "Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrum"Ralf Jung-11/+0
2023-11-03Revert "bootstrap: do not purge docs on CI environment"onur-ozkan-7/+1
2023-11-03Auto merge of #117313 - GuillaumeGomez:cg_gcc-tests, r=onur-ozkanbors-2/+156
2023-11-02bootstrap/setup: create hooks directory if non-existingAlejandro Martinez Ruiz-1/+6
2023-11-02Add FIXME header for two comments in cg_gcc and cg_clif boostrap typesGuillaume Gomez-2/+2
2023-11-02Force mangling version for rustc_codegen_gccGuillaume Gomez-0/+1
2023-11-02Only run cg_gcc tests on linux x86_64Guillaume Gomez-10/+2