about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2024-05-08Rollup merge of #124903 - Skepfyr:rustc-wrapper, r=clubby789Matthias Krüger-6/+7
2024-05-08Ignore empty RUSTC_WRAPPER in bootstrapJack Rickard-6/+7
2024-05-08bootstrap: add comments for the automatic dry runRalf Jung-0/+5
2024-05-07Remove unnecessary -fembed-bitcode usage now that it's deprecatedKeith Smiley-12/+2
2024-05-06Update version of cc crate to v1.0.97James Farrell-72/+116
2024-05-06bootstrap should also render fractional nanoseconds for benchmarksThe 8472-4/+4
2024-05-05Rollup merge of #124668 - 12101111:fix-bootstrap-tarball, r=onur-ozkanGuillaume Gomez-6/+1
2024-05-04Rollup merge of #124573 - onur-ozkan:update-dep-comment, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-05-04Rollup merge of #124501 - VladimirMakaev:add-lldb-to-config-toml, r=Mark-Simu...Matthias Krüger-3/+13
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-1/+16
2024-05-03Fix bootstrap panic when build from tarball12101111-6/+1
2024-05-03Rollup merge of #124613 - GuillaumeGomez:fmt-run-make, r=onur-ozkanMatthias Krüger-1/+5
2024-05-03Rollup merge of #124461 - onur-ozkan:followup-123546, r=pietroalbiniMatthias Krüger-19/+38
2024-05-03Allow to negate ignored filesGuillaume Gomez-1/+5
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-1/+16
2024-05-01Step bootstrap cfgsMark Rousskov-7/+4