about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-06-11cargo -Zcheck-cfg is now stablePietro Albini-1/+0
2024-06-11remove cfg(bootstrap)Pietro Albini-8/+2
2024-06-10Revert "Update `rustc-perf` submodule before running tidy"onur-ozkan-2/+0
2024-06-10Update `rustc-perf` submodule before running tidyJakub Beránek-0/+2
2024-06-10Auto merge of #126206 - Kobzol:disable-libstdc++-version-check, r=Mark-Simula...bors-1/+0
2024-06-10Auto merge of #126153 - onur-ozkan:fix-rustdoc-issue-with-ci-rustc, r=Mark-Si...bors-27/+40
2024-06-09Remove libstdc++ version checkJakub Beránek-1/+0
2024-06-09remove the outdated incompatibility checkonur-ozkan-13/+2
2024-06-09fix `Builder::doc_rust_lang_org_channel`onur-ozkan-14/+38
2024-06-09Rollup merge of #125465 - weihanglo:opt-dist-vendor, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+15
2024-06-09feat: vendor crates required by opt-dist to collect profilesWeihang Lo-0/+15
2024-06-09Remove empty test suite `tests/run-make-fulldeps`Zalathar-8/+0
2024-06-09Identify run-make tests by mode name instead of suite nameZalathar-5/+3
2024-06-08Miri std tests: don't set BOOTSTRAP_SKIP_TARGET_SANITY unnecessarilyRalf Jung-3/+4
2024-06-07Rollup merge of #125781 - onur-ozkan:improve-tool-builder, r=albertlarsan68Matthias Krüger-3/+1
2024-06-06Rollup merge of #126086 - onur-ozkan:use-exe, r=petrochenkovJubilee-1/+1
2024-06-06Rollup merge of #126051 - nnethercote:clarify-x-fmt-error, r=NilstriebJubilee-1/+3
2024-06-06use windows compatible executable name for libcxx-versiononur-ozkan-1/+1
2024-06-06prefer compile::stream_cargo for building toolsonur-ozkan-3/+1
2024-06-06Auto merge of #125411 - onur-ozkan:sanity-check-libstdc++, r=Mark-Simulacrumbors-0/+89
2024-06-06use `bootstrap-self-test` feature on libstd checkonur-ozkan-3/+8
2024-06-06add FIXME on libcxx checkonur-ozkan-5/+1
2024-06-06check host's libstdc++ version when using ci llvmonur-ozkan-1/+89
2024-06-06Rollup merge of #124731 - dalance:add_translation_support, r=ehussMatthias Krüger-11/+29
2024-06-06Clarify an `x fmt` error.Nicholas Nethercote-1/+3
2024-06-05Rollup merge of #125911 - onur-ozkan:wipe-broken-cache, r=albertlarsan68Matthias Krüger-1/+17
2024-06-04bootstrap: implement new feature `bootstrap-self-test`onur-ozkan-38/+49
2024-06-03Add translation support by mdbook-i18n-helpers to bootstrapdalance-11/+29
2024-06-03wipe bootstrap build before switching to bumped rustconur-ozkan-1/+17
2024-06-01include missing submodule on bootstraponur-ozkan-1/+2
2024-05-31Use `Builder::tool_exe` to build the coverage-dump toolZalathar-4/+1
2024-05-31Use `coverage-dump --demangle` as the demangler for coverage-run testsZalathar-12/+1
2024-05-30Rollup merge of #125699 - nnethercote:streamline-rustfmt, r=GuillaumeGomezLeón Orell Valerian Liehr-114/+102
2024-05-29Add Xtensa as an experimental targetScott Mabin-1/+1
2024-05-29Clarify the closure in `rustfmt`.Nicholas Nethercote-7/+10
2024-05-29Rename `fmt_override`.Nicholas Nethercote-9/+8
2024-05-29Adjust `x fmt` printed output.Nicholas Nethercote-29/+45
2024-05-29Clarify `x fmt` messages.Nicholas Nethercote-17/+16
2024-05-29Remove path choice from `x fmt` and add `--all` option.Nicholas Nethercote-59/+30
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