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

Crater 2024 edition #132712

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Crater 2024 edition #132712

wants to merge 14 commits into from

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Nov 6, 2024

No description provided.

@ehuss ehuss self-assigned this Nov 6, 2024
@rustbot
Copy link
Collaborator

rustbot commented Nov 6, 2024

⚠️ Warning ⚠️

  • These commits modify submodules.

@rustbot
Copy link
Collaborator

rustbot commented Nov 6, 2024

This PR changes MIR

cc @oli-obk, @RalfJung, @JakobDegen, @davidtwco, @celinval, @vakaras

Some changes occurred in match lowering

cc @Nadrieril

Some changes occurred to the CTFE machinery

cc @rust-lang/wg-const-eval

Some changes occurred in compiler/rustc_codegen_cranelift

cc @bjorn3

Some changes occurred to MIR optimizations

cc @rust-lang/wg-mir-opt

Some changes occurred to the CTFE / Miri interpreter

cc @rust-lang/miri

Some changes occurred in src/tools/clippy

cc @rust-lang/clippy

Some changes occurred in coverage instrumentation.

cc @Zalathar

This PR changes Stable MIR

cc @oli-obk, @celinval, @ouz-a

@rustbot rustbot 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. labels Nov 6, 2024
@ehuss
Copy link
Contributor Author

ehuss commented Nov 6, 2024

@bors try

@bors
Copy link
Contributor

bors commented Nov 6, 2024

⌛ Trying commit 3fd8c5a with merge da25749...

bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 6, 2024
@bors
Copy link
Contributor

bors commented Nov 6, 2024

☀️ Try build successful - checks-actions
Build commit: da25749 (da25749bf5e6ba5ed862ff361c19afff2a986b2d)

@ehuss
Copy link
Contributor Author

ehuss commented Nov 6, 2024

@craterbot check cap-lints=allow p=5 crates=top-5000

@craterbot
Copy link
Collaborator

👌 Experiment pr-132712 created and queued.
🤖 Automatically detected try build da25749
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot craterbot added S-waiting-on-crater Status: Waiting on a crater run to be completed. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 6, 2024
Copy link
Contributor

@celinval celinval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For StableMIR, I was wondering if it would be simpler to translate the new StatementKind to Nop for now. Thanks!

compiler/stable_mir/src/mir/body.rs Show resolved Hide resolved
compiler/stable_mir/src/mir/body.rs Show resolved Hide resolved
compiler/stable_mir/src/mir/pretty.rs Show resolved Hide resolved
compiler/stable_mir/src/mir/visit.rs Show resolved Hide resolved
@ehuss
Copy link
Contributor Author

ehuss commented Nov 8, 2024

@celinval sorry for the confusion. The changes in this PR are not to be reviewed. It just contains a copy of #131326 for crater testing. If you have feedback, it would be best to leave it over there.

@celinval
Copy link
Contributor

celinval commented Nov 8, 2024

@celinval sorry for the confusion. The changes in this PR are not to be reviewed. It just contains a copy of #131326 for crater testing. If you have feedback, it would be best to leave it over there.

My bad. Not used to the automation yet. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants