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 9 pull requests #41554

Closed
wants to merge 24 commits into from
Closed

Rollup of 9 pull requests #41554

wants to merge 24 commits into from

Commits on Apr 18, 2017

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

Commits on Apr 22, 2017

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

Commits on Apr 24, 2017

  1. Step::replace_one should put a one, not a zero (Issue rust-lang#41492)

    Turns out all six of these impls are incorrect.
    scottmcm committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    f8c6436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e482529 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd880bc View commit details
    Browse the repository at this point in the history
  4. Remove strip prefix

    GuillaumeGomez committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    b10c044 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d63f13 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. travis: Update sccache build used

    This build is no longer a forked version with temporary bugfixes, everything
    should be upstreamed!
    alexcrichton committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    8904ba5 View commit details
    Browse the repository at this point in the history
  2. appveyor: Use Ninja/sccache on MSVC

    Now that the final bug fixes have been merged into sccache we can start
    leveraging sccache on the MSVC builders on AppVeyor instead of relying on the
    ad-hoc caching strategy of trigger files and whatnot.
    alexcrichton committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    d75528e View commit details
    Browse the repository at this point in the history
  3. Add ui tests

    GuillaumeGomez committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    3f97b2a View commit details
    Browse the repository at this point in the history
  4. Add missing struct field index adjustments.

    Some accesses in OperandPairs were missing. Fixes rust-lang#41479.
    bitshifter committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    72acea0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a510e1d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Configuration menu
    Copy the full SHA
    9f96d0a View commit details
    Browse the repository at this point in the history
  2. Update stage0 boostrap compiler

    We've got a freshly minted beta compiler, let's update to use that on nightly!
    This has a few other changes associated with it as well
    
    * A bump to the rustc version number (to 1.19.0)
    * Movement of the `cargo` and `rls` submodules to their "proper" location in
      `src/tools/{cargo,rls}`. Now that Cargo workspaces support the `exclude`
      option this can work.
    * Updates of the `cargo` and `rls` submodules to their master branches.
    * Tweak to the `src/stage0.txt` format to be more amenable for Cargo version
      numbers. On the beta channel Cargo will bootstrap from a different version
      than rustc (e.g. the version numbers are different), so we need different
      configuration for this.
    * Addition of `dev` as a readable key in the `src/stage0.txt` format. If present
      then stage0 compilers are downloaded from `dev-static.rust-lang.org` instead
      of `static.rust-lang.org`. This is added to accomodate our updated release
      process with Travis and AppVeyor.
    alexcrichton committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    345f539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29e6656 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#41370 - malbarbo:android-bootstrap, r=alexc…

    …richton
    
    Add bootstrap support for android
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    1c04ff7 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#41447 - alexcrichton:sccache-everywhere, r=…

    …brson
    
    appveyor: Use Ninja/sccache on MSVC
    
    Now that the final bug fixes have been merged into sccache we can start
    leveraging sccache on the MSVC builders on AppVeyor instead of relying on the
    ad-hoc caching strategy of trigger files and whatnot.
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    27bbf70 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#41456 - jessicah:haiku-support, r=alexcrichton

    Haiku: fix initial platform support
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    64eebc9 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#41493 - scottmcm:fix-step-replace, r=sfackler

    Step::replace_one should put a one, not a zero (Issue rust-lang#41492)
    
    Turns out all six of the replace_* impls were backwards.
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    7067002 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#41499 - steveklabnik:gh25164, r=alexcrichton

    Address platform-specific behavior in TcpStream::shutdown
    
    Fixes rust-lang#25164
    
    r? @rust-lang/libs from the GitHub thread, it seems like documenting this behavior is okay, but I want to make sure that's what you want.
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    db07dd1 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#41501 - GuillaumeGomez:invalid_module_locat…

    …ion, r=jseyfried
    
    Invalid module location
    
    Fixes rust-lang#38110.
    
    r? @jseyfried
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    56be42e View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#41529 - bitshifter:issue-41479, r=eddyb

    Add missing OperandPair struct field index adjustments. Fixes rust-lang#41479.
    
    This is a bug fix for a regression in rust-lang@6d841da.
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    e52d9af View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#41544 - alexcrichton:bump-bootstrap, r=brson

    Update stage0 boostrap compiler
    
    We've got a freshly minted beta compiler, let's update to use that on nightly!
    This has a few other changes associated with it as well
    
    * A bump to the rustc version number (to 1.19.0)
    * Movement of the `cargo` and `rls` submodules to their "proper" location in
      `src/tools/{cargo,rls}`. Now that Cargo workspaces support the `exclude`
      option this can work.
    * Updates of the `cargo` and `rls` submodules to their master branches.
    * Tweak to the `src/stage0.txt` format to be more amenable for Cargo version
      numbers. On the beta channel Cargo will bootstrap from a different version
      than rustc (e.g. the version numbers are different), so we need different
      configuration for this.
    * Addition of `dev` as a readable key in the `src/stage0.txt` format. If present
      then stage0 compilers are downloaded from `dev-static.rust-lang.org` instead
      of `static.rust-lang.org`. This is added to accomodate our updated release
      process with Travis and AppVeyor.
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    382a869 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    60b3247 View commit details
    Browse the repository at this point in the history