Skip to content

Commit

Permalink
Set up rust-lang/types highfive alias
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
compiler-errors committed Jun 7, 2022
1 parent 6888601 commit c59932d
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions highfive/configs/rust-lang/rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"groups": {
"all": [],
"compiler-team": [
"@cjgillot",
"@estebank",
"@petrochenkov",
"@davidtwco",
Expand All @@ -12,9 +13,8 @@
"@wesleywiser"
],
"compiler-team-contributors": [
"@jackh726",
"@cjgillot",
"@compiler-errors"
"@compiler-errors",
"@jackh726"
],
"compiler": [
"compiler-team",
Expand Down Expand Up @@ -45,8 +45,8 @@
"@michaelwoerister",
"@wesleywiser"
],
"typeck": [],
"diagnostics": [
"@compiler-errors",
"@davidtwco",
"@estebank",
"@oli-obk"
Expand All @@ -68,8 +68,11 @@
"@oli-obk",
"@wesleywiser"
],
"traits": [
"@jackh726"
"types": [
"@compiler-errors",
"@jackh726",
"@lcnr",
"@oli-obk"
],
"borrowck": [
"@davidtwco",
Expand All @@ -86,13 +89,14 @@
"compiler/rustc_lexer": ["compiler", "lexer"],
"compiler/rustc_llvm": ["@cuviper"],
"compiler/rustc_middle/src/mir": ["compiler", "mir"],
"compiler/rustc_middle/src/traits": ["compiler", "traits"],
"compiler/rustc_middle/src/traits": ["compiler", "types"],
"compiler/rustc_mir/src/interpret": ["compiler", "mir"],
"compiler/rustc_mir/src/transform": ["compiler", "mir-opt"],
"compiler/rustc_mir_build/src/build": ["compiler", "mir"],
"compiler/rustc_typeck": ["compiler", "typeck"],
"compiler/rustc_traits": ["compiler", "traits"],
"compiler/rustc_trait_selection": ["compiler", "traits"],
"compiler/rustc_typeck": ["compiler", "types"],
"compiler/rustc_traits": ["compiler", "types"],
"compiler/rustc_trait_selection": ["compiler", "types"],
"compiler/rustc_type_ir": ["compiler", "types"],
"compiler/rustc_parse": ["compiler", "parser"],
"compiler/rustc_parse/src/parse/lexer/": ["compiler", "lexer"],
"compiler/rustc_query_impl": ["compiler", "query-system"],
Expand Down

0 comments on commit c59932d

Please sign in to comment.