-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Rollup of 14 pull requests #139229
Rollup of 14 pull requests #139229
Conversation
The test was failing on aarch64-apple-darwin.
only errors that are string arrays are intended to be shown to the user, other errors are bugs, and will be shown in the console as usual.
specifically, `storage.js` is not loaded during `rustdoc-js` and `rustdoc-js-std` tests.
…g param-env for receiver_is_dispatchable
This test is intended to demonstrate that a particular macro-argument span doesn't get lost during span-refinement, but it turns out that span-extraction currently doesn't yield any MIR spans for this position. This patch therefore tweaks the test to add a function call in that position, so that it still remains relevant to span refinement.
This is a way to shrink call spans that doesn't involve mixing different spans, and avoids overlap with argument spans. This patch also removes some low-value comments that were causing rustfmt to ignore the match arms.
Signed-off-by: xizheyin <[email protected]>
Signed-off-by: xizheyin <[email protected]>
Signed-off-by: highcloudwind <[email protected]>
Update netbsd.md Update netbsd.md
…crum Update mdbook to 0.4.48 This brings in several updates. Two significant ones are to halve the search index size, and the other introduces major changes to footnote rendering. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0448
…piler-errors Tell rustfmt to use the 2024 edition in ./x.py fmt Most crates in this repo have been moved to the 2024 edition already. This also allows removing a rustfmt exclusion for a cg_clif test.
move autodiff from EnzymeAD/Enzyme to our rust-lang/Enzyme soft-fork In rust-lang/team#1665 we decided to have a soft-fork of Enzyme, to be able to merge e.g. CI, docs, or cmake improvements if upstream is not interested in them. We don't intend to merge logic/code changes. It also seems generally preferable if we clone submodules from a rust-lang repo, instead of an external org. We don't build or checkout Enzyme yet by default, so this should be a safe rollup.
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 70dab5a (parent) -> c9cd707 (this PR) Test differencesShow 19 test diffsStage 1
Stage 2
Additionally, 6 doctest diffs were found. These are ignored, as they are noisy. Job group index
Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
📌 Perf builds for each rolled up PR:
previous master: 70dab5a27c In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (c9cd707): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary 0.4%, secondary 0.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (secondary 3.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 774.398s -> 775.08s (0.09%) |
Successful merges:
amx
target features and themovrs
target feature #138003 (Add the newamx
target features and themovrs
target feature)I
-related important extensions #138823 (rustc_target: RISC-V: add baseI
-related important extensions)receiver_is_dispatchable
#138941 (Do not mix normalized and unnormalized caller bounds when constructing param-env forreceiver_is_dispatchable
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup