diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2019-03-12 13:54:50 -0300 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-03-15 17:32:05 -0500 |
| commit | 3da584e32b5d2e7252810d97e90599150f5a2cda (patch) | |
| tree | 2e57ff4b6deb87cfaf07adc16da6a7f0c580a159 /src/doc | |
| parent | e1bcaab5916cd77fa3d2fd13665c0442f2c5a13c (diff) | |
| download | rust-3da584e32b5d2e7252810d97e90599150f5a2cda.tar.gz rust-3da584e32b5d2e7252810d97e90599150f5a2cda.zip | |
Add experts map section to compiler team page
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/compiler-team.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-team.md b/src/doc/rustc-dev-guide/src/compiler-team.md index 728325687d2..b837c038ccb 100644 --- a/src/doc/rustc-dev-guide/src/compiler-team.md +++ b/src/doc/rustc-dev-guide/src/compiler-team.md @@ -17,6 +17,14 @@ home. In any case, you can find people in one of three places at the moment: - The `t-compiler` stream on [the Zulip instance](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler) - The `compiler` channel on the [rust-lang discord](https://discord.gg/rust-lang) +## Expert map + +If you're interested in figuring out who can answer questions about a +particular part of the compiler, or you'd just like to know who works on what, +check out our [experts directory](https://github.com/rust-lang/compiler-team/blob/master/experts/MAP.md). +It contains a listing of the various parts of the compiler and a list of people +who are experts on each one. + ## Rust compiler meeting The compiler team has a weekly meeting where we do triage and try to |
