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

Compile rustdoc on-demand #43482

Merged
merged 8 commits into from
Jul 27, 2017
Merged

Commits on Jul 27, 2017

  1. Remove src/driver

    Mark-Simulacrum committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    f4240a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0eca0 View commit details
    Browse the repository at this point in the history
  3. Build rustdoc on-demand.

    Rustdoc is no longer compiled in every stage, alongside rustc, instead
    it is only compiled when requested, and generally only for the last
    stage.
    Mark-Simulacrum committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    e2e9b40 View commit details
    Browse the repository at this point in the history
  4. Don't needlessly build rustdoc for compiletest.

    For most tests, rustdoc isn't needed, so avoid building it.
    Mark-Simulacrum committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    4e5333c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b90551 View commit details
    Browse the repository at this point in the history
  6. Make sure CFG_RELEASE_CHANNEL is always set.

    Previously we'd build libsyntax without it when documenting and that'd
    cause us to recompile it when building normally for no reason.
    Mark-Simulacrum committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    cb27faf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c43163 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ee877b View commit details
    Browse the repository at this point in the history