agenda.tt 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. - Major Changes Proposals:
  9. - New accepted proposals
  10. {{issues::render(issues=mcp_accepted, indent=" ", empty="No new accepted proposals this time.")}}
  11. - Seconded proposals (in FCP)
  12. {{issues::render(issues=mcp_seconded, indent=" ", empty="No seconded proposals this time.")}}
  13. - New proposals (not seconded)
  14. {{issues::render(issues=mcp_new_not_seconded, indent=" ", empty="No new proposals this time.")}}
  15. - Old proposals (not seconded)
  16. {{issues::render(issues=mcp_old_not_seconded, indent=" ", empty="No old proposals this time.")}}
  17. ### WG checkins
  18. @*WG-X* checkin by @**person1**:
  19. > Checkin text
  20. @*WG-Y* checkin by @**person2**:
  21. > Checkin text
  22. ## Beta-nominations
  23. [T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3AT-compiler)
  24. {{issues::render(issues=beta_nominated_t_compiler, empty="No beta nominations this time.")}}
  25. [libs-impl](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3Alibs-impl)
  26. {{issues::render(issues=beta_nominated_libs_impl, empty="No beta nominations this time.")}}
  27. [T-rustdoc](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3AT-rustdoc)
  28. {{issues::render(issues=beta_nominated_t_rustdoc, empty="No beta nominations this time.")}}
  29. :back: / :shrug: / :hand:
  30. ## Stable-nominations
  31. [T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3AT-compiler)
  32. {{issues::render(issues=stable_nominated_t_compiler, empty="No stable nominations this time.")}}
  33. [libs-impl](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3Alibs-impl)
  34. {{issues::render(issues=stable_nominated_libs_impl, empty="No stable nominations this time.")}}
  35. [T-rustdoc](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3AT-rustdoc)
  36. {{issues::render(issues=stable_nominated_t_rustdoc, empty="No stable nominations this time.")}}
  37. :back: / :shrug: / :hand:
  38. ## PRs S-waiting-on-team
  39. [T-compiler](https://github.com/rust-lang/rust/pulls?utf8=%E2%9C%93&q=is%3Aopen+label%3AS-waiting-on-team+label%3AT-compiler)
  40. {{issues::render(issues=prs_waiting_on_team_t_compiler, empty="No PRs waiting on T-compiler this time.")}}
  41. [libs-impl](https://github.com/rust-lang/rust/pulls?utf8=%E2%9C%93&q=is%3Aopen+label%3AS-waiting-on-team+label%3Alibs-impl)
  42. {{issues::render(issues=prs_waiting_on_team_libs_impl, empty="No PRs wiating on libs-impl this time.")}}
  43. ## Issues of Note
  44. ### Short Summary
  45. - [{{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+)
  46. - [{{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)
  47. - [{{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+)
  48. - [{{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)
  49. - [{{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)
  50. - [{{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)
  51. - [{{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)
  52. ### P-critical
  53. [T-compiler](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AP-critical+label%3AT-compiler)
  54. {{issues::render(issues=p_critical_t_compiler, empty="No P-critical issues for T-compiler this time.")}}
  55. [libs-impl](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AP-critical+label%3Alibs-impl)
  56. {{issues::render(issues=p_critical_libs_impl, empty="No P-critical issues for libs-impl this time.")}}
  57. [T-rustdoc](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AP-critical+label%3AT-rustdoc)
  58. {{issues::render(issues=p_critical_t_rustdoc, empty="No P-critical issues for T-rustdoc this time.")}}
  59. ### Unassigned P-high regressions
  60. [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)
  61. {{issues::render(issues=beta_regressions_unassigned_p_high, empty="No unassigned P-high beta regressions this time.")}}
  62. [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)
  63. {{issues::render(issues=nightly_regressions_unassigned_p_high, empty="No unassigned P-high nightly regressions this time.")}}
  64. ## Performance logs
  65. [Triage done by njn](https://github.com/rust-lang/rustc-perf/tree/master/triage#triage-logs)
  66. <Performance logs text>
  67. ## Nominated Issues
  68. [T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-nominated+label%3AT-compiler)
  69. {{issues::render(issues=i_nominated_t_compiler, empty="No nominated issues for T-compiler this time.")}}
  70. [libs-impl](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-nominated+label%3Alibs-impl)
  71. {{issues::render(issues=i_nominated_libs_impl, empty="No nominated issues for libs-impl this time.")}}