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

rustdoc: general cleanup #64443

Merged
merged 18 commits into from
Sep 25, 2019
Merged

Commits on Sep 13, 2019

  1. Move to print functions on types instead of impl fmt::Display

    This will eventually allow us to easily pass in more parameters to the
    functions without TLS or other such hacks
    Mark-Simulacrum committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    04b27ef View commit details
    Browse the repository at this point in the history
  2. Unwrap Visibility fields

    There's not really any reason to not have the visibility default to
    inherited, and this saves us the trouble of checking everywhere for
    whether we have a visibility or not.
    Mark-Simulacrum committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    ec349be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a9dab3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f144e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa4055c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0e0c37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98c94f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c265180 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4bb5a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5ed0fd View commit details
    Browse the repository at this point in the history
  11. Move cache into Context, avoid TLS

    This doesn't move everything over as cache() is pretty annoying to
    remove fully, but it gets the ball rolling.
    Mark-Simulacrum committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    6e0b0d4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0ad789a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    5f58834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f1692 View commit details
    Browse the repository at this point in the history
  3. Remove pointless or

    Mark-Simulacrum committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    583a81d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53acfc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cac7e5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    059163f View commit details
    Browse the repository at this point in the history