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 3 pull requests #42074

Closed
wants to merge 10 commits into from

Commits on May 17, 2017

  1. Configuration menu
    Copy the full SHA
    af0c900 View commit details
    Browse the repository at this point in the history
  2. Unify all stage2 tools into a workspace

    This avoids double compiled Cargo. Hopefully this would speed up (extended) compilation for ~10m.
    
    Notes: when updating Cargo submodule, the replacement version may also need to be updated.
    ishitatsuyuki committed May 17, 2017
    Configuration menu
    Copy the full SHA
    0e79b97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e119a63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    510d6b8 View commit details
    Browse the repository at this point in the history
  5. Whitelist strings crate for license

    As we can't wait for the maintainer.
    ishitatsuyuki committed May 17, 2017
    Configuration menu
    Copy the full SHA
    182a4ff View commit details
    Browse the repository at this point in the history
  6. Reset submodule management to what master does

    Basically just translate what's done on master in Rust to Python here.
    alexcrichton committed May 17, 2017
    Configuration menu
    Copy the full SHA
    db69d89 View commit details
    Browse the repository at this point in the history
  7. Cargo submodule update

    mersinvald committed May 17, 2017
    Configuration menu
    Copy the full SHA
    3fa04a9 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#41639 - ishitatsuyuki:unify-tools, r=alexcr…

    …ichton
    
    Unify tools building
    
    Close rust-lang#41601
    
    Time saving for up to 10 minutes. Cargo is now only compiled once.
    
    Downsides:
    
    - Out of tree Cargo.lock maintenance
    - Cargo.toml `[replace]` version maintenance
    Mark-Simulacrum committed May 17, 2017
    Configuration menu
    Copy the full SHA
    02cc460 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#42055 - michaelwoerister:reenable-increment…

    …al-cc, r=nikomatsakis
    
    Enable cross-crate incremental compilation by default.
    
    Now that direct metadata hashing has been implemented for a while and we haven't seen any problems with it over at [rust-icci](https://travis-ci.org/rust-icci/), let's re-enable cross crate support for incremental compilation again.
    
    r? @nikomatsakis
    Mark-Simulacrum committed May 17, 2017
    Configuration menu
    Copy the full SHA
    febc2d5 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#42073 - mersinvald:update-cargo-submodule, …

    …r=Mark-Simulacrum
    
    Cargo submodule update
    
    Required for rust-lang#41910
    r? @Mark-Simulacrum
    Mark-Simulacrum committed May 17, 2017
    Configuration menu
    Copy the full SHA
    d02eac0 View commit details
    Browse the repository at this point in the history