Skip to content

Rollup of 10 pull requests - #148356

Merged
bors merged 166 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-mh4l2yi
Nov 1, 2025
Merged

Rollup of 10 pull requests#148356
bors merged 166 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-mh4l2yi

Conversation

@matthiaskrgr

@matthiaskrgrmatthiaskrgr commented Nov 1, 2025

Copy link
Copy Markdown
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

Jarchoand others added 30 commits September 30, 2025 14:08
…r=GuillaumeGomez
Return spans out of `is_doc_comment` to reduce reliance on `.span()` on attributes
r? `@GuillaumeGomez`
Remove boxes from ast list elements
Less indirection should be better perf.
When matched against `Result` with copyable `Ok` variant, uncopyable scrutinee won't
actually be moved. But `manual_unwrap_or`/`manual_unwrap_or_default`
will force it to move, which can cause problem if scrutinee is used later.
changelog: [`manual_unwrap_or`]: don't lint if not safe to move scrutinee
changelog: [`manual_unwrap_or_default`]: don't lint if not safe to move scrutinee
Signed-off-by: Zihan <zihanli0822@gmail.com>
Update to direct link to the Code of Conduct
changelog: none
The errors were unrelated to the lint...
- make them `verbose` -- the ones spanning multiple lines were
especially egregious
- give a more descriptive help message
@rustbotrustbot added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output. rollup A PR which is a rollup labels Nov 1, 2025
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=5

@bors

bors commented Nov 1, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 0ed8002 has been approved by matthiaskrgr

It is now in the queue for this repository.

@borsbors 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 Nov 1, 2025
@bors

bors commented Nov 1, 2025

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 0ed8002 with merge 1fc79f3...

bors added a commit that referenced this pull request Nov 1, 2025
Rollup of 10 pull requests
Successful merges:
- #135602 (Tweak output of missing lifetime on associated type)
- #139751 (Implement pin-project in pattern matching for `&pin mut|const T`)
- #142682 (Update bundled musl to 1.2.5)
- #148171 (Simplify code to generate line numbers in highlight)
- #148263 (Unpin `libc` and `rustix` in `compiler` and `rustbook`)
- #148301 ([rustdoc search] Include extern crates when filtering on `import`)
- #148330 (Don't require dlltool with the dummy backend on MinGW)
- #148338 (cleanup: upstream dropped amx-transpose functionality)
- #148340 (Clippy subtree update)
- #148343 (`nonpoison::Condvar` should take `MutexGuard` by reference)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors

bors commented Nov 1, 2025

Copy link
Copy Markdown
Collaborator

💥 Test timed out

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Nov 1, 2025
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@bors retry musl timeout

@borsbors 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 Nov 1, 2025
@bors

bors commented Nov 1, 2025

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 0ed8002 with merge fca2e94...

@bors

bors commented Nov 1, 2025

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: matthiaskrgr
Pushing fca2e94 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Nov 1, 2025
@bors
bors merged commit fca2e94 into rust-lang:masterNov 1, 2025
12 checks passed
@rustbotrustbot added this to the 1.93.0 milestone Nov 1, 2025
@github-actions

Copy link
Copy Markdown
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 d85276b (parent) -> fca2e94 (this PR)

Test differences

Show 222 test diffs

Stage 0

  • errors::verify_hir_typeck_project_on_non_pin_project_type_35: [missing] -> pass (J0)

Stage 1

  • [rustdoc-js] tests/rustdoc-js/import-filter.rs: [missing] -> pass (J0)
  • [ui] tests/ui/lifetimes/missing-lifetime-in-assoc-type-1.rs: [missing] -> pass (J0)
  • [ui] tests/ui/lifetimes/missing-lifetime-in-assoc-type-2.rs: [missing] -> pass (J0)
  • [ui] tests/ui/lifetimes/missing-lifetime-in-assoc-type-3.rs: [missing] -> pass (J0)
  • [ui] tests/ui/lifetimes/missing-lifetime-in-assoc-type-4.rs: [missing] -> pass (J0)
  • [ui] tests/ui/lifetimes/missing-lifetime-in-assoc-type-5.rs: [missing] -> pass (J0)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-deref-pattern.rs#normal: [missing] -> pass (J0)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-deref-pattern.rs#pin_ergonomics: [missing] -> pass (J0)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-mix-deref-pattern.rs#both: [missing] -> pass (J0)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-mix-deref-pattern.rs#deref_patterns: [missing] -> pass (J0)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-mix-deref-pattern.rs#normal: [missing] -> pass (J0)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-mix-deref-pattern.rs#pin_ergonomics: [missing] -> pass (J0)
  • [ui] tests/ui/pin-ergonomics/pattern-matching.rs#normal: [missing] -> pass (J0)
  • [ui] tests/ui/pin-ergonomics/pattern-matching.rs#pin_ergonomics: [missing] -> pass (J0)
  • [ui] tests/ui/pin-ergonomics/pin_v2-attr.rs: [missing] -> pass (J0)
  • condvar::test_arc_condvar_poison: [missing] -> pass (J3)
  • mutex::test_arc_condvar_poison: pass -> [missing] (J3)
  • errors::verify_hir_typeck_project_on_non_pin_project_type_35: [missing] -> pass (J5)

