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: Smallish refactor #31967

Merged
merged 6 commits into from
Mar 6, 2016
Merged

rustdoc: Smallish refactor #31967

merged 6 commits into from
Mar 6, 2016

Commits on Mar 3, 2016

  1. Refactor src-link creation for local sources

    Since we emit the sources beforhand we actually **know** whether we
    can safely create src-links to these files and where they are stored.
    mitaa committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    6226747 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Configuration menu
    Copy the full SHA
    8f6e09a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a28b69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0321562 View commit details
    Browse the repository at this point in the history
  4. Use const instead of function

    mitaa committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    d78f19e View commit details
    Browse the repository at this point in the history
  5. This doesn't seem necessary?

    mitaa committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    938c8c1 View commit details
    Browse the repository at this point in the history