Skip to content

Rollup of 5 pull requests#154151

Merged
rust-bors[bot] merged 15 commits intorust-lang:mainfrom
JonathanBrouwer:rollup-qLQ5uET
Mar 21, 2026
Merged

Rollup of 5 pull requests#154151
rust-bors[bot] merged 15 commits intorust-lang:mainfrom
JonathanBrouwer:rollup-qLQ5uET

Conversation

@JonathanBrouwer
Copy link
Contributor

Successful merges:

r? @ghost

Create a similar rollup

Human9000-bit and others added 15 commits March 17, 2026 10:19
Co-authored-by: Max Niederman <max@maxniederman.com>
LLVM22 should have resolved issues with the `f128` ABI, meaning we can
now set `cfg(target_has_reliable_f128)` on the platform.

Link: llvm/llvm-project@3e16aef
… r=Nadrieril

Guard patterns: lowering to THIR

This pr implements lowering of guard patterns to THIR

r? @Nadrieril

cc @max-niederman

Tracking issue: rust-lang#129967
…, r=JonathanBrouwer

refactor - moving `check_stability` check to `parse_stability`

This PR is part of issue rust-lang#153101 and by extension this rust-lang#131229 as well

r? @JonathanBrouwer
llvm: Update `reliable_f128` configuration for LLVM22 on Sparc

LLVM22 should have resolved issues with the `f128` ABI, meaning we can now set `cfg(target_has_reliable_f128)` on the platform.

Link: llvm/llvm-project@3e16aef
vec::Drain::fill: avoid reference to uninitialized memory

`range_slice` points to memory that is not initialized (e.g. it might be dropped `Box`/`String`). Let's avoid that and instead use an index-based loop.
test copy_specializes_from_vecdeque: reduce iteration count for Miri

This test currently takes >20s and that doesn't really seem worth it.
@rust-bors rust-bors bot added the rollup A PR which is a rollup label Mar 20, 2026
@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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. labels Mar 20, 2026
@JonathanBrouwer
Copy link
Contributor Author

@bors r+ rollup=never p=5

@rust-bors
Copy link
Contributor

rust-bors bot commented Mar 20, 2026

📌 Commit 80faf6f has been approved by JonathanBrouwer

It is now in the queue for this repository.

@rust-bors rust-bors bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 20, 2026
@rust-bors

This comment has been minimized.

@rust-bors rust-bors bot added merged-by-bors This PR was explicitly merged by bors. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Mar 21, 2026
@rust-bors
Copy link
Contributor

rust-bors bot commented Mar 21, 2026

☀️ Test successful - CI
Approved by: JonathanBrouwer
Duration: 3h 36m 27s
Pushing 9e0a42c to main...

@rust-bors rust-bors bot merged commit 9e0a42c into rust-lang:main Mar 21, 2026
12 checks passed
@rustbot rustbot added this to the 1.96.0 milestone Mar 21, 2026
@github-actions
Copy link
Contributor

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 ac7f9ec (parent) -> 9e0a42c (this PR)

Test differences

Show 56 test diffs

56 doctest diffs were found. These are ignored, as they are noisy.

Test dashboard

Run

cargo run --manifest-path src/ci/citool/Cargo.toml -- \
    test-dashboard 9e0a42c7abbe50c2cc618220d098b40c34a55564 --output-dir test-dashboard

And then open test-dashboard/index.html in your browser to see an overview of all executed tests.

Job duration changes

  1. dist-aarch64-apple: 2h 4m -> 1h 41m (-18.5%)
  2. aarch64-apple: 3h -> 3h 29m (+16.5%)
  3. dist-sparcv9-solaris: 1h 40m -> 1h 24m (-15.3%)
  4. x86_64-gnu-llvm-21-2: 1h 37m -> 1h 26m (-11.3%)
  5. dist-x86_64-apple: 2h 12m -> 1h 59m (-9.6%)
  6. dist-x86_64-msvc-alt: 2h 35m -> 2h 49m (+8.9%)
  7. x86_64-gnu-llvm-21-3: 2h 7m -> 1h 57m (-8.0%)
  8. x86_64-gnu-stable: 2h 29m -> 2h 18m (-7.8%)
  9. dist-various-2: 40m 10s -> 37m 18s (-7.1%)
  10. arm-android: 1h 39m -> 1h 46m (+7.0%)
How to interpret the job duration changes?

Job durations can vary a lot, based on the actual runner instance
that executed the job, system noise, invalidated caches, etc. The table above is provided
mostly for t-infra members, for simpler debugging of potential CI slow-downs.

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (9e0a42c): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results (secondary -0.2%)

A less reliable metric. May be of interest, but not used to determine the overall result above.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
1.8% [1.7%, 1.8%] 2
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-2.1% [-3.1%, -1.0%] 2
All ❌✅ (primary) - - 0

Cycles

This benchmark run did not return any relevant results for this metric.

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 485.09s -> 484.809s (-0.06%)
Artifact size: 394.98 MiB -> 396.94 MiB (0.50%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants