-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Rollup of 12 pull requests #148376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Rollup of 12 pull requests #148376
+625
−1,660
Conversation
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
The tcx.parent tree appears to be correct now.
This updates the rust-version file to 402ce0e.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 402ce0e Filtered ref: 33df85ebec1b1ac6085e256a69581e3d36cfd514 Upstream diff: rust-lang/rust@28d0a4a...402ce0e This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
They need an extra branch for the newtype.
After bors merges a PR, a message may be posted from the CI onto the PR
comment thread directing the user to use the following commands to look
at the test differences:
```
cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard [SOMEID] --output-dir test-dashboard
open test-dashboard/index.html
```
This command creates the `.citool-cache` and `test-dashboard`
directories, whose contents should not enter the repository and can be
ignored by `git`.
This updates the rust-version file to 96fe3c3.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 96fe3c3 Filtered ref: 376a7557c3e562036e170fb694d45d70b14951c3 Upstream diff: rust-lang/rust@402ce0e...96fe3c3 This merge was created using https://github.com/rust-lang/josh-sync.
native_call: we only support thin pointers as return type
This updates the rust-version file to 6244eff.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 6244eff Filtered ref: 2b788f903ef58db43f16530dbf73f4a0502e4452 Upstream diff: rust-lang/rust@96fe3c3...6244eff This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
SB wildcard handling: extend comments
…cargo-toml Avoid panicking when `Cargo.toml` is not present
This updates the rust-version file to 27050c0.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 27050c0 Filtered ref: 2bccf110c70c6f6ec349ede9fbf0b4cdcf77eac6 Upstream diff: rust-lang/rust@6244eff...27050c0 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
add -Zmiri-user-relevant-crates
add miri magic function to configure allocation tracking at runtime
This "cleanup" function is more than a decade old, and I can't find any evidence of modern-day bootstrap being able to pass any of these flags to `--host-rustcflags` or `--target-rustcflags`.
There are probably plenty of tests that will check this incidentally, but it's convenient to have a dedicated self-test.
…r=Noratrieb docs: makes a note about possible building `rustc 1.91.0 + host tools` for win7 I have make notes in docs that there is possible to build host tools for target `x86_64-win7-windows-msvc`. <img width="668" height="331" alt="image" src="https://github.com/user-attachments/assets/0335bc72-963c-4bfd-9910-61963dbf7dd7" /> r? ``@roblabla`` ``@rustbot`` label A-docs O-windows-7 P.S. prebuilt binaries can be found [here](https://github.com/Fenex/rust-win7/releases).
…ouxu Use --print host-tuple to get the host `--print host-tuple` has been available since 1.84 so there's no longer a need to parse the output of `-vV`. Especially since this script is shipped with the toolchain.
miri subtree update Subtree update of `miri` to rust-lang/miri@52c5daf. Created using https://github.com/rust-lang/josh-sync. r? `@ghost`
|
@bors r+ rollup=never p=5 |
bors
added a commit
that referenced
this pull request
Nov 2, 2025
Rollup of 12 pull requests Successful merges: - #147137 (Mention crate being analyzed in query description) - #147642 (Miscellaneous const-generics-related fixes) - #147806 (Ignore test-dashboard related files) - #147947 (Implement `strip_circumfix` lib feature) - #148194 (compiletest: Remove `cleanup_debug_info_options`) - #148199 (compiletest: Don't modify `testpaths` when creating aux contexts) - #148247 (Remove two special cases from reachable_non_generics) - #148348 (dangling ptr lint cleanup) - #148357 (temporary-lifetime-extension.rs test works in all editions) - #148362 (docs: makes a note about possible building `rustc 1.91.0 + host tools` for win7) - #148367 (Use --print host-tuple to get the host) - #148374 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test failed - checks-actions |
|
Unsure which PR caused this to fail; none seem related. |
This was referenced Nov 2, 2025
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-compiletest
Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
rollup
A PR which is a rollup
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
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:
strip_circumfixlib feature #147947 (Implementstrip_circumfixlib feature)cleanup_debug_info_options#148194 (compiletest: Removecleanup_debug_info_options)testpathswhen creating aux contexts #148199 (compiletest: Don't modifytestpathswhen creating aux contexts)rustc 1.91.0 + host toolsfor win7 #148362 (docs: makes a note about possible buildingrustc 1.91.0 + host toolsfor win7)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup