Skip to content

Conversation

Kobzol
Copy link
Member

@Kobzol Kobzol commented Jun 20, 2025

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

tshepang and others added 30 commits June 2, 2025 12:35
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
…e-case

use consistent title capitalization
Also replaced '→' symbol with '->' for consistency across the table.
Remove hanging parenthesis from example signature.
Profiling with perf: specify the section of bootstrap settings.
That was intended to be a list.

Also, the order is not relevant.
initial instructions for gpu offload
Kobzol added 3 commits June 20, 2025 20:03
…ingjubilee

Convert `ilog(10)` to `ilog10()`

Except in tests, convert `integer.ilog(10)` to `integer.ilog10()` for better speed and to provide better examples of code that efficiently counts decimal digits. I couldn't find any instances of `integer.ilog(2)`.
…rochenkov

Some symbol and PathRoot cleanups

I'm looking into unifying how we join and print paths. Here are some preliminary cleanups.

r? ``@petrochenkov``
…thod, r=tgross35

remove equivalent new method on context

Noticed the two had converged so much they literally became equivalent. So one could go hehe
@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) 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. labels Jun 20, 2025
@Kobzol
Copy link
Member Author

Kobzol commented Jun 20, 2025

@bors r+ rollup=never p=5

@rustbot rustbot added the T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output. label Jun 20, 2025
@bors
Copy link
Collaborator

bors commented Jun 20, 2025

📌 Commit e7cc4ec has been approved by Kobzol

It is now in the queue for this repository.

@rustbot rustbot added the rollup A PR which is a rollup label Jun 20, 2025
@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 Jun 20, 2025
@bors
Copy link
Collaborator

bors commented Jun 20, 2025

⌛ Testing commit e7cc4ec with merge 5526a2f...

@bors
Copy link
Collaborator

bors commented Jun 20, 2025

☀️ Test successful - checks-actions
Approved by: Kobzol
Pushing 5526a2f to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jun 20, 2025
@bors bors merged commit 5526a2f into rust-lang:master Jun 20, 2025
11 checks passed
@rustbot rustbot added this to the 1.89.0 milestone Jun 20, 2025
@rust-timer
Copy link
Collaborator

📌 Perf builds for each rolled up PR:

PR# Message Perf Build Sha
#142629 Add config builder for bootstrap tests 346fa9bdbe558f9668a5e1899de670e326d27640 (link)
#142715 correct template for #[align] attribute af58c9bedea4ec9daa9372f303dcd27d65c0f5b4 (link)
#142720 De-dup common code from ExternalCrate methods 1eaa0b0cd26e1831ba2dd371670c997d10ce326a (link)
#142736 add issue template for rustdoc 02da6e996a11945bc974623a99e038e19baca6fb (link)
#142743 rustc-dev-guide subtree update 43e3a0c742087ec0b957f1583ed813321767719b (link)
#142744 Add a mailmap entry for y21 6afe32efa7c9ebe4c5a661c79cfc68f05fb7e829 (link)
#142758 Make sure to rebuild rustdoc if src/rustdoc-json-types is… fac1beb8363f66df4d241acceca59492f03be285 (link)
#142764 Convert ilog(10) to ilog10() 886e8711fc5c0fbf6f4b7810da9a656008164395 (link)
#142767 Some symbol and PathRoot cleanups b94bfe4e8f6278cc4784bdc9020732d2962cdb40 (link)
#142769 remove equivalent new method on context 2e2d941547cc41e942598974c180f9de40856050 (link)

previous master: 9c4ff566ba

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

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 9c4ff56 (parent) -> 5526a2f (this PR)

Test differences

Show 2 test diffs

2 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 5526a2f47cd676ceeedc08cf71ae75ce2e9284ae --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-x86_64-apple: 9805.2s -> 7780.5s (-20.6%)
  2. dist-apple-various: 7948.7s -> 6674.5s (-16.0%)
  3. mingw-check-1: 1817.4s -> 1573.0s (-13.4%)
  4. i686-gnu-2: 6143.2s -> 5339.8s (-13.1%)
  5. dist-aarch64-apple: 6854.4s -> 6044.5s (-11.8%)
  6. aarch64-gnu-debug: 3871.6s -> 3447.4s (-11.0%)
  7. x86_64-gnu-debug: 5954.9s -> 5307.6s (-10.9%)
  8. aarch64-apple: 5114.6s -> 4574.6s (-10.6%)
  9. x86_64-gnu-tools: 3636.1s -> 3267.5s (-10.1%)
  10. x86_64-gnu-llvm-20-2: 6070.5s -> 5467.7s (-9.9%)
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 (5526a2f): 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 (primary 3.3%, secondary -2.8%)

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

mean range count
Regressions ❌
(primary)
3.3% [3.3%, 3.3%] 1
Regressions ❌
(secondary)
1.6% [1.6%, 1.6%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-4.9% [-5.5%, -4.3%] 2
All ❌✅ (primary) 3.3% [3.3%, 3.3%] 1

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: 692.606s -> 692.994s (0.06%)
Artifact size: 372.01 MiB -> 371.93 MiB (-0.02%)

@Kobzol Kobzol deleted the rollup-vvnnjno branch June 21, 2025 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-rustc-dev-guide Area: rustc-dev-guide 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) 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. T-rustdoc-frontend Relevant 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.