Skip to content

Commit c59932d

Browse files
Set up rust-lang/types highfive alias
inspired by rust-lang/rust#97705 (comment) > (do we have an alias for the types team?) cc @rust-lang/types -- I only added the members of t-types who are already on the reviewer rotation, specifically excluding @nikomatsakis and @spastorino since they aren't currently on the rotation. also add myself to diagnostics since i am a member of that wg, and move @cjgillot to the compiler team from the compiler team contributors grouping.
1 parent 6888601 commit c59932d

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

highfive/configs/rust-lang/rust.json

+14-10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"groups": {
33
"all": [],
44
"compiler-team": [
5+
"@cjgillot",
56
"@estebank",
67
"@petrochenkov",
78
"@davidtwco",
@@ -12,9 +13,8 @@
1213
"@wesleywiser"
1314
],
1415
"compiler-team-contributors": [
15-
"@jackh726",
16-
"@cjgillot",
17-
"@compiler-errors"
16+
"@compiler-errors",
17+
"@jackh726"
1818
],
1919
"compiler": [
2020
"compiler-team",
@@ -45,8 +45,8 @@
4545
"@michaelwoerister",
4646
"@wesleywiser"
4747
],
48-
"typeck": [],
4948
"diagnostics": [
49+
"@compiler-errors",
5050
"@davidtwco",
5151
"@estebank",
5252
"@oli-obk"
@@ -68,8 +68,11 @@
6868
"@oli-obk",
6969
"@wesleywiser"
7070
],
71-
"traits": [
72-
"@jackh726"
71+
"types": [
72+
"@compiler-errors",
73+
"@jackh726",
74+
"@lcnr",
75+
"@oli-obk"
7376
],
7477
"borrowck": [
7578
"@davidtwco",
@@ -86,13 +89,14 @@
8689
"compiler/rustc_lexer": ["compiler", "lexer"],
8790
"compiler/rustc_llvm": ["@cuviper"],
8891
"compiler/rustc_middle/src/mir": ["compiler", "mir"],
89-
"compiler/rustc_middle/src/traits": ["compiler", "traits"],
92+
"compiler/rustc_middle/src/traits": ["compiler", "types"],
9093
"compiler/rustc_mir/src/interpret": ["compiler", "mir"],
9194
"compiler/rustc_mir/src/transform": ["compiler", "mir-opt"],
9295
"compiler/rustc_mir_build/src/build": ["compiler", "mir"],
93-
"compiler/rustc_typeck": ["compiler", "typeck"],
94-
"compiler/rustc_traits": ["compiler", "traits"],
95-
"compiler/rustc_trait_selection": ["compiler", "traits"],
96+
"compiler/rustc_typeck": ["compiler", "types"],
97+
"compiler/rustc_traits": ["compiler", "types"],
98+
"compiler/rustc_trait_selection": ["compiler", "types"],
99+
"compiler/rustc_type_ir": ["compiler", "types"],
96100
"compiler/rustc_parse": ["compiler", "parser"],
97101
"compiler/rustc_parse/src/parse/lexer/": ["compiler", "lexer"],
98102
"compiler/rustc_query_impl": ["compiler", "query-system"],

0 commit comments

Comments
 (0)