agenda.tt 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {% import "_issues.tt" as issues %}
  2. ---
  3. tags: weekly, rustc
  4. ---
  5. # T-compiler Meeting Agenda YYYY-MM-DD
  6. [Tracking Issue](https://github.com/rust-lang/rust/issues/54818)
  7. ## Announcements
  8. - New MCPs (take a look, see if you like them!)
  9. {{-issues::render(issues=mcp_new_not_seconded, indent=" ", empty="No new proposals this time.")}}
  10. - Old MCPs (not seconded, take a look)
  11. {{-issues::render(issues=mcp_old_not_seconded, indent=" ", empty="No old proposals this time.")}}
  12. - Pending FCP requests (check your boxes!)
  13. {{-issues::render(issues=in_pre_fcp_compiler_team, indent=" ", empty="No pending FCP requests on compiler-team repo this time.")}}
  14. {{-issues::render(issues=in_pre_fcp_rust, indent=" ", empty="No pending FCP requests on rust repo this time.")}}
  15. {{-issues::render(issues=in_pre_fcp_forge, indent=" ", empty="No pending FCP requests on forge repo this time.")}}
  16. - Things in FCP (make sure you're good with it)
  17. {{-issues::render(issues=in_fcp_compiler_team, indent=" ", empty="No FCP requests on compiler-team repo this time.")}}
  18. {{-issues::render(issues=in_fcp_rust, indent=" ", empty="No FCP requests on rust repo this time.")}}
  19. {{-issues::render(issues=in_fcp_forge, indent=" ", empty="No FCP requests on forge repo this time.")}}
  20. - Accepted MCPs
  21. {{-issues::render(issues=mcp_accepted, indent=" ", empty="No new accepted proposals this time.")}}
  22. - Finalized FCPs
  23. {{-issues::render(issues=fcp_finished, indent=" ", empty="No new finished FCP this time.")}}
  24. ### WG checkins
  25. @*WG-X* checkin by @**person1**:
  26. > Checkin text
  27. @*WG-Y* checkin by @**person2**:
  28. > Checkin text
  29. ## Beta-nominations
  30. [T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3AT-compiler)
  31. {{-issues::render(issues=beta_nominated_t_compiler, empty="No beta nominations this time.")}}
  32. [libs-impl](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3Alibs-impl)
  33. {{-issues::render(issues=beta_nominated_libs_impl, empty="No beta nominations this time.")}}
  34. [T-rustdoc](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3AT-rustdoc)
  35. {{-issues::render(issues=beta_nominated_t_rustdoc, empty="No beta nominations this time.")}}
  36. :back: / :shrug: / :hand:
  37. ## Stable-nominations
  38. [T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3AT-compiler)
  39. {{-issues::render(issues=stable_nominated_t_compiler, empty="No stable nominations this time.")}}
  40. [libs-impl](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3Alibs-impl)
  41. {{-issues::render(issues=stable_nominated_libs_impl, empty="No stable nominations this time.")}}
  42. [T-rustdoc](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3AT-rustdoc)
  43. {{-issues::render(issues=stable_nominated_t_rustdoc, empty="No stable nominations this time.")}}
  44. :back: / :shrug: / :hand:
  45. ## PRs S-waiting-on-team
  46. [T-compiler](https://github.com/rust-lang/rust/pulls?utf8=%E2%9C%93&q=is%3Aopen+label%3AS-waiting-on-team+label%3AT-compiler)
  47. {{-issues::render(issues=prs_waiting_on_team_t_compiler, empty="No PRs waiting on T-compiler this time.")}}
  48. [libs-impl](https://github.com/rust-lang/rust/pulls?utf8=%E2%9C%93&q=is%3Aopen+label%3AS-waiting-on-team+label%3Alibs-impl)
  49. {{-issues::render(issues=prs_waiting_on_team_libs_impl, empty="No PRs waiting on libs-impl this time.")}}
  50. ## Issues of Note
  51. ### Short Summary
  52. - [{{issues_of_note_p_critical}} T-compiler P-critical issues](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AT-compiler+label%3AP-critical+)
  53. - [{{issues_of_note_unassigned_p_critical}} of those are unassigned](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AT-compiler+label%3AP-critical+no%3Aassignee)
  54. - [{{issues_of_note_p_high}} T-compiler P-high issues](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AT-compiler+label%3AP-high+)
  55. - [{{issues_of_note_unassigned_p_high}} of those are unassigned](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AT-compiler+label%3AP-high+no%3Aassignee)
  56. - [{{issues_of_note_regression_from_stable_to_beta_p_critical}} P-critical, {{issues_of_note_regression_from_stable_to_beta_p_high}} P-high, {{issues_of_note_regression_from_stable_to_beta_p_medium}} P-medium, {{issues_of_note_regression_from_stable_to_beta_p_low}} P-low regression-from-stable-to-beta](https://github.com/rust-lang/rust/labels/regression-from-stable-to-beta)
  57. - [{{issues_of_note_regression_from_stable_to_nightly_p_critical}} P-critical, {{issues_of_note_regression_from_stable_to_nightly_p_high}} P-high, {{issues_of_note_regression_from_stable_to_nightly_p_medium}} P-medium, {{issues_of_note_regression_from_stable_to_nightly_p_low}} P-low regression-from-stable-to-nightly](https://github.com/rust-lang/rust/labels/regression-from-stable-to-nightly)
  58. - [{{issues_of_note_regression_from_stable_to_stable_p_critical}} P-critical, {{issues_of_note_regression_from_stable_to_stable_p_high}} P-high, {{issues_of_note_regression_from_stable_to_stable_p_medium}} P-medium, {{issues_of_note_regression_from_stable_to_stable_p_low}} P-low regression-from-stable-to-stable](https://github.com/rust-lang/rust/labels/regression-from-stable-to-stable)
  59. ### P-critical
  60. [T-compiler](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AP-critical+label%3AT-compiler)
  61. {{-issues::render(issues=p_critical_t_compiler, empty="No P-critical issues for T-compiler this time.")}}
  62. [libs-impl](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AP-critical+label%3Alibs-impl)
  63. {{-issues::render(issues=p_critical_libs_impl, empty="No P-critical issues for libs-impl this time.")}}
  64. [T-rustdoc](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AP-critical+label%3AT-rustdoc)
  65. {{-issues::render(issues=p_critical_t_rustdoc, empty="No P-critical issues for T-rustdoc this time.")}}
  66. ### Unassigned P-high regressions
  67. [Beta regressions](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Aregression-from-stable-to-beta+P-high+no%3Aassignee)
  68. {{-issues::render(issues=beta_regressions_unassigned_p_high, empty="No unassigned P-high beta regressions this time.")}}
  69. [Nightly regressions](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Aregression-from-stable-to-nightly+P-high+no%3Aassignee)
  70. {{-issues::render(issues=nightly_regressions_unassigned_p_high, empty="No unassigned P-high nightly regressions this time.")}}
  71. ## Performance logs
  72. [Triage done by njn](https://github.com/rust-lang/rustc-perf/tree/master/triage#triage-logs)
  73. <Performance logs text>
  74. ## Nominated Issues
  75. [T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-nominated+label%3AT-compiler)
  76. {{-issues::render(issues=i_nominated_t_compiler, empty="No nominated issues for T-compiler this time.")}}
  77. [libs-impl](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-nominated+label%3Alibs-impl)
  78. {{-issues::render(issues=i_nominated_libs_impl, empty="No nominated issues for libs-impl this time.")}}