Nicholas Nethercote | 774a47d | 2024-01-22 02:13:20 | [diff] [blame] | 1 | # This file's format is documented at |
| 2 | # https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration |
| 3 | |
Pietro Albini | 3db489b | 2019-04-15 21:52:59 | [diff] [blame] | 4 | [relabel] |
| 5 | allow-unauthenticated = [ |
Josh Triplett | 5cf5a52 | 2022-06-22 21:02:48 | [diff] [blame] | 6 | "A-*", |
| 7 | "C-*", |
Mark Rousskov | 2c7c446 | 2020-02-27 01:54:13 | [diff] [blame] | 8 | "D-*", |
Josh Triplett | 5cf5a52 | 2022-06-22 21:02:48 | [diff] [blame] | 9 | "E-*", |
| 10 | "F-*", |
| 11 | "I-*", |
León Orell Valerian Liehr | 72a48fc | 2024-05-15 18:19:52 | [diff] [blame] | 12 | "L-*", |
Josh Triplett | 5cf5a52 | 2022-06-22 21:02:48 | [diff] [blame] | 13 | "NLL-*", |
| 14 | "O-*", |
León Orell Valerian Liehr | 72a48fc | 2024-05-15 18:19:52 | [diff] [blame] | 15 | "PG-*", |
Josh Triplett | 5cf5a52 | 2022-06-22 21:02:48 | [diff] [blame] | 16 | "S-*", |
| 17 | "T-*", |
| 18 | "WG-*", |
León Orell Valerian Liehr | 72a48fc | 2024-05-15 18:19:52 | [diff] [blame] | 19 | "-Z*", |
est31 | 0aa958b | 2023-04-14 02:55:27 | [diff] [blame] | 20 | "beta-nominated", |
fee1-dead | 9139891 | 2022-09-12 15:04:32 | [diff] [blame] | 21 | "const-hack", |
Nikita Popov | 4bb9c0f | 2023-09-20 05:49:23 | [diff] [blame] | 22 | "llvm-*", |
Josh Triplett | 7e02934 | 2021-11-04 12:35:10 | [diff] [blame] | 23 | "needs-fcp", |
Josh Triplett | 056af9d | 2021-11-04 12:34:10 | [diff] [blame] | 24 | "relnotes", |
Michael Goulet | 1dc88ff | 2022-11-26 00:06:52 | [diff] [blame] | 25 | "requires-*", |
Camelid | b205436 | 2020-10-04 23:57:32 | [diff] [blame] | 26 | "regression-*", |
Trevor Gross | b1ad229 | 2023-08-10 20:27:49 | [diff] [blame] | 27 | "rla-*", |
Ryan Levick | 07aa46e | 2021-07-01 12:56:24 | [diff] [blame] | 28 | "perf-*", |
Niko Matsakis | 1222cc9 | 2019-10-03 16:31:06 | [diff] [blame] | 29 | "AsyncAwait-OnDeck", |
Nilstrieb | a118ce2 | 2023-07-06 15:57:03 | [diff] [blame] | 30 | "needs-triage", |
Nilstrieb | ff84ecd | 2024-01-13 18:49:39 | [diff] [blame] | 31 | "has-merge-commits", |
Pietro Albini | 3db489b | 2019-04-15 21:52:59 | [diff] [blame] | 32 | ] |
Jonas Schievink | 441ecb8 | 2019-05-16 20:22:18 | [diff] [blame] | 33 | |
onur-ozkan | 8a45eed | 2023-10-19 05:39:28 | [diff] [blame] | 34 | [review-submitted] |
| 35 | # This label is added when a "request changes" review is submitted. |
| 36 | reviewed_label = "S-waiting-on-author" |
| 37 | # These labels are removed when a "request changes" review is submitted. |
Waffle Maybe | 406fb86 | 2023-10-12 13:36:39 | [diff] [blame] | 38 | review_labels = ["S-waiting-on-review"] |
| 39 | |
Waffle Maybe | 61a752a | 2023-10-15 22:37:05 | [diff] [blame] | 40 | [review-requested] |
| 41 | # Those labels are removed when PR author requests a review from an assignee |
| 42 | remove_labels = ["S-waiting-on-author"] |
| 43 | # Those labels are added when PR author requests a review from an assignee |
| 44 | add_labels = ["S-waiting-on-review"] |
| 45 | |
Yuki Okushi | 3fcb0f4 | 2020-05-25 06:07:55 | [diff] [blame] | 46 | [glacier] |
| 47 | |
Niko Matsakis | 5487994 | 2019-10-17 20:53:47 | [diff] [blame] | 48 | [ping.icebreakers-llvm] |
Mazdak Farrokhzad | 90e8058 | 2020-03-12 17:06:40 | [diff] [blame] | 49 | alias = ["llvm", "llvms"] |
Niko Matsakis | a4d9492 | 2019-10-17 18:15:59 | [diff] [blame] | 50 | message = """\ |
| 51 | Hey LLVM ICE-breakers! This bug has been identified as a good |
| 52 | "LLVM ICE-breaking candidate". In case it's useful, here are some |
| 53 | [instructions] for tackling these sorts of bugs. Maybe take a look? |
| 54 | Thanks! <3 |
| 55 | |
Niko Matsakis | e0ec3d5 | 2020-06-09 22:01:58 | [diff] [blame] | 56 | [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html |
Niko Matsakis | a4d9492 | 2019-10-17 18:15:59 | [diff] [blame] | 57 | """ |
| 58 | label = "ICEBreaker-LLVM" |
Santiago Pastorino | 3124603 | 2020-01-27 18:58:27 | [diff] [blame] | 59 | |
| 60 | [ping.icebreakers-cleanup-crew] |
Mazdak Farrokhzad | 89ef59a | 2020-03-19 14:38:31 | [diff] [blame] | 61 | alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"] |
Santiago Pastorino | 3124603 | 2020-01-27 18:58:27 | [diff] [blame] | 62 | message = """\ |
| 63 | Hey Cleanup Crew ICE-breakers! This bug has been identified as a good |
| 64 | "Cleanup ICE-breaking candidate". In case it's useful, here are some |
| 65 | [instructions] for tackling these sorts of bugs. Maybe take a look? |
| 66 | Thanks! <3 |
| 67 | |
Niko Matsakis | e0ec3d5 | 2020-06-09 22:01:58 | [diff] [blame] | 68 | [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html |
Santiago Pastorino | 3124603 | 2020-01-27 18:58:27 | [diff] [blame] | 69 | """ |
| 70 | label = "ICEBreaker-Cleanup-Crew" |
LeSeulArtichaut | dc4c3e9 | 2020-04-10 13:22:40 | [diff] [blame] | 71 | |
Santiago Pastorino | 474b16b | 2020-05-28 19:08:46 | [diff] [blame] | 72 | [ping.windows] |
| 73 | message = """\ |
| 74 | Hey Windows Group! This bug has been identified as a good "Windows 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 |
LeSeulArtichaut | b126f32 | 2020-06-12 18:33:18 | [diff] [blame] | 78 | |
Santiago Pastorino | a01485c | 2020-06-10 00:19:26 | [diff] [blame] | 79 | [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html |
Santiago Pastorino | 474b16b | 2020-05-28 19:08:46 | [diff] [blame] | 80 | """ |
| 81 | label = "O-windows" |
| 82 | |
Niko Matsakis | e0ec3d5 | 2020-06-09 22:01:58 | [diff] [blame] | 83 | [ping.arm] |
| 84 | message = """\ |
| 85 | Hey ARM Group! This bug has been identified as a good "ARM candidate". |
| 86 | In case it's useful, here are some [instructions] for tackling these sorts of |
| 87 | bugs. Maybe take a look? |
| 88 | Thanks! <3 |
LeSeulArtichaut | b126f32 | 2020-06-12 18:33:18 | [diff] [blame] | 89 | |
Santiago Pastorino | a01485c | 2020-06-10 00:19:26 | [diff] [blame] | 90 | [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html |
Niko Matsakis | e0ec3d5 | 2020-06-09 22:01:58 | [diff] [blame] | 91 | """ |
| 92 | label = "O-ARM" |
| 93 | |
Yuki Okushi | b85dae0 | 2020-07-28 12:01:13 | [diff] [blame] | 94 | [ping.risc-v] |
| 95 | message = """\ |
| 96 | Hey RISC-V Group! This bug has been identified as a good "RISC-V candidate". |
| 97 | In case it's useful, here are some [instructions] for tackling these sorts of |
| 98 | bugs. Maybe take a look? |
| 99 | Thanks! <3 |
| 100 | |
| 101 | [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html |
| 102 | """ |
| 103 | label = "O-riscv" |
| 104 | |
David Tolnay | 5b28c38 | 2022-03-03 23:33:05 | [diff] [blame] | 105 | [ping.fuchsia] |
| 106 | message = """\ |
| 107 | Hey friends of Fuchsia! This issue could use some guidance on how this should be |
| 108 | resolved/implemented on Fuchsia. Could one of you weigh in? |
| 109 | """ |
| 110 | label = "O-fuchsia" |
| 111 | |
Mads Marquart | e64cbc4 | 2024-04-19 03:51:44 | [diff] [blame] | 112 | [ping.apple] |
| 113 | alias = ["macos", "ios", "tvos", "watchos", "visionos"] |
Michael Goulet | c838129 | 2022-05-26 19:42:14 | [diff] [blame] | 114 | message = """\ |
Mads Marquart | e64cbc4 | 2024-04-19 03:51:44 | [diff] [blame] | 115 | Hey Apple notification group! This issue or PR could use some Apple-specific |
| 116 | guidance. Could one of you weigh in? Thanks <3 |
| 117 | |
| 118 | (In case it's useful, here are some [instructions] for tackling these sorts of |
| 119 | issues). |
| 120 | |
| 121 | [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/apple.html |
Michael Goulet | c838129 | 2022-05-26 19:42:14 | [diff] [blame] | 122 | """ |
Mads Marquart | dc153f8 | 2024-05-05 18:56:03 | [diff] [blame] | 123 | label = "O-apple" |
Michael Goulet | c838129 | 2022-05-26 19:42:14 | [diff] [blame] | 124 | |
Jakub Beránek | ab73bb2 | 2024-05-22 11:04:14 | [diff] [blame] | 125 | # This ping group is meant for situations where a rustc/stdlib change breaks RfL. |
| 126 | # In that case, we want to notify the RfL group. |
Jakub Beránek | c773deb | 2024-05-21 17:31:38 | [diff] [blame] | 127 | [ping.rust-for-linux] |
| 128 | alias = ["rfl"] |
| 129 | message = """\ |
| 130 | Hey Rust for Linux group! It looks like something broke the Rust for Linux integration. |
| 131 | Could you try to take a look? |
| 132 | In case it's useful, here are some [instructions] for tackling these sorts of issues. |
| 133 | |
| 134 | [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/rust-for-linux.html |
| 135 | """ |
| 136 | label = "O-rfl" |
| 137 | |
Juniper Tyree | a4ffeb0 | 2024-10-18 07:02:28 | [diff] [blame] | 138 | [ping.wasm] |
| 139 | alias = ["webassembly"] |
| 140 | message = """\ |
| 141 | Hey WASM notification group! This issue or PR could use some WebAssembly-specific |
| 142 | guidance. Could one of you weigh in? Thanks <3 |
| 143 | |
| 144 | (In case it's useful, here are some [instructions] for tackling these sorts of |
| 145 | issues). |
| 146 | |
| 147 | [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/wasm.html |
| 148 | """ |
| 149 | label = "O-wasm" |
| 150 | |
| 151 | [ping.wasi] |
| 152 | message = """\ |
| 153 | Hey WASI notification group! This issue or PR could use some WASI-specific guidance. |
| 154 | Could one of you weigh in? Thanks <3 |
| 155 | |
| 156 | (In case it's useful, here are some [instructions] for tackling these sorts of |
| 157 | issues). |
| 158 | |
| 159 | [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/wasi.html |
| 160 | """ |
| 161 | label = "O-wasi" |
| 162 | |
| 163 | [ping.emscripten] |
| 164 | message = """\ |
| 165 | Hey Emscripten notification group! This issue or PR could use some Emscripten-specific |
| 166 | guidance. Could one of you weigh in? Thanks <3 |
| 167 | |
| 168 | (In case it's useful, here are some [instructions] for tackling these sorts of |
| 169 | issues). |
| 170 | |
| 171 | [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/emscripten.html |
| 172 | """ |
| 173 | label = "O-emscripten" |
| 174 | |
许杰友 Jieyou Xu (Joe) | 3af8dc4 | 2025-01-02 15:42:45 | [diff] [blame] | 175 | [ping.relnotes-interest-group] |
| 176 | message = """\ |
| 177 | Hi relnotes-interest-group, this PR adds release notes. Could you review this PR |
| 178 | if you have time? Thanks <3 |
| 179 | """ |
| 180 | |
LeSeulArtichaut | dc4c3e9 | 2020-04-10 13:22:40 | [diff] [blame] | 181 | [prioritize] |
| 182 | label = "I-prioritize" |
LeSeulArtichaut | 3a8f6c0 | 2020-06-11 17:21:09 | [diff] [blame] | 183 | |
| 184 | [autolabel."I-prioritize"] |
| 185 | trigger_labels = [ |
Camelid | a3c517a | 2020-10-09 21:10:44 | [diff] [blame] | 186 | "regression-untriaged", |
LeSeulArtichaut | c9f2cbf | 2020-06-09 20:58:32 | [diff] [blame] | 187 | "regression-from-stable-to-stable", |
| 188 | "regression-from-stable-to-beta", |
| 189 | "regression-from-stable-to-nightly", |
Frank Steffahn | 1213d92 | 2021-06-01 16:26:42 | [diff] [blame] | 190 | "I-unsound", |
LeSeulArtichaut | c9f2cbf | 2020-06-09 20:58:32 | [diff] [blame] | 191 | ] |
Santiago Pastorino | 93abdd7 | 2020-05-20 15:15:43 | [diff] [blame] | 192 | exclude_labels = [ |
| 193 | "P-*", |
| 194 | "T-infra", |
| 195 | "T-release", |
LeSeulArtichaut | c9f2cbf | 2020-06-09 20:58:32 | [diff] [blame] | 196 | "requires-nightly", |
Santiago Pastorino | 93abdd7 | 2020-05-20 15:15:43 | [diff] [blame] | 197 | ] |
LeSeulArtichaut | 3a8f6c0 | 2020-06-11 17:21:09 | [diff] [blame] | 198 | |
Noah Lev | dce45a9 | 2021-12-12 00:51:07 | [diff] [blame] | 199 | [autolabel."T-rustdoc"] |
| 200 | trigger_files = [ |
| 201 | # Source code |
| 202 | "src/librustdoc", |
| 203 | "src/tools/rustdoc", |
| 204 | "src/rustdoc-json-types", |
| 205 | |
| 206 | # Tests |
Albert Larsan | 40ba0e8 | 2023-01-05 08:45:44 | [diff] [blame] | 207 | "tests/rustdoc", |
| 208 | "tests/rustdoc-ui", |
| 209 | "tests/rustdoc-gui", |
Alona Enraght-Moony | f0de899 | 2025-03-03 19:28:57 | [diff] [blame] | 210 | "tests/rustdoc-js/", |
Albert Larsan | 40ba0e8 | 2023-01-05 08:45:44 | [diff] [blame] | 211 | "tests/rustdoc-js-std", |
| 212 | "tests/rustdoc-json", |
Noah Lev | dce45a9 | 2021-12-12 00:51:07 | [diff] [blame] | 213 | |
| 214 | # Internal tooling |
| 215 | "src/etc/htmldocck.py", |
| 216 | "src/tools/jsondocck", |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 217 | "src/tools/jsondoclint", |
Noah Lev | dce45a9 | 2021-12-12 00:51:07 | [diff] [blame] | 218 | "src/tools/rustdoc-gui", |
| 219 | "src/tools/rustdoc-js", |
| 220 | "src/tools/rustdoc-themes", |
Alona Enraght-Moony | bab112c | 2024-11-10 21:53:09 | [diff] [blame] | 221 | |
| 222 | # Docs |
| 223 | "src/doc/rustdoc.md", |
| 224 | "src/doc/rustdoc/", |
Noah Lev | dce45a9 | 2021-12-12 00:51:07 | [diff] [blame] | 225 | ] |
Jack Huey | a0d603f | 2022-02-12 16:47:00 | [diff] [blame] | 226 | exclude_labels = [ |
| 227 | "T-*", |
| 228 | ] |
Noah Lev | dce45a9 | 2021-12-12 00:51:07 | [diff] [blame] | 229 | |
binarycat | cc74ed0 | 2025-02-13 18:16:31 | [diff] [blame] | 230 | trigger_labels = [ |
| 231 | "A-rustdoc-json", |
| 232 | "A-rustdoc-type-layout", |
| 233 | "A-rustdoc-scrape-examples", |
| 234 | "A-link-to-definition", |
| 235 | "A-cross-crate-reexports", |
| 236 | "A-intra-doc-links", |
| 237 | "A-doc-alias", |
| 238 | ] |
| 239 | |
Nixon Enraght-Moony | d35749b | 2022-08-19 16:31:32 | [diff] [blame] | 240 | [autolabel."A-rustdoc-json"] |
| 241 | trigger_files = [ |
Nixon Enraght-Moony | d35749b | 2022-08-19 16:31:32 | [diff] [blame] | 242 | "src/librustdoc/json/", |
| 243 | "src/rustdoc-json-types", |
Albert Larsan | 40ba0e8 | 2023-01-05 08:45:44 | [diff] [blame] | 244 | "tests/rustdoc-json", |
Nixon Enraght-Moony | d35749b | 2022-08-19 16:31:32 | [diff] [blame] | 245 | "src/tools/jsondocck", |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 246 | "src/tools/jsondoclint", |
Nixon Enraght-Moony | d35749b | 2022-08-19 16:31:32 | [diff] [blame] | 247 | ] |
| 248 | |
Jonathan Dönszelmann | 14fb5ef | 2025-02-06 13:31:41 | [diff] [blame] | 249 | [autolabel."A-attributes"] |
| 250 | trigger_files = [ |
| 251 | "compiler/rustc_codegen_ssa/src/codegen_attrs.rs", |
| 252 | "compiler/rustc_passes/src/check_attr.rs", |
| 253 | "compiler/rustc_attr_parsing", |
| 254 | "compiler/rustc_attr_data_structures", |
| 255 | "compiler/rustc_attr_validation", |
| 256 | ] |
| 257 | |
binarycat | cc74ed0 | 2025-02-13 18:16:31 | [diff] [blame] | 258 | [autolabel."T-rustdoc-frontend"] |
| 259 | trigger_labels = [ |
| 260 | "A-rustdoc-search", |
| 261 | "A-rustdoc-ui", |
| 262 | "A-rustdoc-js", |
| 263 | ] |
| 264 | |
| 265 | trigger_files = [ |
| 266 | "src/librustdoc/html/", |
| 267 | "tests/rustdoc/", |
| 268 | "tests/rustdoc-gui/", |
| 269 | "tests/rustdoc-js/", |
| 270 | "tests/rustdoc-js-std/", |
| 271 | # note: tests/rustdoc-ui tests the CLI, not the web frontend |
| 272 | ] |
| 273 | |
| 274 | [autolabel."A-rustdoc-search"] |
| 275 | trigger_files = [ |
| 276 | "src/librustdoc/html/static/js/search.js", |
| 277 | "tests/rustdoc-js", |
| 278 | "tests/rustdoc-js-std", |
| 279 | ] |
| 280 | |
| 281 | trigger_labels = [ |
| 282 | "A-type-based-search", |
| 283 | ] |
| 284 | |
Noah Lev | 1f65adf | 2021-12-12 02:03:52 | [diff] [blame] | 285 | [autolabel."T-compiler"] |
| 286 | trigger_files = [ |
| 287 | # Source code |
| 288 | "compiler", |
| 289 | |
| 290 | # Tests |
Jieyou Xu | 1569414 | 2024-11-18 12:03:57 | [diff] [blame] | 291 | "tests/assembly", |
| 292 | "tests/auxiliary", |
| 293 | "tests/codegen", |
| 294 | "tests/codegen-units", |
| 295 | "tests/COMPILER_TESTS.md", |
| 296 | "tests/coverage", |
| 297 | "tests/coverage-run-rustdoc", |
| 298 | "tests/crashes", |
| 299 | "tests/debuginfo", |
| 300 | "tests/incremental", |
| 301 | "tests/mir-opt", |
| 302 | "tests/pretty", |
| 303 | "tests/run-make", |
Albert Larsan | 40ba0e8 | 2023-01-05 08:45:44 | [diff] [blame] | 304 | "tests/ui", |
Jieyou Xu | 1569414 | 2024-11-18 12:03:57 | [diff] [blame] | 305 | "tests/ui-fulldeps", |
Noah Lev | 1f65adf | 2021-12-12 02:03:52 | [diff] [blame] | 306 | ] |
Jack Huey | a0d603f | 2022-02-12 16:47:00 | [diff] [blame] | 307 | exclude_labels = [ |
| 308 | "T-*", |
| 309 | ] |
Noah Lev | 1f65adf | 2021-12-12 02:03:52 | [diff] [blame] | 310 | |
Jane Lusby | a21238c | 2022-04-12 17:48:56 | [diff] [blame] | 311 | [autolabel."T-libs"] |
| 312 | trigger_files = [ |
| 313 | "library/alloc", |
| 314 | "library/core", |
| 315 | "library/panic_abort", |
| 316 | "library/panic_unwind", |
| 317 | "library/std", |
| 318 | "library/stdarch", |
| 319 | "library/term", |
| 320 | "library/test", |
| 321 | ] |
| 322 | exclude_labels = [ |
| 323 | "T-*", |
| 324 | ] |
| 325 | |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 326 | [autolabel."O-android"] |
| 327 | trigger_files = [ |
| 328 | "library/std/src/os/android" |
| 329 | ] |
| 330 | |
Mads Marquart | 306d578 | 2024-06-03 16:48:59 | [diff] [blame] | 331 | [autolabel."O-apple"] |
| 332 | trigger_files = [ |
| 333 | "library/std/src/os/darwin", |
| 334 | "library/std/src/sys/pal/unix/thread_parking/darwin.rs", |
| 335 | "compiler/rustc_target/src/spec/base/apple", |
| 336 | ] |
| 337 | |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 338 | [autolabel."O-fuchsia"] |
| 339 | trigger_files = [ |
| 340 | "library/std/src/os/fuchsia" |
| 341 | ] |
| 342 | |
| 343 | [autolabel."O-hermit"] |
| 344 | trigger_files = [ |
joboet | 762cd48 | 2024-01-11 23:06:39 | [diff] [blame] | 345 | "library/std/src/sys/pal/hermit", |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 346 | "library/std/src/os/hermit" |
| 347 | ] |
| 348 | |
| 349 | [autolabel."O-ios"] |
| 350 | trigger_files = [ |
| 351 | "library/std/src/os/ios" |
| 352 | ] |
| 353 | |
| 354 | [autolabel."O-itron"] |
| 355 | trigger_files = [ |
joboet | 762cd48 | 2024-01-11 23:06:39 | [diff] [blame] | 356 | "library/std/src/sys/pal/itron" |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 357 | ] |
| 358 | |
| 359 | [autolabel."O-linux"] |
| 360 | trigger_files = [ |
| 361 | "library/std/src/os/linux" |
| 362 | ] |
| 363 | |
| 364 | [autolabel."O-macos"] |
| 365 | trigger_files = [ |
Mads Marquart | b90bcd6 | 2024-04-19 03:51:02 | [diff] [blame] | 366 | "library/std/src/os/macos", |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 367 | ] |
| 368 | |
| 369 | [autolabel."O-netbsd"] |
| 370 | trigger_files = [ |
| 371 | "library/std/src/os/netbsd" |
| 372 | ] |
| 373 | |
| 374 | [autolabel."O-redox"] |
| 375 | trigger_files = [ |
| 376 | "library/std/src/os/redox" |
| 377 | ] |
| 378 | |
| 379 | [autolabel."O-SGX"] |
| 380 | trigger_files = [ |
joboet | 762cd48 | 2024-01-11 23:06:39 | [diff] [blame] | 381 | "library/std/src/sys/pal/sgx", |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 382 | "library/std/src/os/fortanix_sgx" |
| 383 | ] |
| 384 | |
| 385 | [autolabel."O-solaris"] |
| 386 | trigger_files = [ |
| 387 | "library/std/src/os/solaris" |
| 388 | ] |
| 389 | |
| 390 | [autolabel."O-solid"] |
| 391 | trigger_files = [ |
joboet | 762cd48 | 2024-01-11 23:06:39 | [diff] [blame] | 392 | "library/std/src/sys/pal/solid", |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 393 | "library/std/src/os/solid" |
| 394 | ] |
| 395 | |
| 396 | [autolabel."O-unix"] |
| 397 | trigger_files = [ |
joboet | 762cd48 | 2024-01-11 23:06:39 | [diff] [blame] | 398 | "library/std/src/sys/pal/unix", |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 399 | "library/std/src/os/unix" |
| 400 | ] |
| 401 | |
| 402 | [autolabel."O-wasi"] |
| 403 | trigger_files = [ |
joboet | 762cd48 | 2024-01-11 23:06:39 | [diff] [blame] | 404 | "library/std/src/sys/pal/wasi", |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 405 | "library/std/src/os/wasi" |
| 406 | ] |
| 407 | |
| 408 | [autolabel."O-wasm"] |
| 409 | trigger_files = [ |
joboet | 762cd48 | 2024-01-11 23:06:39 | [diff] [blame] | 410 | "library/std/src/sys/pal/wasm", |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 411 | "library/std/src/os/wasm" |
| 412 | ] |
| 413 | |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 414 | [autolabel."O-windows"] |
| 415 | trigger_files = [ |
joboet | 762cd48 | 2024-01-11 23:06:39 | [diff] [blame] | 416 | "library/std/src/sys/pal/windows", |
Chris Denton | ca055f1 | 2023-08-17 10:16:20 | [diff] [blame] | 417 | "library/std/src/os/windows" |
| 418 | ] |
| 419 | |
Albert Larsan | fa7d17d | 2023-01-19 08:15:57 | [diff] [blame] | 420 | [autolabel."T-bootstrap"] |
Joshua Nelson | bfb3afe | 2022-07-10 22:32:37 | [diff] [blame] | 421 | trigger_files = [ |
Jieyou Xu | 75661c5 | 2024-11-18 12:07:03 | [diff] [blame] | 422 | "Cargo.toml", |
| 423 | "configure", |
| 424 | "config.example.toml", |
Joshua Nelson | bfb3afe | 2022-07-10 22:32:37 | [diff] [blame] | 425 | "src/bootstrap", |
Jieyou Xu | 75661c5 | 2024-11-18 12:07:03 | [diff] [blame] | 426 | "src/build_helper", |
Joshua Nelson | bfb3afe | 2022-07-10 22:32:37 | [diff] [blame] | 427 | "src/tools/rust-installer", |
Albert Larsan | cf70c3d | 2022-11-13 14:31:49 | [diff] [blame] | 428 | "src/tools/x", |
onur-ozkan | aa2faef | 2024-05-09 15:25:18 | [diff] [blame] | 429 | "src/stage0", |
Albert Larsan | 96102c7 | 2023-01-23 18:34:10 | [diff] [blame] | 430 | "src/tools/compiletest", |
| 431 | "src/tools/tidy", |
ozkanonur | c7cec29 | 2023-05-20 11:42:37 | [diff] [blame] | 432 | "src/tools/rustdoc-gui-test", |
onur-ozkan | 1a07e58 | 2024-05-23 09:05:24 | [diff] [blame] | 433 | "src/tools/libcxx-version", |
Jieyou Xu | 75661c5 | 2024-11-18 12:07:03 | [diff] [blame] | 434 | "x.py", |
| 435 | "x", |
| 436 | "x.ps1" |
Joshua Nelson | bfb3afe | 2022-07-10 22:32:37 | [diff] [blame] | 437 | ] |
| 438 | |
onur-ozkan | 3751652 | 2025-01-09 09:39:59 | [diff] [blame] | 439 | [autolabel."A-bootstrap-stamp"] |
| 440 | trigger_files = [ |
| 441 | "src/bootstrap/src/utils/build_stamp.rs", |
| 442 | ] |
| 443 | |
Joshua Nelson | bfb3afe | 2022-07-10 22:32:37 | [diff] [blame] | 444 | [autolabel."T-infra"] |
| 445 | trigger_files = [ |
| 446 | "src/ci", |
| 447 | "src/tools/bump-stage0", |
Albert Larsan | 96102c7 | 2023-01-23 18:34:10 | [diff] [blame] | 448 | "src/tools/cargotest", |
| 449 | "src/tools/tier-check", |
Joshua Nelson | bfb3afe | 2022-07-10 22:32:37 | [diff] [blame] | 450 | ] |
| 451 | |
Josh Triplett | 9a9e827 | 2022-09-24 16:25:38 | [diff] [blame] | 452 | [autolabel."T-style"] |
| 453 | trigger_files = [ |
| 454 | "src/doc/style-guide", |
| 455 | ] |
| 456 | |
David Wood | ae02014 | 2022-08-12 08:14:40 | [diff] [blame] | 457 | [autolabel."A-translation"] |
| 458 | trigger_files = [ |
| 459 | "compiler/rustc_error_messages", |
| 460 | "compiler/rustc_errors/src/translation.rs", |
| 461 | "compiler/rustc_macros/src/diagnostics" |
| 462 | ] |
| 463 | |
Joshua Nelson | 1cd2863 | 2022-09-02 01:49:12 | [diff] [blame] | 464 | [autolabel."A-query-system"] |
| 465 | trigger_files = [ |
| 466 | "compiler/rustc_query_system", |
| 467 | "compiler/rustc_query_impl", |
| 468 | "compiler/rustc_macros/src/query.rs" |
| 469 | ] |
| 470 | |
Joshua Nelson | 10f982d | 2022-10-18 16:20:49 | [diff] [blame] | 471 | [autolabel."A-testsuite"] |
| 472 | trigger_files = [ |
许杰友 Jieyou Xu (Joe) | 7b801a8 | 2025-01-07 10:23:25 | [diff] [blame] | 473 | "src/bootstrap/src/core/build_steps/test.rs", |
Joshua Nelson | 10f982d | 2022-10-18 16:20:49 | [diff] [blame] | 474 | "src/ci", |
Joshua Nelson | 10f982d | 2022-10-18 16:20:49 | [diff] [blame] | 475 | "src/tools/cargotest", |
许杰友 Jieyou Xu (Joe) | 7b801a8 | 2025-01-07 10:23:25 | [diff] [blame] | 476 | "src/tools/compiletest", |
| 477 | "src/tools/miropt-test-tools", |
Joshua Nelson | 10f982d | 2022-10-18 16:20:49 | [diff] [blame] | 478 | "src/tools/remote-test-server", |
| 479 | "src/tools/remote-test-client", |
许杰友 Jieyou Xu (Joe) | 7b801a8 | 2025-01-07 10:23:25 | [diff] [blame] | 480 | "src/tools/rustdoc-gui-test", |
| 481 | "src/tools/suggest-tests", |
| 482 | ] |
| 483 | |
| 484 | [autolabel."A-tidy"] |
| 485 | trigger_files = [ |
| 486 | "src/tools/tidy", |
Joshua Nelson | 10f982d | 2022-10-18 16:20:49 | [diff] [blame] | 487 | ] |
| 488 | |
| 489 | [autolabel."A-meta"] |
| 490 | trigger_files = [ |
| 491 | "triagebot.toml", |
| 492 | "rustfmt.toml", |
| 493 | "LICENSES", |
ismailarilik | ed848a6 | 2024-11-02 16:03:29 | [diff] [blame] | 494 | "COPYRIGHT", |
| 495 | "LICENSE-APACHE", |
| 496 | "LICENSE-MIT", |
| 497 | "CODE_OF_CONDUCT.md", |
Joshua Nelson | 10f982d | 2022-10-18 16:20:49 | [diff] [blame] | 498 | "README.md", |
| 499 | "CONTRIBUTING.md", |
ismailarilik | ed848a6 | 2024-11-02 16:03:29 | [diff] [blame] | 500 | "INSTALL.md", |
| 501 | "REUSE.toml", |
Joshua Nelson | 10f982d | 2022-10-18 16:20:49 | [diff] [blame] | 502 | ".reuse", |
| 503 | ".mailmap", |
| 504 | ".git-blame-ignore-revs", |
| 505 | ".editorconfig" |
| 506 | ] |
| 507 | |
| 508 | [autolabel."T-release"] |
| 509 | trigger_files = [ |
| 510 | "RELEASES.md", |
onur-ozkan | aa2faef | 2024-05-09 15:25:18 | [diff] [blame] | 511 | "src/stage0", |
Joshua Nelson | 10f982d | 2022-10-18 16:20:49 | [diff] [blame] | 512 | "src/version" |
| 513 | ] |
| 514 | |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 515 | [autolabel."S-waiting-on-review"] |
| 516 | new_pr = true |
| 517 | |
Nilstrieb | a118ce2 | 2023-07-06 15:57:03 | [diff] [blame] | 518 | [autolabel."needs-triage"] |
| 519 | new_issue = true |
León Orell Valerian Liehr | 7d7f6c5 | 2023-07-09 22:39:06 | [diff] [blame] | 520 | exclude_labels = [ |
Nilstrieb | 841e9f5 | 2024-01-19 07:29:42 | [diff] [blame] | 521 | "C-tracking-issue", |
| 522 | "A-diagnostics", |
León Orell Valerian Liehr | 7d7f6c5 | 2023-07-09 22:39:06 | [diff] [blame] | 523 | ] |
Nilstrieb | a118ce2 | 2023-07-06 15:57:03 | [diff] [blame] | 524 | |
Boxy | d031bef | 2023-01-11 12:02:14 | [diff] [blame] | 525 | [autolabel."WG-trait-system-refactor"] |
| 526 | trigger_files = [ |
lcnr | c97ed58 | 2024-05-24 20:27:47 | [diff] [blame] | 527 | "compiler/rustc_middle/src/traits/solve", |
| 528 | "compiler/rustc_next_trait_solver", |
Michael Goulet | 41883fd | 2023-02-03 02:29:52 | [diff] [blame] | 529 | "compiler/rustc_trait_selection/src/solve", |
lcnr | c97ed58 | 2024-05-24 20:27:47 | [diff] [blame] | 530 | "compiler/rustc_type_ir/src/solve", |
| 531 | "tests/ui/traits/next-solver", |
Boxy | d031bef | 2023-01-11 12:02:14 | [diff] [blame] | 532 | ] |
| 533 | |
Ramon de C Valle | 533ddf9 | 2024-03-13 10:17:47 | [diff] [blame] | 534 | [autolabel."PG-exploit-mitigations"] |
| 535 | trigger_files = [ |
Ramon de C Valle | 99e88e5 | 2024-04-15 19:41:32 | [diff] [blame] | 536 | "compiler/rustc_sanitizers", |
Ramon de C Valle | 533ddf9 | 2024-03-13 10:17:47 | [diff] [blame] | 537 | "src/doc/rustc/src/exploit-mitigations.md", |
| 538 | "src/doc/unstable-book/src/compiler-flags/branch-protection.md", |
| 539 | "src/doc/unstable-book/src/compiler-flags/cf-protection.md", |
| 540 | "src/doc/unstable-book/src/compiler-flags/control-flow-guard.md", |
| 541 | "src/doc/unstable-book/src/compiler-flags/sanitizer.md", |
| 542 | "src/doc/unstable-book/src/language-features/cfg-sanitize.md", |
| 543 | "src/doc/unstable-book/src/language-features/cfi-encoding.md", |
| 544 | "src/doc/unstable-book/src/language-features/no-sanitize.md", |
| 545 | "tests/codegen/sanitizer", |
| 546 | "tests/codegen/split-lto-unit.rs", |
| 547 | "tests/codegen/stack-probes-inline.rs", |
| 548 | "tests/codegen/stack-protector.rs", |
| 549 | "tests/ui/sanitizer", |
| 550 | "tests/ui/stack-protector" |
| 551 | ] |
| 552 | |
许杰友 Jieyou Xu (Joe) | d3b1367 | 2024-06-09 11:52:11 | [diff] [blame] | 553 | [autolabel."A-run-make"] |
| 554 | trigger_files = [ |
| 555 | "tests/run-make", |
| 556 | "src/tools/run-make-support" |
| 557 | ] |
| 558 | |
许杰友 Jieyou Xu (Joe) | 9f42f94 | 2024-10-14 11:33:40 | [diff] [blame] | 559 | [autolabel."A-compiletest"] |
| 560 | trigger_files = [ |
| 561 | "src/tools/compiletest" |
| 562 | ] |
| 563 | |
许杰友 Jieyou Xu (Joe) | 5871867 | 2025-01-05 17:27:47 | [diff] [blame] | 564 | [autolabel."A-rustc-dev-guide"] |
| 565 | trigger_files = [ |
| 566 | "src/doc/rustc-dev-guide", |
| 567 | ] |
| 568 | |
LeSeulArtichaut | 3a8f6c0 | 2020-06-11 17:21:09 | [diff] [blame] | 569 | [notify-zulip."I-prioritize"] |
Santiago Pastorino | 5881b52 | 2020-06-24 15:32:44 | [diff] [blame] | 570 | zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts |
Camelid | dc58fc4d | 2020-12-20 22:08:55 | [diff] [blame] | 571 | topic = "#{number} {title}" |
LeSeulArtichaut | 78baf42 | 2020-06-24 13:33:08 | [diff] [blame] | 572 | message_on_add = """\ |
Santiago Pastorino | ff06876 | 2020-06-24 15:36:17 | [diff] [blame] | 573 | @*WG-prioritization/alerts* issue #{number} has been requested for prioritization. |
LeSeulArtichaut | 78baf42 | 2020-06-24 13:33:08 | [diff] [blame] | 574 | |
Santiago Pastorino | cf52d5f | 2020-07-20 19:29:58 | [diff] [blame] | 575 | # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label) |
LeSeulArtichaut | 78baf42 | 2020-06-24 13:33:08 | [diff] [blame] | 576 | - Priority? |
| 577 | - Regression? |
| 578 | - Notify people/groups? |
León Orell Valerian Liehr | 4333fb0 | 2024-01-14 12:48:23 | [diff] [blame] | 579 | - Needs `I-{team}-nominated`? |
LeSeulArtichaut | 78baf42 | 2020-06-24 13:33:08 | [diff] [blame] | 580 | """ |
LeSeulArtichaut | 3a8f6c0 | 2020-06-11 17:21:09 | [diff] [blame] | 581 | message_on_remove = "Issue #{number}'s prioritization request has been removed." |
Léo Lanteri Thauvin | 9c7dbe8 | 2020-12-31 01:22:10 | [diff] [blame] | 582 | message_on_close = "Issue #{number} has been closed while requested for prioritization." |
| 583 | message_on_reopen = "Issue #{number} has been reopened." |
Pietro Albini | f64ddc6 | 2020-09-08 08:43:52 | [diff] [blame] | 584 | |
León Orell Valerian Liehr | 8f3d7fe | 2023-10-19 21:15:21 | [diff] [blame] | 585 | # FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions. |
| 586 | # At the moment, the beta-nominated+T-rustdoc action fully occupies the beta-nominated slot |
| 587 | # preventing others from adding more beta-nominated actions. |
| 588 | [notify-zulip."beta-nominated"] |
| 589 | required_labels = ["T-rustdoc"] |
| 590 | zulip_stream = 266220 # #t-rustdoc |
| 591 | topic = "beta-nominated: #{number}" |
| 592 | # Zulip polls may not be preceded by any other text and pings & short links inside |
| 593 | # the title of a poll don't get recognized. Therefore we need to send two messages. |
| 594 | message_on_add = [ |
| 595 | """\ |
| 596 | @*T-rustdoc* PR #{number} "{title}" has been nominated for beta backport. |
| 597 | """, |
| 598 | """\ |
| 599 | /poll Approve beta backport of #{number}? |
| 600 | approve |
| 601 | decline |
| 602 | don't know |
| 603 | """, |
| 604 | ] |
| 605 | message_on_remove = "PR #{number}'s beta-nomination has been removed." |
| 606 | message_on_close = "PR #{number} has been closed. Thanks for participating!" |
| 607 | message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*." |
| 608 | |
| 609 | # FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions. |
Noah Lev | 91b3ef5 | 2024-05-26 05:55:50 | [diff] [blame] | 610 | # At the moment, the beta-accepted+T-rustdoc action fully occupies the beta-accepted slot |
| 611 | # preventing others from adding more beta-accepted actions. |
| 612 | [notify-zulip."beta-accepted"] |
| 613 | required_labels = ["T-rustdoc"] |
| 614 | zulip_stream = 266220 # #t-rustdoc |
| 615 | # Put it in the same thread as beta-nominated. |
| 616 | topic = "beta-nominated: #{number}" |
| 617 | message_on_add = "PR #{number} has been **accepted** for beta backport." |
| 618 | message_on_remove = "PR #{number}'s beta-acceptance has been **removed**." |
| 619 | message_on_close = "PR #{number} has been closed. Thanks for participating!" |
| 620 | message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*." |
| 621 | |
| 622 | # FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions. |
León Orell Valerian Liehr | 8f3d7fe | 2023-10-19 21:15:21 | [diff] [blame] | 623 | # At the moment, the stable-nominated+T-rustdoc action fully occupies the stable-nominated slot |
| 624 | # preventing others from adding more stable-nominated actions. |
| 625 | [notify-zulip."stable-nominated"] |
| 626 | required_labels = ["T-rustdoc"] |
| 627 | zulip_stream = 266220 # #t-rustdoc |
| 628 | topic = "stable-nominated: #{number}" |
| 629 | # Zulip polls may not be preceded by any other text and pings & short links inside |
| 630 | # the title of a poll don't get recognized. Therefore we need to send two messages. |
| 631 | message_on_add = [ |
| 632 | """\ |
| 633 | @*T-rustdoc* PR #{number} "{title}" has been nominated for stable backport. |
| 634 | """, |
| 635 | """\ |
| 636 | /poll Approve stable backport of #{number}? |
| 637 | approve |
| 638 | decline |
| 639 | don't know |
| 640 | """, |
| 641 | ] |
| 642 | message_on_remove = "PR #{number}'s stable-nomination has been removed." |
| 643 | message_on_close = "PR #{number} has been closed. Thanks for participating!" |
| 644 | message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*." |
| 645 | |
Noah Lev | 91b3ef5 | 2024-05-26 05:55:50 | [diff] [blame] | 646 | # FIXME: Patch triagebot to support `notify-zulip.<label>` getting mapped to an array of actions. |
| 647 | # At the moment, the stable-accepted+T-rustdoc action fully occupies the stable-accepted slot |
| 648 | # preventing others from adding more stable-accepted actions. |
| 649 | [notify-zulip."stable-accepted"] |
| 650 | required_labels = ["T-rustdoc"] |
| 651 | zulip_stream = 266220 # #t-rustdoc |
| 652 | # Put it in the same thread as stable-nominated. |
| 653 | topic = "stable-nominated: #{number}" |
| 654 | message_on_add = "PR #{number} has been **accepted** for stable backport." |
| 655 | message_on_remove = "PR #{number}'s stable-acceptance has been **removed**." |
| 656 | message_on_close = "PR #{number} has been closed. Thanks for participating!" |
| 657 | message_on_reopen = "PR #{number} has been reopened. Pinging @*T-rustdoc*." |
| 658 | |
Michael Goulet | 7b6f25a | 2022-06-03 14:08:17 | [diff] [blame] | 659 | [notify-zulip."I-types-nominated"] |
| 660 | zulip_stream = 326866 # #T-types/nominated |
| 661 | topic = "#{number}: {title}" |
| 662 | message_on_add = """\ |
| 663 | @*T-types* issue #{number} "{title}" has been nominated for team discussion. |
| 664 | """ |
| 665 | message_on_remove = "Issue #{number}'s nomination has been removed. Thanks all for participating!" |
| 666 | message_on_close = "Issue #{number} has been closed. Thanks for participating!" |
| 667 | message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*." |
| 668 | |
Ryan Levick | 79da09b | 2021-07-26 09:38:46 | [diff] [blame] | 669 | [notify-zulip."A-edition-2021"] |
| 670 | required_labels = ["C-bug"] |
Eric Huss | d0bf6e6 | 2024-03-25 19:00:47 | [diff] [blame] | 671 | zulip_stream = 268952 # #edition |
| 672 | topic = "Edition Bugs" |
| 673 | message_on_add = """\ |
| 674 | Issue #{number} "{title}" has been added (previous edition 2021). |
| 675 | """ |
| 676 | |
| 677 | [notify-zulip."A-edition-2024"] |
| 678 | required_labels = ["C-bug"] |
| 679 | zulip_stream = 268952 # #edition |
Ryan Levick | d1b032f | 2021-07-26 08:31:28 | [diff] [blame] | 680 | topic = "Edition Bugs" |
| 681 | message_on_add = """\ |
| 682 | Issue #{number} "{title}" has been added. |
| 683 | """ |
| 684 | |
Peter Jaszkowiak | 4baa12b | 2023-07-28 04:07:38 | [diff] [blame] | 685 | [no-merges] |
Peter Jaszkowiak | a745f92 | 2023-11-04 02:40:21 | [diff] [blame] | 686 | exclude_titles = ["Rollup of", "subtree update", "Subtree update"] |
Peter Jaszkowiak | 4baa12b | 2023-07-28 04:07:38 | [diff] [blame] | 687 | labels = ["has-merge-commits", "S-waiting-on-author"] |
| 688 | |
Pietro Albini | f64ddc6 | 2020-09-08 08:43:52 | [diff] [blame] | 689 | [github-releases] |
| 690 | format = "rustc" |
| 691 | project-name = "Rust" |
| 692 | changelog-path = "RELEASES.md" |
| 693 | changelog-branch = "master" |
Llandy Riveron Del Risco | 33a8e9f | 2021-07-18 19:52:18 | [diff] [blame] | 694 | |
| 695 | [shortcut] |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 696 | |
David Wood | e5fa6ec | 2024-02-20 10:25:06 | [diff] [blame] | 697 | [mentions."triagebot.toml"] |
| 698 | message = "`triagebot.toml` has been modified, there may have been changes to the review queue." |
| 699 | cc = ["@davidtwco", "@wesleywiser"] |
| 700 | |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 701 | [mentions."compiler/rustc_codegen_cranelift"] |
| 702 | cc = ["@bjorn3"] |
| 703 | |
waffle | 5143638 | 2025-03-06 16:16:00 | [diff] [blame] | 704 | [mentions."compiler/rustc_codegen_ssa"] |
| 705 | cc = ["@WaffleLapkin"] |
| 706 | |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 707 | [mentions."compiler/rustc_codegen_gcc"] |
Guillaume Gomez | c0be10c | 2023-12-07 14:12:06 | [diff] [blame] | 708 | cc = ["@antoyo", "@GuillaumeGomez"] |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 709 | |
Ralf Jung | b81e919 | 2024-11-05 08:13:28 | [diff] [blame] | 710 | [mentions."compiler/rustc_const_eval/src/"] |
| 711 | message = "Some changes occurred to the CTFE machinery" |
Deadbeef | 340a249 | 2025-03-01 04:53:11 | [diff] [blame] | 712 | cc = ["@RalfJung", "@oli-obk", "@lcnr"] |
| 713 | |
| 714 | [mentions."compiler/rustc_const_eval/src/check_consts"] |
| 715 | message = "Some changes occurred to constck" |
| 716 | cc = ["@fee1-dead"] |
Ralf Jung | b81e919 | 2024-11-05 08:13:28 | [diff] [blame] | 717 | |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 718 | [mentions."compiler/rustc_const_eval/src/interpret"] |
Ralf Jung | db40dc3 | 2024-09-11 14:31:05 | [diff] [blame] | 719 | message = "Some changes occurred to the CTFE / Miri interpreter" |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 720 | cc = ["@rust-lang/miri"] |
| 721 | |
Eric Huss | ef00d4f | 2024-12-08 20:22:11 | [diff] [blame] | 722 | [mentions."compiler/rustc_trait_selection/src/error_reporting/infer/need_type_info.rs"] |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 723 | message = "Some changes occurred in need_type_info.rs" |
| 724 | cc = ["@lcnr"] |
| 725 | |
Michael Goulet | 18bf0ca | 2023-12-14 15:56:05 | [diff] [blame] | 726 | [mentions."compiler/rustc_middle/src/ty/relate.rs"] |
lcnr | 6db7ac6 | 2024-04-05 13:09:48 | [diff] [blame] | 727 | message = "changes to the core type system" |
Michael Goulet | 18bf0ca | 2023-12-14 15:56:05 | [diff] [blame] | 728 | cc = ["@compiler-errors", "@lcnr"] |
| 729 | |
| 730 | [mentions."compiler/rustc_infer/src/infer/relate"] |
lcnr | 6db7ac6 | 2024-04-05 13:09:48 | [diff] [blame] | 731 | message = "changes to the core type system" |
Michael Goulet | 18bf0ca | 2023-12-14 15:56:05 | [diff] [blame] | 732 | cc = ["@compiler-errors", "@lcnr"] |
| 733 | |
Eric Huss | ef00d4f | 2024-12-08 20:22:11 | [diff] [blame] | 734 | [mentions."compiler/rustc_hir_typeck/src/fn_ctxt/inspect_obligations.rs"] |
lcnr | 146f637 | 2024-04-25 20:21:38 | [diff] [blame] | 735 | message = "changes to `inspect_obligations.rs`" |
| 736 | cc = ["@compiler-errors", "@lcnr"] |
| 737 | |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 738 | [mentions."compiler/rustc_middle/src/mir/interpret"] |
Ralf Jung | db40dc3 | 2024-09-11 14:31:05 | [diff] [blame] | 739 | message = "Some changes occurred to the CTFE / Miri interpreter" |
Deadbeef | 340a249 | 2025-03-01 04:53:11 | [diff] [blame] | 740 | cc = ["@rust-lang/miri", "@RalfJung", "@oli-obk", "@lcnr"] |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 741 | |
| 742 | [mentions."compiler/rustc_mir_transform/src/"] |
| 743 | message = "Some changes occurred to MIR optimizations" |
Mark Rousskov | d6b9c10 | 2022-06-28 12:14:42 | [diff] [blame] | 744 | cc = ["@rust-lang/wg-mir-opt"] |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 745 | |
lcnr | 6db7ac6 | 2024-04-05 13:09:48 | [diff] [blame] | 746 | [mentions."compiler/rustc_trait_selection/src/traits/wf.rs"] |
| 747 | message = "changes to the core type system" |
| 748 | cc = ["@compiler-errors", "@lcnr"] |
| 749 | |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 750 | [mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"] |
Boxy | 3ca5c82 | 2022-12-06 16:45:11 | [diff] [blame] | 751 | message = "Some changes occurred in `const_evaluatable.rs`" |
Boxy | 50f0900 | 2022-12-06 16:33:19 | [diff] [blame] | 752 | cc = ["@BoxyUwU"] |
| 753 | |
| 754 | [mentions."compiler/rustc_middle/src/ty/abstract_const.rs"] |
DaniPopes | f470c29 | 2023-04-10 19:02:49 | [diff] [blame] | 755 | message = "Some changes occurred in `abstract_const.rs`" |
Boxy | 50f0900 | 2022-12-06 16:33:19 | [diff] [blame] | 756 | cc = ["@BoxyUwU"] |
| 757 | |
| 758 | [mentions."compiler/rustc_ty_utils/src/consts.rs"] |
DaniPopes | f470c29 | 2023-04-10 19:02:49 | [diff] [blame] | 759 | message = "Some changes occurred in `rustc_ty_utils::consts.rs`" |
Boxy | 50f0900 | 2022-12-06 16:33:19 | [diff] [blame] | 760 | cc = ["@BoxyUwU"] |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 761 | |
Michael Goulet | e97e55f | 2022-12-23 23:28:02 | [diff] [blame] | 762 | [mentions."compiler/rustc_trait_selection/src/solve/"] |
lcnr | a213bb3 | 2022-12-04 03:19:10 | [diff] [blame] | 763 | message = "Some changes occurred to the core trait solver" |
Boxy | d031bef | 2023-01-11 12:02:14 | [diff] [blame] | 764 | cc = ["@rust-lang/initiative-trait-system-refactor"] |
lcnr | a213bb3 | 2022-12-04 03:19:10 | [diff] [blame] | 765 | |
lcnr | 68d9530 | 2022-11-25 13:26:10 | [diff] [blame] | 766 | [mentions."compiler/rustc_trait_selection/src/traits/engine.rs"] |
| 767 | message = """ |
| 768 | Some changes occurred in engine.rs, potentially modifying the public API \ |
| 769 | of `ObligationCtxt`. |
| 770 | """ |
Michael Goulet | 7c2d48b | 2023-01-11 00:32:52 | [diff] [blame] | 771 | cc = ["@lcnr", "@compiler-errors"] |
lcnr | 68d9530 | 2022-11-25 13:26:10 | [diff] [blame] | 772 | |
León Orell Valerian Liehr | 5e73a8b | 2024-03-14 14:07:34 | [diff] [blame] | 773 | [mentions."compiler/rustc_hir_analysis/src/hir_ty_lowering"] |
| 774 | message = "HIR ty lowering was modified" |
| 775 | cc = ["@fmease"] |
| 776 | |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 777 | [mentions."compiler/rustc_error_codes/src/lib.rs"] |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 778 | message = "Some changes occurred in diagnostic error codes" |
| 779 | cc = ["@GuillaumeGomez"] |
| 780 | |
Zalathar | 6079827 | 2025-03-02 03:27:53 | [diff] [blame] | 781 | [mentions."compiler/rustc_mir_build/src/builder/matches"] |
Nadrieril | 4b732c9 | 2024-02-16 17:26:34 | [diff] [blame] | 782 | message = "Some changes occurred in match lowering" |
| 783 | cc = ["@Nadrieril"] |
| 784 | |
Nadrieril | f93f6c5 | 2023-04-30 20:43:46 | [diff] [blame] | 785 | [mentions."compiler/rustc_mir_build/src/thir/pattern"] |
Nadrieril | 4b732c9 | 2024-02-16 17:26:34 | [diff] [blame] | 786 | message = "Some changes occurred in match checking" |
Nadrieril | f93f6c5 | 2023-04-30 20:43:46 | [diff] [blame] | 787 | cc = ["@Nadrieril"] |
| 788 | |
Nadrieril | 79806f1 | 2023-12-11 10:02:24 | [diff] [blame] | 789 | [mentions."compiler/rustc_pattern_analysis"] |
Nadrieril | 4b732c9 | 2024-02-16 17:26:34 | [diff] [blame] | 790 | message = "Some changes occurred in exhaustiveness checking" |
Nadrieril | 79806f1 | 2023-12-11 10:02:24 | [diff] [blame] | 791 | cc = ["@Nadrieril"] |
| 792 | |
Urgau | c39c0e1 | 2024-04-05 21:02:36 | [diff] [blame] | 793 | [mentions."compiler/rustc_session/src/config/cfg.rs"] |
| 794 | message = "Some changes occurred in cfg and check-cfg configuration" |
| 795 | cc = ["@Urgau"] |
| 796 | |
Urgau | ed0478a | 2024-03-16 22:40:49 | [diff] [blame] | 797 | [mentions."compiler/rustc_lint/src/context/diagnostics/check_cfg.rs"] |
Urgau | c39c0e1 | 2024-04-05 21:02:36 | [diff] [blame] | 798 | message = "Some changes occurred in check-cfg diagnostics" |
Urgau | ed0478a | 2024-03-16 22:40:49 | [diff] [blame] | 799 | cc = ["@Urgau"] |
| 800 | |
bjorn3 | 4369a78 | 2023-12-19 15:16:02 | [diff] [blame] | 801 | [mentions."library/core/src/intrinsics/simd.rs"] |
| 802 | message = """ |
bjorn3 | adb6e1b | 2023-12-26 11:42:40 | [diff] [blame] | 803 | Some changes occurred to the platform-builtins intrinsics. Make sure the |
| 804 | LLVM backend as well as portable-simd gets adapted for the changes. |
bjorn3 | 4369a78 | 2023-12-19 15:16:02 | [diff] [blame] | 805 | """ |
| 806 | cc = ["@antoyo", "@GuillaumeGomez", "@bjorn3", "@calebzulawski", "@programmerjake"] |
| 807 | |
Ralf Jung | db40dc3 | 2024-09-11 14:31:05 | [diff] [blame] | 808 | [mentions."library/core/src/intrinsics"] |
| 809 | message = """ |
| 810 | Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter |
| 811 | gets adapted for the changes, if necessary. |
| 812 | """ |
Deadbeef | 340a249 | 2025-03-01 04:53:11 | [diff] [blame] | 813 | cc = ["@rust-lang/miri", "@RalfJung", "@oli-obk", "@lcnr"] |
Ralf Jung | db40dc3 | 2024-09-11 14:31:05 | [diff] [blame] | 814 | |
Caleb Zulawski | 8abb803 | 2023-06-01 02:54:01 | [diff] [blame] | 815 | [mentions."library/portable-simd"] |
| 816 | message = """ |
| 817 | Portable SIMD is developed in its own repository. If possible, consider \ |
| 818 | making this change to [rust-lang/portable-simd](https://github.com/rust-lang/portable-simd) \ |
| 819 | instead. |
| 820 | """ |
Jacob Lifshay | 400fad7 | 2023-06-08 05:26:31 | [diff] [blame] | 821 | cc = ["@calebzulawski", "@programmerjake"] |
Caleb Zulawski | 8abb803 | 2023-06-01 02:54:01 | [diff] [blame] | 822 | |
许杰友 Jieyou Xu (Joe) | be89da5 | 2024-10-13 11:45:25 | [diff] [blame] | 823 | [mentions."library/core/src/unicode/unicode_data.rs"] |
| 824 | message = """ |
| 825 | `library/core/src/unicode/unicode_data.rs` is generated by |
| 826 | `src/tools/unicode-table-generator` via `./x run |
| 827 | src/tools/unicode-table-generator`. If you want to modify `unicode_data.rs`, |
| 828 | please modify the tool then regenerate the library source file with the tool |
| 829 | instead of editing the library source file manually. |
| 830 | """ |
| 831 | |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 832 | [mentions."src/librustdoc/html/static"] |
| 833 | message = "Some changes occurred in HTML/CSS/JS." |
| 834 | cc = [ |
| 835 | "@GuillaumeGomez", |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 836 | "@jsha", |
| 837 | ] |
| 838 | |
Guillaume Gomez | f8a8ec1 | 2023-06-01 10:57:10 | [diff] [blame] | 839 | [mentions."tests/rustdoc-gui/"] |
| 840 | message = "Some changes occurred in GUI tests." |
| 841 | cc = ["@GuillaumeGomez"] |
| 842 | |
许杰友 Jieyou Xu (Joe) | fc42f3b | 2024-03-16 19:15:45 | [diff] [blame] | 843 | [mentions."tests/run-make/"] |
许杰友 Jieyou Xu (Joe) | 95b030f | 2025-02-05 13:52:30 | [diff] [blame] | 844 | message = "This PR modifies `run-make` tests." |
许杰友 Jieyou Xu (Joe) | fc42f3b | 2024-03-16 19:15:45 | [diff] [blame] | 845 | cc = ["@jieyouxu"] |
| 846 | |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 847 | [mentions."src/rustdoc-json-types"] |
| 848 | message = """ |
Eric Huss | b292d94 | 2022-06-28 18:38:07 | [diff] [blame] | 849 | rustdoc-json-types is a **public** (although nightly-only) API. \ |
| 850 | If possible, consider changing `src/librustdoc/json/conversions.rs`; \ |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 851 | otherwise, make sure you bump the `FORMAT_VERSION` constant. |
| 852 | """ |
| 853 | cc = [ |
| 854 | "@CraftSpider", |
| 855 | "@aDotInTheVoid", |
Martin Nordholts | 6f194d7 | 2022-07-29 20:04:06 | [diff] [blame] | 856 | "@Enselic", |
Predrag Gruevski | a1fa958 | 2022-09-11 02:04:57 | [diff] [blame] | 857 | "@obi1kenobi", |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 858 | ] |
| 859 | |
| 860 | [mentions."src/tools/cargo"] |
| 861 | cc = ["@ehuss"] |
| 862 | |
| 863 | [mentions."src/tools/clippy"] |
| 864 | cc = ["@rust-lang/clippy"] |
| 865 | |
许杰友 Jieyou Xu (Joe) | fc42f3b | 2024-03-16 19:15:45 | [diff] [blame] | 866 | [mentions."src/tools/compiletest"] |
| 867 | cc = ["@jieyouxu"] |
| 868 | |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 869 | [mentions."src/tools/miri"] |
Oli Scherer | 6cfa7ef | 2022-09-19 19:08:02 | [diff] [blame] | 870 | message = "The Miri subtree was changed" |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 871 | cc = ["@rust-lang/miri"] |
| 872 | |
许杰友 Jieyou Xu (Joe) | fc42f3b | 2024-03-16 19:15:45 | [diff] [blame] | 873 | [mentions."src/tools/run-make-support"] |
| 874 | message = "The run-make-support library was changed" |
| 875 | cc = ["@jieyouxu"] |
| 876 | |
Lukas Wirth | e4c9915 | 2022-11-27 12:28:48 | [diff] [blame] | 877 | [mentions."src/tools/rust-analyzer"] |
David Tolnay | 7a6dce3 | 2023-11-24 17:12:05 | [diff] [blame] | 878 | message = """ |
| 879 | rust-analyzer is developed in its own repository. If possible, consider making \ |
| 880 | this change to [rust-lang/rust-analyzer] instead. |
| 881 | |
| 882 | [rust-lang/rust-analyzer]: https://github.com/rust-lang/rust-analyzer |
| 883 | """ |
Lukas Wirth | a818484 | 2023-03-10 10:22:27 | [diff] [blame] | 884 | cc = ["@rust-lang/rust-analyzer"] |
Lukas Wirth | e4c9915 | 2022-11-27 12:28:48 | [diff] [blame] | 885 | |
Eric Huss | 44e5715 | 2022-06-27 15:57:06 | [diff] [blame] | 886 | [mentions."src/tools/rustfmt"] |
| 887 | cc = ["@rust-lang/rustfmt"] |
Ralf Jung | ab01a73 | 2022-06-29 00:05:23 | [diff] [blame] | 888 | |
| 889 | [mentions."compiler/rustc_middle/src/mir/syntax.rs"] |
| 890 | message = "This PR changes MIR" |
Celina G. Val | 5172364 | 2025-01-06 18:50:58 | [diff] [blame] | 891 | cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@davidtwco", "@vakaras"] |
David Wood | a9e6167 | 2022-08-10 16:13:18 | [diff] [blame] | 892 | |
| 893 | [mentions."compiler/rustc_error_messages"] |
| 894 | message = "`rustc_error_messages` was changed" |
Yuki Okushi | c3dd266 | 2023-12-15 15:15:15 | [diff] [blame] | 895 | cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"] |
David Wood | a9e6167 | 2022-08-10 16:13:18 | [diff] [blame] | 896 | |
| 897 | [mentions."compiler/rustc_errors/src/translation.rs"] |
| 898 | message = "`rustc_errors::translation` was changed" |
Yuki Okushi | c3dd266 | 2023-12-15 15:15:15 | [diff] [blame] | 899 | cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"] |
David Wood | a9e6167 | 2022-08-10 16:13:18 | [diff] [blame] | 900 | |
| 901 | [mentions."compiler/rustc_macros/src/diagnostics"] |
| 902 | message = "`rustc_macros::diagnostics` was changed" |
Yuki Okushi | c3dd266 | 2023-12-15 15:15:15 | [diff] [blame] | 903 | cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"] |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 904 | |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 905 | [mentions."compiler/stable_mir"] |
| 906 | message = "This PR changes Stable MIR" |
Santiago Pastorino | ada6c16 | 2024-03-22 15:28:34 | [diff] [blame] | 907 | cc = ["@oli-obk", "@celinval", "@ouz-a"] |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 908 | |
Eric Huss | 27a6280 | 2022-10-26 23:45:24 | [diff] [blame] | 909 | [mentions."compiler/rustc_target/src/spec"] |
| 910 | message = """ |
| 911 | These commits modify **compiler targets**. |
| 912 | (See the [Target Tier Policy](https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html).) |
| 913 | """ |
| 914 | |
Caleb Cartwright | da538c1 | 2023-01-26 01:58:22 | [diff] [blame] | 915 | [mentions."src/doc/style-guide"] |
| 916 | cc = ["@rust-lang/style"] |
| 917 | |
Boxy | b83078f | 2023-02-03 10:42:37 | [diff] [blame] | 918 | [mentions."Cargo.lock"] |
| 919 | message = """ |
Nicholas Nethercote | 51b9f78 | 2023-05-02 22:25:02 | [diff] [blame] | 920 | These commits modify the `Cargo.lock` file. Unintentional changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs. |
Boxy | b83078f | 2023-02-03 10:42:37 | [diff] [blame] | 921 | |
Nicholas Nethercote | 51b9f78 | 2023-05-02 22:25:02 | [diff] [blame] | 922 | If this was unintentional then you should revert the changes before this PR is merged. |
| 923 | Otherwise, you can ignore this comment. |
Boxy | b83078f | 2023-02-03 10:42:37 | [diff] [blame] | 924 | """ |
| 925 | |
Trevor Gross | c369c20 | 2024-08-05 17:39:35 | [diff] [blame] | 926 | [mentions."library/Cargo.lock"] |
| 927 | message = """ |
| 928 | These commits modify the `library/Cargo.lock` file. Unintentional changes to `library/Cargo.lock` can be introduced when switching branches and rebasing PRs. |
| 929 | |
| 930 | If this was unintentional then you should revert the changes before this PR is merged. |
| 931 | Otherwise, you can ignore this comment. |
| 932 | """ |
| 933 | |
Zephaniah Ong | 70fd729 | 2023-02-14 06:25:46 | [diff] [blame] | 934 | [mentions."src/tools/x"] |
| 935 | message = "`src/tools/x` was changed. Bump version of Cargo.toml in `src/tools/x` so tidy will suggest installing the new version." |
Zephaniah Ong | 2a5a1a8 | 2023-02-14 05:56:19 | [diff] [blame] | 936 | |
David Wood | d5269a1 | 2023-08-22 15:15:00 | [diff] [blame] | 937 | [mentions."src/tools/tidy/src/deps.rs"] |
Tshepang Mbambo | 03435e6 | 2023-11-08 10:19:32 | [diff] [blame] | 938 | message = "The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging." |
David Wood | d5269a1 | 2023-08-22 15:15:00 | [diff] [blame] | 939 | cc = ["@davidtwco", "@wesleywiser"] |
| 940 | |
onur-ozkan | 8a45eed | 2023-10-19 05:39:28 | [diff] [blame] | 941 | [mentions."src/bootstrap/src/core/config"] |
onur-ozkan | 576a17e | 2023-11-23 21:18:57 | [diff] [blame] | 942 | message = """ |
| 943 | This PR modifies `src/bootstrap/src/core/config`. |
| 944 | |
onur-ozkan | ce2eaa6 | 2023-12-18 12:54:10 | [diff] [blame] | 945 | If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`. |
onur-ozkan | 576a17e | 2023-11-23 21:18:57 | [diff] [blame] | 946 | """ |
onur-ozkan | 0c55576 | 2023-10-19 05:39:55 | [diff] [blame] | 947 | [mentions."src/bootstrap/defaults"] |
onur-ozkan | 576a17e | 2023-11-23 21:18:57 | [diff] [blame] | 948 | message = """ |
| 949 | This PR modifies `src/bootstrap/defaults`. |
| 950 | |
onur-ozkan | ce2eaa6 | 2023-12-18 12:54:10 | [diff] [blame] | 951 | If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`. |
onur-ozkan | 576a17e | 2023-11-23 21:18:57 | [diff] [blame] | 952 | """ |
onur-ozkan | 7d3dcd9 | 2023-10-01 13:55:46 | [diff] [blame] | 953 | [mentions."config.example.toml"] |
onur-ozkan | 576a17e | 2023-11-23 21:18:57 | [diff] [blame] | 954 | message = """ |
| 955 | This PR modifies `config.example.toml`. |
| 956 | |
onur-ozkan | ce2eaa6 | 2023-12-18 12:54:10 | [diff] [blame] | 957 | If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/utils/change_tracker.rs`. |
onur-ozkan | 576a17e | 2023-11-23 21:18:57 | [diff] [blame] | 958 | """ |
onur-ozkan | 7d3dcd9 | 2023-10-01 13:55:46 | [diff] [blame] | 959 | |
onur-ozkan | 8a45eed | 2023-10-19 05:39:28 | [diff] [blame] | 960 | [mentions."src/bootstrap/src/core/build_steps/llvm.rs"] |
jyn | be9b133 | 2023-06-14 14:01:19 | [diff] [blame] | 961 | message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp." |
jyn | be9b133 | 2023-06-14 14:01:19 | [diff] [blame] | 962 | |
Matthias Krüger | 8ffb5f9 | 2024-06-13 15:16:28 | [diff] [blame] | 963 | [mentions."test/crashes"] |
naskya | 8ba2c7d | 2024-09-27 03:58:16 | [diff] [blame] | 964 | 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." |
Matthias Krüger | 8ffb5f9 | 2024-06-13 15:16:28 | [diff] [blame] | 965 | |
Alona Enraght-Moony | f065a55 | 2025-02-15 13:07:44 | [diff] [blame] | 966 | [mentions."tests/rustdoc-json"] |
| 967 | cc = ["@aDotInTheVoid"] |
| 968 | |
Nicholas Nethercote | 6af761a | 2023-05-02 22:22:05 | [diff] [blame] | 969 | [mentions."tests/ui/deriving/deriving-all-codegen.stdout"] |
| 970 | message = "Changes to the code generated for builtin derived traits." |
| 971 | cc = ["@nnethercote"] |
| 972 | |
Sam Estep | 090c24f | 2024-11-14 21:12:17 | [diff] [blame] | 973 | [mentions."tests/ui/stats/input-stats.stderr"] |
Nicholas Nethercote | 6af761a | 2023-05-02 22:22:05 | [diff] [blame] | 974 | message = "Changes to the size of AST and/or HIR nodes." |
| 975 | cc = ["@nnethercote"] |
| 976 | |
Ramon de C Valle | 99e88e5 | 2024-04-15 19:41:32 | [diff] [blame] | 977 | [mentions."compiler/rustc_sanitizers"] |
Ramon de C Valle | 533ddf9 | 2024-03-13 10:17:47 | [diff] [blame] | 978 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 979 | |
| 980 | [mentions."src/doc/rustc/src/exploit-mitigations.md"] |
| 981 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 982 | |
| 983 | [mentions."src/doc/unstable-book/src/compiler-flags/branch-protection.md"] |
| 984 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 985 | |
| 986 | [mentions."src/doc/unstable-book/src/compiler-flags/cf-protection.md"] |
| 987 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 988 | |
| 989 | [mentions."src/doc/unstable-book/src/compiler-flags/control-flow-guard.md"] |
| 990 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 991 | |
| 992 | [mentions."src/doc/unstable-book/src/compiler-flags/sanitizer.md"] |
| 993 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 994 | |
| 995 | [mentions."src/doc/unstable-book/src/language-features/cfg-sanitize.md"] |
| 996 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 997 | |
| 998 | [mentions."src/doc/unstable-book/src/language-features/cfi-encoding.md"] |
| 999 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 1000 | |
| 1001 | [mentions."src/doc/unstable-book/src/language-features/no-sanitize.md"] |
| 1002 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 1003 | |
Urgau | a20de73 | 2024-02-25 14:45:43 | [diff] [blame] | 1004 | [mentions."src/doc/rustc/src/check-cfg.md"] |
Urgau | ed0478a | 2024-03-16 22:40:49 | [diff] [blame] | 1005 | cc = ["@Urgau"] |
| 1006 | |
Urgau | bebcb4e | 2024-05-25 11:56:19 | [diff] [blame] | 1007 | [mentions."src/doc/rustc/src/check-cfg"] |
| 1008 | cc = ["@Urgau"] |
| 1009 | |
Nilstrieb | df4eec8 | 2024-03-27 19:54:31 | [diff] [blame] | 1010 | [mentions."src/doc/rustc/src/platform-support"] |
许杰友 Jieyou Xu (Joe) | f4fa80f | 2024-07-29 17:01:39 | [diff] [blame] | 1011 | cc = ["@Noratrieb"] |
Nilstrieb | df4eec8 | 2024-03-27 19:54:31 | [diff] [blame] | 1012 | |
Ramon de C Valle | 533ddf9 | 2024-03-13 10:17:47 | [diff] [blame] | 1013 | [mentions."tests/codegen/sanitizer"] |
| 1014 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 1015 | |
| 1016 | [mentions."tests/codegen/split-lto-unit.rs"] |
| 1017 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 1018 | |
| 1019 | [mentions."tests/codegen/stack-probes-inline.rs"] |
| 1020 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 1021 | |
| 1022 | [mentions."tests/codegen/stack-protector.rs"] |
| 1023 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 1024 | |
| 1025 | [mentions."tests/ui/sanitizer"] |
| 1026 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 1027 | |
| 1028 | [mentions."tests/ui/stack-protector"] |
| 1029 | cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] |
| 1030 | |
Zalathar | 36f8d67 | 2024-03-17 02:46:54 | [diff] [blame] | 1031 | [mentions."compiler/rustc_middle/src/mir/coverage.rs"] |
| 1032 | message = "Some changes occurred in coverage instrumentation." |
| 1033 | cc = ["@Zalathar"] |
| 1034 | |
Zalathar | 6079827 | 2025-03-02 03:27:53 | [diff] [blame] | 1035 | [mentions."compiler/rustc_mir_build/src/builder/coverageinfo.rs"] |
Zalathar | 36f8d67 | 2024-03-17 02:46:54 | [diff] [blame] | 1036 | message = "Some changes occurred in coverage instrumentation." |
| 1037 | cc = ["@Zalathar"] |
| 1038 | |
| 1039 | [mentions."compiler/rustc_mir_transform/src/coverage"] |
| 1040 | message = "Some changes occurred in coverage instrumentation." |
| 1041 | cc = ["@Zalathar"] |
| 1042 | |
| 1043 | [mentions."compiler/rustc_codegen_llvm/src/coverageinfo"] |
| 1044 | message = "Some changes occurred in coverage instrumentation." |
| 1045 | cc = ["@Zalathar"] |
| 1046 | |
| 1047 | [mentions."compiler/rustc_codegen_ssa/src/mir/coverageinfo.rs"] |
| 1048 | message = "Some changes occurred in coverage instrumentation." |
| 1049 | cc = ["@Zalathar"] |
| 1050 | |
| 1051 | [mentions."tests/coverage"] |
| 1052 | message = "Some changes occurred in coverage tests." |
| 1053 | cc = ["@Zalathar"] |
| 1054 | |
Jakub Beránek | e2ef4e1 | 2024-05-24 08:36:44 | [diff] [blame] | 1055 | [mentions."src/tools/opt-dist"] |
| 1056 | cc = ["@kobzol"] |
| 1057 | |
Eric Huss | a97404e | 2024-12-08 20:09:58 | [diff] [blame] | 1058 | [mentions."tests/ui-fulldeps/lexer/unicode-version.run.stdout"] |
| 1059 | message = """If the Unicode version changes are intentional, |
| 1060 | it should also be updated in the reference at |
| 1061 | https://github.com/rust-lang/reference/blob/HEAD/src/identifiers.md. |
| 1062 | """ |
| 1063 | cc = ["@ehuss"] |
| 1064 | |
Boxy | 2cc114c | 2025-01-05 18:39:43 | [diff] [blame] | 1065 | [mentions."src/doc/rustc-dev-guide"] |
| 1066 | message = "The rustc-dev-guide subtree was changed. If this PR *only* touches the dev guide consider submitting a PR directly to [rust-lang/rustc-dev-guide](https://github.com/rust-lang/rustc-dev-guide/pulls) otherwise thank you for updating the dev guide with your changes." |
| 1067 | cc = ["@BoxyUwU", "@jieyouxu", "@kobzol"] |
| 1068 | |
Jonathan Dönszelmann | 14fb5ef | 2025-02-06 13:31:41 | [diff] [blame] | 1069 | [mentions."compiler/rustc_codegen_ssa/src/codegen_attrs.rs"] |
| 1070 | cc = ["@jdonszelmann"] |
| 1071 | [mentions."compiler/rustc_passes/src/check_attr.rs"] |
| 1072 | cc = ["@jdonszelmann"] |
| 1073 | [mentions."compiler/rustc_attr_parsing"] |
| 1074 | cc = ["@jdonszelmann"] |
| 1075 | [mentions."compiler/rustc_attr_data_structures"] |
| 1076 | cc = ["@jdonszelmann"] |
| 1077 | [mentions."compiler/rustc_attr_validation"] |
| 1078 | cc = ["@jdonszelmann"] |
| 1079 | |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1080 | [assign] |
Urgau | 87fc2e3 | 2024-12-09 18:35:02 | [diff] [blame] | 1081 | warn_non_default_branch.enable = true |
Jynn Nelson | e6989d2 | 2023-03-30 17:36:40 | [diff] [blame] | 1082 | contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html" |
Trevor Gross | a007310 | 2024-09-01 02:24:47 | [diff] [blame] | 1083 | users_on_vacation = [ |
Trevor Gross | a007310 | 2024-09-01 02:24:47 | [diff] [blame] | 1084 | "jyn514", |
Trevor Gross | a007310 | 2024-09-01 02:24:47 | [diff] [blame] | 1085 | ] |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1086 | |
Urgau | 87fc2e3 | 2024-12-09 18:35:02 | [diff] [blame] | 1087 | [[assign.warn_non_default_branch.exceptions]] |
| 1088 | title = "[beta" |
| 1089 | branch = "beta" |
| 1090 | |
| 1091 | [[assign.warn_non_default_branch.exceptions]] |
| 1092 | title = "[stable" |
| 1093 | branch = "stable" |
| 1094 | |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1095 | [assign.adhoc_groups] |
许杰友 Jieyou Xu (Joe) | 9c75ed2 | 2025-03-05 14:18:53 | [diff] [blame] | 1096 | compiler_leads = [ |
| 1097 | "@davidtwco", |
| 1098 | "@wesleywiser", |
| 1099 | ] |
León Orell Valerian Liehr | 5b7423c | 2024-11-11 23:33:23 | [diff] [blame] | 1100 | compiler = [ |
Boxy | cf3414a | 2024-05-17 16:06:03 | [diff] [blame] | 1101 | "@BoxyUwU", |
León Orell Valerian Liehr | 5b7423c | 2024-11-11 23:33:23 | [diff] [blame] | 1102 | "@cjgillot", |
| 1103 | "@compiler-errors", |
| 1104 | "@davidtwco", |
| 1105 | "@estebank", |
| 1106 | "@fee1-dead", |
| 1107 | "@fmease", |
| 1108 | "@jieyouxu", |
| 1109 | "@lcnr", |
| 1110 | "@Nadrieril", |
| 1111 | "@nnethercote", |
Wesley Wiser | 88c8b10 | 2024-11-12 15:33:50 | [diff] [blame] | 1112 | "@Noratrieb", |
León Orell Valerian Liehr | 5b7423c | 2024-11-11 23:33:23 | [diff] [blame] | 1113 | "@oli-obk", |
| 1114 | "@petrochenkov", |
Wesley Wiser | 88c8b10 | 2024-11-12 15:33:50 | [diff] [blame] | 1115 | "@SparrowLii", |
León Orell Valerian Liehr | 5b7423c | 2024-11-11 23:33:23 | [diff] [blame] | 1116 | "@wesleywiser", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1117 | ] |
| 1118 | libs = [ |
Josh Stone | 9914a89 | 2023-01-03 17:47:03 | [diff] [blame] | 1119 | "@cuviper", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1120 | "@Mark-Simulacrum", |
Amanieu d'Antras | ad4c932 | 2024-02-28 16:13:28 | [diff] [blame] | 1121 | "@Amanieu", |
许杰友 Jieyou Xu (Joe) | f4fa80f | 2024-07-29 17:01:39 | [diff] [blame] | 1122 | "@Noratrieb", |
Amanieu d'Antras | ad4c932 | 2024-02-28 16:13:28 | [diff] [blame] | 1123 | "@workingjubilee", |
| 1124 | "@joboet", |
| 1125 | "@jhpratt", |
Trevor Gross | f18d4a8 | 2024-07-14 21:53:39 | [diff] [blame] | 1126 | "@tgross35", |
Thom Chiovoloni | 5c6285c | 2024-08-23 19:16:01 | [diff] [blame] | 1127 | "@thomcc", |
Ibraheem Ahmed | f522327 | 2024-09-18 05:10:16 | [diff] [blame] | 1128 | "@ibraheemdev", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1129 | ] |
| 1130 | bootstrap = [ |
| 1131 | "@Mark-Simulacrum", |
Albert Larsan | fa7d17d | 2023-01-19 08:15:57 | [diff] [blame] | 1132 | "@albertlarsan68", |
ozkanonur | 879e106 | 2023-08-27 03:26:02 | [diff] [blame] | 1133 | "@onur-ozkan", |
onur-ozkan | 45261ff | 2024-06-24 15:38:55 | [diff] [blame] | 1134 | "@kobzol", |
许杰友 Jieyou Xu (Joe) | 57ae34a | 2024-10-10 11:02:58 | [diff] [blame] | 1135 | "@jieyouxu", |
clubby789 | df189f6 | 2024-12-27 18:23:49 | [diff] [blame] | 1136 | "@clubby789", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1137 | ] |
| 1138 | infra-ci = [ |
| 1139 | "@Mark-Simulacrum", |
Mark Rousskov | d5643b1 | 2023-09-18 14:13:49 | [diff] [blame] | 1140 | "@Kobzol", |
MarcoIeni | 1dc575c | 2025-02-10 15:28:57 | [diff] [blame] | 1141 | "@marcoieni", |
| 1142 | "@jdno", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1143 | ] |
| 1144 | rustdoc = [ |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1145 | "@GuillaumeGomez", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1146 | "@notriddle", |
Guillaume Gomez | b295d3e | 2023-08-29 13:30:15 | [diff] [blame] | 1147 | "@fmease", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1148 | ] |
| 1149 | docs = [ |
| 1150 | "@ehuss", |
| 1151 | "@GuillaumeGomez", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1152 | ] |
Jubilee Young | 048824b | 2024-11-12 19:24:39 | [diff] [blame] | 1153 | |
| 1154 | codegen = [ |
| 1155 | "@saethlin", |
| 1156 | "@workingjubilee", |
| 1157 | ] |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1158 | query-system = [ |
| 1159 | "@cjgillot", |
| 1160 | ] |
| 1161 | incremental = [ |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1162 | "@wesleywiser", |
| 1163 | ] |
| 1164 | diagnostics = [ |
| 1165 | "@compiler-errors", |
| 1166 | "@davidtwco", |
Esteban Küber | ce11b70 | 2024-01-22 19:02:35 | [diff] [blame] | 1167 | "@estebank", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1168 | "@oli-obk", |
yukang | 2c2ef6c | 2024-07-10 22:48:05 | [diff] [blame] | 1169 | "@chenyukang", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1170 | ] |
| 1171 | parser = [ |
Michael Goulet | 09359d2 | 2023-02-16 22:52:41 | [diff] [blame] | 1172 | "@compiler-errors", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1173 | "@davidtwco", |
Esteban Küber | ce11b70 | 2024-01-22 19:02:35 | [diff] [blame] | 1174 | "@estebank", |
Nicholas Nethercote | 9a67a6c | 2024-04-16 22:37:04 | [diff] [blame] | 1175 | "@nnethercote", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1176 | "@petrochenkov", |
Santiago Pastorino | ada6c16 | 2024-03-22 15:28:34 | [diff] [blame] | 1177 | "@spastorino", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1178 | ] |
| 1179 | lexer = [ |
Nicholas Nethercote | 9a67a6c | 2024-04-16 22:37:04 | [diff] [blame] | 1180 | "@nnethercote", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1181 | "@petrochenkov", |
Esteban Küber | ce11b70 | 2024-01-22 19:02:35 | [diff] [blame] | 1182 | "@estebank", |
yukang | 2c2ef6c | 2024-07-10 22:48:05 | [diff] [blame] | 1183 | "@chenyukang", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1184 | ] |
Nicholas Nethercote | ae3c00c | 2024-01-21 22:51:12 | [diff] [blame] | 1185 | arena = [ |
Nicholas Nethercote | 9a67a6c | 2024-04-16 22:37:04 | [diff] [blame] | 1186 | "@nnethercote", |
Santiago Pastorino | ada6c16 | 2024-03-22 15:28:34 | [diff] [blame] | 1187 | "@spastorino", |
Nicholas Nethercote | ae3c00c | 2024-01-21 22:51:12 | [diff] [blame] | 1188 | ] |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1189 | mir = [ |
| 1190 | "@davidtwco", |
| 1191 | "@oli-obk", |
Ben Kimock | e6f961c | 2024-05-11 00:28:50 | [diff] [blame] | 1192 | "@matthewjasper", |
| 1193 | "@saethlin", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1194 | ] |
| 1195 | mir-opt = [ |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1196 | "@oli-obk", |
| 1197 | "@wesleywiser", |
Ben Kimock | e6f961c | 2024-05-11 00:28:50 | [diff] [blame] | 1198 | "@saethlin", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1199 | ] |
| 1200 | types = [ |
| 1201 | "@compiler-errors", |
| 1202 | "@jackh726", |
| 1203 | "@lcnr", |
| 1204 | "@oli-obk", |
| 1205 | "@spastorino", |
Boxy | acbab96 | 2023-06-27 22:52:10 | [diff] [blame] | 1206 | "@BoxyUwU", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1207 | ] |
| 1208 | borrowck = [ |
| 1209 | "@davidtwco", |
Matthew Jasper | 1b17d8e | 2024-01-29 10:02:59 | [diff] [blame] | 1210 | "@matthewjasper" |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1211 | ] |
| 1212 | ast_lowering = [ |
Michael Goulet | 09359d2 | 2023-02-16 22:52:41 | [diff] [blame] | 1213 | "@compiler-errors", |
Esteban Küber | ce11b70 | 2024-01-22 19:02:35 | [diff] [blame] | 1214 | "@estebank", |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1215 | "@spastorino", |
| 1216 | ] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1217 | debuginfo = [ |
Michael Woerister | db4cf5d | 2024-01-24 09:40:35 | [diff] [blame] | 1218 | "@davidtwco" |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1219 | ] |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1220 | fallback = [ |
| 1221 | "@Mark-Simulacrum" |
| 1222 | ] |
Caleb Cartwright | da538c1 | 2023-01-26 01:58:22 | [diff] [blame] | 1223 | style-team = [ |
| 1224 | "@calebcartwright", |
| 1225 | "@compiler-errors", |
| 1226 | "@joshtriplett", |
| 1227 | "@yaahc", |
| 1228 | ] |
León Orell Valerian Liehr | 7d61535 | 2024-01-10 19:09:27 | [diff] [blame] | 1229 | project-const-traits = [ |
| 1230 | "@compiler-errors", |
| 1231 | "@fee1-dead", |
| 1232 | "@fmease", |
| 1233 | "@oli-obk", |
| 1234 | ] |
Celina G. Val | 99371ce | 2023-11-17 19:46:39 | [diff] [blame] | 1235 | project-stable-mir = [ |
| 1236 | "@celinval", |
| 1237 | "@oli-obk", |
Celina G. Val | 67081db | 2024-10-18 01:18:01 | [diff] [blame] | 1238 | "@scottmcm", |
Celina G. Val | 99371ce | 2023-11-17 19:46:39 | [diff] [blame] | 1239 | ] |
| 1240 | |
Ramon de C Valle | 533ddf9 | 2024-03-13 10:17:47 | [diff] [blame] | 1241 | project-exploit-mitigations = [ |
| 1242 | "@cuviper", |
| 1243 | "@rcvalle", |
| 1244 | ] |
| 1245 | |
Eric Huss | eaa1b8b | 2022-10-24 16:16:45 | [diff] [blame] | 1246 | [assign.owners] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1247 | "/.github/workflows" = ["infra-ci"] |
| 1248 | "/Cargo.lock" = ["@Mark-Simulacrum"] |
| 1249 | "/Cargo.toml" = ["@Mark-Simulacrum"] |
| 1250 | "/compiler" = ["compiler"] |
Jubilee Young | 048824b | 2024-11-12 19:24:39 | [diff] [blame] | 1251 | "/compiler/rustc_abi" = ["compiler", "codegen"] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1252 | "/compiler/rustc_arena" = ["compiler", "arena"] |
| 1253 | "/compiler/rustc_ast" = ["compiler", "parser"] |
| 1254 | "/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"] |
| 1255 | "/compiler/rustc_data_structures/src/stable_hasher.rs" = ["compiler", "incremental"] |
| 1256 | "/compiler/rustc_hir_analysis" = ["compiler", "types"] |
| 1257 | "/compiler/rustc_incremental" = ["compiler", "incremental"] |
Matthew Jasper | 1b17d8e | 2024-01-29 10:02:59 | [diff] [blame] | 1258 | "/compiler/rustc_borrowck" = ["compiler", "borrowck"] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1259 | "/compiler/rustc_lexer" = ["compiler", "lexer"] |
| 1260 | "/compiler/rustc_llvm" = ["@cuviper"] |
| 1261 | "/compiler/rustc_codegen_llvm/src/debuginfo" = ["compiler", "debuginfo"] |
Jubilee Young | 048824b | 2024-11-12 19:24:39 | [diff] [blame] | 1262 | "/compiler/rustc_codegen_ssa" = ["compiler", "codegen"] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1263 | "/compiler/rustc_middle/src/mir" = ["compiler", "mir"] |
| 1264 | "/compiler/rustc_middle/src/traits" = ["compiler", "types"] |
| 1265 | "/compiler/rustc_middle/src/ty" = ["compiler", "types"] |
| 1266 | "/compiler/rustc_const_eval/src/interpret" = ["compiler", "mir"] |
| 1267 | "/compiler/rustc_const_eval/src/transform" = ["compiler", "mir-opt"] |
Zalathar | 6079827 | 2025-03-02 03:27:53 | [diff] [blame] | 1268 | "/compiler/rustc_mir_build/src/builder" = ["compiler", "mir"] |
Matthew Jasper | 1b17d8e | 2024-01-29 10:02:59 | [diff] [blame] | 1269 | "/compiler/rustc_mir_transform" = ["compiler", "mir", "mir-opt"] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1270 | "/compiler/rustc_smir" = ["project-stable-mir"] |
| 1271 | "/compiler/rustc_parse" = ["compiler", "parser"] |
| 1272 | "/compiler/rustc_parse/src/lexer" = ["compiler", "lexer"] |
| 1273 | "/compiler/rustc_query_impl" = ["compiler", "query-system"] |
| 1274 | "/compiler/rustc_query_system" = ["compiler", "query-system"] |
| 1275 | "/compiler/rustc_query_system/src/dep_graph" = ["compiler", "incremental", "query-system"] |
| 1276 | "/compiler/rustc_query_system/src/ich" = ["compiler", "incremental", "query-system"] |
| 1277 | "/compiler/rustc_trait_selection" = ["compiler", "types"] |
| 1278 | "/compiler/rustc_traits" = ["compiler", "types"] |
| 1279 | "/compiler/rustc_type_ir" = ["compiler", "types"] |
| 1280 | "/compiler/stable_mir" = ["project-stable-mir"] |
| 1281 | "/library/alloc" = ["libs"] |
Amanieu d'Antras | ad4c932 | 2024-02-28 16:13:28 | [diff] [blame] | 1282 | "/library/core" = ["libs", "@scottmcm"] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1283 | "/library/panic_abort" = ["libs"] |
| 1284 | "/library/panic_unwind" = ["libs"] |
| 1285 | "/library/proc_macro" = ["@petrochenkov"] |
Chris Denton | 89abbb0 | 2024-02-11 12:12:35 | [diff] [blame] | 1286 | "/library/std" = ["libs", "@ChrisDenton"] |
Thom Chiovoloni | 169c728 | 2024-01-26 20:31:46 | [diff] [blame] | 1287 | "/library/std/src/sys/pal/windows" = ["@ChrisDenton"] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1288 | "/library/stdarch" = ["libs"] |
| 1289 | "/library/test" = ["libs"] |
| 1290 | "/src/bootstrap" = ["bootstrap"] |
| 1291 | "/src/ci" = ["infra-ci"] |
| 1292 | "/src/doc" = ["docs"] |
| 1293 | "/src/doc/book" = ["@ehuss"] |
| 1294 | "/src/doc/edition-guide" = ["@ehuss"] |
| 1295 | "/src/doc/embedded-book" = ["@ehuss"] |
| 1296 | "/src/doc/nomicon" = ["@ehuss"] |
| 1297 | "/src/doc/reference" = ["@ehuss"] |
| 1298 | "/src/doc/rust-by-example" = ["@ehuss"] |
Boxy | 2cc114c | 2025-01-05 18:39:43 | [diff] [blame] | 1299 | "/src/doc/rustc-dev-guide" = ["compiler"] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1300 | "/src/doc/rustdoc" = ["rustdoc"] |
| 1301 | "/src/doc/style-guide" = ["style-team"] |
| 1302 | "/src/etc" = ["@Mark-Simulacrum"] |
| 1303 | "/src/librustdoc" = ["rustdoc"] |
| 1304 | "/src/llvm-project" = ["@cuviper"] |
| 1305 | "/src/rustdoc-json-types" = ["rustdoc"] |
onur-ozkan | aa2faef | 2024-05-09 15:25:18 | [diff] [blame] | 1306 | "/src/stage0" = ["bootstrap"] |
许杰友 Jieyou Xu (Joe) | 8d17b2d | 2024-04-05 18:08:23 | [diff] [blame] | 1307 | "/tests/run-make" = ["@jieyouxu"] |
Alona Enraght-Moony | 7e9c46b | 2024-11-10 21:44:28 | [diff] [blame] | 1308 | "/tests/rustdoc" = ["rustdoc"] |
| 1309 | "/tests/rustdoc-gui" = ["rustdoc"] |
| 1310 | "/tests/rustdoc-js-std" = ["rustdoc"] |
Alona Enraght-Moony | f0de899 | 2025-03-03 19:28:57 | [diff] [blame] | 1311 | "/tests/rustdoc-js/" = ["rustdoc"] |
Alona Enraght-Moony | 7e9c46b | 2024-11-10 21:44:28 | [diff] [blame] | 1312 | "/tests/rustdoc-json" = ["@aDotInTheVoid"] |
| 1313 | "/tests/rustdoc-ui" = ["rustdoc"] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1314 | "/tests/ui" = ["compiler"] |
Josh Triplett | 3ad94db | 2024-02-11 01:56:47 | [diff] [blame] | 1315 | "/src/tools/cargo" = ["@ehuss"] |
许杰友 Jieyou Xu (Joe) | 8d17b2d | 2024-04-05 18:08:23 | [diff] [blame] | 1316 | "/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors", "@jieyouxu"] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1317 | "/src/tools/linkchecker" = ["@ehuss"] |
Jakub Beránek | e2ef4e1 | 2024-05-24 08:36:44 | [diff] [blame] | 1318 | "/src/tools/opt-dist" = ["@kobzol"] |
许杰友 Jieyou Xu (Joe) | 8d17b2d | 2024-04-05 18:08:23 | [diff] [blame] | 1319 | "/src/tools/run-make-support" = ["@jieyouxu"] |
Michael Woerister | eabfe45 | 2024-01-24 09:13:28 | [diff] [blame] | 1320 | "/src/tools/rust-installer" = ["bootstrap"] |
| 1321 | "/src/tools/rustbook" = ["@ehuss"] |
| 1322 | "/src/tools/rustdoc" = ["rustdoc"] |
| 1323 | "/src/tools/rustdoc-js" = ["rustdoc"] |
| 1324 | "/src/tools/rustdoc-themes" = ["rustdoc"] |
| 1325 | "/src/tools/tidy" = ["bootstrap"] |
| 1326 | "/src/tools/x" = ["bootstrap"] |
| 1327 | "/src/tools/rustdoc-gui-test" = ["bootstrap", "@onur-ozkan"] |
onur-ozkan | 1a07e58 | 2024-05-23 09:05:24 | [diff] [blame] | 1328 | "/src/tools/libcxx-version" = ["@onur-ozkan"] |
apiraino | aa71151 | 2024-03-12 12:59:19 | [diff] [blame] | 1329 | |
| 1330 | # Enable tracking of PR review assignment |
| 1331 | # Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html |
| 1332 | [pr-tracking] |
León Orell Valerian Liehr | 6c1b8d2 | 2024-05-04 19:58:57 | [diff] [blame] | 1333 | |
| 1334 | # Enable issue transfers within the org |
| 1335 | # Documentation at: https://forge.rust-lang.org/triagebot/transfer.html |
| 1336 | [transfer] |