Skip to content

Commit 18920f0

Browse files
committed
Move here remaining T-compiler docs
1 parent d9e63e0 commit 18920f0

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

src/compiler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Compiler
2-
Rust's compiler team are responsible for maintaining the Rust compiler, improving its performance
2+
Rust's Compiler team are responsible for maintaining the Rust compiler, improving its performance
33
and considering the stabilization of compiler features.
44

55
We use the Forge to document the team's processes, policies and working practices, if you'd like to

src/compiler/meetings.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ performance triage reports and discussing nominated issues. Triage meetings are
99
[the team calendar](./calendar.md). Anyone can attend and it is recommended that compiler team
1010
members do.
1111

12+
Agendas of triage meetings are stored on [HackMD][meeting_triage_notes].
13+
1214
### Generating the triage meeting agenda
1315
See [*Prioritization*](./prioritization.md) for documentation on generating the triage meeting
1416
agenda.
@@ -19,7 +21,7 @@ discussions. Steering/planning meetings operate on a repeating schedule:
1921

2022
- **Week 1:** Planning meeting
2123
- Select the topics for the next three meetings from the team's proposed meetings.
22-
- **Week 2-4:** Steering meeting
24+
- **Week 2-4:** Steering meeting
2325
- Discuss the planned topic.
2426

2527
During planning meetings, the team lead running the meeting will attempt to identify topics which
@@ -52,5 +54,9 @@ Any contributor can propose a meeting topic. Some examples of good steering meet
5254
Scheduled planning and steering meetings can be found on the [compiler team's
5355
calendar](./calendar.md).
5456

57+
Minutes of steering meetings are stored on [HackMD][meeting_steering_notes].
58+
5559
[team_repo]: https://github.com/rust-lang/compiler-team
5660
[meetings_channel]: https://rust-lang.zulipchat.com/#narrow/channel/238009-t-compiler.2Fmeetings
61+
[meeting_steering_notes]: https://hackmd.io/team/rust-compiler-team?nav=overview&tags=%5B%22steering%22%5D&tagtree-filter=true
62+
[meeting_triage_notes]: https://hackmd.io/team/rust-compiler-team?nav=overview&tags=%5B%22weekly%22%5D&tagtree-filter=true

src/compiler/prioritization.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ try to ensure they are assigned when possikle.
151151
[beta_regressions]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-beta+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+-label%3AT-infra+-label%3AT-libs+-label%3AT-libs-api+-label%3AT-release+-label%3AT-rustdoc
152152
[nightly_regressions]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-nightly+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+-label%3AT-infra+-label%3AT-libs+-label%3AT-libs-api+-label%3AT-release+-label%3AT-rustdoc
153153

154-
The final step prior to generating the agenda is to accept any MCPs. Any MCPs that have had [the `final-comment-period` label][mcp_fcp]
154+
The final step prior to generating the agenda is to accept any MCPs. Any MCPs that have had [the `final-comment-period` label][mcp_fcp]
155155
for more than ten days can be accepted. Remove the `final-comment-period` label and add the `major-change-accepted` label and then
156156
close the issue.
157157

@@ -176,7 +176,7 @@ Copy the content into a new HackMD in the "Rust Lang Compiler Team" space. Copy
176176
Add additional manual details to the agenda:
177177

178178
- Add summaries of stable/beta nominations (e.g. who nominated the backport and why)
179-
- Add summaries of PRs waiting on the team (i.e. why are they waiting)
179+
- Add summaries of PRs waiting on the team (i.e. why are they waiting)
180180
- Add initial impressions of `P-critical`/`P-high` bugs
181181
- Add summaries of nominated issues (e.g. who the assignee is, why it was nominated, etc)
182182
- Populate the oldest PRs waiting on review
@@ -218,12 +218,12 @@ After the meeting, there are a few closing tasks:
218218
the `I-compiler-nominated` will stick until next meeting. Create a new agenda stub for the
219219
following.
220220

221-
[beta_nominated]: https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted
222-
[stable_nominated]: https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted
223-
[rust_announce]: https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Afinished-final-comment-period+label%3Ato-announce
224-
[team_announce]: https://github.com/rust-lang/compiler-team/issues?q=is%3Aall+label%3Afinished-final-comment-period+label%3Ato-announce
225-
[forge_announce]: https://github.com/rust-lang/rust-forge/issues?q=is%3Aall+label%3Afinished-final-comment-period+label%3Ato-announce
226-
[fcps]: https://github.com/rust-lang/compiler-team/issues?q=is%3Aall+label%3Amajor-change+label%3Ato-announce
227-
[mcps]: https://github.com/rust-lang/compiler-team/issues?q=is%3Aall+label%3Amajor-change+label%3Ato-announce
221+
[beta_nominated]: https://github.com/rust-lang/rust/issues?q=is%3Apr+label%3Abeta-nominated+-label%3Abeta-accepted
222+
[stable_nominated]: https://github.com/rust-lang/rust/issues?q=is%3Apr+label%3Astable-nominated+-label%3Astable-accepted
223+
[rust_announce]: https://github.com/rust-lang/rust/issues?q=label%3Afinished-final-comment-period+label%3Ato-announce
224+
[team_announce]: https://github.com/rust-lang/compiler-team/issues?q=label%3Afinished-final-comment-period+label%3Ato-announce
225+
[forge_announce]: https://github.com/rust-lang/rust-forge/issues?q=label%3Afinished-final-comment-period+label%3Ato-announce
226+
[fcps]: https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change+label%3Ato-announce
227+
[mcps]: https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change+label%3Ato-announce
228228
[relese_backports]: ../release/backporting.md
229-
[compiler_nominated]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-nominated+label%3AT-compiler
229+
[compiler_nominated]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-compiler-nominated+label%3AT-compiler

0 commit comments

Comments
 (0)