agenda.tt 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. ---
  2. tags: weekly, rustc
  3. ---
  4. # T-compiler Meeting Agenda YYYY-MM-DD
  5. [Tracking Issue](https://github.com/rust-lang/rust/issues/54818)
  6. ## Announcements
  7. - Major Changes Proposals:
  8. - New accepted proposals
  9. - {mcp.accepted}
  10. - Seconded proposals (in FCP)
  11. - {mcp.seconded}
  12. - New proposals (not seconded)
  13. - {mcp.new_not_seconded}
  14. - Old proposals (not seconded)
  15. - {mcp.old_not_seconded}
  16. ### WG checkins
  17. @*WG-X* checkin by @**person1**:
  18. > Checkin text
  19. @*WG-Y* checkin by @**person2**:
  20. > Checkin text
  21. ## Beta-nominations
  22. [T-compiler](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3Abeta-nominated+label%3AT-compiler)
  23. - {beta_nominated.t_compiler}
  24. [libs-impl](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3Abeta-nominated+label%3Alibs-impl)
  25. - {beta_nominated.libs_impl}
  26. [T-rustdoc](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3Abeta-nominated+label%3AT-rustdoc)
  27. - {beta_nominated.t_rustdoc}
  28. :back: / :shrug: / :hand:
  29. ## Stable-nominations
  30. [T-compiler](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3Astable-nominated+label%3AT-compiler)
  31. - {stable_nominated.t_compiler}
  32. [libs-impl](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3Astable-nominated+label%3Alibs-impl)
  33. - {stable_nominated.libs_impl}
  34. [T-rustdoc](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3Astable-nominated+label%3AT-rustdoc)
  35. - {stable_nominated.t_rustdoc}
  36. :back: / :shrug: / :hand:
  37. ## PR's S-waiting-on-team
  38. [T-compiler](https://github.com/rust-lang/rust/pulls?utf8=%E2%9C%93&q=is%3Aopen+label%3AS-waiting-on-team+label%3AT-compiler)
  39. - {prs_waiting_on_team.t_compiler}
  40. [libs-impl](https://github.com/rust-lang/rust/pulls?utf8=%E2%9C%93&q=is%3Aopen+label%3AS-waiting-on-team+label%3Alibs-impl)
  41. - {prs_waiting_on_team.libs_impl}
  42. ## Issues of Note
  43. ### Short Summary
  44. - [X T-compiler P-critical issues](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3AT-compiler+label%3AP-critical+)
  45. - [X of those are unassigned](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3AT-compiler+label%3AP-critical+no%3Aassignee)
  46. - [X T-compiler P-high issues](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3AT-compiler+label%3AP-high+)
  47. - [X of those are unassigned](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3AT-compiler+label%3AP-high+no%3Aassignee)
  48. - [X P-critical, X P-high, X P-medium, X P-low regression-from-stable-to-beta](https://github.com/rust-lang/rust/labels/regression-from-stable-to-beta)
  49. - X P-critical, X P-high, X P-medium, X P-low assigned
  50. - [X P-critical, X P-high, X P-medium, X P-low regression-from-stable-to-nightly](https://github.com/rust-lang/rust/labels/regression-from-stable-to-nightly)
  51. - X P-critical, X P-high, X P-medium, X P-low assigned
  52. - [X P-critical, X P-high, X P-medium, X P-low regression-from-stable-to-stable](https://github.com/rust-lang/rust/labels/regression-from-stable-to-stable)
  53. ### P-critical
  54. [T-compiler](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3AP-critical+label%3AT-compiler)
  55. - {p_critical.t_compiler}
  56. [libs-impl](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3AP-critical+label%3Alibs-impl)
  57. - {p_critical.libs_impl}
  58. [T-rustdoc](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3AP-critical+label%3AT-rustdoc)
  59. - {p_critical.t_rustdoc}
  60. ### Unassigned P-high regressions
  61. [Beta regressions](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3Aregression-from-stable-to-beta+P-high+no%3Aassignee)
  62. - {beta_regressions.unassigned_p_high}
  63. [Beta regressions](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3Aregression-from-stable-to-beta+P-high+no%3Aassignee)
  64. - {nightly_regressions.unassigned_p_high}
  65. ## Performance logs
  66. [Triage done by njn](https://github.com/rust-lang/rustc-perf/tree/master/triage#triage-logs)
  67. <Performance logs text>
  68. ## Nominated Issues
  69. [T-compiler](https://github.com/rust-lang/rust/issues?q=label%3AI-nominated+label%3AT-compiler)
  70. - {i_nominated.t_compiler}
  71. [libs-impl](https://github.com/rust-lang/rust/issues?q=label%3AI-nominated+label%3Alibs-impl)
  72. - {i_nominated.libs_impl}