2024-01-21 20:13:20 -06:00
# This file's format is documented at
# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
2019-04-15 16:52:59 -05:00
[ relabel ]
allow-unauthenticated = [
2022-06-22 16:02:48 -05:00
"A-*" ,
"C-*" ,
2020-02-26 19:54:13 -06:00
"D-*" ,
2022-06-22 16:02:48 -05:00
"E-*" ,
"F-*" ,
"I-*" ,
2024-05-15 13:19:52 -05:00
"L-*" ,
2022-06-22 16:02:48 -05:00
"NLL-*" ,
"O-*" ,
2024-05-15 13:19:52 -05:00
"PG-*" ,
2022-06-22 16:02:48 -05:00
"S-*" ,
"T-*" ,
"WG-*" ,
2024-05-15 13:19:52 -05:00
"-Z*" ,
2023-04-13 21:55:27 -05:00
"beta-nominated" ,
2022-09-12 10:04:32 -05:00
"const-hack" ,
2023-09-20 00:49:23 -05:00
"llvm-*" ,
2021-11-04 07:35:10 -05:00
"needs-fcp" ,
2021-11-04 07:34:10 -05:00
"relnotes" ,
2022-11-25 18:06:52 -06:00
"requires-*" ,
2020-10-04 18:57:32 -05:00
"regression-*" ,
2023-08-10 15:27:49 -05:00
"rla-*" ,
2021-07-01 07:56:24 -05:00
"perf-*" ,
2019-10-03 11:31:06 -05:00
"AsyncAwait-OnDeck" ,
2023-07-06 10:57:03 -05:00
"needs-triage" ,
2024-01-13 12:49:39 -06:00
"has-merge-commits" ,
2019-04-15 16:52:59 -05:00
]
2019-05-16 15:22:18 -05:00
2023-10-19 00:39:28 -05:00
[ review-submitted ]
# This label is added when a "request changes" review is submitted.
reviewed_label = "S-waiting-on-author"
# These labels are removed when a "request changes" review is submitted.
2023-10-12 08:36:39 -05:00
review_labels = [ "S-waiting-on-review" ]
2023-10-15 17:37:05 -05:00
[ review-requested ]
# Those labels are removed when PR author requests a review from an assignee
remove_labels = [ "S-waiting-on-author" ]
# Those labels are added when PR author requests a review from an assignee
add_labels = [ "S-waiting-on-review" ]
2020-05-25 01:07:55 -05:00
[ glacier ]
2019-10-17 15:53:47 -05:00
[ ping . icebreakers-llvm ]
2020-03-12 12:06:40 -05:00
alias = [ "llvm" , "llvms" ]
2019-10-17 13:15:59 -05:00
message = "" " \
Hey LLVM ICE-breakers ! This bug has been identified as a good
"LLVM ICE-breaking candidate" . In case it ' s useful , here are some
[ instructions ] for tackling these sorts of bugs . Maybe take a look ?
Thanks ! < 3
2020-06-09 17:01:58 -05:00
[ instructions ] : https : / / rustc-dev-guide . rust-lang . org / notification-groups / llvm . html
2019-10-17 13:15:59 -05:00
"" "
label = "ICEBreaker-LLVM"
2020-01-27 12:58:27 -06:00
[ ping . icebreakers-cleanup-crew ]
2020-03-19 09:38:31 -05:00
alias = [ "cleanup" , "cleanups" , "cleanup-crew" , "shrink" , "reduce" , "bisect" ]
2020-01-27 12:58:27 -06:00
message = "" " \
Hey Cleanup Crew ICE-breakers ! This bug has been identified as a good
"Cleanup ICE-breaking candidate" . In case it ' s useful , here are some
[ instructions ] for tackling these sorts of bugs . Maybe take a look ?
Thanks ! < 3
2020-06-09 17:01:58 -05:00
[ instructions ] : https : / / rustc-dev-guide . rust-lang . org / notification-groups / cleanup-crew . html
2020-01-27 12:58:27 -06:00
"" "
label = "ICEBreaker-Cleanup-Crew"
2020-04-10 08:22:40 -05:00
2020-05-28 14:08:46 -05:00
[ ping . windows ]
message = "" " \
Hey Windows Group ! This bug has been identified as a good "Windows candidate" .
In case it ' s useful , here are some [ instructions ] for tackling these sorts of
bugs . Maybe take a look ?
Thanks ! < 3
2020-06-12 13:33:18 -05:00
2020-06-09 19:19:26 -05:00
[ instructions ] : https : / / rustc-dev-guide . rust-lang . org / notification-groups / windows . html
2020-05-28 14:08:46 -05:00
"" "
label = "O-windows"
2020-06-09 17:01:58 -05:00
[ ping . arm ]
message = "" " \
Hey ARM Group ! This bug has been identified as a good "ARM candidate" .
In case it ' s useful , here are some [ instructions ] for tackling these sorts of
bugs . Maybe take a look ?
Thanks ! < 3
2020-06-12 13:33:18 -05:00
2020-06-09 19:19:26 -05:00
[ instructions ] : https : / / rustc-dev-guide . rust-lang . org / notification-groups / arm . html
2020-06-09 17:01:58 -05:00
"" "
label = "O-ARM"
2020-07-28 07:01:13 -05:00
[ ping . risc-v ]
message = "" " \
Hey RISC-V Group ! This bug has been identified as a good "RISC-V candidate" .
In case it ' s useful , here are some [ instructions ] for tackling these sorts of
bugs . Maybe take a look ?
Thanks ! < 3
[ instructions ] : https : / / rustc-dev-guide . rust-lang . org / notification-groups / risc-v . html
"" "
label = "O-riscv"
2022-03-03 17:33:05 -06:00
[ ping . fuchsia ]
message = "" " \
Hey friends of Fuchsia ! This issue could use some guidance on how this should be
resolved / implemented on Fuchsia . Could one of you weigh in ?
"" "
label = "O-fuchsia"
2024-04-18 22:51:44 -05:00
[ ping . apple ]
alias = [ "macos" , "ios" , "tvos" , "watchos" , "visionos" ]
2022-05-26 14:42:14 -05:00
message = "" " \
2024-04-18 22:51:44 -05:00
Hey Apple notification group ! This issue or PR could use some Apple-specific
guidance . Could one of you weigh in ? Thanks < 3
( In case it ' s useful , here are some [ instructions ] for tackling these sorts of
issues ) .
[ instructions ] : https : / / rustc-dev-guide . rust-lang . org / notification-groups / apple . html
2022-05-26 14:42:14 -05:00
"" "
2024-05-05 13:56:03 -05:00
label = "O-apple"
2022-05-26 14:42:14 -05:00
2024-05-22 06:04:14 -05:00
# This ping group is meant for situations where a rustc/stdlib change breaks RfL.
# In that case, we want to notify the RfL group.
2024-05-21 12:31:38 -05:00
[ ping . rust-for-linux ]
alias = [ "rfl" ]
message = "" " \
Hey Rust for Linux group ! It looks like something broke the Rust for Linux integration .
Could you try to take a look ?
In case it ' s useful , here are some [ instructions ] for tackling these sorts of issues .
[ instructions ] : https : / / rustc-dev-guide . rust-lang . org / notification-groups / rust-for-linux . html
"" "
label = "O-rfl"
2024-10-18 02:02:28 -05:00
[ ping . wasm ]
alias = [ "webassembly" ]
message = "" " \
Hey WASM notification group ! This issue or PR could use some WebAssembly-specific
guidance . Could one of you weigh in ? Thanks < 3
( In case it ' s useful , here are some [ instructions ] for tackling these sorts of
issues ) .
[ instructions ] : https : / / rustc-dev-guide . rust-lang . org / notification-groups / wasm . html
"" "
label = "O-wasm"
[ ping . wasi ]
message = "" " \
Hey WASI notification group ! This issue or PR could use some WASI-specific guidance .
Could one of you weigh in ? Thanks < 3
( In case it ' s useful , here are some [ instructions ] for tackling these sorts of
issues ) .
[ instructions ] : https : / / rustc-dev-guide . rust-lang . org / notification-groups / wasi . html
"" "
label = "O-wasi"
[ ping . emscripten ]
message = "" " \
Hey Emscripten notification group ! This issue or PR could use some Emscripten-specific
guidance . Could one of you weigh in ? Thanks < 3
( In case it ' s useful , here are some [ instructions ] for tackling these sorts of
issues ) .
[ instructions ] : https : / / rustc-dev-guide . rust-lang . org / notification-groups / emscripten . html
"" "
label = "O-emscripten"
2020-04-10 08:22:40 -05:00
[ prioritize ]
label = "I-prioritize"
2020-06-11 12:21:09 -05:00
[ autolabel . "I-prioritize" ]
trigger_labels = [
2020-10-09 16:10:44 -05:00
"regression-untriaged" ,
2020-06-09 15:58:32 -05:00
"regression-from-stable-to-stable" ,
"regression-from-stable-to-beta" ,
"regression-from-stable-to-nightly" ,
2021-06-01 11:26:42 -05:00
"I-unsound" ,
2020-06-09 15:58:32 -05:00
]
2020-05-20 10:15:43 -05:00
exclude_labels = [
"P-*" ,
"T-infra" ,
"T-release" ,
2020-06-09 15:58:32 -05:00
"requires-nightly" ,
2020-05-20 10:15:43 -05:00
]
2020-06-11 12:21:09 -05:00
2021-12-11 18:51:07 -06:00
[ autolabel . "T-rustdoc" ]
trigger_files = [
# Source code
"src/librustdoc" ,
"src/tools/rustdoc" ,
"src/rustdoc-json-types" ,
# Tests
2023-01-05 02:45:44 -06:00
"tests/rustdoc" ,
"tests/rustdoc-ui" ,
"tests/rustdoc-gui" ,
"tests/rustdoc-js" ,
"tests/rustdoc-js-std" ,
"tests/rustdoc-json" ,
2021-12-11 18:51:07 -06:00
# Internal tooling
"src/etc/htmldocck.py" ,
"src/tools/jsondocck" ,
2022-08-23 08:49:37 -05:00
"src/tools/jsondoclint" ,
2021-12-11 18:51:07 -06:00
"src/tools/rustdoc-gui" ,
"src/tools/rustdoc-js" ,
"src/tools/rustdoc-themes" ,
]
2022-02-12 10:47:00 -06:00
exclude_labels = [
"T-*" ,
]
2021-12-11 18:51:07 -06:00
2022-08-19 11:31:32 -05:00
[ autolabel . "A-rustdoc-json" ]
trigger_files = [
"src/librustdoc/json/" ,
"src/rustdoc-json-types" ,
2023-01-05 02:45:44 -06:00
"tests/rustdoc-json" ,
2022-08-19 11:31:32 -05:00
"src/tools/jsondocck" ,
2022-08-23 08:49:37 -05:00
"src/tools/jsondoclint" ,
2022-08-19 11:31:32 -05:00
]
2021-12-11 20:03:52 -06:00
[ autolabel . "T-compiler" ]
trigger_files = [
# Source code
"compiler" ,
# Tests
2023-01-05 02:45:44 -06:00
"tests/ui" ,
2021-12-11 20:03:52 -06:00
]
2022-02-12 10:47:00 -06:00
exclude_labels = [
"T-*" ,
]
2021-12-11 20:03:52 -06:00
2022-04-12 12:48:56 -05:00
[ autolabel . "T-libs" ]
trigger_files = [
"library/alloc" ,
"library/core" ,
"library/panic_abort" ,
"library/panic_unwind" ,
"library/std" ,
"library/stdarch" ,
"library/term" ,
"library/test" ,
]
exclude_labels = [
"T-*" ,
]
2023-08-17 05:16:20 -05:00
[ autolabel . "O-android" ]
trigger_files = [
"library/std/src/os/android"
]
2024-06-03 11:48:59 -05:00
[ autolabel . "O-apple" ]
trigger_files = [
"library/std/src/os/darwin" ,
"library/std/src/sys/pal/unix/thread_parking/darwin.rs" ,
"compiler/rustc_target/src/spec/base/apple" ,
]
2023-08-17 05:16:20 -05:00
[ autolabel . "O-fuchsia" ]
trigger_files = [
"library/std/src/os/fuchsia"
]
[ autolabel . "O-hermit" ]
trigger_files = [
2024-01-11 17:06:39 -06:00
"library/std/src/sys/pal/hermit" ,
2023-08-17 05:16:20 -05:00
"library/std/src/os/hermit"
]
[ autolabel . "O-ios" ]
trigger_files = [
"library/std/src/os/ios"
]
[ autolabel . "O-itron" ]
trigger_files = [
2024-01-11 17:06:39 -06:00
"library/std/src/sys/pal/itron"
2023-08-17 05:16:20 -05:00
]
[ autolabel . "O-linux" ]
trigger_files = [
"library/std/src/os/linux"
]
[ autolabel . "O-macos" ]
trigger_files = [
2024-04-18 22:51:02 -05:00
"library/std/src/os/macos" ,
2023-08-17 05:16:20 -05:00
]
[ autolabel . "O-netbsd" ]
trigger_files = [
"library/std/src/os/netbsd"
]
[ autolabel . "O-redox" ]
trigger_files = [
"library/std/src/os/redox"
]
[ autolabel . "O-SGX" ]
trigger_files = [
2024-01-11 17:06:39 -06:00
"library/std/src/sys/pal/sgx" ,
2023-08-17 05:16:20 -05:00
"library/std/src/os/fortanix_sgx"
]
[ autolabel . "O-solaris" ]
trigger_files = [
"library/std/src/os/solaris"
]
[ autolabel . "O-solid" ]
trigger_files = [
2024-01-11 17:06:39 -06:00
"library/std/src/sys/pal/solid" ,
2023-08-17 05:16:20 -05:00
"library/std/src/os/solid"
]
[ autolabel . "O-unix" ]
trigger_files = [
2024-01-11 17:06:39 -06:00
"library/std/src/sys/pal/unix" ,
2023-08-17 05:16:20 -05:00
"library/std/src/os/unix"
]
[ autolabel . "O-wasi" ]
trigger_files = [
2024-01-11 17:06:39 -06:00
"library/std/src/sys/pal/wasi" ,
2023-08-17 05:16:20 -05:00
"library/std/src/os/wasi"
]
[ autolabel . "O-wasm" ]
trigger_files = [
2024-01-11 17:06:39 -06:00
"library/std/src/sys/pal/wasm" ,
2023-08-17 05:16:20 -05:00
"library/std/src/os/wasm"
]
[ autolabel . "O-windows" ]
trigger_files = [
2024-01-11 17:06:39 -06:00
"library/std/src/sys/pal/windows" ,
2023-08-17 05:16:20 -05:00
"library/std/src/os/windows"
]
2023-01-19 02:15:57 -06:00
[ autolabel . "T-bootstrap" ]
2022-07-10 17:32:37 -05:00
trigger_files = [
"x.py" ,
2022-10-13 10:38:30 -05:00
"x" ,
"x.ps1" ,
2022-07-10 17:32:37 -05:00
"src/bootstrap" ,
"src/tools/rust-installer" ,
2022-11-13 08:31:49 -06:00
"src/tools/x" ,
2022-10-18 11:20:49 -05:00
"configure" ,
"Cargo.toml" ,
2023-03-11 16:10:00 -06:00
"config.example.toml" ,
2024-05-09 10:25:18 -05:00
"src/stage0" ,
2023-01-23 12:34:10 -06:00
"src/tools/compiletest" ,
"src/tools/tidy" ,
2023-05-20 06:42:37 -05:00
"src/tools/rustdoc-gui-test" ,
2024-05-23 04:05:24 -05:00
"src/tools/libcxx-version" ,
2024-06-29 09:07:39 -05:00
"src/tools/rustc-perf-wrapper" ,
2022-07-10 17:32:37 -05:00
]
[ autolabel . "T-infra" ]
trigger_files = [
"src/ci" ,
"src/tools/bump-stage0" ,
2023-01-23 12:34:10 -06:00
"src/tools/cargotest" ,
"src/tools/tier-check" ,
2022-07-10 17:32:37 -05:00
]
2022-09-24 11:25:38 -05:00
[ autolabel . "T-style" ]
trigger_files = [
"src/doc/style-guide" ,
]
2022-08-12 03:14:40 -05:00
[ autolabel . "A-translation" ]
trigger_files = [
"compiler/rustc_error_messages" ,
"compiler/rustc_errors/src/translation.rs" ,
"compiler/rustc_macros/src/diagnostics"
]
2022-09-01 20:49:12 -05:00
[ autolabel . "A-query-system" ]
trigger_files = [
"compiler/rustc_query_system" ,
"compiler/rustc_query_impl" ,
"compiler/rustc_macros/src/query.rs"
]
2022-10-18 11:20:49 -05:00
[ autolabel . "A-testsuite" ]
trigger_files = [
"src/ci" ,
"src/tools/compiletest" ,
"src/tools/cargotest" ,
"src/tools/tidy" ,
"src/tools/remote-test-server" ,
"src/tools/remote-test-client" ,
"src/tools/tier-check"
]
[ autolabel . "A-meta" ]
trigger_files = [
"triagebot.toml" ,
"rustfmt.toml" ,
"LICENSES" ,
"README.md" ,
"CONTRIBUTING.md" ,
".reuse" ,
".mailmap" ,
".git-blame-ignore-revs" ,
".editorconfig"
]
[ autolabel . "T-release" ]
trigger_files = [
"RELEASES.md" ,
2024-05-09 10:25:18 -05:00
"src/stage0" ,
2022-10-18 11:20:49 -05:00
"src/version"
]
2022-10-24 11:16:45 -05:00
[ autolabel . "S-waiting-on-review" ]
new_pr = true
2023-07-06 10:57:03 -05:00
[ autolabel . "needs-triage" ]
new_issue = true
2023-07-09 17:39:06 -05:00
exclude_labels = [
2024-01-19 01:29:42 -06:00
"C-tracking-issue" ,
"A-diagnostics" ,
2024-11-09 15:45:17 -06:00
"relnotes-tracking-issue" ,
2023-07-09 17:39:06 -05:00
]
2023-07-06 10:57:03 -05:00
2023-01-11 06:02:14 -06:00
[ autolabel . "WG-trait-system-refactor" ]
trigger_files = [
2024-05-24 15:27:47 -05:00
"compiler/rustc_middle/src/traits/solve" ,
"compiler/rustc_next_trait_solver" ,
2023-02-02 20:29:52 -06:00
"compiler/rustc_trait_selection/src/solve" ,
2024-05-24 15:27:47 -05:00
"compiler/rustc_type_ir/src/solve" ,
"tests/ui/traits/next-solver" ,
2023-01-11 06:02:14 -06:00
]
2024-03-13 05:17:47 -05:00
[ autolabel . "PG-exploit-mitigations" ]
trigger_files = [
2024-04-15 14:41:32 -05:00
"compiler/rustc_sanitizers" ,
2024-03-13 05:17:47 -05:00
"src/doc/rustc/src/exploit-mitigations.md" ,
"src/doc/unstable-book/src/compiler-flags/branch-protection.md" ,
"src/doc/unstable-book/src/compiler-flags/cf-protection.md" ,
"src/doc/unstable-book/src/compiler-flags/control-flow-guard.md" ,
"src/doc/unstable-book/src/compiler-flags/sanitizer.md" ,
"src/doc/unstable-book/src/language-features/cfg-sanitize.md" ,
"src/doc/unstable-book/src/language-features/cfi-encoding.md" ,
"src/doc/unstable-book/src/language-features/no-sanitize.md" ,
"tests/codegen/sanitizer" ,
"tests/codegen/split-lto-unit.rs" ,
"tests/codegen/stack-probes-inline.rs" ,
"tests/codegen/stack-protector.rs" ,
"tests/ui/sanitizer" ,
"tests/ui/stack-protector"
]
2024-06-09 06:52:11 -05:00
[ autolabel . "A-run-make" ]
trigger_files = [
"tests/run-make" ,
"src/tools/run-make-support"
]
2024-10-14 06:33:40 -05:00
[ autolabel . "A-compiletest" ]
trigger_files = [
"src/tools/compiletest"
]
2020-06-11 12:21:09 -05:00
[ notify-zulip . "I-prioritize" ]
2020-06-24 10:32:44 -05:00
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
2020-12-20 16:08:55 -06:00
topic = "#{number} {title}"
2020-06-24 08:33:08 -05:00
message_on_add = "" " \
2020-06-24 10:36:17 -05:00
@ * WG-prioritization / alerts * issue #{number} has been requested for prioritization.
2020-06-24 08:33:08 -05:00
2020-07-20 14:29:58 -05:00
# [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label)
2020-06-24 08:33:08 -05:00
- Priority ?
- Regression ?
- Notify people / groups ?
2024-01-14 06:48:23 -06:00
- Needs ` I- { team } -nominated ` ?
2020-06-24 08:33:08 -05:00
"" "
2020-06-11 12:21:09 -05:00
message_on_remove = "Issue #{number}'s prioritization request has been removed."
2020-12-30 19:22:10 -06:00
message_on_close = "Issue #{number} has been closed while requested for prioritization."
message_on_reopen = "Issue #{number} has been reopened."
2020-09-08 03:43:52 -05:00
2023-10-19 16:15:21 -05:00
# FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
# At the moment, the beta-nominated+T-rustdoc action fully occupies the beta-nominated slot
# preventing others from adding more beta-nominated actions.
[ notify-zulip . "beta-nominated" ]
required_labels = [ "T-rustdoc" ]
zulip_stream = 266220 # #t-rustdoc
topic = "beta-nominated: #{number}"
# Zulip polls may not be preceded by any other text and pings & short links inside
# the title of a poll don't get recognized. Therefore we need to send two messages.
message_on_add = [
"" " \
@ * T-rustdoc * PR #{number} "{title}" has been nominated for beta backport.
"" " ,
"" " \
/ poll Approve beta backport of #{number}?
approve
decline
don ' t know
"" " ,
]
message_on_remove = "PR #{number}'s beta-nomination has been removed."
message_on_close = "PR #{number} has been closed. Thanks for participating!"
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
2024-05-26 00:55:50 -05:00
# FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
# At the moment, the beta-accepted+T-rustdoc action fully occupies the beta-accepted slot
# preventing others from adding more beta-accepted actions.
[ notify-zulip . "beta-accepted" ]
required_labels = [ "T-rustdoc" ]
zulip_stream = 266220 # #t-rustdoc
# Put it in the same thread as beta-nominated.
topic = "beta-nominated: #{number}"
message_on_add = "PR #{number} has been **accepted** for beta backport."
message_on_remove = "PR #{number}'s beta-acceptance has been **removed**."
message_on_close = "PR #{number} has been closed. Thanks for participating!"
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
2023-10-19 16:15:21 -05:00
# FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
# At the moment, the stable-nominated+T-rustdoc action fully occupies the stable-nominated slot
# preventing others from adding more stable-nominated actions.
[ notify-zulip . "stable-nominated" ]
required_labels = [ "T-rustdoc" ]
zulip_stream = 266220 # #t-rustdoc
topic = "stable-nominated: #{number}"
# Zulip polls may not be preceded by any other text and pings & short links inside
# the title of a poll don't get recognized. Therefore we need to send two messages.
message_on_add = [
"" " \
@ * T-rustdoc * PR #{number} "{title}" has been nominated for stable backport.
"" " ,
"" " \
/ poll Approve stable backport of #{number}?
approve
decline
don ' t know
"" " ,
]
message_on_remove = "PR #{number}'s stable-nomination has been removed."
message_on_close = "PR #{number} has been closed. Thanks for participating!"
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
2024-05-26 00:55:50 -05:00
# FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions.
# At the moment, the stable-accepted+T-rustdoc action fully occupies the stable-accepted slot
# preventing others from adding more stable-accepted actions.
[ notify-zulip . "stable-accepted" ]
required_labels = [ "T-rustdoc" ]
zulip_stream = 266220 # #t-rustdoc
# Put it in the same thread as stable-nominated.
topic = "stable-nominated: #{number}"
message_on_add = "PR #{number} has been **accepted** for stable backport."
message_on_remove = "PR #{number}'s stable-acceptance has been **removed**."
message_on_close = "PR #{number} has been closed. Thanks for participating!"
message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*."
2022-06-03 09:08:17 -05:00
[ notify-zulip . "I-types-nominated" ]
zulip_stream = 326866 # #T-types/nominated
topic = "#{number}: {title}"
message_on_add = "" " \
@ * T-types * issue #{number} "{title}" has been nominated for team discussion.
"" "
message_on_remove = "Issue #{number}'s nomination has been removed. Thanks all for participating!"
message_on_close = "Issue #{number} has been closed. Thanks for participating!"
message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*."
2021-07-26 04:38:46 -05:00
[ notify-zulip . "A-edition-2021" ]
required_labels = [ "C-bug" ]
2024-03-25 14:00:47 -05:00
zulip_stream = 268952 # #edition
topic = "Edition Bugs"
message_on_add = "" " \
Issue #{number} "{title}" has been added (previous edition 2021).
"" "
[ notify-zulip . "A-edition-2024" ]
required_labels = [ "C-bug" ]
zulip_stream = 268952 # #edition
2021-07-26 03:31:28 -05:00
topic = "Edition Bugs"
message_on_add = "" " \
Issue #{number} "{title}" has been added.
"" "
2023-07-27 23:07:38 -05:00
[ no-merges ]
2023-11-03 21:40:21 -05:00
exclude_titles = [ "Rollup of" , "subtree update" , "Subtree update" ]
2023-07-27 23:07:38 -05:00
labels = [ "has-merge-commits" , "S-waiting-on-author" ]
2020-09-08 03:43:52 -05:00
[ github-releases ]
format = "rustc"
project-name = "Rust"
changelog-path = "RELEASES.md"
changelog-branch = "master"
2021-07-18 14:52:18 -05:00
[ shortcut ]
2022-06-27 10:57:06 -05:00
2024-02-20 04:25:06 -06:00
[ mentions . "triagebot.toml" ]
message = "`triagebot.toml` has been modified, there may have been changes to the review queue."
cc = [ "@davidtwco" , "@wesleywiser" ]
2022-06-27 10:57:06 -05:00
[ mentions . "compiler/rustc_codegen_cranelift" ]
cc = [ "@bjorn3" ]
[ mentions . "compiler/rustc_codegen_gcc" ]
2023-12-07 08:12:06 -06:00
cc = [ "@antoyo" , "@GuillaumeGomez" ]
2022-06-27 10:57:06 -05:00
2024-11-05 02:13:28 -06:00
[ mentions . "compiler/rustc_const_eval/src/" ]
message = "Some changes occurred to the CTFE machinery"
cc = [ "@rust-lang/wg-const-eval" ]
2022-06-27 10:57:06 -05:00
[ mentions . "compiler/rustc_const_eval/src/interpret" ]
2024-09-11 09:31:05 -05:00
message = "Some changes occurred to the CTFE / Miri interpreter"
2022-06-27 10:57:06 -05:00
cc = [ "@rust-lang/miri" ]
[ mentions . "compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs" ]
message = "Some changes occurred in need_type_info.rs"
cc = [ "@lcnr" ]
2023-12-14 09:56:05 -06:00
[ mentions . "compiler/rustc_middle/src/ty/relate.rs" ]
2024-04-05 08:09:48 -05:00
message = "changes to the core type system"
2023-12-14 09:56:05 -06:00
cc = [ "@compiler-errors" , "@lcnr" ]
[ mentions . "compiler/rustc_infer/src/infer/relate" ]
2024-04-05 08:09:48 -05:00
message = "changes to the core type system"
2023-12-14 09:56:05 -06:00
cc = [ "@compiler-errors" , "@lcnr" ]
2024-04-25 15:21:38 -05:00
[ mentions . "compiler/rustc_hir_analysis/src/fn_ctxt/inspect_obligations.rs" ]
message = "changes to `inspect_obligations.rs`"
cc = [ "@compiler-errors" , "@lcnr" ]
2022-06-27 10:57:06 -05:00
[ mentions . "compiler/rustc_middle/src/mir/interpret" ]
2024-09-11 09:31:05 -05:00
message = "Some changes occurred to the CTFE / Miri interpreter"
2024-11-05 02:13:28 -06:00
cc = [ "@rust-lang/miri" , "@rust-lang/wg-const-eval" ]
2022-06-27 10:57:06 -05:00
[ mentions . "compiler/rustc_mir_transform/src/" ]
message = "Some changes occurred to MIR optimizations"
2022-06-28 07:14:42 -05:00
cc = [ "@rust-lang/wg-mir-opt" ]
2022-06-27 10:57:06 -05:00
2024-04-05 08:09:48 -05:00
[ mentions . "compiler/rustc_trait_selection/src/traits/wf.rs" ]
message = "changes to the core type system"
cc = [ "@compiler-errors" , "@lcnr" ]
2022-06-27 10:57:06 -05:00
[ mentions . "compiler/rustc_trait_selection/src/traits/const_evaluatable.rs" ]
2022-12-06 10:45:11 -06:00
message = "Some changes occurred in `const_evaluatable.rs`"
2022-12-06 10:33:19 -06:00
cc = [ "@BoxyUwU" ]
[ mentions . "compiler/rustc_middle/src/ty/abstract_const.rs" ]
2023-04-10 14:02:49 -05:00
message = "Some changes occurred in `abstract_const.rs`"
2022-12-06 10:33:19 -06:00
cc = [ "@BoxyUwU" ]
[ mentions . "compiler/rustc_ty_utils/src/consts.rs" ]
2023-04-10 14:02:49 -05:00
message = "Some changes occurred in `rustc_ty_utils::consts.rs`"
2022-12-06 10:33:19 -06:00
cc = [ "@BoxyUwU" ]
2022-06-27 10:57:06 -05:00
2022-12-23 17:28:02 -06:00
[ mentions . "compiler/rustc_trait_selection/src/solve/" ]
2022-12-03 21:19:10 -06:00
message = "Some changes occurred to the core trait solver"
2023-01-11 06:02:14 -06:00
cc = [ "@rust-lang/initiative-trait-system-refactor" ]
2022-12-03 21:19:10 -06:00
2022-11-25 07:26:10 -06:00
[ mentions . "compiler/rustc_trait_selection/src/traits/engine.rs" ]
message = "" "
Some changes occurred in engine . rs , potentially modifying the public API \
of ` ObligationCtxt ` .
"" "
2023-01-10 18:32:52 -06:00
cc = [ "@lcnr" , "@compiler-errors" ]
2022-11-25 07:26:10 -06:00
2024-03-14 09:07:34 -05:00
[ mentions . "compiler/rustc_hir_analysis/src/hir_ty_lowering" ]
message = "HIR ty lowering was modified"
cc = [ "@fmease" ]
Stop using `String` for error codes.
Error codes are integers, but `String` is used everywhere to represent
them. Gross!
This commit introduces `ErrCode`, an integral newtype for error codes,
replacing `String`. It also introduces a constant for every error code,
e.g. `E0123`, and removes the `error_code!` macro. The constants are
imported wherever used with `use rustc_errors::codes::*`.
With the old code, we have three different ways to specify an error code
at a use point:
```
error_code!(E0123) // macro call
struct_span_code_err!(dcx, span, E0123, "msg"); // bare ident arg to macro call
\#[diag(name, code = "E0123")] // string
struct Diag;
```
With the new code, they all use the `E0123` constant.
```
E0123 // constant
struct_span_code_err!(dcx, span, E0123, "msg"); // constant
\#[diag(name, code = E0123)] // constant
struct Diag;
```
The commit also changes the structure of the error code definitions:
- `rustc_error_codes` now just defines a higher-order macro listing the
used error codes and nothing else.
- Because that's now the only thing in the `rustc_error_codes` crate, I
moved it into the `lib.rs` file and removed the `error_codes.rs` file.
- `rustc_errors` uses that macro to define everything, e.g. the error
code constants and the `DIAGNOSTIC_TABLES`. This is in its new
`codes.rs` file.
2024-01-13 17:57:07 -06:00
[ mentions . "compiler/rustc_error_codes/src/lib.rs" ]
2022-06-27 10:57:06 -05:00
message = "Some changes occurred in diagnostic error codes"
cc = [ "@GuillaumeGomez" ]
2024-02-16 11:26:34 -06:00
[ mentions . "compiler/rustc_mir_build/src/build/matches" ]
message = "Some changes occurred in match lowering"
cc = [ "@Nadrieril" ]
2023-04-30 15:43:46 -05:00
[ mentions . "compiler/rustc_mir_build/src/thir/pattern" ]
2024-02-16 11:26:34 -06:00
message = "Some changes occurred in match checking"
2023-04-30 15:43:46 -05:00
cc = [ "@Nadrieril" ]
2023-12-11 04:02:24 -06:00
[ mentions . "compiler/rustc_pattern_analysis" ]
2024-02-16 11:26:34 -06:00
message = "Some changes occurred in exhaustiveness checking"
2023-12-11 04:02:24 -06:00
cc = [ "@Nadrieril" ]
2024-04-05 16:02:36 -05:00
[ mentions . "compiler/rustc_session/src/config/cfg.rs" ]
message = "Some changes occurred in cfg and check-cfg configuration"
cc = [ "@Urgau" ]
2024-03-16 17:40:49 -05:00
[ mentions . "compiler/rustc_lint/src/context/diagnostics/check_cfg.rs" ]
2024-04-05 16:02:36 -05:00
message = "Some changes occurred in check-cfg diagnostics"
2024-03-16 17:40:49 -05:00
cc = [ "@Urgau" ]
2023-12-19 09:16:02 -06:00
[ mentions . "library/core/src/intrinsics/simd.rs" ]
message = "" "
2023-12-26 05:42:40 -06:00
Some changes occurred to the platform-builtins intrinsics . Make sure the
LLVM backend as well as portable-simd gets adapted for the changes .
2023-12-19 09:16:02 -06:00
"" "
cc = [ "@antoyo" , "@GuillaumeGomez" , "@bjorn3" , "@calebzulawski" , "@programmerjake" ]
2024-09-11 09:31:05 -05:00
[ 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 .
"" "
2024-11-05 02:13:28 -06:00
cc = [ "@rust-lang/miri" , "@rust-lang/wg-const-eval" ]
2024-09-11 09:31:05 -05:00
2023-05-31 21:54:01 -05:00
[ mentions . "library/portable-simd" ]
message = "" "
Portable SIMD is developed in its own repository . If possible , consider \
making this change to [ rust-lang / portable-simd ] ( https : / / github . com / rust-lang / portable-simd ) \
instead .
"" "
2023-06-08 00:26:31 -05:00
cc = [ "@calebzulawski" , "@programmerjake" ]
2023-05-31 21:54:01 -05:00
2024-10-13 06:45:25 -05:00
[ mentions . "library/core/src/unicode/unicode_data.rs" ]
message = "" "
` library / core / src / unicode / unicode_data . rs ` is generated by
` src / tools / unicode-table-generator ` via ` . / x run
src / tools / unicode-table-generator ` . If you want to modify ` unicode_data . rs ` ,
please modify the tool then regenerate the library source file with the tool
instead of editing the library source file manually .
"" "
2022-06-27 10:57:06 -05:00
[ mentions . "src/librustdoc/html/static" ]
message = "Some changes occurred in HTML/CSS/JS."
cc = [
"@GuillaumeGomez" ,
"@jsha" ,
]
[ mentions . "src/librustdoc/html/static/css/themes" ]
message = "Some changes occurred in HTML/CSS themes."
cc = [ "@GuillaumeGomez" ]
2023-06-01 05:57:10 -05:00
[ mentions . "tests/rustdoc-gui/" ]
message = "Some changes occurred in GUI tests."
cc = [ "@GuillaumeGomez" ]
2024-03-16 14:15:45 -05:00
[ mentions . "tests/run-make/" ]
2024-06-09 06:52:11 -05:00
message = "" "
This PR modifies ` tests / run-make / ` . If this PR is trying to port a Makefile
run-make test to use rmake . rs , please update the
[ run-make port tracking issue ] ( https : / / github . com / rust-lang / rust / issues / 121876 )
so we can track our progress . You can either modify the tracking issue
directly , or you can comment on the tracking issue and link this PR .
"" "
2024-03-16 14:15:45 -05:00
cc = [ "@jieyouxu" ]
2022-06-27 10:57:06 -05:00
[ mentions . "src/librustdoc/html/static/css/themes/ayu.css" ]
message = "A change occurred in the Ayu theme."
cc = [ "@Cldfire" ]
[ mentions . "src/rustdoc-json-types" ]
message = "" "
2022-06-28 13:38:07 -05:00
rustdoc-json-types is a * * public * * ( although nightly-only ) API . \
If possible , consider changing ` src / librustdoc / json / conversions . rs ` ; \
2022-06-27 10:57:06 -05:00
otherwise , make sure you bump the ` FORMAT_VERSION ` constant .
"" "
cc = [
"@CraftSpider" ,
"@aDotInTheVoid" ,
2022-07-29 15:04:06 -05:00
"@Enselic" ,
2022-09-10 21:04:57 -05:00
"@obi1kenobi" ,
2022-06-27 10:57:06 -05:00
]
[ mentions . "src/tools/cargo" ]
cc = [ "@ehuss" ]
[ mentions . "src/tools/clippy" ]
cc = [ "@rust-lang/clippy" ]
2024-03-16 14:15:45 -05:00
[ mentions . "src/tools/compiletest" ]
cc = [ "@jieyouxu" ]
2022-06-27 10:57:06 -05:00
[ mentions . "src/tools/miri" ]
2022-09-19 14:08:02 -05:00
message = "The Miri subtree was changed"
2022-06-27 10:57:06 -05:00
cc = [ "@rust-lang/miri" ]
2024-03-16 14:15:45 -05:00
[ mentions . "src/tools/run-make-support" ]
message = "The run-make-support library was changed"
cc = [ "@jieyouxu" ]
2022-11-27 06:28:48 -06:00
[ mentions . "src/tools/rust-analyzer" ]
2023-11-24 11:12:05 -06:00
message = "" "
rust-analyzer is developed in its own repository . If possible , consider making \
this change to [ rust-lang / rust-analyzer ] instead .
[ rust-lang / rust-analyzer ] : https : / / github . com / rust-lang / rust-analyzer
"" "
2023-03-10 04:22:27 -06:00
cc = [ "@rust-lang/rust-analyzer" ]
2022-11-27 06:28:48 -06:00
2022-06-27 10:57:06 -05:00
[ mentions . "src/tools/rustfmt" ]
cc = [ "@rust-lang/rustfmt" ]
2022-06-28 19:05:23 -05:00
[ mentions . "compiler/rustc_middle/src/mir/syntax.rs" ]
message = "This PR changes MIR"
2022-07-14 07:24:36 -05:00
cc = [ "@oli-obk" , "@RalfJung" , "@JakobDegen" , "@davidtwco" , "@celinval" , "@vakaras" ]
2022-08-10 11:13:18 -05:00
[ mentions . "compiler/rustc_error_messages" ]
message = "`rustc_error_messages` was changed"
2023-12-15 09:15:15 -06:00
cc = [ "@davidtwco" , "@compiler-errors" , "@TaKO8Ki" ]
2022-08-10 11:13:18 -05:00
[ mentions . "compiler/rustc_errors/src/translation.rs" ]
message = "`rustc_errors::translation` was changed"
2023-12-15 09:15:15 -06:00
cc = [ "@davidtwco" , "@compiler-errors" , "@TaKO8Ki" ]
2022-08-10 11:13:18 -05:00
[ mentions . "compiler/rustc_macros/src/diagnostics" ]
message = "`rustc_macros::diagnostics` was changed"
2023-12-15 09:15:15 -06:00
cc = [ "@davidtwco" , "@compiler-errors" , "@TaKO8Ki" ]
2022-10-24 11:16:45 -05:00
2023-09-14 10:50:11 -05:00
[ mentions . "compiler/stable_mir" ]
message = "This PR changes Stable MIR"
2024-03-22 10:28:34 -05:00
cc = [ "@oli-obk" , "@celinval" , "@ouz-a" ]
2023-09-14 10:50:11 -05:00
2022-10-26 18:45:24 -05:00
[ mentions . "compiler/rustc_target/src/spec" ]
message = "" "
These commits modify * * compiler targets * * .
( See the [ Target Tier Policy ] ( https : / / doc . rust-lang . org / nightly / rustc / target-tier-policy . html ) . )
"" "
2023-01-25 19:58:22 -06:00
[ mentions . "src/doc/style-guide" ]
cc = [ "@rust-lang/style" ]
2023-02-03 04:42:37 -06:00
[ mentions . "Cargo.lock" ]
message = "" "
2023-05-02 17:25:02 -05:00
These commits modify the ` Cargo . lock ` file . Unintentional changes to ` Cargo . lock ` can be introduced when switching branches and rebasing PRs .
2023-02-03 04:42:37 -06:00
2023-05-02 17:25:02 -05:00
If this was unintentional then you should revert the changes before this PR is merged .
Otherwise , you can ignore this comment .
2023-02-03 04:42:37 -06:00
"" "
2024-08-05 12:39:35 -05:00
[ mentions . "library/Cargo.lock" ]
message = "" "
These commits modify the ` library / Cargo . lock ` file . Unintentional changes to ` library / Cargo . lock ` can be introduced when switching branches and rebasing PRs .
If this was unintentional then you should revert the changes before this PR is merged .
Otherwise , you can ignore this comment .
"" "
2023-02-14 00:25:46 -06:00
[ mentions . "src/tools/x" ]
message = "`src/tools/x` was changed. Bump version of Cargo.toml in `src/tools/x` so tidy will suggest installing the new version."
2023-02-13 23:56:19 -06:00
2023-08-22 10:15:00 -05:00
[ mentions . "src/tools/tidy/src/deps.rs" ]
2023-11-08 04:19:32 -06:00
message = "The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging."
2023-08-22 10:15:00 -05:00
cc = [ "@davidtwco" , "@wesleywiser" ]
2023-10-19 00:39:28 -05:00
[ mentions . "src/bootstrap/src/core/config" ]
2023-11-23 15:18:57 -06:00
message = "" "
This PR modifies ` src / bootstrap / src / core / config ` .
2023-12-18 06:54:10 -06:00
If appropriate , please update ` CONFIG_CHANGE_HISTORY ` in ` src / bootstrap / src / utils / change_tracker . rs ` .
2023-11-23 15:18:57 -06:00
"" "
2023-10-19 00:39:55 -05:00
[ mentions . "src/bootstrap/defaults" ]
2023-11-23 15:18:57 -06:00
message = "" "
This PR modifies ` src / bootstrap / defaults ` .
2023-12-18 06:54:10 -06:00
If appropriate , please update ` CONFIG_CHANGE_HISTORY ` in ` src / bootstrap / src / utils / change_tracker . rs ` .
2023-11-23 15:18:57 -06:00
"" "
2023-10-01 08:55:46 -05:00
[ mentions . "config.example.toml" ]
2023-11-23 15:18:57 -06:00
message = "" "
This PR modifies ` config . example . toml ` .
2023-12-18 06:54:10 -06:00
If appropriate , please update ` CONFIG_CHANGE_HISTORY ` in ` src / bootstrap / src / utils / change_tracker . rs ` .
2023-11-23 15:18:57 -06:00
"" "
2023-10-01 08:55:46 -05:00
2023-10-19 00:39:28 -05:00
[ mentions . "src/bootstrap/src/core/build_steps/llvm.rs" ]
2023-06-14 09:01:19 -05:00
message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
2024-06-13 10:16:28 -05:00
[ mentions . "test/crashes" ]
2024-09-26 22:58:16 -05:00
message = "This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the corresponding `ui` subdir and add 'Fixes #<issueNr>' to the PR description to autoclose the issue upon merge."
2024-06-13 10:16:28 -05:00
2023-05-02 17:22:05 -05:00
[ mentions . "tests/ui/deriving/deriving-all-codegen.stdout" ]
message = "Changes to the code generated for builtin derived traits."
cc = [ "@nnethercote" ]
[ mentions . "tests/ui/stats/hir-stats.stderr" ]
message = "Changes to the size of AST and/or HIR nodes."
cc = [ "@nnethercote" ]
2024-04-15 14:41:32 -05:00
[ mentions . "compiler/rustc_sanitizers" ]
2024-03-13 05:17:47 -05:00
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "src/doc/rustc/src/exploit-mitigations.md" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "src/doc/unstable-book/src/compiler-flags/branch-protection.md" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "src/doc/unstable-book/src/compiler-flags/cf-protection.md" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "src/doc/unstable-book/src/compiler-flags/control-flow-guard.md" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "src/doc/unstable-book/src/compiler-flags/sanitizer.md" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "src/doc/unstable-book/src/language-features/cfg-sanitize.md" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "src/doc/unstable-book/src/language-features/cfi-encoding.md" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "src/doc/unstable-book/src/language-features/no-sanitize.md" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
2024-02-25 08:45:43 -06:00
[ mentions . "src/doc/rustc/src/check-cfg.md" ]
2024-03-16 17:40:49 -05:00
cc = [ "@Urgau" ]
2024-05-25 06:56:19 -05:00
[ mentions . "src/doc/rustc/src/check-cfg" ]
cc = [ "@Urgau" ]
2024-03-27 14:54:31 -05:00
[ mentions . "src/doc/rustc/src/platform-support" ]
2024-07-29 12:01:39 -05:00
cc = [ "@Noratrieb" ]
2024-03-27 14:54:31 -05:00
2024-03-13 05:17:47 -05:00
[ mentions . "tests/codegen/sanitizer" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "tests/codegen/split-lto-unit.rs" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "tests/codegen/stack-probes-inline.rs" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "tests/codegen/stack-protector.rs" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "tests/ui/sanitizer" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
[ mentions . "tests/ui/stack-protector" ]
cc = [ "@rust-lang/project-exploit-mitigations" , "@rcvalle" ]
2024-03-16 21:46:54 -05:00
[ mentions . "compiler/rustc_middle/src/mir/coverage.rs" ]
message = "Some changes occurred in coverage instrumentation."
cc = [ "@Zalathar" ]
[ mentions . "compiler/rustc_mir_build/src/build/coverageinfo.rs" ]
message = "Some changes occurred in coverage instrumentation."
cc = [ "@Zalathar" ]
[ mentions . "compiler/rustc_mir_transform/src/coverage" ]
message = "Some changes occurred in coverage instrumentation."
cc = [ "@Zalathar" ]
[ mentions . "compiler/rustc_codegen_llvm/src/coverageinfo" ]
message = "Some changes occurred in coverage instrumentation."
cc = [ "@Zalathar" ]
[ mentions . "compiler/rustc_codegen_ssa/src/mir/coverageinfo.rs" ]
message = "Some changes occurred in coverage instrumentation."
cc = [ "@Zalathar" ]
[ mentions . "tests/coverage" ]
message = "Some changes occurred in coverage tests."
cc = [ "@Zalathar" ]
2024-05-24 03:36:44 -05:00
[ mentions . "src/tools/opt-dist" ]
cc = [ "@kobzol" ]
2022-10-24 11:16:45 -05:00
[ assign ]
warn_non_default_branch = true
2023-03-30 12:36:40 -05:00
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
2024-08-31 21:24:47 -05:00
users_on_vacation = [
2024-09-04 04:43:38 -05:00
"fmease" ,
2024-11-10 12:27:09 -06:00
"jieyouxu" ,
2024-08-31 21:24:47 -05:00
"jyn514" ,
"oli-obk" ,
]
2022-10-24 11:16:45 -05:00
[ assign . adhoc_groups ]
compiler-team = [
"@cjgillot" ,
2023-11-05 09:09:51 -06:00
"@compiler-errors" ,
2022-10-24 11:16:45 -05:00
"@petrochenkov" ,
"@davidtwco" ,
2024-01-22 13:02:35 -06:00
"@estebank" ,
2024-02-13 11:51:47 -06:00
"@lcnr" ,
2022-10-24 11:16:45 -05:00
"@oli-obk" ,
2024-02-01 08:51:29 -06:00
"@pnkfelix" ,
2022-10-24 11:16:45 -05:00
"@wesleywiser" ,
]
compiler-team-contributors = [
2023-10-25 21:52:45 -05:00
"@TaKO8Ki" ,
2024-02-16 11:31:13 -06:00
"@Nadrieril" ,
2024-04-16 17:37:04 -05:00
"@nnethercote" ,
2024-01-26 11:26:36 -06:00
"@fmease" ,
2024-02-29 07:38:53 -06:00
"@fee1-dead" ,
2024-04-05 13:08:23 -05:00
"@jieyouxu" ,
2024-05-17 11:06:03 -05:00
"@BoxyUwU" ,
2024-07-10 17:48:05 -05:00
"@chenyukang" ,
2022-10-24 11:16:45 -05:00
]
compiler = [
"compiler-team" ,
"compiler-team-contributors" ,
]
libs = [
2023-01-03 11:47:03 -06:00
"@cuviper" ,
2022-10-24 11:16:45 -05:00
"@Mark-Simulacrum" ,
2024-02-28 10:13:28 -06:00
"@Amanieu" ,
2024-07-29 12:01:39 -05:00
"@Noratrieb" ,
2024-02-28 10:13:28 -06:00
"@workingjubilee" ,
"@joboet" ,
"@jhpratt" ,
2024-07-14 16:53:39 -05:00
"@tgross35" ,
2024-08-23 14:16:01 -05:00
"@thomcc" ,
2024-09-18 00:10:16 -05:00
"@ibraheemdev" ,
2022-10-24 11:16:45 -05:00
]
bootstrap = [
"@Mark-Simulacrum" ,
2023-01-19 02:15:57 -06:00
"@albertlarsan68" ,
2023-08-26 22:26:02 -05:00
"@onur-ozkan" ,
2024-06-24 10:38:55 -05:00
"@kobzol" ,
2024-10-10 06:02:58 -05:00
"@jieyouxu" ,
2022-10-24 11:16:45 -05:00
]
infra-ci = [
"@Mark-Simulacrum" ,
2023-09-18 09:13:49 -05:00
"@Kobzol" ,
2022-10-24 11:16:45 -05:00
]
rustdoc = [
"@GuillaumeGomez" ,
"@notriddle" ,
2023-08-29 08:30:15 -05:00
"@fmease" ,
2022-10-24 11:16:45 -05:00
]
docs = [
"@ehuss" ,
"@GuillaumeGomez" ,
]
query-system = [
"@cjgillot" ,
]
incremental = [
"@wesleywiser" ,
]
diagnostics = [
"@compiler-errors" ,
"@davidtwco" ,
2024-01-22 13:02:35 -06:00
"@estebank" ,
2022-10-24 11:16:45 -05:00
"@oli-obk" ,
2023-10-25 21:52:45 -05:00
"@TaKO8Ki" ,
2024-07-10 17:48:05 -05:00
"@chenyukang" ,
2022-10-24 11:16:45 -05:00
]
parser = [
2023-02-16 16:52:41 -06:00
"@compiler-errors" ,
2022-10-24 11:16:45 -05:00
"@davidtwco" ,
2024-01-22 13:02:35 -06:00
"@estebank" ,
2024-04-16 17:37:04 -05:00
"@nnethercote" ,
2022-10-24 11:16:45 -05:00
"@petrochenkov" ,
2024-03-22 10:28:34 -05:00
"@spastorino" ,
2022-10-24 11:16:45 -05:00
]
lexer = [
2024-04-16 17:37:04 -05:00
"@nnethercote" ,
2022-10-24 11:16:45 -05:00
"@petrochenkov" ,
2024-01-22 13:02:35 -06:00
"@estebank" ,
2024-07-10 17:48:05 -05:00
"@chenyukang" ,
2022-10-24 11:16:45 -05:00
]
2024-01-21 16:51:12 -06:00
arena = [
2024-04-16 17:37:04 -05:00
"@nnethercote" ,
2024-03-22 10:28:34 -05:00
"@spastorino" ,
2024-01-21 16:51:12 -06:00
]
2022-10-24 11:16:45 -05:00
mir = [
"@davidtwco" ,
"@oli-obk" ,
2024-05-10 19:28:50 -05:00
"@matthewjasper" ,
"@saethlin" ,
2022-10-24 11:16:45 -05:00
]
mir-opt = [
"@oli-obk" ,
"@wesleywiser" ,
2024-05-10 19:28:50 -05:00
"@saethlin" ,
2022-10-24 11:16:45 -05:00
]
types = [
"@compiler-errors" ,
"@jackh726" ,
"@lcnr" ,
"@oli-obk" ,
"@spastorino" ,
2023-06-27 17:52:10 -05:00
"@BoxyUwU" ,
2022-10-24 11:16:45 -05:00
]
borrowck = [
"@davidtwco" ,
"@pnkfelix" ,
2024-01-29 04:02:59 -06:00
"@matthewjasper"
2022-10-24 11:16:45 -05:00
]
ast_lowering = [
2023-02-16 16:52:41 -06:00
"@compiler-errors" ,
2024-01-22 13:02:35 -06:00
"@estebank" ,
2022-10-24 11:16:45 -05:00
"@spastorino" ,
]
2024-01-24 03:13:28 -06:00
debuginfo = [
2024-01-24 03:40:35 -06:00
"@davidtwco"
2024-01-24 03:13:28 -06:00
]
2022-10-24 11:16:45 -05:00
fallback = [
"@Mark-Simulacrum"
]
2023-01-25 19:58:22 -06:00
style-team = [
"@calebcartwright" ,
"@compiler-errors" ,
"@joshtriplett" ,
"@yaahc" ,
]
2024-01-10 13:09:27 -06:00
project-const-traits = [
"@compiler-errors" ,
"@fee1-dead" ,
"@fmease" ,
"@oli-obk" ,
]
2023-11-17 13:46:39 -06:00
project-stable-mir = [
"@celinval" ,
"@oli-obk" ,
2024-10-17 20:18:01 -05:00
"@scottmcm" ,
2023-11-17 13:46:39 -06:00
]
2024-03-13 05:17:47 -05:00
project-exploit-mitigations = [
"@cuviper" ,
"@rcvalle" ,
]
2022-10-24 11:16:45 -05:00
[ assign . owners ]
2024-01-24 03:13:28 -06:00
"/.github/workflows" = [ "infra-ci" ]
"/Cargo.lock" = [ "@Mark-Simulacrum" ]
"/Cargo.toml" = [ "@Mark-Simulacrum" ]
"/compiler" = [ "compiler" ]
"/compiler/rustc_arena" = [ "compiler" , "arena" ]
"/compiler/rustc_ast" = [ "compiler" , "parser" ]
"/compiler/rustc_ast_lowering" = [ "compiler" , "ast_lowering" ]
"/compiler/rustc_data_structures/src/stable_hasher.rs" = [ "compiler" , "incremental" ]
"/compiler/rustc_hir_analysis" = [ "compiler" , "types" ]
"/compiler/rustc_incremental" = [ "compiler" , "incremental" ]
2024-01-29 04:02:59 -06:00
"/compiler/rustc_borrowck" = [ "compiler" , "borrowck" ]
2024-01-24 03:13:28 -06:00
"/compiler/rustc_lexer" = [ "compiler" , "lexer" ]
"/compiler/rustc_llvm" = [ "@cuviper" ]
"/compiler/rustc_codegen_llvm/src/debuginfo" = [ "compiler" , "debuginfo" ]
2024-05-10 19:28:50 -05:00
"/compiler/rustc_codegen_ssa" = [ "compiler" , "@saethlin" ]
2024-01-24 03:13:28 -06:00
"/compiler/rustc_middle/src/mir" = [ "compiler" , "mir" ]
"/compiler/rustc_middle/src/traits" = [ "compiler" , "types" ]
"/compiler/rustc_middle/src/ty" = [ "compiler" , "types" ]
"/compiler/rustc_const_eval/src/interpret" = [ "compiler" , "mir" ]
"/compiler/rustc_const_eval/src/transform" = [ "compiler" , "mir-opt" ]
"/compiler/rustc_mir_build/src/build" = [ "compiler" , "mir" ]
2024-01-29 04:02:59 -06:00
"/compiler/rustc_mir_transform" = [ "compiler" , "mir" , "mir-opt" ]
2024-01-24 03:13:28 -06:00
"/compiler/rustc_smir" = [ "project-stable-mir" ]
"/compiler/rustc_parse" = [ "compiler" , "parser" ]
"/compiler/rustc_parse/src/lexer" = [ "compiler" , "lexer" ]
"/compiler/rustc_query_impl" = [ "compiler" , "query-system" ]
"/compiler/rustc_query_system" = [ "compiler" , "query-system" ]
"/compiler/rustc_query_system/src/dep_graph" = [ "compiler" , "incremental" , "query-system" ]
"/compiler/rustc_query_system/src/ich" = [ "compiler" , "incremental" , "query-system" ]
"/compiler/rustc_trait_selection" = [ "compiler" , "types" ]
"/compiler/rustc_traits" = [ "compiler" , "types" ]
"/compiler/rustc_type_ir" = [ "compiler" , "types" ]
"/compiler/stable_mir" = [ "project-stable-mir" ]
"/library/alloc" = [ "libs" ]
2024-02-28 10:13:28 -06:00
"/library/core" = [ "libs" , "@scottmcm" ]
2024-01-24 03:13:28 -06:00
"/library/panic_abort" = [ "libs" ]
"/library/panic_unwind" = [ "libs" ]
"/library/proc_macro" = [ "@petrochenkov" ]
2024-02-11 06:12:35 -06:00
"/library/std" = [ "libs" , "@ChrisDenton" ]
2024-01-26 14:31:46 -06:00
"/library/std/src/sys/pal/windows" = [ "@ChrisDenton" ]
2024-01-24 03:13:28 -06:00
"/library/stdarch" = [ "libs" ]
"/library/test" = [ "libs" ]
"/src/bootstrap" = [ "bootstrap" ]
"/src/ci" = [ "infra-ci" ]
"/src/doc" = [ "docs" ]
"/src/doc/book" = [ "@ehuss" ]
"/src/doc/edition-guide" = [ "@ehuss" ]
"/src/doc/embedded-book" = [ "@ehuss" ]
"/src/doc/nomicon" = [ "@ehuss" ]
"/src/doc/reference" = [ "@ehuss" ]
"/src/doc/rust-by-example" = [ "@ehuss" ]
"/src/doc/rustc-dev-guide" = [ "@ehuss" ]
"/src/doc/rustdoc" = [ "rustdoc" ]
"/src/doc/style-guide" = [ "style-team" ]
"/src/etc" = [ "@Mark-Simulacrum" ]
"/src/librustdoc" = [ "rustdoc" ]
"/src/llvm-project" = [ "@cuviper" ]
"/src/rustdoc-json-types" = [ "rustdoc" ]
2024-05-09 10:25:18 -05:00
"/src/stage0" = [ "bootstrap" ]
2024-04-05 13:08:23 -05:00
"/tests/run-make" = [ "@jieyouxu" ]
2024-11-10 15:44:28 -06:00
"/tests/rustdoc" = [ "rustdoc" ]
"/tests/rustdoc-gui" = [ "rustdoc" ]
"/tests/rustdoc-js-std" = [ "rustdoc" ]
"/tests/rustdoc-js" = [ "rustdoc" ]
"/tests/rustdoc-json" = [ "@aDotInTheVoid" ]
"/tests/rustdoc-ui" = [ "rustdoc" ]
2024-01-24 03:13:28 -06:00
"/tests/ui" = [ "compiler" ]
2024-02-10 19:56:47 -06:00
"/src/tools/cargo" = [ "@ehuss" ]
2024-04-05 13:08:23 -05:00
"/src/tools/compiletest" = [ "bootstrap" , "@wesleywiser" , "@oli-obk" , "@compiler-errors" , "@jieyouxu" ]
2024-01-24 03:13:28 -06:00
"/src/tools/linkchecker" = [ "@ehuss" ]
2024-05-24 03:36:44 -05:00
"/src/tools/opt-dist" = [ "@kobzol" ]
2024-04-05 13:08:23 -05:00
"/src/tools/run-make-support" = [ "@jieyouxu" ]
2024-01-24 03:13:28 -06:00
"/src/tools/rust-installer" = [ "bootstrap" ]
"/src/tools/rustbook" = [ "@ehuss" ]
"/src/tools/rustdoc" = [ "rustdoc" ]
"/src/tools/rustdoc-js" = [ "rustdoc" ]
"/src/tools/rustdoc-themes" = [ "rustdoc" ]
"/src/tools/tidy" = [ "bootstrap" ]
"/src/tools/x" = [ "bootstrap" ]
"/src/tools/rustdoc-gui-test" = [ "bootstrap" , "@onur-ozkan" ]
2024-05-23 04:05:24 -05:00
"/src/tools/libcxx-version" = [ "@onur-ozkan" ]
2024-03-12 07:59:19 -05:00
# Enable tracking of PR review assignment
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html
[ pr-tracking ]
2024-05-04 14:58:57 -05:00
# Enable issue transfers within the org
# Documentation at: https://forge.rust-lang.org/triagebot/transfer.html
[ transfer ]