2019-04-16 05:52:59 +08:00
|
|
|
[relabel]
|
|
|
|
allow-unauthenticated = [
|
2022-06-23 05:02:48 +08:00
|
|
|
"A-*",
|
|
|
|
"C-*",
|
2020-02-27 09:54:13 +08:00
|
|
|
"D-*",
|
2022-06-23 05:02:48 +08:00
|
|
|
"E-*",
|
|
|
|
"F-*",
|
|
|
|
"I-*",
|
|
|
|
"NLL-*",
|
|
|
|
"O-*",
|
|
|
|
"S-*",
|
|
|
|
"T-*",
|
|
|
|
"WG-*",
|
2021-11-04 20:35:10 +08:00
|
|
|
"needs-fcp",
|
2021-11-04 20:34:10 +08:00
|
|
|
"relnotes",
|
2019-07-28 16:29:38 +08:00
|
|
|
"requires-nightly",
|
2020-10-05 07:57:32 +08:00
|
|
|
"regression-*",
|
2021-07-01 20:56:24 +08:00
|
|
|
"perf-*",
|
2019-10-04 00:31:06 +08:00
|
|
|
"AsyncAwait-OnDeck",
|
2019-04-16 05:52:59 +08:00
|
|
|
]
|
2019-05-17 04:22:18 +08:00
|
|
|
|
|
|
|
[assign]
|
2019-10-18 02:15:59 +08:00
|
|
|
|
2020-05-25 14:07:55 +08:00
|
|
|
[glacier]
|
|
|
|
|
2019-10-18 04:53:47 +08:00
|
|
|
[ping.icebreakers-llvm]
|
2020-03-13 01:06:40 +08:00
|
|
|
alias = ["llvm", "llvms"]
|
2019-10-18 02:15:59 +08: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-10 06:01:58 +08:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html
|
2019-10-18 02:15:59 +08:00
|
|
|
"""
|
|
|
|
label = "ICEBreaker-LLVM"
|
2020-01-28 02:58:27 +08:00
|
|
|
|
|
|
|
[ping.icebreakers-cleanup-crew]
|
2020-03-19 22:38:31 +08:00
|
|
|
alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
|
2020-01-28 02:58:27 +08: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-10 06:01:58 +08:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html
|
2020-01-28 02:58:27 +08:00
|
|
|
"""
|
|
|
|
label = "ICEBreaker-Cleanup-Crew"
|
2020-04-10 21:22:40 +08:00
|
|
|
|
2020-05-29 03:08:46 +08: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-13 02:33:18 +08:00
|
|
|
|
2020-06-10 08:19:26 +08:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
|
2020-05-29 03:08:46 +08:00
|
|
|
"""
|
|
|
|
label = "O-windows"
|
|
|
|
|
2020-06-10 06:01:58 +08: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-13 02:33:18 +08:00
|
|
|
|
2020-06-10 08:19:26 +08:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
|
2020-06-10 06:01:58 +08:00
|
|
|
"""
|
|
|
|
label = "O-ARM"
|
|
|
|
|
2020-07-28 20:01:13 +08: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-04 07:33:05 +08: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"
|
|
|
|
|
2022-05-27 03:42:14 +08:00
|
|
|
[ping.macos]
|
|
|
|
message = """\
|
|
|
|
Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could one
|
|
|
|
of you weigh in? Thanks <3
|
|
|
|
"""
|
|
|
|
label = "O-macos"
|
|
|
|
|
2020-04-10 21:22:40 +08:00
|
|
|
[prioritize]
|
|
|
|
label = "I-prioritize"
|
2020-06-12 01:21:09 +08:00
|
|
|
|
|
|
|
[autolabel."I-prioritize"]
|
|
|
|
trigger_labels = [
|
2020-10-10 05:10:44 +08:00
|
|
|
"regression-untriaged",
|
2020-06-10 04:58:32 +08:00
|
|
|
"regression-from-stable-to-stable",
|
|
|
|
"regression-from-stable-to-beta",
|
|
|
|
"regression-from-stable-to-nightly",
|
2021-06-02 00:26:42 +08:00
|
|
|
"I-unsound",
|
2020-06-10 04:58:32 +08:00
|
|
|
]
|
2020-05-20 23:15:43 +08:00
|
|
|
exclude_labels = [
|
|
|
|
"P-*",
|
|
|
|
"T-infra",
|
|
|
|
"T-release",
|
2020-06-10 04:58:32 +08:00
|
|
|
"requires-nightly",
|
2020-05-20 23:15:43 +08:00
|
|
|
]
|
2020-06-12 01:21:09 +08:00
|
|
|
|
2021-12-12 08:51:07 +08:00
|
|
|
[autolabel."T-rustdoc"]
|
|
|
|
trigger_files = [
|
|
|
|
# Source code
|
|
|
|
"src/librustdoc",
|
|
|
|
"src/tools/rustdoc",
|
|
|
|
"src/rustdoc-json-types",
|
|
|
|
|
|
|
|
# Tests
|
|
|
|
"src/test/rustdoc",
|
|
|
|
"src/test/rustdoc-ui",
|
|
|
|
"src/test/rustdoc-gui",
|
|
|
|
"src/test/rustdoc-js",
|
|
|
|
"src/test/rustdoc-js-std",
|
|
|
|
"src/test/rustdoc-json",
|
|
|
|
|
|
|
|
# Internal tooling
|
|
|
|
"src/etc/htmldocck.py",
|
2022-08-20 00:31:32 +08:00
|
|
|
"src/etc/check_missing_items.py",
|
2021-12-12 08:51:07 +08:00
|
|
|
"src/tools/jsondocck",
|
|
|
|
"src/tools/rustdoc-gui",
|
|
|
|
"src/tools/rustdoc-js",
|
|
|
|
"src/tools/rustdoc-themes",
|
|
|
|
]
|
2022-02-13 00:47:00 +08:00
|
|
|
exclude_labels = [
|
|
|
|
"T-*",
|
|
|
|
]
|
2021-12-12 08:51:07 +08:00
|
|
|
|
2022-08-20 00:31:32 +08:00
|
|
|
[autolabel."A-rustdoc-json"]
|
|
|
|
trigger_files = [
|
|
|
|
"src/etc/check_missing_items.py",
|
|
|
|
"src/librustdoc/json/",
|
|
|
|
"src/rustdoc-json-types",
|
|
|
|
"src/test/rustdoc-json",
|
|
|
|
"src/tools/jsondocck",
|
|
|
|
]
|
|
|
|
|
2021-12-12 10:03:52 +08:00
|
|
|
[autolabel."T-compiler"]
|
|
|
|
trigger_files = [
|
|
|
|
# Source code
|
|
|
|
"compiler",
|
|
|
|
|
|
|
|
# Tests
|
|
|
|
"src/test/ui",
|
|
|
|
]
|
2022-02-13 00:47:00 +08:00
|
|
|
exclude_labels = [
|
|
|
|
"T-*",
|
|
|
|
]
|
2021-12-12 10:03:52 +08:00
|
|
|
|
2022-04-13 01:48:56 +08: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-*",
|
|
|
|
]
|
|
|
|
|
2022-07-11 06:32:37 +08:00
|
|
|
[autolabel."A-bootstrap"]
|
|
|
|
trigger_files = [
|
|
|
|
"x.py",
|
|
|
|
"src/bootstrap",
|
|
|
|
"src/tools/rust-installer",
|
|
|
|
]
|
|
|
|
|
|
|
|
[autolabel."T-infra"]
|
|
|
|
trigger_files = [
|
|
|
|
"src/ci",
|
|
|
|
"src/tools/bump-stage0",
|
|
|
|
]
|
|
|
|
|
2022-08-12 16:14:40 +08:00
|
|
|
[autolabel."A-translation"]
|
|
|
|
trigger_files = [
|
|
|
|
"compiler/rustc_error_messages",
|
|
|
|
"compiler/rustc_errors/src/translation.rs",
|
|
|
|
"compiler/rustc_macros/src/diagnostics"
|
|
|
|
]
|
|
|
|
|
2022-09-02 09:49:12 +08:00
|
|
|
[autolabel."A-query-system"]
|
|
|
|
trigger_files = [
|
|
|
|
"compiler/rustc_query_system",
|
|
|
|
"compiler/rustc_query_impl",
|
|
|
|
"compiler/rustc_macros/src/query.rs"
|
|
|
|
]
|
|
|
|
|
2020-06-12 01:21:09 +08:00
|
|
|
[notify-zulip."I-prioritize"]
|
2020-06-24 23:32:44 +08:00
|
|
|
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
2020-12-21 06:08:55 +08:00
|
|
|
topic = "#{number} {title}"
|
2020-06-24 21:33:08 +08:00
|
|
|
message_on_add = """\
|
2020-06-24 23:36:17 +08:00
|
|
|
@*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
|
2020-06-24 21:33:08 +08:00
|
|
|
|
2020-07-21 03:29:58 +08:00
|
|
|
# [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label)
|
2020-06-24 21:33:08 +08:00
|
|
|
- Priority?
|
|
|
|
- Regression?
|
|
|
|
- Notify people/groups?
|
|
|
|
- Needs `I-nominated`?
|
|
|
|
"""
|
2020-06-12 01:21:09 +08:00
|
|
|
message_on_remove = "Issue #{number}'s prioritization request has been removed."
|
2020-12-31 09:22:10 +08:00
|
|
|
message_on_close = "Issue #{number} has been closed while requested for prioritization."
|
|
|
|
message_on_reopen = "Issue #{number} has been reopened."
|
2020-09-08 16:43:52 +08:00
|
|
|
|
2021-03-02 08:33:47 +08:00
|
|
|
[notify-zulip."T-rustdoc"]
|
|
|
|
required_labels = ["I-nominated"]
|
|
|
|
zulip_stream = 266220 # #rustdoc
|
|
|
|
topic = "nominated: #{number}"
|
|
|
|
message_on_add = """\
|
|
|
|
@*T-rustdoc* issue #{number} "{title}" has been nominated for `T-rustdoc` discussion.
|
|
|
|
"""
|
|
|
|
message_on_remove = "Issue #{number}'s nomination request has been removed."
|
|
|
|
|
2022-06-03 22:08:17 +08: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 17:38:46 +08:00
|
|
|
[notify-zulip."A-edition-2021"]
|
|
|
|
required_labels = ["C-bug"]
|
2021-07-26 16:31:28 +08:00
|
|
|
zulip_stream = 268952 # #edition 2021
|
|
|
|
topic = "Edition Bugs"
|
|
|
|
message_on_add = """\
|
|
|
|
Issue #{number} "{title}" has been added.
|
|
|
|
"""
|
|
|
|
|
2020-09-08 16:43:52 +08:00
|
|
|
[github-releases]
|
|
|
|
format = "rustc"
|
|
|
|
project-name = "Rust"
|
|
|
|
changelog-path = "RELEASES.md"
|
|
|
|
changelog-branch = "master"
|
2021-07-19 03:52:18 +08:00
|
|
|
|
|
|
|
[shortcut]
|
2022-06-27 23:57:06 +08:00
|
|
|
|
|
|
|
|
|
|
|
[mentions."compiler/rustc_apfloat"]
|
|
|
|
message = """
|
2022-06-29 02:38:07 +08:00
|
|
|
Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost \
|
2022-06-27 23:57:06 +08:00
|
|
|
certainly don't want to change it (see #55993).
|
|
|
|
"""
|
|
|
|
cc = ["@eddyb"]
|
|
|
|
|
|
|
|
[mentions."compiler/rustc_codegen_cranelift"]
|
|
|
|
cc = ["@bjorn3"]
|
|
|
|
|
|
|
|
[mentions."compiler/rustc_codegen_gcc"]
|
|
|
|
cc = ["@antoyo"]
|
|
|
|
|
|
|
|
[mentions."compiler/rustc_const_eval/src/interpret"]
|
|
|
|
message = "Some changes occurred to the CTFE / Miri engine"
|
|
|
|
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"]
|
|
|
|
|
|
|
|
[mentions."compiler/rustc_middle/src/mir/interpret"]
|
|
|
|
message = "Some changes occurred to the CTFE / Miri engine"
|
|
|
|
cc = ["@rust-lang/miri"]
|
|
|
|
|
|
|
|
[mentions."compiler/rustc_mir_transform/src/"]
|
|
|
|
message = "Some changes occurred to MIR optimizations"
|
2022-06-28 20:14:42 +08:00
|
|
|
cc = ["@rust-lang/wg-mir-opt"]
|
2022-06-27 23:57:06 +08:00
|
|
|
|
|
|
|
[mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"]
|
|
|
|
message = "Some changes occurred in const_evaluatable.rs"
|
|
|
|
cc = ["@lcnr"]
|
|
|
|
|
|
|
|
[mentions."compiler/rustc_error_codes/src/error_codes.rs"]
|
|
|
|
message = "Some changes occurred in diagnostic error codes"
|
|
|
|
cc = ["@GuillaumeGomez"]
|
|
|
|
|
|
|
|
[mentions."library"]
|
|
|
|
message = """
|
|
|
|
Hey! It looks like you've submitted a new PR for the library teams!
|
|
|
|
|
2022-06-29 02:38:07 +08:00
|
|
|
If this PR contains changes to any `rust-lang/rust` public library APIs then \
|
|
|
|
please comment with `@rustbot label +T-libs-api -T-libs` to tag it \
|
|
|
|
appropriately. If this PR contains changes to any unstable APIs please edit \
|
|
|
|
the PR description to add a link to the relevant [API Change \
|
|
|
|
Proposal](https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html) \
|
|
|
|
or [create one](https://github.com/rust-lang/libs-team/issues/new?assignees=&labels=api-change-proposal%2C+T-libs-api&template=api-change-proposal.md&title=%28My+API+Change+Proposal%29) \
|
|
|
|
if you haven't already. If you're unsure where your change falls no worries, \
|
|
|
|
just leave it as is and the reviewer will take a look and make a decision to \
|
2022-06-27 23:57:06 +08:00
|
|
|
forward on if necessary.
|
|
|
|
|
|
|
|
Examples of `T-libs-api` changes:
|
|
|
|
|
|
|
|
* Stabilizing library features
|
2022-06-29 02:38:07 +08:00
|
|
|
* Introducing insta-stable changes such as new implementations of existing \
|
2022-06-27 23:57:06 +08:00
|
|
|
stable traits on existing stable types
|
2022-06-29 02:38:07 +08:00
|
|
|
* Introducing new or changing existing unstable library APIs (excluding \
|
2022-06-27 23:57:06 +08:00
|
|
|
permanently unstable features / features without a tracking issue)
|
|
|
|
* Changing public documentation in ways that create new stability guarantees
|
|
|
|
* Changing observable runtime behavior of library APIs
|
|
|
|
"""
|
|
|
|
|
|
|
|
[mentions."src/librustdoc/clean/types.rs"]
|
|
|
|
cc = ["@camelid"]
|
|
|
|
|
|
|
|
[mentions."src/librustdoc/html/static"]
|
|
|
|
message = "Some changes occurred in HTML/CSS/JS."
|
|
|
|
cc = [
|
|
|
|
"@GuillaumeGomez",
|
|
|
|
"@Folyd",
|
|
|
|
"@jsha",
|
|
|
|
]
|
|
|
|
|
|
|
|
[mentions."src/librustdoc/html/static/css/themes"]
|
|
|
|
message = "Some changes occurred in HTML/CSS themes."
|
|
|
|
cc = ["@GuillaumeGomez"]
|
|
|
|
|
|
|
|
[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-29 02:38:07 +08:00
|
|
|
rustdoc-json-types is a **public** (although nightly-only) API. \
|
|
|
|
If possible, consider changing `src/librustdoc/json/conversions.rs`; \
|
2022-06-27 23:57:06 +08:00
|
|
|
otherwise, make sure you bump the `FORMAT_VERSION` constant.
|
|
|
|
"""
|
|
|
|
cc = [
|
|
|
|
"@CraftSpider",
|
|
|
|
"@aDotInTheVoid",
|
2022-07-30 04:04:06 +08:00
|
|
|
"@Enselic",
|
2022-06-27 23:57:06 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[mentions."src/tools/cargo"]
|
|
|
|
cc = ["@ehuss"]
|
|
|
|
|
|
|
|
[mentions."src/tools/clippy"]
|
|
|
|
cc = ["@rust-lang/clippy"]
|
|
|
|
|
|
|
|
[mentions."src/tools/miri"]
|
2022-06-29 08:05:23 +08:00
|
|
|
message = "The Miri submodule was changed"
|
2022-06-27 23:57:06 +08:00
|
|
|
cc = ["@rust-lang/miri"]
|
|
|
|
|
|
|
|
[mentions."src/tools/rustfmt"]
|
|
|
|
cc = ["@rust-lang/rustfmt"]
|
2022-06-29 08:05:23 +08:00
|
|
|
|
|
|
|
[mentions."compiler/rustc_middle/src/mir/syntax.rs"]
|
|
|
|
message = "This PR changes MIR"
|
2022-07-14 20:24:36 +08:00
|
|
|
cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@davidtwco", "@celinval", "@vakaras"]
|
2022-08-11 00:13:18 +08:00
|
|
|
|
|
|
|
[mentions."compiler/rustc_error_messages"]
|
|
|
|
message = "`rustc_error_messages` was changed"
|
2022-08-20 19:47:41 +08:00
|
|
|
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
|
2022-08-11 00:13:18 +08:00
|
|
|
|
|
|
|
[mentions."compiler/rustc_errors/src/translation.rs"]
|
|
|
|
message = "`rustc_errors::translation` was changed"
|
2022-08-20 19:47:41 +08:00
|
|
|
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
|
2022-08-11 00:13:18 +08:00
|
|
|
|
|
|
|
[mentions."compiler/rustc_macros/src/diagnostics"]
|
|
|
|
message = "`rustc_macros::diagnostics` was changed"
|
2022-08-20 19:47:41 +08:00
|
|
|
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
|