|
1 | 1 | {
|
2 | 2 | "groups": {
|
3 | 3 | "all": [],
|
4 |
| - "compiler-team": ["@estebank", "@matthewjasper", |
5 |
| - "@oli-obk", "@petrochenkov", "@varkor", "@lcnr"], |
6 |
| - "compiler-team-contributors": ["@davidtwco"], |
7 |
| - "libs": ["@sfackler", "@dtolnay", "@JoshTriplett", |
8 |
| - "@Mark-Simulacrum","@kennytm", "@m-ou-se", "@KodrAus"], |
9 |
| - "infra-ci": ["@Mark-Simulacrum", "@kennytm", "@pietroalbini"], |
10 |
| - "rustdoc": ["@jyn514", "@GuillaumeGomez", "@ollie27"] |
| 4 | + "compiler-team": [ |
| 5 | + "@estebank", |
| 6 | + "@matthewjasper", |
| 7 | + "@oli-obk", |
| 8 | + "@petrochenkov", |
| 9 | + "@varkor", |
| 10 | + "@lcnr" |
| 11 | + ], |
| 12 | + "compiler-team-contributors": [ |
| 13 | + "@davidtwco" |
| 14 | + ], |
| 15 | + "libs": [ |
| 16 | + "@sfackler", |
| 17 | + "@dtolnay", |
| 18 | + "@JoshTriplett", |
| 19 | + "@Mark-Simulacrum", |
| 20 | + "@kennytm", |
| 21 | + "@m-ou-se", |
| 22 | + "@KodrAus" |
| 23 | + ], |
| 24 | + "infra-ci": [ |
| 25 | + "@Mark-Simulacrum", |
| 26 | + "@kennytm", |
| 27 | + "@pietroalbini" |
| 28 | + ], |
| 29 | + "rustdoc": [ |
| 30 | + "@jyn514", |
| 31 | + "@GuillaumeGomez", |
| 32 | + "@ollie27" |
| 33 | + ] |
11 | 34 | },
|
12 | 35 | "dirs": {
|
13 | 36 | ".github/workflows": ["infra-ci"],
|
14 | 37 | "Cargo.lock": ["@Mark-Simulacrum"],
|
15 | 38 | "Cargo.toml": ["@Mark-Simulacrum"],
|
| 39 | + "compiler": ["compiler-team", "compiler-team-contributors"], |
| 40 | + "compiler/rustc_llvm": ["@cuviper"], |
| 41 | + "library/alloc": ["libs"], |
| 42 | + "library/core": ["libs"], |
| 43 | + "library/panic_abort": ["libs"], |
| 44 | + "library/panic_unwind": ["libs"], |
| 45 | + "library/proc_macro": ["@petrochenkov"], |
| 46 | + "library/std": ["libs"], |
| 47 | + "library/stdarch": ["libs"], |
| 48 | + "library/term": ["libs"], |
| 49 | + "library/test": ["libs"], |
16 | 50 | "src/bootstrap": ["@Mark-Simulacrum"],
|
17 | 51 | "src/build_helper": ["@Mark-Simulacrum"],
|
18 | 52 | "src/ci": ["infra-ci"],
|
19 | 53 | "src/doc": ["doc"],
|
20 | 54 | "src/etc": ["@Mark-Simulacrum"],
|
21 |
| - "library/alloc": ["libs"], |
22 |
| - "library/core": ["libs"], |
23 |
| - "library/panic_abort": ["libs"], |
24 |
| - "library/panic_unwind": ["libs"], |
25 |
| - "library/proc_macro": ["@petrochenkov"], |
26 | 55 | "src/librustdoc": ["rustdoc"],
|
27 |
| - "library/std": ["libs"], |
28 |
| - "library/term": ["libs"], |
29 |
| - "library/test": ["libs"], |
30 | 56 | "src/llvm-project": ["@cuviper"],
|
31 |
| - "compiler": ["compiler-team", "compiler-team-contributors"], |
32 |
| - "compiler/rustc_llvm": ["@cuviper"], |
33 | 57 | "src/stage0.txt": ["@Mark-Simulacrum"],
|
34 |
| - "library/stdarch": ["libs"], |
35 | 58 | "src/tools/cargo": ["@ehuss", "@joshtriplett"],
|
36 | 59 | "src/tools/compiletest": ["@Mark-Simulacrum", "@Centril"],
|
37 | 60 | "src/tools/linkchecker": ["@ehuss"],
|
|
0 commit comments