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

Commit 3b29017

Browse files
Merge pull request #277 from petrochenkov/compiler
rust-lang/rust: Some outdated entry removal and cleanup
2 parents 891b13b + 1b55142 commit 3b29017

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

highfive/configs/rust-lang/rust.json

100755100644
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"groups": {
33
"all": [],
4-
"compiler": ["@eddyb", "@petrochenkov", "@estebank", "@varkor", "@lcnr", "@matthewjasper", "@davidtwco", "@ecstatic-morse", "@oli-obk"],
5-
"syntax": ["@petrochenkov", "@eddyb"],
6-
"libs": ["@sfackler", "@dtolnay", "@JoshTriplett", "@hanna-kruppe", "@withoutboats", "@cramertj", "@shepmaster", "@Mark-Simulacrum", "@kennytm", "@LukasKalbertodt", "@KodrAus"],
4+
"compiler-team": ["@eddyb", "@estebank", "@matthewjasper",
5+
"@oli-obk", "@petrochenkov", "@varkor"],
6+
"compiler-team-contributors": ["@davidtwco", "@ecstatic-morse", "@lcnr"],
7+
"libs": ["@sfackler", "@dtolnay", "@JoshTriplett", "@hanna-kruppe",
8+
"@withoutboats", "@cramertj", "@shepmaster", "@Mark-Simulacrum",
9+
"@kennytm", "@LukasKalbertodt", "@KodrAus"],
710
"infra-ci": ["@Mark-Simulacrum", "@kennytm", "@pietroalbini"],
811
"rustdoc": ["@steveklabnik", "@GuillaumeGomez", "@ollie27"]
912
},
@@ -17,22 +20,17 @@
1720
"src/doc": ["doc"],
1821
"src/etc": ["@Mark-Simulacrum"],
1922
"src/liballoc": ["libs"],
20-
"src/libarena": ["libs"],
2123
"src/libcore": ["libs"],
22-
"src/libfmt_macros": ["libs"],
23-
"src/libgraphviz": ["@pnkfelix"],
2424
"src/libpanic_abort": ["libs"],
2525
"src/libpanic_unwind": ["libs"],
2626
"src/libproc_macro": ["@petrochenkov"],
27-
"src/librustc": ["compiler"],
27+
"src/librustc": ["compiler-team", "compiler-team-contributors"],
2828
"src/librustdoc": ["rustdoc"],
29-
"src/libserialize": ["libs", "@erickt"],
3029
"src/libstd": ["libs"],
31-
"src/libsyntax": ["syntax"],
3230
"src/libterm": ["libs"],
3331
"src/libtest": ["libs"],
3432
"src/llvm-project": ["@cuviper"],
35-
"src/rustc": ["compiler"],
33+
"src/rustc": ["compiler-team", "compiler-team-contributors"],
3634
"src/rustllvm": ["@cuviper"],
3735
"src/stage0.txt": ["@Mark-Simulacrum"],
3836
"src/stdarch": ["libs"],

0 commit comments

Comments
 (0)