Skip to content

notify Miri when intrinsics are changed #130228

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

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ cc = ["@bjorn3"]
cc = ["@antoyo", "@GuillaumeGomez"]

[mentions."compiler/rustc_const_eval/src/interpret"]
message = "Some changes occurred to the CTFE / Miri engine"
message = "Some changes occurred to the CTFE / Miri interpreter"
cc = ["@rust-lang/miri"]

[mentions."compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs"]
Expand All @@ -590,7 +590,7 @@ message = "changes to `inspect_obligations.rs`"
cc = ["@compiler-errors", "@lcnr"]

[mentions."compiler/rustc_middle/src/mir/interpret"]
message = "Some changes occurred to the CTFE / Miri engine"
message = "Some changes occurred to the CTFE / Miri interpreter"
cc = ["@rust-lang/miri"]

[mentions."compiler/rustc_mir_transform/src/"]
Expand Down Expand Up @@ -659,6 +659,13 @@ LLVM backend as well as portable-simd gets adapted for the changes.
"""
cc = ["@antoyo", "@GuillaumeGomez", "@bjorn3", "@calebzulawski", "@programmerjake"]

[mentions."library/core/src/intrinsics"]
message = """
Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
gets adapted for the changes, if necessary.
"""
cc = ["@rust-lang/miri"]

[mentions."library/portable-simd"]
message = """
Portable SIMD is developed in its own repository. If possible, consider \
Expand Down
Loading