about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-05-29Rollup merge of #125639 - ChrisDenton:run-make-support-doc, r=onur-ozkan许杰友 Jieyou Xu (Joe)-0/+9
2024-05-29Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee许杰友 Jieyou Xu (Joe)-1/+1
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-1/+1
2024-05-28Don't format `tests/run-make/*/rmake.rs`.Nicholas Nethercote-2/+9
2024-05-28Fix comments.Nicholas Nethercote-14/+17
2024-05-28Add run-make-support to x docChris Denton-0/+9
2024-05-27Rollup merge of #125535 - onur-ozkan:remove-deprecated-field, r=clubby789Guillaume Gomez-4/+5
2024-05-25Auto merge of #125515 - weihanglo:target-toml-override, r=onur-ozkanbors-5/+59
2024-05-25add change entryonur-ozkan-0/+5
2024-05-25Remove deprecated field `dist.missing-tools`onur-ozkan-4/+0
2024-05-24bootstrap: test target specific config overridesWeihang Lo-4/+45
2024-05-24bootstrap: support target specific config overridesWeihang Lo-1/+14
2024-05-24Rollup merge of #125481 - iawia002:fix-dead-link, r=lqdMatthias Krüger-1/+1
2024-05-24Rollup merge of #125477 - nnethercote:missed-rustfmt, r=compiler-errorsMatthias Krüger-8/+31
2024-05-24Fix the dead link in the bootstrap READMEXinzhao Xu-1/+1
2024-05-24Run rustfmt on files that need it.Nicholas Nethercote-8/+31
2024-05-23Move some expected cfgs to std build.rs as per Cargo recommandationUrgau-3/+0
2024-05-23Replace fake "restricted-std" Cargo feature by custom cfgUrgau-0/+1
2024-05-22Rollup merge of #125296 - tesuji:checkcfg-buildstd, r=Nilstrieb,michaelwoeristerLeón Orell Valerian Liehr-0/+3
2024-05-21maybe replace check-cfg values in bootstrap with ones in Cargo.tomlLzu Tao-0/+2
2024-05-21addresss reviewsLzu Tao-0/+1
2024-05-21Don't do cc detection for synthetic targetsBen Kimock-4/+1
2024-05-20Auto merge of #125166 - lovesegfault:embed-rustc-perf, r=Mark-Simulacrumbors-2/+46
2024-05-20Auto merge of #118014 - keith:ks/remove-unnecessary-fembed-bitcode-usage-now-...bors-12/+2
2024-05-20refactor(bootstrap/core/build_steps/dist): vendor dependencies needed for opt...Bernardo Meurer Costa-0/+4
2024-05-20chore(bootstrap/core/build_steps/dist): add fixme for duplicated vendor logicBernardo Meurer Costa-0/+3
2024-05-20refactor(bootstrap): update rustc-perf submodule when building opt-distBernardo Meurer Costa-2/+39
2024-05-20Auto merge of #124560 - madsmtm:update-libc, r=Mark-Simulacrumbors-2/+2
2024-05-19Auto merge of #124674 - onur-ozkan:followup-124461, r=pietroalbinibors-6/+18
2024-05-18keep the `STAGE0_MISSING_TARGETS` list updatedonur-ozkan-6/+18
2024-05-18Update libc to 0.2.155Mads Marquart-2/+2
2024-05-17Rollup merge of #125181 - onur-ozkan:set-rust-channel-properly, r=clubby789Matthias Krüger-2/+9
2024-05-16add bootstrap config change info about `rust.lld`Rémy Rakic-0/+5
2024-05-16bootstrap: enable rust-lld when necessary for `x86_64-unknown-linux-gnu`Rémy Rakic-11/+40
2024-05-16bootstrap: introduce rust-lld env var for rustcRémy Rakic-0/+5
2024-05-16set `rust.channel` properly in source tarballsonur-ozkan-2/+9
2024-05-15Set `debuginfo-level = "line-tables-only"` for compiler profileJubilee Young-0/+7
2024-05-13Use an helper to move the filesLuca Barbato-7/+24
2024-05-12Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrumbors-52/+32
2024-05-11use shared stage0 parser from `build_helper`onur-ozkan-38/+8
2024-05-11Rollup merge of #124969 - onur-ozkan:test-tests-remap, r=Mark-SimulacrumMatthias Krüger-0/+23
2024-05-11Rollup merge of #124899 - RalfJung:bootstrap-dry, r=onur-ozkan许杰友 Jieyou Xu (Joe)-0/+5
2024-05-10add "tidy-alphabetical" check on "tests" remap listonur-ozkan-0/+2
2024-05-10remap missing path `tests/crashes` to `tests`onur-ozkan-0/+1
2024-05-10check if `x test tests` missing any test directoryonur-ozkan-0/+20
2024-05-10Auto merge of #124774 - the8472:subnanosecond-benches, r=jhprattbors-4/+4
2024-05-10fix typoRalf Jung-1/+1
2024-05-10Auto merge of #124850 - dpaoliello:clang2022, r=Kobzolbors-1/+6
2024-05-09Upgrade the version of Clang used in the build, move MSVC builds to Server 2022Daniel Paoliello-1/+6
2024-05-09use stage0 file in `bootstrap.py`onur-ozkan-14/+24