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 cleanups #62955

Merged
merged 9 commits into from
Aug 10, 2019
Merged

Commits on Aug 10, 2019

  1. Configuration menu
    Copy the full SHA
    3710002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d18504 View commit details
    Browse the repository at this point in the history
  3. Represent ownership transfer in RustdocVisitor::visit

    Previously visit could be called multiple times, but this is inaccurate,
    as it deconstructs Visitor state.
    Mark-Simulacrum committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    2fadc45 View commit details
    Browse the repository at this point in the history
  4. Make exact_paths a non-optional field on RustdocVisitor

    Also privatizes needlessly public methods to enforce which methods
    callers are intended to call, i.e., only `new` and `visit`.
    Mark-Simulacrum committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    6c5d212 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11735b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4beb751 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c36e0c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78d9088 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32f144a View commit details
    Browse the repository at this point in the history