3
3
4
4
---
5
5
tags: weekly, rustc
6
+ type: docs
6
7
---
7
8
8
9
# T-compiler Meeting Agenda YYYY-MM-DD
@@ -39,35 +40,35 @@ tags: weekly, rustc
39
40
(TIP) pick from [here](https://rust-lang.github.io/compiler-team/about/triage-meeting/#working-group-check-in)
40
41
41
42
@*WG-X* checkin by @**person1** ([previous checkin](https://hackmd.io/team/rust-compiler-team?nav=overview)):
42
- > Checkin text
43
+ > Checkin text
43
44
44
45
@*WG-Y* checkin by @**person2** ([previous checkin](https://hackmd.io/team/rust-compiler-team?nav=overview)):
45
- > Checkin text
46
+ > Checkin text
46
47
47
48
## Backport nominations
48
49
49
50
[T-compiler stable](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3AT-compiler) / [T-compiler beta](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3AT-compiler)
50
51
{{-issues::render(issues=beta_nominated_t_compiler, branch=":beta:", empty="No beta nominations for `T-compiler` this time.")}}
52
+ <!--
53
+ /poll Approve beta backport of #12345?
54
+ approve
55
+ decline
56
+ don't know
57
+ -->
51
58
{{-issues::render(issues=stable_nominated_t_compiler, branch=":stable:", empty="No stable nominations for `T-compiler` this time.")}}
52
-
53
- [T-rustdoc stable](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3AT-rustdoc) / [T-rustdoc beta](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3AT-rustdoc)
54
- {{-issues::render(issues=beta_nominated_t_rustdoc, branch=":beta:", empty="No beta nominations for `T-rustdoc` this time.")}}
55
- {{-issues::render(issues=stable_nominated_t_rustdoc, branch=":stable:", empty="No stable nominations for `T-rustdoc` this time.")}}
56
-
57
- :back: / :shrug: / :hand:
59
+ <!--
60
+ /poll Approve stable backport of #12345?
61
+ approve
62
+ approve but does not justify new dot release
63
+ decline
64
+ don't know
65
+ -->
58
66
59
67
## PRs S-waiting-on-team
60
68
61
69
[T-compiler](https://github.com/rust-lang/rust/pulls?q=is%3Aopen+label%3AS-waiting-on-team+label%3AT-compiler)
62
70
{{-issues::render(issues=prs_waiting_on_team_t_compiler, empty="No PRs waiting on `T-compiler` this time.")}}
63
71
64
- ### Oldest PRs waiting for review
65
-
66
- (TIP) Curate this list before the meeting
67
-
68
- [T-compiler](https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-asc+label%3AS-waiting-on-review+draft%3Afalse+label%3AT-compiler)
69
- {{-issues::render(issues=top_unreviewed_prs, with_age=true, empty="No unreviewed PRs on `T-compiler` this time.")}}
70
-
71
72
## Issues of Note
72
73
73
74
### Short Summary
@@ -83,13 +84,13 @@ tags: weekly, rustc
83
84
### P-critical
84
85
85
86
[T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AP-critical+label%3AT-compiler)
86
- {{-issues::render(issues=p_critical_t_compiler, empty="No `P-critical` issues for `T-compiler` at this time.")}}
87
+ {{-issues::render(issues=p_critical_t_compiler, empty="No `P-critical` issues for `T-compiler` this time.")}}
87
88
88
89
[T-types](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AP-critical+label%3AT-types)
89
- {{-issues::render(issues=p_critical_t_types, empty="No `P-critical` issues for `T-types` at this time.")}}
90
+ {{-issues::render(issues=p_critical_t_types, empty="No `P-critical` issues for `T-types` this time.")}}
90
91
91
92
[T-rustdoc](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AP-critical+label%3AT-rustdoc)
92
- {{-issues::render(issues=p_critical_t_rustdoc, empty="No `P-critical` issues for `T-rustdoc` at this time.")}}
93
+ {{-issues::render(issues=p_critical_t_rustdoc, empty="No `P-critical` issues for `T-rustdoc` this time.")}}
93
94
94
95
### P-high regressions
95
96
@@ -111,7 +112,16 @@ tags: weekly, rustc
111
112
[RFC](https://github.com/rust-lang/rfcs/issues?q=is%3Aopen+label%3AI-compiler-nominated)
112
113
{{-issues::render(issues=nominated_rfcs_t_compiler, empty="No I-compiler-nominated RFCs this time.")}}
113
114
115
+ ### Oldest PRs waiting for review
116
+
117
+ (TIP) Curate this list before the meeting
118
+
119
+ [T-compiler](https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-asc+label%3AS-waiting-on-review+draft%3Afalse+label%3AT-compiler)
120
+ {{-issues::render(issues=top_unreviewed_prs, with_age=true, empty="No unreviewed PRs on `T-compiler` this time.")}}
121
+
114
122
## Next week's WG checkins
115
123
116
124
- @*WG-X* checkin by @**person1**
117
125
- @*WG-X* checkin by @**person2**
126
+
127
+ Next meetings' agenda draft: `<hackmd link>`
0 commit comments