Skip to content
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 8 pull requests #115900

Merged
merged 19 commits into from
Sep 16, 2023
Merged

Rollup of 8 pull requests #115900

merged 19 commits into from
Sep 16, 2023

Conversation

matthiaskrgr
Copy link
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

the8472 and others added 19 commits August 26, 2023 15:42
fix std::primitive doc: homogenous -> homogeneous

replace "homogenous" with the more commonly used "homogeneous".
Improve documentation on when signes are printed by default

I found the original formulation a bit irritating, but not sure if I really improved it.
Update doc for `alloc::format!` and `core::concat!`

Closes rust-lang#115551.

Used comments instead of `assert!`s as [`std::fmt`](https://doc.rust-lang.org/std/fmt/index.html#usage) uses comments.

Should all the str-related macros (`format!`, `format_args!`, `concat!`, `stringify!`, `println!`, `writeln!`, etc.) references each others? For instance, [`concat!`](https://doc.rust-lang.org/core/macro.concat.html) mentions that integers are stringified, but don't link to `stringify!`.

`@rustbot` label +A-docs +A-fmt
…on, r=compiler-errors

update rust_analyzer_settings.json

This works around rust-lang/rust-analyzer#15595, and avoids relying on the unspecified working directory of this command.
make ty::Const debug printing less verbose

Similar in spirit to rust-lang#115873
…lor-41, r=notriddle

Migrate GUI colors test to original CSS color format

Follow-up of rust-lang#111459.

r? `@notriddle`
@rustbot rustbot added O-unix Operating system: Unix-like 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. rollup A PR which is a rollup labels Sep 16, 2023
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=8

@bors
Copy link
Contributor

bors commented Sep 16, 2023

📌 Commit e2ea347 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 Sep 16, 2023
@bors
Copy link
Contributor

bors commented Sep 16, 2023

⌛ Testing commit e2ea347 with merge 7d9bce3...

@bors
Copy link
Contributor

bors commented Sep 16, 2023

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

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Sep 16, 2023
@bors bors merged commit 7d9bce3 into rust-lang:master Sep 16, 2023
12 checks passed
@rustbot rustbot added this to the 1.74.0 milestone Sep 16, 2023
@rust-timer
Copy link
Collaborator

📌 Perf builds for each rolled up PR:

PR# Message Perf Build Sha
#115247 Document std limitations before/after main 63bd8ded04158162fa182acbd4d622f32919e2a6 (link)
#115329 fix std::primitive doc: homogenous -> homogeneous 7c47415273a155ed9ebfba017dd6373806a467c4 (link)
#115487 Improve documentation on when signes are printed by default 8157eada429df7e7692dd81e29a2c92343fe7d2c (link)
#115560 Update doc for alloc::format! and core::concat! 023f1103ec056c8f57e0db34390e775ecbffab2f (link)
#115836 update rust_analyzer_settings.json e0b5514b303372d8e613491d0568f1725e538484 (link)
#115884 make ty::Const debug printing less verbose e07e8b173348ec7ce7f68d451e16b03a6b58ca72 (link)
#115890 Migrate GUI colors test to original CSS color format 0b9529801220a3f9472cf4ce6a0d1d95154d6671 (link)
#115895 Improve Vec(Deque)::truncate documentation d2ace2eafd3566ec6f1bb3fb1abbbc574a5fad69 (link)

previous master: 341ef15eee

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

@bors bors mentioned this pull request Sep 17, 2023
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (7d9bce3): comparison URL.

Overall result: ❌✅ regressions and improvements - ACTION NEEDED

Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression-triaged along with sufficient written justification. If you cannot justify the regressions please open an issue or create a new PR that fixes the regressions, add a comment linking to the newly created issue or PR, and then add the perf-regression-triaged label to this PR.

@rustbot label: +perf-regression
cc @rust-lang/wg-compiler-performance

Instruction count

This is a highly reliable metric that was used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
0.3% [0.2%, 0.6%] 4
Improvements ✅
(primary)
-1.1% [-1.5%, -0.7%] 7
Improvements ✅
(secondary)
-0.8% [-1.2%, -0.4%] 6
All ❌✅ (primary) -1.1% [-1.5%, -0.7%] 7

Max RSS (memory usage)

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
1.4% [1.0%, 1.8%] 2
Regressions ❌
(secondary)
2.9% [2.9%, 2.9%] 1
Improvements ✅
(primary)
-1.8% [-1.8%, -1.8%] 1
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) 0.4% [-1.8%, 1.8%] 3

Cycles

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-2.7% [-5.1%, -1.0%] 7
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) -2.7% [-5.1%, -1.0%] 7

Binary size

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

Bootstrap: 632.945s -> 636.475s (0.56%)
Artifact size: 318.26 MiB -> 318.37 MiB (0.03%)

@rustbot rustbot added the perf-regression Performance regression. label Sep 17, 2023
@Mark-Simulacrum Mark-Simulacrum added the perf-regression-triaged The performance regression has been triaged. label Sep 19, 2023
@Mark-Simulacrum
Copy link
Member

It looks like most or all of these are within what I would call noise floor (sporadic, but still looks to be noise):

image image

@matthiaskrgr matthiaskrgr deleted the rollup-3ba15da branch March 16, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. O-unix Operating system: Unix-like perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.