about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2021-03-19 20:11:43 -0300
committerGitHub <noreply@github.com>2021-03-19 19:11:43 -0400
commitccfbec360a8922e450d883e8edcf014d72979ffa (patch)
tree029eb7ee8bfb0f3fdf4d0c394ef4c6b62bd6666c /src/doc/rustc-dev-guide
parent9cdaf686e797689d3b29faeeac395d9d3fd7f748 (diff)
downloadrust-ccfbec360a8922e450d883e8edcf014d72979ffa.tar.gz
rust-ccfbec360a8922e450d883e8edcf014d72979ffa.zip
Fix rust compiler meeting info (#1087)
* Remove dead link
* Make general text a bit better
* Fix Zulip link
* Improve description of what the compiler meeting is about
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-team.md42
1 files changed, 24 insertions, 18 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-team.md b/src/doc/rustc-dev-guide/src/compiler-team.md
index ebb8cbc1661..8cfcc5bb667 100644
--- a/src/doc/rustc-dev-guide/src/compiler-team.md
+++ b/src/doc/rustc-dev-guide/src/compiler-team.md
@@ -30,32 +30,38 @@ who are experts on each one.
 ## Rust compiler meeting
 
 The compiler team has a weekly meeting where we do triage and try to
-generally stay on top of new bugs, regressions, and other things.
-They are held on [Zulip][zulip]. It works roughly as follows:
-
-- **Review P-high bugs:** P-high bugs are those that are sufficiently
-  important for us to actively track progress. P-high bugs should
-  ideally always have an assignee.
-- **Look over new regressions:** we then look for new cases where the
-  compiler broke previously working code in the wild. Regressions are
-  almost always marked as P-high; the major exception would be bug
-  fixes (though even there we often [aim to give warnings first][procedure]).
-- **Check I-nominated issues:** These are issues where feedback from
+generally stay on top of new bugs, regressions, and discuss important
+things in general.
+They are held on [Zulip][zulip-meetings]. It works roughly as follows:
+
+- **Announcements, MCPs/FCPs, and WG-check-ins:** We share some
+  announcements with the rest of the team about important things we want
+  everyone to be aware of. We also share the status of MCPs and FCPs and we
+  use the opportunity to have a couple of WGs giving us an update about
+  their work.
+- **Check for beta and stable nominations:** These are nominations of things to
+  backport to beta and stable respectively.
+  We then look for new cases where the compiler broke previously working
+  code in the wild. Regressions are important issues to fix, so it's
+  likely that they are tagged as P-critical or P-high; the major
+  exception would be bug fixes (though even there we often [aim to give
+  warnings first][procedure]).
+- **Review P-critical and P-high bugs:** P-critical and P-high bugs are
+  those that are sufficiently important for us to actively track
+  progress. P-critical and P-high bugs should ideally always have an
+  assignee.
+- **Check S-waiting-on-team and I-nominated issues:** These are issues where feedback from
   the team is desired.
-- **Check for beta nominations:** These are nominations of things to
-  backport to beta.
-- **Possibly WG checking:** A WG may give an update at this point, if there is
-  time.
+- **Look over the performance triage report:** We check for PRs that made the
+    performance worse and try to decide if it's worth reverting the performance regression or if
+    the regression can be addressed in a future PR.
 
 The meeting currently takes place on Thursdays at 10am Boston time
 (UTC-4 typically, but daylight savings time sometimes makes things
 complicated).
 
-The meeting is held over a "chat medium", currently on [zulip].
 
-[etherpad]: https://public.etherpad-mozilla.org/p/rust-compiler-meeting
 [procedure]: ./bug-fix-procedure.md
-[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler
 [zulip-help]: https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp
 [zulip-meetings]: https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings