nominations.tt 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ## Stable nominations
  2. - [All stable nominations](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=+label%3Astable-nominated)
  3. - Add T-compiler, libs-impl or T-rustdoc tag when it corresponds.
  4. - Do a sanity check on them.
  5. ### Issues
  6. {nominations.stable_nominated}
  7. ## Beta nominations
  8. - [All beta nominations](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3Abeta-nominated)
  9. - Add T-compiler, libs-impl or T-rustdoc tag when it corresponds.
  10. - Do a sanity check on them.
  11. ### Issues
  12. {nominations.beta_nominated}
  13. ## I-nominated
  14. 1. [All I-nominated](https://github.com/rust-lang/rust/labels/I-nominated)
  15. - Add T-compiler or libs-impl tag when it corresponds.
  16. - Do a sanity check on them.
  17. ### Issues
  18. {nominations.i_nominated}
  19. 2. [I-nominated T-compiler](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AI-nominated+label%3AT-compiler)
  20. - Remove leftovers from last meeting.
  21. - Do a sanity check on them.
  22. ### Issues
  23. {nominations.i_nominated_t_compiler}
  24. 3. [I-nominated libs-impl](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AI-nominated+label%3Alibs-impl)
  25. - Remove leftovers from last meeting.
  26. - Do a sanity check on them.
  27. ### Issues
  28. {nominations.i_nominated_libs_impl}