Stage 2

  • [ui] tests/ui/lifetimes/missing-lifetime-in-assoc-type-1.rs: [missing] -> pass (J1)
  • [ui] tests/ui/lifetimes/missing-lifetime-in-assoc-type-2.rs: [missing] -> pass (J1)
  • [ui] tests/ui/lifetimes/missing-lifetime-in-assoc-type-3.rs: [missing] -> pass (J1)
  • [ui] tests/ui/lifetimes/missing-lifetime-in-assoc-type-4.rs: [missing] -> pass (J1)
  • [ui] tests/ui/lifetimes/missing-lifetime-in-assoc-type-5.rs: [missing] -> pass (J1)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-deref-pattern.rs#normal: [missing] -> pass (J1)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-deref-pattern.rs#pin_ergonomics: [missing] -> pass (J1)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-mix-deref-pattern.rs#both: [missing] -> pass (J1)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-mix-deref-pattern.rs#deref_patterns: [missing] -> pass (J1)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-mix-deref-pattern.rs#normal: [missing] -> pass (J1)
  • [ui] tests/ui/pin-ergonomics/pattern-matching-mix-deref-pattern.rs#pin_ergonomics: [missing] -> pass (J1)
  • [ui] tests/ui/pin-ergonomics/pattern-matching.rs#normal: [missing] -> pass (J1)
  • [ui] tests/ui/pin-ergonomics/pattern-matching.rs#pin_ergonomics: [missing] -> pass (J1)
  • [ui] tests/ui/pin-ergonomics/pin_v2-attr.rs: [missing] -> pass (J1)
  • condvar::test_arc_condvar_poison: [missing] -> pass (J2)
  • mutex::test_arc_condvar_poison: pass -> [missing] (J2)
  • [rustdoc-js] tests/rustdoc-js/import-filter.rs: [missing] -> pass (J4)

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

Job group index

Test dashboard

Run

cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard fca2e941f86f51cd3c3254518f45e2145563f6be --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. pr-check-1: 1909.8s -> 1458.6s (-23.6%)
  2. x86_64-gnu-stable: 7619.3s -> 6528.5s (-14.3%)
  3. dist-riscv64-linux: 4901.1s -> 5540.6s (+13.0%)
  4. dist-various-1: 4153.1s -> 3640.7s (-12.3%)
  5. test-various: 6846.9s -> 6050.3s (-11.6%)
  6. i686-gnu-nopt-1: 8139.3s -> 7274.2s (-10.6%)
  7. i686-gnu-1: 8281.0s -> 7482.8s (-9.6%)
  8. x86_64-gnu-gcc: 3382.3s -> 3060.1s (-9.5%)
  9. dist-arm-linux-musl: 5570.7s -> 6082.2s (+9.2%)
  10. dist-ohos-x86_64: 4271.8s -> 4640.4s (+8.6%)
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
Copy Markdown
Collaborator

📌 Perf builds for each rolled up PR:

PR#MessagePerf Build Sha
#135602Tweak output of missing lifetime on associated type06d32fcb347ee93b1d88008c761c912949ddf2fa (link)
#139751Implement pin-project in pattern matching for `&pin mut|con…18c32d09afbd2cfb5310e1d238ba0bc2ff03dfa0 (link)
#142682Update bundled musl to 1.2.5737d0ebdcadfc32f0d4e0b655f9c85b2a6165029 (link)
#147676Return spans out of is_doc_comment to reduce reliance on …❌ conflicts merging '5f0f7d8543' into previous master ❌
#147713Retire ast::TyAliasWhereClauses.❌ conflicts merging '26b12a9756' into previous master ❌
#148171Simplify code to generate line numbers in highlight10997e99600c9caba60e55d7dfc3ef39481fe8b3 (link)
#148263Unpin libc and rustix in compiler and rustbook57abcbb5399290e428b914235959ef76c21e5aa5 (link)
#148301[rustdoc search] Include extern crates when filtering on `i…ca17abf58cc31626d5fa2e30091d3406e461c1d0 (link)
#148330Don't require dlltool with the dummy backend on MinGWa5f05a72c2451bff4d637da539bdd0a7a6334155 (link)
#148338cleanup: upstream dropped amx-transpose functionalitya3549256e3da87d4e59c35185f84bef85e50fbe5 (link)
#148340Clippy subtree update1a20e8cc10b5bbe42ea2dd2ea0d6c15c1129649e (link)
#148343nonpoison::Condvar should take MutexGuard by reference908ffb1a35ff0f8610b0dc3881e9ff00ad5de057 (link)

