Rollup of 6 pull requests#159276
Closed
jhpratt wants to merge 14 commits into
Closed
Conversation
This function's name is referring to `Step::make_run`, and has nothing to do with run-make tests.
Bump rustc-perf submodule To merge in rust-lang/rustc-perf#2500, which is needed to unblock rust-lang#159091.
inline Once wait and wait_force I expected `OnceLock::wait` to generate an inline state check and a conditional call to `sys::Once::wait`, but a call to `Once::wait_force` is generated instead. This is because these methods are missing the `#[inline]` attribute.
… r=Kivooeo Replace shortened type with `_` instead of `...` as placeholder r? @mejrs
…t, r=Kivooeo Add regression test for rust-lang#144033 The reproducer from rust-lang#144033 used to ICE with "cannot relate bound region". On current master it emits normal errors instead, with and without `-Znext-solver`, so add it as a UI test with blessed output to pin that. Fixes rust-lang#144033
…-rustfmt, r=Kobzol bootstrap: skip intrinsic-test when rustfmt is unavailable This PR skips `intrinsic-test` when rustfmt is unavailable. The PR updates the `IntrinsicTest` step to check for `rustfmt`. If it is missing, the build system will now print a warning and skip the test entirely instead of failing the build. r? @Kobzol
…jieyouxu bootstrap: Rename `std_crates_for_run_make` to `std_crates_for_make_run` This function's name is referring to `Step::make_run`, and has nothing to do with run-make tests. (I was getting jump-scared every time I saw it!) r? jieyouxu (or bootstrap)
Member
Author
|
@bors r+ rollup=never p=5 |
Contributor
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 14, 2026
Rollup of 6 pull requests Successful merges: - #159251 (Bump rustc-perf submodule) - #159243 (inline Once wait and wait_force) - #159255 (Replace shortened type with `_` instead of `...` as placeholder) - #159259 (Add regression test for #144033) - #159265 (bootstrap: skip intrinsic-test when rustfmt is unavailable) - #159274 (bootstrap: Rename `std_crates_for_run_make` to `std_crates_for_make_run`)
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Contributor
|
💔 Test for 4ccfe8b failed: CI. Failed job:
|
Contributor
|
This pull request was unapproved due to being closed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
_instead of...as placeholder #159255 (Replace shortened type with_instead of...as placeholder)cannot relate bound region#144033)std_crates_for_run_maketostd_crates_for_make_run#159274 (bootstrap: Renamestd_crates_for_run_maketostd_crates_for_make_run)r? @ghost
Create a similar rollup