|
1 | 1 | { |
2 | 2 | "groups": { |
3 | 3 | "all": [], |
4 | | - "compiler": ["@eddyb", "@petrochenkov", "@estebank", "@varkor", "@lcnr", "@matthewjasper", "@davidtwco", "@ecstatic-morse", "@oli-obk"], |
| 4 | + "compiler-team": ["@eddyb", "@estebank", "@matthewjasper", "@oli-obk", "@petrochenkov", "@varkor"], |
| 5 | + "compiler-team-contributors": ["@davidtwco", "@ecstatic-morse", "@lcnr"], |
5 | 6 | "libs": ["@sfackler", "@dtolnay", "@JoshTriplett", "@hanna-kruppe", "@withoutboats", "@cramertj", "@shepmaster", "@Mark-Simulacrum", "@kennytm", "@LukasKalbertodt", "@KodrAus"], |
6 | 7 | "infra-ci": ["@Mark-Simulacrum", "@kennytm", "@pietroalbini"], |
7 | 8 | "rustdoc": ["@steveklabnik", "@GuillaumeGomez", "@ollie27"] |
|
20 | 21 | "src/libpanic_abort": ["libs"], |
21 | 22 | "src/libpanic_unwind": ["libs"], |
22 | 23 | "src/libproc_macro": ["@petrochenkov"], |
23 | | - "src/librustc": ["compiler"], |
| 24 | + "src/librustc": ["compiler-team", "compiler-team-contributors"], |
24 | 25 | "src/librustdoc": ["rustdoc"], |
25 | 26 | "src/libstd": ["libs"], |
26 | 27 | "src/libterm": ["libs"], |
27 | 28 | "src/libtest": ["libs"], |
28 | 29 | "src/llvm-project": ["@cuviper"], |
29 | | - "src/rustc": ["compiler"], |
| 30 | + "src/rustc": ["compiler-team", "compiler-team-contributors"], |
30 | 31 | "src/rustllvm": ["@cuviper"], |
31 | 32 | "src/stage0.txt": ["@Mark-Simulacrum"], |
32 | 33 | "src/stdarch": ["libs"], |
|
0 commit comments