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

Rollup of 7 pull requests #48897

Closed
wants to merge 21 commits into from

Commits on Mar 4, 2018

  1. Update sccache to its master branch

    Ideally I'd like to soon enable sccache for rustbuild itself and some of the
    stage0 tools, but for that to work we'll need some better Rust support than the
    pretty old version we were previously using!
    alexcrichton committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    04da856 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Configuration menu
    Copy the full SHA
    a628543 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. travis: Upgrade OSX builders

    This upgrades the OSX builders to the `xcode9.3-moar` image which has 3 cores as
    opposed to the 2 that our builders currently have. Should help make those OSX
    builds a bit speedier!
    alexcrichton committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    55a2fdf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. bootstrap: pass datadir to rust-installer

    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
    Keruspe committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    d14f07e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Remove ONLY_BUILD_TARGETS.

    All cases where it is used can be replaced by substituing run.host for
    run.builder.build.build; that is its only effect. As such, it is
    removable.
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    1191510 View commit details
    Browse the repository at this point in the history
  2. Remove ONLY_BUILD.

    All uses are replaced with not accessing run.target/run.host, and
    instead directly using run.builder.build.build.
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    1c8f3b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8edb36 View commit details
    Browse the repository at this point in the history
  4. Deny warnings

    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    9cfc73c View commit details
    Browse the repository at this point in the history
  5. Refactor run_host_only to have the proper effect.

    Previously it was set to true when we didn't run HOSTS steps.
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    29a8529 View commit details
    Browse the repository at this point in the history
  6. Add missing urls

    GuillaumeGomez committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    a63bf3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1a73d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6235ef0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e0ccc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89f4f1b View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#48295 - Keruspe:master, r=alexcrichton

    rustbuild: pass datadir to rust-installer
    
    This fixes zsh completion install when $datadir != $prefix/share
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    5e9e5e8 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#48599 - Mark-Simulacrum:rustbuild-updates-s…

    …tep-1, r=alexcrichton
    
    Remove ONLY_BUILD and ONLY_BUILD_TARGETS
    
    Primarily removes `ONLY_BUILD` and `ONLY_BUILD_TARGETS`. These aren't actually needed in the new system since we can simply not take the relevant `host` and `target` fields if we don't want to run with them in `Step::make_run`.
    
    This PR also includes a few other commits which generally clean up the state of rustbuild, but are not related to the `Step` changes.
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    af94aa3 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#48647 - alexcrichton:update-sccache, r=kennytm

    Update sccache to its master branch
    
    Ideally I'd like to soon enable sccache for rustbuild itself and some of the
    stage0 tools, but for that to work we'll need some better Rust support than the
    pretty old version we were previously using!
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    e6dd36d View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#48755 - GuillaumeGomez:rustdoc-fixes, r=Qui…

    …etMisdreavus
    
    Multiple rustdoc fixes
    
    Fixes rust-lang#48733.
    
    r? @QuietMisdreavus
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    6970200 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#48799 - alexcrichton:more-osx-cores, r=Mark…

    …-Simulacrum
    
    travis: Upgrade OSX builders
    
    This upgrades the OSX builders to the `xcode9.3-moar` image which has 3 cores as
    opposed to the 2 that our builders currently have. Should help make those OSX
    builds a bit speedier!
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    77be280 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#48877 - GuillaumeGomez:vec-missing-links, r…

    …=QuietMisdreavus
    
    Add missing urls
    
    r? @QuietMisdreavus
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    7e310c6 View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#48880 - petrochenkov:badstderr, r=kennytm

    tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directories
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    56b923e View commit details
    Browse the repository at this point in the history