about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2022-12-19Fix arch flag on i686-apple-darwinMarcus Calhoun-Lopez-0/+3
2022-12-19Don't panic on stable since miri is not available thereOli Scherer-4/+8
2022-12-18Auto merge of #105876 - matthiaskrgr:rollup-a9dgzjt, r=matthiaskrgrbors-21/+74
2022-12-18Rollup merge of #96584 - bentongxyz:x-setup-h-v-should-work, r=jyn514Matthias Krüger-21/+74
2022-12-18Auto merge of #105714 - jyn514:tidy-first, r=Mark-Simulacrumbors-0/+1
2022-12-17Remove special cases for setup subcommandBenjamin Tong-21/+74
2022-12-17Rollup merge of #105829 - the8472:tidy-style, r=jyn514Matthias Krüger-4/+19
2022-12-17Rollup merge of #105559 - mkroening:install-llvm-tools, r=Mark-SimulacrumMatthias Krüger-0/+7
2022-12-17Symlink `build/host` -> `build/x86_64-unknown-linux-gnu` (as appropriate per ...Joshua Nelson-1/+18
2022-12-17Make `RUN_CHECK_WITH_PARALLEL_QUERIES` the last thing to runJoshua Nelson-0/+1
2022-12-17poll rustfmt child processesThe 8472-4/+19
2022-12-14Update CI to use Android NDK r25bChris Wailes-6/+18
2022-12-14Rollup merge of #105624 - compiler-errors:cache-unsound, r=jyn514Matthias Krüger-4/+4
2022-12-13Adjust miri to still be optionalMark Rousskov-25/+31
2022-12-12🚨 fix unsoundness in bootstrap cache codeMichael Goulet-4/+4
2022-12-11bootstrap: Allow installing llvm-toolsMartin Kröning-0/+7
2022-12-11Rollup merge of #105459 - jyn514:proc-macro-default, r=Mark-SimulacrumMatthias Krüger-10/+0
2022-12-10Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-SimulacrumMatthias Krüger-96/+138
2022-12-08Build rust-analyzer proc-macro server by defaultJoshua Nelson-10/+0
2022-12-06Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelixMatthias Krüger-0/+77
2022-12-05Rollup merge of #104953 - jyn514:fewer-submodule-updates, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-12-05Rollup merge of #104952 - jyn514:setup, r=Mark-SimulacrumMatthias Krüger-67/+77
2022-12-05Auto merge of #104824 - klensy:bump-some, r=Mark-Simulacrumbors-2/+2
2022-12-04Update crossbeambjorn3-12/+10
2022-12-04Update rayon to 1.6bjorn3-5/+4
2022-12-04Update pretty_assertions to 1.3bjorn3-13/+10
2022-12-03Don't exit with an error if there are no changes to submodulesJoshua Nelson-2/+15
2022-11-30Rollup merge of #104865 - pratushrai0309:bootstrap, r=jyn514Matthias Krüger-2/+3
2022-11-29Run patchelf also on rust-analyzer-proc-macro-srv.Joe Neeman-0/+2
2022-11-29update cpufeatures, swap difference to dissimilarklensy-2/+2
2022-11-27suggested changesPratush Rai-1/+0
2022-11-27Rollup merge of #104944 - aDotInTheVoid:jsondoclint-unit-tests, r=jyn514Matthias Krüger-0/+37
2022-11-27Auto merge of #103786 - tshepang:obsolete, r=jyn514bors-7/+1
2022-11-27suggested changesPratush Rai-2/+2
2022-11-26Ensure required submodules at the same time as updating existing submodulesJoshua Nelson-3/+3
2022-11-26Revamp the order `setup` executesJoshua Nelson-13/+15
2022-11-26Refactor `setup_config_toml` into a functionJoshua Nelson-31/+31
2022-11-26Don't update submodules for `x setup`Joshua Nelson-24/+32
2022-11-26Revert "Don't set `is_preview` for clippy and rustfmt"Joshua Nelson-2/+4
2022-11-26Support unit tests for jsondoclintNixon Enraght-Moony-0/+37
2022-11-25Rollup merge of #104887 - aDotInTheVoid:rustbuild-json-doc-shared-assets, r=j...Matthias Krüger-1/+3
2022-11-25Rollup merge of #104853 - jyn514:sysroot-typo, r=RalfJungMatthias Krüger-1/+1
2022-11-25remove unused codeTshepang Mbambo-3/+1
2022-11-25remove obsolete commentTshepang Mbambo-4/+0
2022-11-25rustbuild: Don't build doc::SharedAssets when building JSON docs.Nixon Enraght-Moony-1/+3
2022-11-25Rollup merge of #103648 - jyn514:no-preview, r=Mark-SimulacrumMatthias Krüger-4/+2
2022-11-25bootstrapPratush Rai-2/+4
2022-11-24Fix typo in miri sysrootJoshua Nelson-1/+1
2022-11-24Don't set `is_preview` for clippy and rustfmtJoshua Nelson-4/+2
2022-11-23Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514Dylan DPC-14/+15