Publically indexed RFCS

As it stands, the only place to find current RFCs is the github repo, which while it has some nice features for browsing (eg https://github.com/rust-lang/rfcs#active-rfc-list), I propose that we either host the (ratified) rfcs off of docs.rust-lang.org, or on rfcs.rust-lang.org (my preference is the former).

This would have a few benefits:

  • More easily searchable and indexable
  • Rendered view is first class
  • By inserting anchors into the markup it’s possible to link users to specific sections

My grand plan is to hack on the docs site a bit to see what’s involved, but I’d be interested in feedback.

Sounds great. An atom feed of new RFCs would be even better.

That already exists: https://github.com/rust-lang/rfcs/commits/master.atom

That’s only accepted RFCs (?).

Sorry, I thought that’s what you meant.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.