Skip to content

Rollup of 5 pull requests - #98802

Merged
bors merged 10 commits into
rust-lang:masterfrom
Dylan-DPC:rollup-u6mwx27
Jul 2, 2022
Merged

Rollup of 5 pull requests#98802
bors merged 10 commits into
rust-lang:masterfrom
Dylan-DPC:rollup-u6mwx27

Conversation

@Dylan-DPC

Copy link
Copy Markdown
Member

TaKO8Kiand others added 10 commits June 30, 2022 11:49
Bootstrap currently provides `-Zunstable-options` for platforms
when using split debuginfo - this commit adds it for the illumos
target too.
…r=Mark-Simulacrum
bootstrap: illumos platform flags for split-debuginfo
Bootstrap currently provides `-Zunstable-options` for platforms
when using split debuginfo - this commit adds it for the illumos
target too.
…-obk
cleanup mir visitor for `rustc::pass_by_value`
by changing `& $($mutability)?` to `$(& $mutability)?`
I also did some formatting changes because I started doing them for the visit methods I changed and then couldn't get myself to stop xx, I hope that's still fairly easy to review.
interpret: make a comment less scary
This slipped past my review: "has no meaning" could be read as "is undefined behavior". That is certainly not what we mean so be more clear.
@rustbotrustbot added T-compiler Relevant to the compiler 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 2, 2022
@Dylan-DPC

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=5

@bors

bors commented Jul 2, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 7a4f33b has been approved by Dylan-DPC

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jul 2, 2022
@bors

bors commented Jul 2, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 7a4f33b with merge aedf78e...

@bors

bors commented Jul 2, 2022

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: Dylan-DPC
Pushing aedf78e to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Jul 2, 2022
@bors
bors merged commit aedf78e into rust-lang:masterJul 2, 2022
@rustbotrustbot added this to the 1.64.0 milestone Jul 2, 2022
@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (aedf78e): comparison url.

Instruction count

  • Primary benchmarks: no relevant changes found
  • Secondary benchmarks: 😿 relevant regressions found
mean1maxcount2
Regressions 😿
(primary)
N/AN/A0
Regressions 😿
(secondary)
1.4%1.4%2
Improvements 🎉
(primary)
N/AN/A0
Improvements 🎉
(secondary)
N/AN/A0
All 😿🎉 (primary)N/AN/A0

Max RSS (memory usage)

Results
  • Primary benchmarks: no relevant changes found
  • Secondary benchmarks: 🎉 relevant improvement found
mean1maxcount2
Regressions 😿
(primary)
N/AN/A0
Regressions 😿
(secondary)
N/AN/A0
Improvements 🎉
(primary)
N/AN/A0
Improvements 🎉
(secondary)
-2.1%-2.1%1
All 😿🎉 (primary)N/AN/A0

Cycles

Results
  • Primary benchmarks: 🎉 relevant improvements found
  • Secondary benchmarks: no relevant changes found
mean1maxcount2
Regressions 😿
(primary)
N/AN/A0
Regressions 😿
(secondary)
N/AN/A0
Improvements 🎉
(primary)
-2.8%-2.8%2
Improvements 🎉
(secondary)
N/AN/A0
All 😿🎉 (primary)-2.8%-2.8%2

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

Footnotes

  1. the arithmetic mean of the percent change23

  2. number of relevant changes23

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

Labels

merged-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-compilerRelevant to the compiler 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@Dylan-DPC@bors@rust-timer@rustbot@TaKO8Ki@citrus-it@lcnr@camsteffen@RalfJung