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

Set up rust-lang/types highfive alias #405

Merged
merged 1 commit into from
Jun 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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