about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-08-31 12:59:29 -0400
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-08-31 23:03:48 -0500
commit0f89a934fe3c6c8444d63eb29b51817b44d154b4 (patch)
tree1c0f65443fca711029e310d329d46d69240162cb /src/doc/rustc-dev-guide
parent383a28ac4935328ca71b148c2b912525a951c51a (diff)
downloadrust-0f89a934fe3c6c8444d63eb29b51817b44d154b4.tar.gz
rust-0f89a934fe3c6c8444d63eb29b51817b44d154b4.zip
adjust long lines
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-team.md36
1 files changed, 21 insertions, 15 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-team.md b/src/doc/rustc-dev-guide/src/compiler-team.md
index 89e95e2c3fe..d7ee98d3003 100644
--- a/src/doc/rustc-dev-guide/src/compiler-team.md
+++ b/src/doc/rustc-dev-guide/src/compiler-team.md
@@ -9,20 +9,24 @@ design.
 
 ## 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. This general plan for
-this meeting can be found in [the rust-compiler-meeting etherpad][etherpad]. 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.
+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. This
+general plan for this meeting can be found in
+[the rust-compiler-meeting etherpad][etherpad]. 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 the team is desired.
-- **Check for beta nominations:** These are nominations of things to backport to beta.
+- **Check 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.
 
 The meeting currently takes place on Thursdays at 10am Boston time
 (UTC-4 typically, but daylight savings time sometimes makes things
@@ -61,14 +65,16 @@ merge a PR
 
 The guidelines for reviewers are as follows:
 
-- You are always welcome to review any PR, regardless of who it is assigned to.
-  However, do not r+ PRs unless:
+- You are always welcome to review any PR, regardless of who it is
+  assigned to.  However, do not r+ PRs unless:
   - You are confident in that part of the code.
   - You are confident that nobody else wants to review it first.
-    - For example, sometimes people will express a desire to review a PR before it lands,
-      perhaps because it touches a particularly sensitive part of the code.
-- Always be polite when reviewing: you are a representative of the Rust project,
-  so it is expected that you will go above and beyond when it comes to the [Code of Conduct].
+    - For example, sometimes people will express a desire to review a
+      PR before it lands, perhaps because it touches a particularly
+      sensitive part of the code.
+- Always be polite when reviewing: you are a representative of the
+  Rust project, so it is expected that you will go above and beyond
+  when it comes to the [Code of Conduct].
 
 [Code of Conduct]: https://www.rust-lang.org/en-US/conduct.html