File tree 2 files changed +10
-11
lines changed
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:
17
17
with rustc development, or [ ` t-compiler/meetings ` ] [ zulip-meetings ] ,
18
18
where the team holds their weekly triage and steering meetings.
19
19
20
- ## Expert map
20
+ ## Reviewers
21
21
22
22
If you're interested in figuring out who can answer questions about a
23
23
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 ] .
25
25
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 .
27
27
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
29
29
30
30
## Rust compiler meeting
31
31
Original file line number Diff line number Diff line change @@ -47,20 +47,19 @@ guide :)
47
47
48
48
### Experts
49
49
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.
56
55
57
56
Another way to find experts for a given part of the compiler is to see who has made recent commits.
58
57
For example, to find people who have recently worked on name resolution since the 1.68.2 release,
59
58
you could run ` git shortlog -n 1.68.2.. compiler/rustc_resolve/ ` . Ignore any commits starting with
60
59
"Rollup merge" or commits by ` @bors ` (see [ CI contribution procedures] ( ./contributing.md#ci ) for
61
60
more information about these commits).
62
61
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
64
63
65
64
### Etiquette
66
65
You can’t perform that action at this time.
0 commit comments