-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Rollup of 3 pull requests #151339
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 3 pull requests #151339
Conversation
Reorganizing `tests/ui/issues` 15 tests [2/N] part of rust-lang#133895 r? Kivooeo
fix: thread creation failed on the wasm32-wasip1-threads target. wasm32-wasip1-threads target cannot create thread since nightly-2026-01-16. This commit (c1bcae0) broken it. It in rust-lang#151016 This pull-request fix that issue.
…ouwer Port rustc allocator attributes to attribute parser Tracking issue: rust-lang#131229 Made a new file since i saw this pattern for `rustc_dump.rs` Very simple attributes so felt like I can do them all in one PR r? @JonathanBrouwer
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
|
📌 Perf builds for each rolled up PR:
previous master: 0a3cd3b6b6 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
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 0a3cd3b (parent) -> 9b37157 (this PR) Test differencesShow 70 test diffsStage 1
Stage 2
Additionally, 10 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 9b37157eceaa7c8ba4d6759335201a7dca58c2aa --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (9b37157): comparison URL. Overall result: ❌✅ regressions and improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary -1.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 3.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 474.37s -> 474.437s (0.01%) |
Successful merges:
tests/ui/issues15 tests [2/N] #151287 (Reorganizingtests/ui/issues15 tests [2/N] )r? @ghost
Create a similar rollup