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