Skip to content

Commit 5dc6f9c

Browse files
joshtriplettMark-Simulacrum
authored andcommitted
Updates to lang, and establish lang-advisors
This adds the lang advisors team as established by rust-lang/rfcs#3327 . All of the individual people this commits adds have been approved by the entire lang team, and all have confirmed that they want to be added. Welcome to @alexcrichton, @Amanieu, @jackh726, @JakobDegen, @RalfJung, @simulacrum, and @wesleywiser! Welcome as well to @cramertj who is moving from lang to lang-advisors, and thank you for all you've done for the lang team! This also adds Tyler Mandry (@tmandry) to the lang team. Welcome to the team, Tyler! We plan to make an Inside Rust blog post soon.
1 parent 1c64b03 commit 5dc6f9c

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

teams/lang-advisors.toml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name = "lang-advisors"
2+
subteam-of = "lang"
3+
4+
[people]
5+
members = [
6+
"alexcrichton",
7+
"Amanieu",
8+
"cramertj",
9+
"jackh726",
10+
"JakobDegen",
11+
"RalfJung",
12+
"simulacrum",
13+
"wesleywiser",
14+
]
15+
16+
# Granting these permissions because an advisor can use these to help when
17+
# reviewing a proposed change.
18+
[permissions]
19+
perf = true
20+
crater = true
21+
22+
[[github]]
23+
orgs = ["rust-lang"]
24+
25+
[website]
26+
name = "Language Advisors team"
27+
description = "Advising on the development of the Rust language"
28+
29+
[[zulip-groups]]
30+
name = "T-lang-advisors"

teams/lang.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ name = "lang"
33
[people]
44
leads = ["nikomatsakis", "joshtriplett"]
55
members = [
6-
"cramertj",
76
"joshtriplett",
87
"nikomatsakis",
98
"pnkfelix",
109
"scottmcm",
10+
"tmandry",
1111
]
1212
alumni = [
1313
"Centril",
14+
"cramertj",
1415
"nrc",
1516
"withoutboats",
1617
]

0 commit comments

Comments
 (0)