File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff 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
2222If you're interested in figuring out who can answer questions about a
2323particular 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 ] .
2525It 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
Original file line number Diff line number Diff 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
5756Another way to find experts for a given part of the compiler is to see who has made recent commits.
5857For example, to find people who have recently worked on name resolution since the 1.68.2 release,
5958you 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
6160more 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
You can’t perform that action at this time.
0 commit comments