Skip to content

Conversation

matthiaskrgr
Copy link
Member

@matthiaskrgr matthiaskrgr commented Jul 7, 2025

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

estebank and others added 19 commits July 1, 2025 21:49
When encountering `&str::from("value")` do not suggest `&&str::from("value")`.

Fix rust-lang#132041.
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
`x86_64-unknown-netbsd` is Tier 2 with host tools, not Tier 3.
it doesn't need to return an `InterpResult`.
Fixes some sloppy editing on my part.
Do not suggest borrow that is already there in fully-qualified call

When encountering `&str::from("value")` do not suggest `&&str::from("value")`.

Fix rust-lang#132041.
…ts, r=oli-obk

Regression tests for repr ICEs

Closes rust-lang#143522
Closes rust-lang#143479

Both issues were already (accidentally) fixed in this PR, but having the tests is nice rust-lang#143252

r? `@jdonszelmann`
…, r=fee1-dead

Fix `x86_64-unknown-netbsd` platform support page

`x86_64-unknown-netbsd` is Tier 2 with host tools, not Tier 3.

cc `@he32.`

r? compiler
…=fee1-dead

Remove unused allow attrs

These `#[allow]`s seem to be unused (at least according to `x check`, didn't run `x test` locally). Let's clean them up! 🧹
…r-on-block, r=bjorn3

`loop_match`: fix 'no terminator on block'

tracking issue: rust-lang#132306
fixes rust-lang#143435

The argument `block` was not properly closed on an error path.

r? `@bjorn3`
…l, r=RalfJung

make `Machine::load_mir` infallible

it doesn't need to return an `InterpResult`.
Fix missing words in future tracking issue

Fixes some sloppy editing on my part.
@rustbot rustbot added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-rustdoc-json Area: Rustdoc JSON backend F-autodiff `#![feature(autodiff)]` 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Jul 7, 2025
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=5

@bors
Copy link
Collaborator

bors commented Jul 7, 2025

📌 Commit ff6b881 has been approved by matthiaskrgr

It is now in the queue for this repository.

@bors bors 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 Jul 7, 2025
@bors
Copy link
Collaborator

bors commented Jul 7, 2025

⌛ Testing commit ff6b881 with merge a2d45f7...

@bors
Copy link
Collaborator

bors commented Jul 7, 2025

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

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jul 7, 2025
@bors bors merged commit a2d45f7 into rust-lang:master Jul 7, 2025
12 checks passed
@rustbot rustbot added this to the 1.90.0 milestone Jul 7, 2025
@rust-timer
Copy link
Collaborator

📌 Perf builds for each rolled up PR:

PR# Message Perf Build Sha
#132469 Do not suggest borrow that is already there in fully-qualif… deb7c055f841a4b187f80a9b8dabef2909cb6d92 (link)
#143340 awhile -> a while where appropriate ee1dcfd538d3eee5e87a18d301a6317ccf033151 (link)
#143438 Fix the link in rustdoc.md c04c2387f1f4632933f7b66f7d4aef130da0d9d8 (link)
#143539 Regression tests for repr ICEs a0f4a6251b7f120be7e3acd39ca7b449563c4aa8 (link)
#143566 Fix x86_64-unknown-netbsd platform support page d8418fdfbc34e528b83024a7002560e2fc62a63b (link)
#143572 Remove unused allow attrs 666c95c7372c6bf6465f3ae4d79f14cedbcad693 (link)
#143583 loop_match: fix 'no terminator on block' f4a4ab913bb2a57abe1c72458daeb7c8d591f601 (link)
#143584 make Machine::load_mir infallible 4fedb56dc532a46226c77a0bf118dbb02891d45a (link)
#143591 Fix missing words in future tracking issue ed3bfb453f0320379ee868016daea39fadb77eaa (link)

previous master: 2f8eeb2bba

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

Copy link
Contributor

github-actions bot commented Jul 7, 2025

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 2f8eeb2 (parent) -> a2d45f7 (this PR)

Test differences

Show 20 test diffs

Stage 1

  • [ui] tests/ui/attributes/malformed-reprs.rs: [missing] -> pass (J1)
  • [ui] tests/ui/loop-match/panic-in-const.rs: [missing] -> pass (J1)
  • [ui] tests/ui/suggestions/dont-suggest-borrowing-existing-borrow.rs: [missing] -> pass (J1)

Stage 2

  • [ui] tests/ui/attributes/malformed-reprs.rs: [missing] -> pass (J0)
  • [ui] tests/ui/loop-match/panic-in-const.rs: [missing] -> pass (J0)
  • [ui] tests/ui/suggestions/dont-suggest-borrowing-existing-borrow.rs: [missing] -> pass (J0)

Additionally, 14 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 a2d45f73c70d9dec57140c9412f83586eda895f8 --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-apple-various: 5516.0s -> 7110.0s (28.9%)
  2. x86_64-apple-1: 8544.1s -> 10550.7s (23.5%)
  3. aarch64-apple: 4582.3s -> 5258.2s (14.7%)
  4. dist-x86_64-apple: 9072.3s -> 8110.9s (-10.6%)
  5. dist-armhf-linux: 4736.9s -> 5168.0s (9.1%)
  6. dist-aarch64-linux: 5963.3s -> 5487.6s (-8.0%)
  7. x86_64-msvc-2: 6998.9s -> 6526.7s (-6.7%)
  8. pr-check-1: 1729.4s -> 1615.6s (-6.6%)
  9. dist-aarch64-windows-gnullvm: 4618.0s -> 4365.9s (-5.5%)
  10. x86_64-gnu-stable: 7905.9s -> 7490.9s (-5.2%)
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 (a2d45f7): 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 2.1%)

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)
2.1% [2.1%, 2.1%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) - - 0

Cycles

Results (secondary -2.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)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-2.2% [-2.2%, -2.2%] 1
All ❌✅ (primary) - - 0

Binary size

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

Bootstrap: 465.909s -> 465.163s (-0.16%)
Artifact size: 372.26 MiB -> 372.20 MiB (-0.02%)

GuillaumeGomez pushed a commit to GuillaumeGomez/rust that referenced this pull request Aug 4, 2025
…iaskrgr

Rollup of 9 pull requests

Successful merges:

 - rust-lang#132469 (Do not suggest borrow that is already there in fully-qualified call)
 - rust-lang#143340 (awhile -> a while where appropriate)
 - rust-lang#143438 (Fix the link in `rustdoc.md`)
 - rust-lang#143539 (Regression tests for repr ICEs)
 - rust-lang#143566 (Fix `x86_64-unknown-netbsd` platform support page)
 - rust-lang#143572 (Remove unused allow attrs)
 - rust-lang#143583 (`loop_match`: fix 'no terminator on block')
 - rust-lang#143584 (make `Machine::load_mir` infallible)
 - rust-lang#143591 (Fix missing words in future tracking issue)

r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-rustdoc-json Area: Rustdoc JSON backend F-autodiff `#![feature(autodiff)]` merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.