about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2022-12-31Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson-12/+60
2022-12-30Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-60/+12
2022-12-29Auto merge of #105920 - MarcusCalhoun-Lopez:respect_set, r=jyn514bors-1/+6
2022-12-29Respect --set=target.platform during buildMarcus Calhoun-Lopez-1/+6
2022-12-29Rollup merge of #106263 - chenyukang:yukang/fix-106261-formater, r=jyn514Matthias Krüger-3/+4
2022-12-30fix #106261, formater should not try to format non-Rust filesyukang-3/+4
2022-12-29`./x doc library --open` opens `std`Lukas Markeffsky-1/+5
2022-12-29Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrumbors-2/+3
2022-12-28Rollup merge of #105702 - albertlarsan68:x-fmt-opt, r=jyn514Matthias Krüger-1/+98
2022-12-28Skip LTO in stage0 (again)Mark Rousskov-16/+20
2022-12-28-Zrustdoc-scrape-examples no longer takes argumentsMark Rousskov-1/+1
2022-12-28delete more `cfg(bootstrap)`Lukas Markeffsky-19/+16
2022-12-27Add changelog entryAlbert Larsan-0/+1
2022-12-27Make `x clean` also clean the stamp fileAlbert Larsan-0/+1
2022-12-27Put final touchesAlbert Larsan-40/+34
2022-12-27Add rustfmt version checkAlbert Larsan-15/+70
2022-12-27Format only modified filesAlbert Larsan-0/+46
2022-12-27Auto merge of #106168 - jyn514:clean-crates, r=Mark-Simulacrumbors-75/+152
2022-12-26Allow cleaning individual cratesJoshua Nelson-75/+152
2022-12-26Fix panic on `x build --help --verbose`Joshua Nelson-2/+15
2022-12-24Rollup merge of #105465 - jyn514:docs, r=Mark-SimulacrumMatthias Krüger-12/+3
2022-12-23Remove ancient and outdated references to `config.mk`Joshua Nelson-12/+3
2022-12-23Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgrbors-5/+23
2022-12-23Rollup merge of #106059 - jyn514:setup-twice, r=NilstriebMatthias Krüger-0/+4
2022-12-23Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3Matthias Krüger-5/+19
2022-12-22Support documenting CargoJoshua Nelson-11/+54
2022-12-22Avoid running the `Profile` step twice on `x setup`Joshua Nelson-0/+4
2022-12-22Allow building std with craneliftJoshua Nelson-5/+19
2022-12-22Auto merge of #106000 - nikic:lld-build, r=Mark-Simulacrumbors-99/+58
2022-12-22Use LLVM_CMAKE_DIR for lld buildNikita Popov-95/+58
2022-12-21Don't explicitly set C++ standard for lldNikita Popov-4/+0
2022-12-20Rollup merge of #105976 - jyn514:unused-make-targets, r=Mark-SimulacrumMatthias Krüger-5/+0
2022-12-20Rollup merge of #105904 - MarcusCalhoun-Lopez:darwin_arch_i386, r=bjorn3Matthias Krüger-0/+3
2022-12-20Remove unused `check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu`Joshua Nelson-5/+0
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-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