Skip to content
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

Switch rustdoc from clean::Stability to rustc_attr::Stability #77817

Merged
merged 3 commits into from
Oct 14, 2020

Commits on Oct 11, 2020

  1. Switch rustdoc from clean::Stability to rustc_attr::Stability

    This gives greater type safety and is less work to maintain on the
    rustdoc end.
    jyn514 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    cc0d140 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary Clean impl

    jyn514 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    85c0479 View commit details
    Browse the repository at this point in the history
  3. Move PartialOrd impl out of rustc

    Rustdoc's ordering requirements are probably not relevant to the rest of
    the compiler.
    jyn514 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    96b0446 View commit details
    Browse the repository at this point in the history