about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2023-03-27Rollup merge of #109418 - rohaquinlop:108240-rename-native.rs-to-llvm.rs, r=M...Matthias Krüger-7/+7
2023-03-26Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillotbors-0/+6
2023-03-24Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid-7/+7
2023-03-23Rollup merge of #109295 - ozkanonur:issue-109286, r=ozkanonurDylan DPC-2/+2
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-0/+8
2023-03-18Always enable MIR inlining when building stdBen Kimock-0/+6
2023-03-18refactor `fn bootstrap::builder::Builder::compiler_for`ozkanonur-2/+2
2023-03-12Rollup merge of #108984 - Teapot4195:issue-106803-fix, r=ozkanonurMatthias Krüger-0/+1
2023-03-10bootstrap: document tidyAlex Huang-0/+1
2023-03-08Rollup merge of #108898 - ferrocene:pa-libc-check-cfg, r=Mark-SimulacrumMatthias Krüger-0/+9
2023-03-08set LIBC_CHECK_CFG=1 when building Rust code in bootstrapPietro Albini-0/+9
2023-03-08Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbinibors-0/+1
2023-03-08Add force to use the stage 2 compiler in compiler_for when config.download_ru...morine0122-2/+4
2023-03-07Add bootstrap support for rust-installerMark Rousskov-0/+1
2023-02-25Rollup merge of #107848 - clubby789:x-setup-options, r=Mark-SimulacrumMichael Goulet-1/+1
2023-02-24Test that the compiler/library builds with -Zmir-opt-level=3 -Zvalidate-miryukang-0/+7
2023-02-16Remove save-analysis.Nicholas Nethercote-11/+0
2023-02-13Add additional options to `x setup`clubby789-1/+1
2023-01-14Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrumbors-12/+40
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-3/+3
2023-01-09Update mdbookEric Huss-12/+40
2022-12-31Run `cargo test` on tidy itself.Eric Huss-0/+1
2022-12-30Use more consistent progress messages in bootstrapJoshua Nelson-9/+8
2022-12-29Support `x clean --stage 1 rustc_query_impl`Joshua Nelson-0/+19
2022-12-26Allow cleaning individual cratesJoshua Nelson-48/+73
2022-12-23Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgrbors-1/+4
2022-12-23Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3Matthias Krüger-1/+4
2022-12-22Support documenting CargoJoshua Nelson-0/+1
2022-12-22Allow building std with craneliftJoshua Nelson-1/+4
2022-12-22Use LLVM_CMAKE_DIR for lld buildNikita Popov-1/+1
2022-12-18Rollup merge of #96584 - bentongxyz:x-setup-h-v-should-work, r=jyn514Matthias Krüger-3/+12
2022-12-17Remove special cases for setup subcommandBenjamin Tong-3/+12
2022-12-11bootstrap: Allow installing llvm-toolsMartin Kröning-0/+1
2022-12-06Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelixMatthias Krüger-0/+2
2022-11-26Support unit tests for jsondoclintNixon Enraght-Moony-0/+1
2022-11-23Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514Dylan DPC-1/+7
2022-11-20refactor doc copying processozkanonur-1/+7
2022-11-15initial prototype of the tool to generate copyright noticesPietro Albini-0/+1
2022-11-15add tool to collect license metadata from REUSEPietro Albini-0/+1
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-256/+5
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-6/+6
2022-11-09Rollup merge of #104046 - RalfJung:run-miri-run, r=oli-obkMichael Goulet-1/+2
2022-11-06bootstrap: add support for running Miri on a fileRalf Jung-1/+2
2022-11-03move browser opening logic in BuilderPietro Albini-0/+18
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen-0/+1
2022-10-31Auto merge of #102950 - oli-obk:check_miri, r=RalfJungbors-0/+1
2022-10-26Add cargo miri to x.py checkOli Scherer-0/+1
2022-10-12Rollup merge of #102239 - joshtriplett:style-guide, r=calebcartwrightDylan DPC-0/+1
2022-09-26Rollup merge of #102178 - RalfJung:bootstrap-backtrace, r=Mark-Simulacrumfee1-dead-3/+2
2022-09-24Auto merge of #98483 - dvtkrlbs:bootstrap-dist, r=jyn514bors-0/+1