summaryrefslogtreecommitdiff
path: root/src/bootstrap/builder.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #111388 - clubby789:clap-complete, r=jyn514bors2023-05-141-0/+1
|\
| * Generate shell completions for bootstrap with Clapclubby7892023-05-101-0/+1
* | Rollup merge of #111242 - wangkirin:support_rpath_independent_config, r=alber...Matthias Krüger2023-05-091-1/+1
|\ \ | |/ |/|
| * support enable rpath in each target independentlyWang Qilin2023-05-051-1/+1
* | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomccbors2023-05-091-0/+1
|\ \
| * | Generate windows-sys bindingsChris Denton2023-05-051-0/+1
* | | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...bors2023-05-081-0/+4
|\ \ \
| * | | enable `rust_2018_idioms` for doctestsozkanonur2023-05-071-0/+4
| | |/ | |/|
* | | Migrate bootstrap to Clap-based argumentsclubby7892023-05-061-12/+19
| |/ |/|
* | Combine several `Step`s into a single step with multiple pathsjyn2023-04-291-4/+1
* | Remove unnecessary `test_kind` field and `TestKind` structjyn2023-04-291-0/+8
|/
* fix out of date comment about rpath in bootstrapWang Qilin2023-04-201-2/+2
* Rollup merge of #110429 - jsoref:spelling-src-bootstrap, r=albertlarsan68Matthias Krüger2023-04-191-1/+1
|\
| * Spelling src/bootstrapJosh Soref2023-04-171-1/+1
* | Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68bors2023-04-181-0/+15
|\ \
| * | Support `x test --stage 1 ui-fulldeps`jyn2023-04-171-0/+15
| |/
* | Rollup merge of #110442 - ferrocene:pa-build-metrics-dry-run, r=ozkanonurMatthias Krüger2023-04-181-2/+2
|\ \ | |/ |/|
| * avoid including dry run steps in the build metricsPietro Albini2023-04-171-2/+2
* | feat: implement basic suggest-tests toolEzra Shaw2023-04-091-1/+21
|/
* submodule detection for proper fix on #96188ozkanonur2023-04-051-10/+40
* Rollup merge of #109418 - rohaquinlop:108240-rename-native.rs-to-llvm.rs, r=M...Matthias Krüger2023-03-271-7/+7
|\
| * Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid2023-03-241-7/+7
* | Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillotbors2023-03-261-0/+6
|\ \ | |/ |/|
| * Always enable MIR inlining when building stdBen Kimock2023-03-181-0/+6
* | Rollup merge of #109295 - ozkanonur:issue-109286, r=ozkanonurDylan DPC2023-03-231-2/+2
|\ \
| * | refactor `fn bootstrap::builder::Builder::compiler_for`ozkanonur2023-03-181-2/+2
| |/
* | migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell2023-03-201-0/+8
|/
* Rollup merge of #108984 - Teapot4195:issue-106803-fix, r=ozkanonurMatthias Krüger2023-03-121-0/+1
|\
| * bootstrap: document tidyAlex Huang2023-03-101-0/+1
* | Rollup merge of #108898 - ferrocene:pa-libc-check-cfg, r=Mark-SimulacrumMatthias Krüger2023-03-081-0/+9
|\ \ | |/ |/|
| * set LIBC_CHECK_CFG=1 when building Rust code in bootstrapPietro Albini2023-03-081-0/+9
* | Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbinibors2023-03-081-0/+1
|\ \
| * | Add bootstrap support for rust-installerMark Rousskov2023-03-071-0/+1
| |/
* | Add force to use the stage 2 compiler in compiler_for when config.download_ru...morine01222023-03-081-2/+4
|/
* Rollup merge of #107848 - clubby789:x-setup-options, r=Mark-SimulacrumMichael Goulet2023-02-251-1/+1
|\
| * Add additional options to `x setup`clubby7892023-02-131-1/+1
* | Test that the compiler/library builds with -Zmir-opt-level=3 -Zvalidate-miryukang2023-02-241-0/+7
* | Remove save-analysis.Nicholas Nethercote2023-02-161-11/+0
|/
* Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrumbors2023-01-141-12/+40
|\
| * Update mdbookEric Huss2023-01-091-12/+40
* | Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan2023-01-111-3/+3
|/
* Run `cargo test` on tidy itself.Eric Huss2022-12-311-0/+1
* Use more consistent progress messages in bootstrapJoshua Nelson2022-12-301-9/+8
* Support `x clean --stage 1 rustc_query_impl`Joshua Nelson2022-12-291-0/+19
* Allow cleaning individual cratesJoshua Nelson2022-12-261-48/+73
* Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgrbors2022-12-231-1/+4
|\
| * Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3Matthias Krüger2022-12-231-1/+4
| |\
| | * Allow building std with craneliftJoshua Nelson2022-12-221-1/+4
* | | Support documenting CargoJoshua Nelson2022-12-221-0/+1
|/ /
* | Use LLVM_CMAKE_DIR for lld buildNikita Popov2022-12-221-1/+1