You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`P-high` issues are issues that need attention from the compiler team, but not to the point that
83
79
they need to be discussed at every meeting. They can be `P-critical` issues that have a mitigating
@@ -122,14 +118,13 @@ First, ensure that relevant issues are labelled as `T-compiler`..
122
118
-[Issues classified with priority `P-high`](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AP-high+-label%3AT-compiler+-label%3AT-cargo+-label%3AT-core+-label%3AT-doc+-label%3AT-infra+-label%3AT-lang+-label%3AT-libs+-label%3AT-libs-api+-label%3AT-release+-label%3AT-rustdoc+-label%3AA-rustdoc+-label%3AA-rustdoc-ui)
123
119
124
120
..and that prioritization has been completed. Regressions labeled with `I-prioritize` are signaling
125
-
that a priority assessment is waiting. When this label is added to an issue, the `triagebot` creates
126
-
automatically a notification for @*WG-prioritization* members on [the
Copy file name to clipboardExpand all lines: src/release/issue-triaging.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -113,14 +113,14 @@ There are many different labels that can be applied to issues.
113
113
-`regression-from-stable-to-{beta,nightly}`: Something that regressed from the a stable release to beta or nightly channel.
114
114
-[`I-*`]: Different labels about the nature[^2] of an issue.
115
115
-`I-ICE`: Internal compiler error.
116
-
-`I-prioritize`: Indicates that the issue should be additionally triaged by the [T-compiler prioritization working group (WG-priority)](../compiler/prioritization.md) to assign a priority `P-*` if applicable to indicate the urgency.
116
+
-`I-prioritize`: Indicates that the issue should be additionally triaged by [T-compiler/ops](../compiler/prioritization.md) to assign a priority `P-*` if applicable to indicate the urgency.
117
117
-`I-heavy`: Heavy code (binary size).
118
118
-`I-slow`: Slow run-time performance.
119
119
-`I-hang`: The compilation fails to complete after a long time.
120
120
-`I-crash`: The compiler or generated code crashes but does not manifest as an ICE, e.g. SIGSEGV or access violations.
121
121
-`I-unsound`: Library, compiler, type system or language unsoundness.
122
122
-`I-compilemem`: Excessive memory usage during compilation.
123
-
-`I-compiletime`: Slow compilation time.
123
+
-`I-compiletime`: Slow compilation time.
124
124
-`I-{team}-nominated`: Issue is nominated for discussion by `{team}`. E.g. `I-compiler-nominated`.
125
125
-`I-lang-easy-decision`: The decision needed by T-lang is conjectured (by the person applying the label) to be easy or perfunctory. Note that this label does not imply `I-lang-nominated`; the nomination label should be applied simultaneously if the person apply the label wants to nominate the issue for T-lang discussion.
126
126
-[`P-*`]: Priority labels. Applied using the [compiler prioritization procedure](../compiler/prioritization.md).
Copy file name to clipboardExpand all lines: src/triagebot/pinging.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The message will include a `cc` line that `@`-mentions all members of the team.
9
9
10
10
## Usage
11
11
12
-
On repositories with a ping group configured, any Rust team member (and wg-triage, wg-prioritization, and wg-async) can write a GitHub comment such as:
12
+
On repositories with a ping group configured, any Rust team member (and wg-triage, wg-async) can write a GitHub comment such as:
13
13
14
14
```text
15
15
@rustbot ping windows
@@ -21,7 +21,7 @@ which would cause triagebot to post a comment notifying the members of the `wind
21
21
22
22
To be pinged, teams have to be created in the [Rust team repository](https://github.com/rust-lang/team).
23
23
Frequently those teams will be marked as `marker-team`, meaning that they do not appear on the website.
24
-
The [Icebreakers LLVM team](https://github.com/rust-lang/team/blob/master/teams/icebreakers-llvm.toml#L2) is an example.
24
+
The [WASM team](https://github.com/rust-lang/team/blob/master/teams/wasm.toml#L2) is an example.
25
25
26
26
Additionally, the team needs to be configured in the repository's `triagebot.toml` file.
Copy file name to clipboardExpand all lines: src/triagebot/transfer.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ implements diagnostic reports.
21
21
22
22
**WARNING:** Transferring is a partially destructive command. For example, labels and milestones that don't exist in the target repository will be removed from the issue.
23
23
24
-
The transfer command is limited to team members of the rust-lang org, as well as members of `wg-triage`, `wg-prioritization`, and `wg-async`, and transfers can only happen to repositories in the rust-lang org. Also, the destination repository must have triagebot enabled on it.
24
+
The transfer command is limited to team members of the rust-lang org, as well as members of `wg-triage`and `wg-async`. Transfers can only happen to repositories in the rust-lang org. Also, the destination repository must have triagebot enabled on it.
0 commit comments