-
Notifications
You must be signed in to change notification settings - Fork 543
Update docs from date triage for 2021-02 #1048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The biggest change was updating the list of rustdoc passes. Several new ones have been added since that documentation was written, so I added those, and I also sorted the list so it is roughly alphabetical (except for the part for the `strip-*` passes, which I left in the same order since one of the list items has two passes so there's no "correct" order).
I asked people in the compiler team and rustdoc team streams on Zulip if they could take a look at the parts I'm unsure about. |
Okay, I updated the PR. This is what's left to resolve: |
I think this should be blocked on #1066 since it will likely have conflicts. |
Didn't get a response on Zulip, so saving this for another time.
Should be ready for final review! (February's almost over too.) |
Co-authored-by: Joshua Nelson <[email protected]>
Seeing this process for the first time, even though I thought it was a good idea when it was implemented, now I really see it working. This PR and its comments are a good reference for the future. |
Closes #1046.
The biggest change was updating the list of rustdoc passes. Several new
ones have been added since that documentation was written, so I added
those, and I also sorted the list so it is roughly alphabetical (except
for the part for the
strip-*
passes, which I left in the same ordersince one of the list items has two passes so there's no "correct"
order).