previous master: d85276b256

In the case of a perf regression, run the following command for each PR you suspect might be the cause: @rust-timer build $SHA

@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (fca2e94): comparison URL.

Overall result: ✅ improvements - no action needed

@rustbot label: -perf-regression

Instruction count

Our most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.

meanrangecount
Regressions ❌
(primary)
--0
Regressions ❌
(secondary)
--0
Improvements ✅
(primary)
-3.0%[-3.0%, -3.0%]1
Improvements ✅
(secondary)
-0.4%[-1.0%, -0.1%]10
All ❌✅ (primary)-3.0%[-3.0%, -3.0%]1

Max RSS (memory usage)

Results (primary 2.3%, secondary -1.3%)

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

meanrangecount
Regressions ❌
(primary)
7.8%[7.8%, 7.8%]1
Regressions ❌
(secondary)
--0
Improvements ✅
(primary)
-3.1%[-3.1%, -3.1%]1
Improvements ✅
(secondary)
-1.3%[-1.3%, -1.3%]2
All ❌✅ (primary)2.3%[-3.1%, 7.8%]2

Cycles

Results (primary -3.4%, secondary -0.2%)

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

meanrangecount
Regressions ❌
(primary)
--0
Regressions ❌
(secondary)
2.5%[2.1%, 3.3%]3
Improvements ✅
(primary)
-3.4%[-3.4%, -3.4%]1
Improvements ✅
(secondary)
-2.9%[-3.6%, -2.4%]3
All ❌✅ (primary)-3.4%[-3.4%, -3.4%]1

Binary size

Results (primary -1.1%)

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

meanrangecount
Regressions ❌
(primary)
--0
Regressions ❌
(secondary)
--0
Improvements ✅
(primary)
-1.1%[-1.1%, -1.1%]1
Improvements ✅
(secondary)
--0
All ❌✅ (primary)-1.1%[-1.1%, -1.1%]1

Bootstrap: 476.797s -> 474.465s (-0.49%)
Artifact size: 390.82 MiB -> 390.82 MiB (0.00%)

github-actionsBot pushed a commit to model-checking/verify-rust-std that referenced this pull request Nov 30, 2025
…iaskrgr
Rollup of 10 pull requests
Successful merges:
- rust-lang#135602 (Tweak output of missing lifetime on associated type)
- rust-lang#139751 (Implement pin-project in pattern matching for `&pin mut|const T`)
- rust-lang#142682 (Update bundled musl to 1.2.5)
- rust-lang#148171 (Simplify code to generate line numbers in highlight)
- rust-lang#148263 (Unpin `libc` and `rustix` in `compiler` and `rustbook`)
- rust-lang#148301 ([rustdoc search] Include extern crates when filtering on `import`)
- rust-lang#148330 (Don't require dlltool with the dummy backend on MinGW)
- rust-lang#148338 (cleanup: upstream dropped amx-transpose functionality)
- rust-lang#148340 (Clippy subtree update)
- rust-lang#148343 (`nonpoison::Condvar` should take `MutexGuard` by reference)
r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributesArea: Attributes (`#[…]`, `#![…]`)A-CIArea: Our Github Actions CIA-rustdoc-searchArea: Rustdoc's search featureA-testsuiteArea: The testsuite used to check the correctness of rustcmerged-by-borsThis PR was explicitly merged by bors.rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-clippyRelevant to the Clippy team.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

20 participants

@matthiaskrgr@bors@rust-timer@rustbot@Jarcho@est31@Gankra@camsteffen@ada4a@jdonszelmann@nickdrozd@zihan0822@flip1995@alex-semenyuk@Alexendoo@samueltardieu@teofr@Muscraft@oli-obk@cjgillot