Skip to content

Commit 01c208c

Browse files
spastorinotshepang
authored andcommitted
Replace experts map with reviewers from triagebot
1 parent c80cf8c commit 01c208c

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

src/compiler-team.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Currently the compiler team chats in Zulip:
1717
with rustc development, or [`t-compiler/meetings`][zulip-meetings],
1818
where the team holds their weekly triage and steering meetings.
1919

20-
## Expert map
20+
## Reviewers
2121

2222
If you're interested in figuring out who can answer questions about a
2323
particular part of the compiler, or you'd just like to know who works on what,
24-
check out our [experts directory][experts].
24+
check out [triagebot.toml's assign section][map].
2525
It contains a listing of the various parts of the compiler and a list of people
26-
who are experts on each one.
26+
who are reviewers of each part.
2727

28-
[experts]: https://github.com/rust-lang/compiler-team/blob/master/content/experts/map.toml
28+
[map]: https://github.com/rust-lang/rust/blob/master/triagebot.toml
2929

3030
## Rust compiler meeting
3131

src/getting-started.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,19 @@ guide :)
4747

4848
### Experts
4949

50-
Not all `t-compiler` members are experts on all parts of `rustc`; it's a pretty
51-
large project. To find out who has expertise on different parts of the
52-
compiler, [consult this "experts map"][map].
53-
54-
The experts map incomplete and not actively maintained, so please also feel free to ask questions
55-
even if you can't figure out who to ping.
50+
Not all `t-compiler` members are experts on all parts of `rustc`; it's a
51+
pretty large project. To find out who could have some expertise on
52+
different parts of the compiler, [consult traigebot assign groups][map].
53+
The sections that start with `[assign*` in `triagebot.toml` file.
54+
But also, feel free to ask questions even if you can't figure out who to ping.
5655

5756
Another way to find experts for a given part of the compiler is to see who has made recent commits.
5857
For example, to find people who have recently worked on name resolution since the 1.68.2 release,
5958
you could run `git shortlog -n 1.68.2.. compiler/rustc_resolve/`. Ignore any commits starting with
6059
"Rollup merge" or commits by `@bors` (see [CI contribution procedures](./contributing.md#ci) for
6160
more information about these commits).
6261

63-
[map]: https://github.com/rust-lang/compiler-team/blob/master/content/experts/map.toml
62+
[map]: https://github.com/rust-lang/rust/blob/master/triagebot.toml
6463

6564
### Etiquette
6665

0 commit comments

Comments
 (0)