rust-lang / rustc-dev-guide

A guide to how rustc works and how to contribute to it.
https://rustc-dev-guide.rust-lang.org
Apache License 2.0
1.68k stars 516 forks source link

Replace all todos with issues #1006

Open rylev opened 3 years ago

rylev commented 3 years ago

The guide is filled with lots of todos. We should ensure that these todos are relevant, have issues, and that the todos references there issues directly in the text.

igaray commented 3 years ago

@rustbot claim

jyn514 commented 3 years ago

@igaray FYI I think @rylev has already been working on this a fair bit (at least, they've definitely opened a bunch of issues :laughing:)

igaray commented 3 years ago

Roger! I'll hold off for a bit then.

rylev commented 3 years ago

@igaray feel free to take this if you want. I won't stop you! ❤️ Otherwise I can try to get to it some time this week.

jieyouxu commented 1 month ago

Triage: we should write a contribution guide for rustc-dev-guide itself (heh) to include advice about not just TODO but also open issues and link to those issues. Once that meta-guide is present, this issue can be closed because TODOs are expected to continuously change.