Skip to content

Rollup of 6 pull requests - #110752

Merged
bors merged 13 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-959s77u
Apr 24, 2023
Merged

Rollup of 6 pull requests#110752
bors merged 13 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-959s77u

Conversation

@matthiaskrgr

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

clubby789and others added 13 commits April 17, 2023 13:01
This takes a whole 3 lines in `compiler/` since it lowers to `CastKind::Transmute` in MIR *exactly* the same as the existing `intrinsics::transmute` does, it just doesn't have the fancy checking in `hir_typeck`.
Added to enable experimenting with the request in <rust-lang#106281 (comment)> and because the portable-simd folks might be interested for dependently-sized array-vector conversions.
It also simplifies a couple places in `core`.
…jackh726
Suggest using integration tests for test crate using own proc-macro
cc rust-lang#110247
…levant_impl, r=b-naber
Remove `find_map_relevant_impl`
Fixesrust-lang#108895
…m, r=cjgillot,BoxyUwU
Don't create projection ty for const projection
Fixesrust-lang#110549
Group some sections of our logs in github actions
This makes logs a little bit more readable as you can now collapse all the parts that don't interest you (and they get collapsed automatically)
Obviously there's a lot more sites where we can/need to do this, too, but this is already helpful imo
r? ```@jyn514```
…i-obk
Add `intrinsics::transmute_unchecked`
This takes a whole 3 lines in `compiler/` since it lowers to `CastKind::Transmute` in MIR *exactly* the same as the existing `intrinsics::transmute` does, it just doesn't have the fancy checking in `hir_typeck`.
Added to enable experimenting with the request in <rust-lang#106281 (comment)> and because the portable-simd folks might be interested for dependently-sized array-vector conversions.
It also simplifies a couple places in `core`.
See also rust-lang#108442 (comment), where `CastKind::Transmute` was added having exactly these semantics before the lang meeting (which I wasn't in) independently expressed interest.
Normalize types and consts in MIR opts.
Some passes were using a non-RevealAll param_env, which is needlessly restrictive in mir-opts.
As a drive-by, we normalize all constants, since just normalizing their types is not enough.
@rustbotrustbot added 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver) rollup A PR which is a rollup labels Apr 24, 2023
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=6

@bors

bors commented Apr 24, 2023

Copy link
Copy Markdown
Collaborator

📌 Commit 2ce9b57 has been approved by matthiaskrgr

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 24, 2023
@bors

bors commented Apr 24, 2023

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 2ce9b57 with merge 64bcb32...

@bors

bors commented Apr 24, 2023

Copy link
Copy Markdown
Collaborator

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

1 similar comment
@bors

bors commented Apr 24, 2023

Copy link
Copy Markdown
Collaborator

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

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Apr 24, 2023
@bors
bors merged commit 64bcb32 into rust-lang:masterApr 24, 2023
@rust-timer

Copy link
Copy Markdown
Collaborator

📌 Perf builds for each rolled up PR:

PR#Perf Build Sha

previous master: 64bcb32651

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

@rustbotrustbot added this to the 1.71.0 milestone Apr 24, 2023
@rust-timer

Copy link
Copy Markdown
Collaborator

📌 Perf builds for each rolled up PR:

PR#Perf Build Sha
#1107145155cf6c8de4f22bac9952b3a1fd5bf5f5e59625
#110706e99ae471c8dc6ac25c35ffdf3d436fc376c9f74d
#110637f863ea173386b92332f1c0efcbc181961815b939
#110566fc34389c6e44beaa2a829425ffc9190c13e21b4c
#110514905928844aa26e8cd5d643986835ecea988801b8
#1102554c25b09f1994f4682d7481e57aff838c74a3fbc8

previous master: f65615f02d

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 (64bcb32): comparison URL.

Overall result: ✅ improvements - no action needed

@rustbot label: -perf-regression

Instruction count

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

meanrangecount
Regressions ❌
(primary)
--0
Regressions ❌
(secondary)
--0
Improvements ✅
(primary)
-2.7%[-2.9%, -2.5%]2
Improvements ✅
(secondary)
-4.7%[-7.6%, -0.3%]8
All ❌✅ (primary)-2.7%[-2.9%, -2.5%]2

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

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)
--0
Improvements ✅
(primary)
--0
Improvements ✅
(secondary)
-3.8%[-3.9%, -3.7%]2
All ❌✅ (primary)--0

@matthiaskrgr
matthiaskrgr deleted the rollup-959s77u branch March 16, 2024 18:18
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-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-libsRelevant to the library 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.WG-trait-system-refactorThe Rustc Trait System Refactor Initiative (-Znext-solver)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@matthiaskrgr@bors@rust-timer@rustbot@clubby789@compiler-errors@oli-obk@scottmcm@cjgillot