Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 6442559

Browse files
committed
rust-lang/rust: Introduce two lists for compiler team and compiler team contributors
1 parent b26cf5b commit 6442559

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

highfive/configs/rust-lang/rust.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"groups": {
33
"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"],
56
"libs": ["@sfackler", "@dtolnay", "@JoshTriplett", "@hanna-kruppe", "@withoutboats", "@cramertj", "@shepmaster", "@Mark-Simulacrum", "@kennytm", "@LukasKalbertodt", "@KodrAus"],
67
"infra-ci": ["@Mark-Simulacrum", "@kennytm", "@pietroalbini"],
78
"rustdoc": ["@steveklabnik", "@GuillaumeGomez", "@ollie27"]
@@ -20,13 +21,13 @@
2021
"src/libpanic_abort": ["libs"],
2122
"src/libpanic_unwind": ["libs"],
2223
"src/libproc_macro": ["@petrochenkov"],
23-
"src/librustc": ["compiler"],
24+
"src/librustc": ["compiler-team", "compiler-team-contributors"],
2425
"src/librustdoc": ["rustdoc"],
2526
"src/libstd": ["libs"],
2627
"src/libterm": ["libs"],
2728
"src/libtest": ["libs"],
2829
"src/llvm-project": ["@cuviper"],
29-
"src/rustc": ["compiler"],
30+
"src/rustc": ["compiler-team", "compiler-team-contributors"],
3031
"src/rustllvm": ["@cuviper"],
3132
"src/stage0.txt": ["@Mark-Simulacrum"],
3233
"src/stdarch": ["libs"],

0 commit comments

Comments
 (0)