]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
cg_fulfill_obligation: expect erased regions
[rust.git] / triagebot.toml
1 [relabel]
2 allow-unauthenticated = [
3     "A-*",
4     "C-*",
5     "D-*",
6     "E-*",
7     "F-*",
8     "I-*",
9     "NLL-*",
10     "O-*",
11     "S-*",
12     "T-*",
13     "WG-*",
14     "needs-fcp",
15     "relnotes",
16     "requires-nightly",
17     "regression-*",
18     "perf-*",
19     "AsyncAwait-OnDeck",
20 ]
21
22 [assign]
23
24 [glacier]
25
26 [ping.icebreakers-llvm]
27 alias = ["llvm", "llvms"]
28 message = """\
29 Hey LLVM ICE-breakers! This bug has been identified as a good
30 "LLVM ICE-breaking candidate". In case it's useful, here are some
31 [instructions] for tackling these sorts of bugs. Maybe take a look?
32 Thanks! <3
33
34 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html
35 """
36 label = "ICEBreaker-LLVM"
37
38 [ping.icebreakers-cleanup-crew]
39 alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
40 message = """\
41 Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
42 "Cleanup ICE-breaking candidate". In case it's useful, here are some
43 [instructions] for tackling these sorts of bugs. Maybe take a look?
44 Thanks! <3
45
46 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html
47 """
48 label = "ICEBreaker-Cleanup-Crew"
49
50 [ping.windows]
51 message = """\
52 Hey Windows Group! This bug has been identified as a good "Windows candidate".
53 In case it's useful, here are some [instructions] for tackling these sorts of
54 bugs. Maybe take a look?
55 Thanks! <3
56
57 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
58 """
59 label = "O-windows"
60
61 [ping.arm]
62 message = """\
63 Hey ARM Group! This bug has been identified as a good "ARM candidate".
64 In case it's useful, here are some [instructions] for tackling these sorts of
65 bugs. Maybe take a look?
66 Thanks! <3
67
68 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
69 """
70 label = "O-ARM"
71
72 [ping.risc-v]
73 message = """\
74 Hey RISC-V Group! This bug has been identified as a good "RISC-V candidate".
75 In case it's useful, here are some [instructions] for tackling these sorts of
76 bugs. Maybe take a look?
77 Thanks! <3
78
79 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
80 """
81 label = "O-riscv"
82
83 [ping.fuchsia]
84 message = """\
85 Hey friends of Fuchsia! This issue could use some guidance on how this should be
86 resolved/implemented on Fuchsia. Could one of you weigh in?
87 """
88 label = "O-fuchsia"
89
90 [ping.macos]
91 message = """\
92 Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could one
93 of you weigh in? Thanks <3
94 """
95 label = "O-macos"
96
97 [prioritize]
98 label = "I-prioritize"
99
100 [autolabel."I-prioritize"]
101 trigger_labels = [
102     "regression-untriaged",
103     "regression-from-stable-to-stable",
104     "regression-from-stable-to-beta",
105     "regression-from-stable-to-nightly",
106     "I-unsound",
107 ]
108 exclude_labels = [
109     "P-*",
110     "T-infra",
111     "T-release",
112     "requires-nightly",
113 ]
114
115 [autolabel."T-rustdoc"]
116 trigger_files = [
117     # Source code
118     "src/librustdoc",
119     "src/tools/rustdoc",
120     "src/rustdoc-json-types",
121
122     # Tests
123     "src/test/rustdoc",
124     "src/test/rustdoc-ui",
125     "src/test/rustdoc-gui",
126     "src/test/rustdoc-js",
127     "src/test/rustdoc-js-std",
128     "src/test/rustdoc-json",
129
130     # Internal tooling
131     "src/etc/htmldocck.py",
132     "src/tools/jsondocck",
133     "src/tools/rustdoc-gui",
134     "src/tools/rustdoc-js",
135     "src/tools/rustdoc-themes",
136 ]
137 exclude_labels = [
138     "T-*",
139 ]
140
141 [autolabel."T-compiler"]
142 trigger_files = [
143     # Source code
144     "compiler",
145
146     # Tests
147     "src/test/ui",
148 ]
149 exclude_labels = [
150     "T-*",
151 ]
152
153 [autolabel."T-libs"]
154 trigger_files = [
155     "library/alloc",
156     "library/core",
157     "library/panic_abort",
158     "library/panic_unwind",
159     "library/std",
160     "library/stdarch",
161     "library/term",
162     "library/test",
163 ]
164 exclude_labels = [
165     "T-*",
166 ]
167
168 [notify-zulip."I-prioritize"]
169 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
170 topic = "#{number} {title}"
171 message_on_add = """\
172 @*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
173
174 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label)
175 - Priority?
176 - Regression?
177 - Notify people/groups?
178 - Needs `I-nominated`?
179 """
180 message_on_remove = "Issue #{number}'s prioritization request has been removed."
181 message_on_close = "Issue #{number} has been closed while requested for prioritization."
182 message_on_reopen = "Issue #{number} has been reopened."
183
184 [notify-zulip."T-rustdoc"]
185 required_labels = ["I-nominated"]
186 zulip_stream = 266220 # #rustdoc
187 topic = "nominated: #{number}"
188 message_on_add = """\
189 @*T-rustdoc* issue #{number} "{title}" has been nominated for `T-rustdoc` discussion.
190 """
191 message_on_remove = "Issue #{number}'s nomination request has been removed."
192
193 [notify-zulip."I-types-nominated"]
194 zulip_stream = 326866 # #T-types/nominated
195 topic = "#{number}: {title}"
196 message_on_add = """\
197 @*T-types* issue #{number} "{title}" has been nominated for team discussion.
198 """
199 message_on_remove = "Issue #{number}'s nomination has been removed. Thanks all for participating!"
200 message_on_close = "Issue #{number} has been closed. Thanks for participating!"
201 message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*."
202
203 [notify-zulip."A-edition-2021"]
204 required_labels = ["C-bug"]
205 zulip_stream = 268952 # #edition 2021
206 topic = "Edition Bugs"
207 message_on_add = """\
208 Issue #{number} "{title}" has been added.
209 """
210
211 [github-releases]
212 format = "rustc"
213 project-name = "Rust"
214 changelog-path = "RELEASES.md"
215 changelog-branch = "master"
216
217 [shortcut]
218
219
220 [mentions."compiler/rustc_apfloat"]
221 message = """
222 Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost \
223 certainly don't want to change it (see #55993).
224 """
225 cc = ["@eddyb"]
226
227 [mentions."compiler/rustc_codegen_cranelift"]
228 cc = ["@bjorn3"]
229
230 [mentions."compiler/rustc_codegen_gcc"]
231 cc = ["@antoyo"]
232
233 [mentions."compiler/rustc_const_eval/src/interpret"]
234 message = "Some changes occurred to the CTFE / Miri engine"
235 cc = ["@rust-lang/miri"]
236
237 [mentions."compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs"]
238 message = "Some changes occurred in need_type_info.rs"
239 cc = ["@lcnr"]
240
241 [mentions."compiler/rustc_middle/src/mir/interpret"]
242 message = "Some changes occurred to the CTFE / Miri engine"
243 cc = ["@rust-lang/miri"]
244
245 [mentions."compiler/rustc_mir_transform/src/"]
246 message = "Some changes occurred to MIR optimizations"
247 cc = ["@rust-lang/wg-mir-opt"]
248
249 [mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"]
250 message = "Some changes occurred in const_evaluatable.rs"
251 cc = ["@lcnr"]
252
253 [mentions."compiler/rustc_error_codes/src/error_codes.rs"]
254 message = "Some changes occurred in diagnostic error codes"
255 cc = ["@GuillaumeGomez"]
256
257 [mentions."library"]
258 message = """
259 Hey! It looks like you've submitted a new PR for the library teams!
260
261 If this PR contains changes to any `rust-lang/rust` public library APIs then \
262 please comment with `@rustbot label +T-libs-api -T-libs` to tag it \
263 appropriately. If this PR contains changes to any unstable APIs please edit \
264 the PR description to add a link to the relevant [API Change \
265 Proposal](https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html) \
266 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) \
267 if you haven't already. If you're unsure where your change falls no worries, \
268 just leave it as is and the reviewer will take a look and make a decision to \
269 forward on if necessary.
270
271 Examples of `T-libs-api` changes:
272
273 * Stabilizing library features
274 * Introducing insta-stable changes such as new implementations of existing \
275   stable traits on existing stable types
276 * Introducing new or changing existing unstable library APIs (excluding \
277   permanently unstable features / features without a tracking issue)
278 * Changing public documentation in ways that create new stability guarantees
279 * Changing observable runtime behavior of library APIs
280 """
281
282 [mentions."src/librustdoc/clean/types.rs"]
283 cc = ["@camelid"]
284
285 [mentions."src/librustdoc/html/static"]
286 message = "Some changes occurred in HTML/CSS/JS."
287 cc = [
288     "@GuillaumeGomez",
289     "@Folyd",
290     "@jsha",
291 ]
292
293 [mentions."src/librustdoc/html/static/css/themes"]
294 message = "Some changes occurred in HTML/CSS themes."
295 cc = ["@GuillaumeGomez"]
296
297 [mentions."src/librustdoc/html/static/css/themes/ayu.css"]
298 message = "A change occurred in the Ayu theme."
299 cc = ["@Cldfire"]
300
301 [mentions."src/rustdoc-json-types"]
302 message = """
303 rustdoc-json-types is a **public** (although nightly-only) API. \
304 If possible, consider changing `src/librustdoc/json/conversions.rs`; \
305 otherwise, make sure you bump the `FORMAT_VERSION` constant.
306 """
307 cc = [
308     "@CraftSpider",
309     "@aDotInTheVoid",
310 ]
311
312 [mentions."src/tools/cargo"]
313 cc = ["@ehuss"]
314
315 [mentions."src/tools/clippy"]
316 cc = ["@rust-lang/clippy"]
317
318 [mentions."src/tools/miri"]
319 message = "The Miri submodule was changed"
320 cc = ["@rust-lang/miri"]
321
322 [mentions."src/tools/rustfmt"]
323 cc = ["@rust-lang/rustfmt"]
324
325 [mentions."compiler/rustc_middle/src/mir/syntax.rs"]
326 message = "This PR changes MIR"
327 cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@davidtwco", "@celinval"]