Skip to content

Rollup of 4 pull requests - #110405

Merged
bors merged 8 commits into
rust-lang:masterfrom
fee1-dead-contrib:rollup-9rkree6
Apr 16, 2023
Merged

Rollup of 4 pull requests#110405
bors merged 8 commits into
rust-lang:masterfrom
fee1-dead-contrib:rollup-9rkree6

Conversation

@fee1-dead

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

Noratrieband others added 8 commits April 16, 2023 12:05
This allows us to get rid of the `rustc_const_eval->rustc_borrowck`
dependency edge which was delaying the compilation of borrowck.
The added utils in `rustc_middle` are small and should not affect
compile times there.
Perf is almost certainly irrelevant, but might as well simplify it, since `trailing_zeros` does exactly what's needed.
…e1-dead,jyn514
Move some utils out of `rustc_const_eval`
This allows us to get rid of the `rustc_const_eval->rustc_borrowck` dependency edge which was delaying the compilation of borrowck.
The added utils in `rustc_middle` are small and should not affect compile times there.
…rieb,fee1-dead
use matches! macro in more places
r? `@Nilstrieb`
more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_defau…
…lt, option_map_or_none}
r? `@Nilstrieb`
Remove the loop in `Align::from_bytes`
Perf is almost certainly irrelevant, but might as well simplify it, since `trailing_zeros` does exactly what's needed.
@rustbotrustbot added 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Apr 16, 2023
@fee1-dead

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=4

@bors

bors commented Apr 16, 2023

Copy link
Copy Markdown
Collaborator

📌 Commit 38215fb has been approved by fee1-dead

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 Apr 16, 2023
@fee1-dead

Copy link
Copy Markdown
MemberAuthor

@bors r-

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 16, 2023
@fee1-deadfee1-dead reopened this Apr 16, 2023
@fee1-dead

Copy link
Copy Markdown
MemberAuthor

@bors r+

@bors

bors commented Apr 16, 2023

Copy link
Copy Markdown
Collaborator

📌 Commit 38215fb has been approved by fee1-dead

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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Apr 16, 2023
@bors

bors commented Apr 16, 2023

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 38215fb with merge 8a778ca...

@bors

bors commented Apr 16, 2023

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: fee1-dead
Pushing 8a778ca to master...

1 similar comment
@bors

bors commented Apr 16, 2023

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: fee1-dead
Pushing 8a778ca to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Apr 16, 2023
@rust-timer

Copy link
Copy Markdown
Collaborator

📌 Perf builds for each rolled up PR:

PR#Perf Build Sha

previous master: 8a778ca1e3

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 merged commit 8a778ca into rust-lang:masterApr 16, 2023
@rustbotrustbot added this to the 1.71.0 milestone Apr 16, 2023
@rust-timer

Copy link
Copy Markdown
Collaborator

📌 Perf builds for each rolled up PR:

PR#Perf Build Sha
#110402a5bf4d17e82123729d7f31b218326e511281cdb9
#110400664e9cba4e9058fa5134ec99bd6b04dc48aa2f5f
#110398a9193f3963311eb7f2bceca0ac96601e8dd1c783
#110397752e76c36df562eb2b5cf4fa860c7b29e35c55f6

previous master: 1b50ea9abb

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 (8a778ca): 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

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.

meanrangecount
Regressions ❌
(primary)
--0
Regressions ❌
(secondary)
2.1%[1.3%, 2.6%]3
Improvements ✅
(primary)
--0
Improvements ✅
(secondary)
-2.4%[-2.4%, -2.4%]1
All ❌✅ (primary)--0

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.

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

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.

7 participants

@fee1-dead@bors@rust-timer@rustbot@Noratrieb@matthiaskrgr@scottmcm